@charset "utf-8";

.main_visual {
	position: relative;
	height: 93vh;
	background-color: #f7f8f9;
}

.main_visual_inner {
	/*height: 848px;*/
	height: 100vh;
	background-size: 100%;
	position: relative;
	width: 0%;
	-webkit-transition: width .6s;
	transition: width .6s;
	-webkit-transition-timing-function: cubic-bezier(.56, 0, .17, 1);
	transition-timing-function: cubic-bezier(.56, 0, .17, 1);
	overflow: hidden;
	z-index: 10;
}

.main_visual_inner.on {
	width: 100%;
}

.main_visual_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
}

.main_visual_txt .p1 {
	font-size: 50px;
	padding-bottom: 20px;
}

.main_visual_txt .p2 {
	font-size: 30px;
}

@media screen and (min-width:476px) and (max-width:674px) {
	.main_visual_txt .p1 {
		font-size: 25px;
		padding-bottom: 20px;
	}

	.main_visual_txt .p2 {
		font-size: 20px;
	}
}

@media screen and (max-width:475px) {
	.main_visual_txt .p1 {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.main_visual_txt .p2 {
		font-size: 15px;
	}
}

.main_visual .p01,
.main_visual .p02,
.main_visual .p03 {
	position: absolute;
	top: 0;
	left: 0;
}

.main_visual .p01 {
	width: 0%;
	height: 124px;
	overflow: hidden;
	-webkit-transition: width .3s 1s;
	transition: width .3s 1s;
}

.main_visual .p01 img {
	width: 501px;
	max-width: 501px;
}

.main_visual_txt.on .p01 {
	width: 100%;
}

.main_visual_txt2 .p01 {
	-webkit-transition: width .3s 1.8s;
	transition: width .3s 1.8s;
}

.main_visual_txt2.on .p01 {
	width: 100%;
}

.main_visual .p02 {
	margin-bottom: 68px;
}

.main_visual .p02 img {}

.main_visual .p03 {
	top: 191px;
	width: 100%;
}

.main_visual .p03 img {}

.main_visual_txt .p03 {
	opacity: 0;
}

.main_visual_txt2 .p03 {
	opacity: 0;
	-webkit-transition: all .6s 2.5s;
	transition: all .6s 2.5s;
}

.main_visual_txt2.on .p03 {
	opacity: 1;
}

.main_visualvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 848px;
	z-index: 1;
	-webkit-transition: width .6s;
	transition: width .6s;
	-webkit-transition-timing-function: cubic-bezier(.56, 0, .17, 1);
	transition-timing-function: cubic-bezier(.56, 0, .17, 1);
	overflow: hidden;
}

.main_visualvideo.on {
	width: 100%;
}

.main_visualvideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	min-width: 1920px;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.main_visual_scroll {
	width: 2px;
	position: absolute;
	bottom: 0;
	bottom: -88px;
	right: 0;
	left: 0;
	padding-top: 176px;
	margin: auto;
	z-index: 20;
}

.main_visual_scroll-bar {
	width: 2px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #fff;
}

.main_visual_scroll-bar-in {
	height: 80%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #e50038;
}

.main_visual_scroll-bar-in.is-animate {
	-webkit-animation-name: animateScrollBar;
	animation-name: animateScrollBar;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

@-webkit-keyframes animateScrollBar {
	0% {
		top: -100%;
	}

	100% {

		top: 200%;
	}
}

@keyframes animateScrollBar {
	0% {
		top: -100%;
	}

	100% {
		top: 200%;
	}
}


/*　sec1
---------------------------------------------------------*/
#sec1 {
	padding: 180px 0 190px;
	background-color: #f7f8f9;
}

#sec1 .sec_inner {
	max-width: 740px;
}

#sec1 .title {
	text-align: center;
	margin-bottom: 60px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#sec1 p {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.075em;
}



/*　sec2
---------------------------------------------------------*/
#sec2 {}

#sec2 .sec_inner {
	position: relative;
}

.life_link {}

.life_link .link_inner {
	position: absolute;
	top: 163px;
	left: 17%;
	color: #fff;
	width: 450px;
	padding-right: 20px;
	z-index: 1;
}

.life_link .link_inner:before {
	content: "";
	position: absolute;
	/* top: 0; */
	bottom: -21px;
	right: 0px;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.life_link_hover .title,
.life_link .title {
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.2em;
	padding-bottom: 58px;
	margin-bottom: 39px;
	position: relative;
}

.life_link_hover .title:before,
.life_link .title:before {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.life_link_hover .title b,
.life_link .title b {
	display: block;
	margin-bottom: 10px;
}

.life_link_hover .title span,
.life_link .title span {
	display: block;
	font-size: 15px;
}

.life_link .title {}

.life_link .title b {}

.life_link .title span {}

.life_link_hover .p01,
.life_link .p01 {
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

.life_link_hover .p02,
.life_link .p02 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
}

.life_link .p01 {}

.life_link .p02 {}

.life_link .link_l,
.life_link .link_r {
	width: 50%;
	height: 679px;
	position: relative;
}

.life_link .link_l a,
.life_link .link_r a {
	display: block;
	/*background-color: #aaa;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.life_link .link_l {
	background-repeat: no-repeat;
	background-size: cover;
}

.life_link .link_l a:hover,
.life_link .link_r a:hover {
	opacity: 1;
}

.life_link .link_l a {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.life_link .link_l .link_inner {}

.life_link .link_l .title {}

.life_link .link_l .title b {}

.life_link .link_l .title span {}

.life_link .link_l .p01 {}

.life_link .link_l .p02 {}

.life_link .link_r {
	background-position: center;
	background-repeat:  no-repeat;
	background-size: cover;
}

.life_link .link_r a {}

.life_link .link_r .link_inner {}

.life_link .link_r .title {}

.life_link .link_r .title b {}

.life_link .link_r .title span {}

.life_link .link_r .p01 {}

.life_link .link_r .p02 {}

.life_link_hover {
	/*position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s 0s,z-index 0s .3s;
	transition: opacity .3s 0s,z-index 0s .3s;*/
}

.life_link_hover.show {
	/*z-index: 1;
		opacity: 1;
		-webkit-transition: opacity .8s;
		transition: opacity .8s;*/
}

.life_link_hover a {
	display: block;
	color: #fff;
	width: 50%;
	height: 679px;
	/* position: relative; */
	background-color: #aaa;
	position: absolute;
	top: 0;
	left: 0;
}

.life_link_hover a:hover {
	opacity: 1;
}

.life_link_hover .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	/* opacity: 0; */
	opacity: 1;
}

.life_link_hover .bg .bg_inner {
	background-repeat:  no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 5s;
	transition: all 5s;
}

/*.life_link_hover a:hover .bg .bg_inner {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
}*/
.life_link_hover .show .bg .bg_inner {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.life_link_hover .link_inner {
	color: #fff;
	position: absolute;
	top: 94px;
	left: 17%;
	width: 365px;
	z-index: 2;
}

.life_link_hover .link_inner:before {
	content: "";
	position: absolute;
	/* top: 0; */
	bottom: 18px;
	right: 0px;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.life_link_hover .link_inner:after {
	content: "";
	position: absolute;
	bottom: 31px;
	right: -3px;
	border-top: 2px solid #fff;
	margin: auto;
	width: 0;
}

.life_link_hover .link_inner:before,
.life_link_hover .link_inner:after {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	transition: all .45s ease;
}

.life_link_hover .show .link_inner:before {
	-webkit-transform: rotate(45deg) translate3d(7px, -7px, 0);
	transform: rotate(45deg) translate3d(7px, -7px, 0);
}

.life_link_hover .show .link_inner:after {
	width: 40px;
	-webkit-transform: translateX(11px);
	transform: translateX(11px);
}

.life_link_hover .title {}

.life_link_hover .title b {}

.life_link_hover .title span {}

.life_link_hover .p01 {}

.life_link_hover .p02 {
	margin-bottom: 60px;
}

.life_link_hover .p03 {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0.1em;
}

.life_link_hover .link_l,
.life_link_hover .link_r {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*-webkit-transition: opacity 0s .3s,z-index 0s .3s;
	transition: opacity 0s .3s,z-index 0s .3s;*/
	-webkit-transition: opacity 0s .1s;
	transition: opacity 0s .1s;
}

.life_link_hover .link_l {}

.life_link_hover .link_l.show,
.life_link_hover .link_r.show {
	/*z-index: 2;*/
	opacity: 1;
	/*-webkit-transition: opacity .1s 0s,z-index .1s 0s;
	transition: opacity .1s 0s,z-index .1s 0s;*/
	-webkit-transition: opacity .1s 0s;
	transition: opacity .1s 0s;
}

.life_link_hover .link_l a {}

.life_link_hover .link_l .bg .bg_inner {
	background-image: url(../images/life_link_img03.jpg);
}

.life_link_hover .link_l .link_inner {
	left: 118px;
}

.life_link_hover .link_l .title {}

.life_link_hover .link_l .title b {}

.life_link_hover .link_l .title span {}

.life_link_hover .link_l .p01 {}

.life_link_hover .link_l .p02 {}

.life_link_hover .link_l .p03 {}

.life_link_hover .link_r {}

.life_link_hover .link_r a {
	left: 50%;
}

.life_link_hover .link_r .bg .bg_inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.life_link_hover .link_r .link_inner {
	left: calc(50% + 114px);
}

.life_link_hover .link_r .title {}

.life_link_hover .link_r .title b {}

.life_link_hover .link_r .title span {}

.life_link_hover .link_r .p01 {}

.life_link_hover .link_r .p02 {}

.life_link_hover .link_r .p03 {}


/*　sec3
---------------------------------------------------------*/
#sec3 {
	padding: 0 0 100px;
	background-color: #f7f8f9;
}

#sec3 .sec_inner {
	/* max-width: 1174px; */
	max-width: 1314px;
	overflow: hidden;
	/* padding: 0 70px; */
}

.slide_link {
	/* background-color: #fff; */
	/* max-width: 1174px; */
	/* width: 89.3455%; */
	padding: 0 70px;
	margin: 0 auto;
}

.slide_link ul {}

.slide_link ul li {}

.slide_link ul li .flex {}

.slide_link ul li .inner {
	width: 56.89%;
	background-color: #fff;
}

.slide_link ul li .title {
	background-color: #e50038;
	color: #fff;
	padding: 40px 58px;
}

.slide_link ul li .title span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.2em;
}

.slide_link ul li .title b {
	display: block;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
	margin-top: 10px;
}

.slide_link ul li .txt {
	padding: 40px 58px;
}

.slide_link ul li .txt .title2 {
	color: #e50038;
	padding-bottom: 35px;
	margin-bottom: 26px;
	position: relative;
}

.slide_link ul li .txt .title2:before {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background-color: #494947;
	position: absolute;
	bottom: 0;
	left: 0;
}

.slide_link ul li .txt .title2 .n {
	display: inline-block;
	margin-right: 40px;
	font-size: 48px;
	font-weight: 200;
}

.slide_link ul li .txt .title2 b {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.slide_link ul li .txt .sub_title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

.slide_link ul li .txt .p01 {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.075em;
}

.slide_link ul li .flex figure {
	width: 43.11%;
}

.slide_link ul li .flex figure img {}

.bx-wrapper .bx-viewport {
	background-color: transparent;
}

.bx-wrapper .bx-controls-direction a {
	top: calc(50% + 34px);
	background-size: contain;
	width: 89px;
	height: 50px;
}

.bx-wrapper .bx-controls-direction a span {
	position: absolute;
	top: -8px;
	left: 0;
	text-indent: 0;
	font-size: 24px;
	letter-spacing: 0.075em;
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: -71px;
	background: url(../images/slide_arrow_l.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a.bx-prev span {
	left: auto;
	right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right: -71px;
	background: url(../images/slide_arrow_r.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a.bx-next span {}




/*　sec4
---------------------------------------------------------*/
#sec4 {
	background-color: #f7f8f9;
}

#sec4 .sec_inner {
	/*background-color: #0056a7;*/
	max-width: 1174px;
	overflow: hidden;
	/*padding: 76px 70px 27px;*/
}

#sec4 .sec4_inner_bg {
	background-color: #e50038;
	padding: 76px 70px 27px;
}

.about {}

.about_title {
	text-align: center;
	margin-bottom: 96px;
	color: #fff;
}

.about_title span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.about_title b {
	display: block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-top: 10px;
}

.about .logo {
	text-align: center;
	margin-bottom: 90px;
}

.about .logo img {}

.about .p01 {
	text-align: center;
	color: #fff;
	margin-bottom: 34px;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.about .p02 {
	text-align: center;
	color: #fff;
	margin-bottom: 90px;
	font-size: 14px;
	line-height: 2.5714;
	letter-spacing: 0.2em;
}

.about_list {}

.about_list ul {}

.about_list ul li {
	margin-bottom: 57px;
	width: 46.52%;
	max-width: 481px;
	overflow: hidden;
}

.about_list ul li:first-child {}

.about_list ul li:last-child {}

.about_list ul li:nth-child(2n) {}

.about_list ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.about_list ul li a:hover {
	opacity: 1;
}

.about_list ul li figure {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about_list ul li a:hover figure {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.about_list ul li figure img {}

.about_list ul li .link_title {
	position: absolute;
	top: 53px;
	left: 50px;
}

.about_list ul li .link_title span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.2em;
}

.about_list ul li .link_title b {
	display: block;
	font-size: 24px;
	margin-top: 5px;
}

.about_list ul li .link-more {
	position: absolute;
	top: 151px;
	left: 50px;
	font-size: 12px;
	letter-spacing: 0.2em;
	width: 110px;
}

.about_list ul li a .link-more:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	margin: auto;
	width: 12.5px;
	height: 12.5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.about_list ul li a .link-more:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 1px solid #000;
	margin: auto;
	width: 0;
}

.about_list ul li a .link-more:before,
.about_list ul li a .link-more:after,
.about_list ul li a:hover .link-more:before,
.about_list ul li a:hover .link-more:after {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	transition: all .45s ease;
}

.about_list ul li a:hover .link-more:before {
	-webkit-transform: rotate(45deg) translate3d(5px, -5px, 0);
	transform: rotate(45deg) translate3d(5px, -5px, 0);
}

.about_list ul li a:hover .link-more:after {
	width: 25px;
	-webkit-transform: translate3d(8px, 0, 0);
	transform: translate3d(8px, 0, 0);
}

.about_list ul li .link-more span {}





/*　sec5
---------------------------------------------------------*/
#sec5 {
	padding: 104px 0 150px;
	background-color: #f7f8f9;
}

#sec5 .sec_inner {
	max-width: 1174px;
	overflow: hidden;
	;
}

#sec5 .sec5_inner_bg {
	padding: 76px 70px 80px;
	background-color: #fff;
}

.news {}

.news_title {
	margin-bottom: 35px;
}

.news_title span {
	display: block;
	font-size: 16px;
	letter-spacing: 0.2em;
}

.news_title b {
	display: block;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-top: 10px;
}

.news_list {}

.news_list ul {}

.news_list ul li {
	border-bottom: 1px solid #d0d0d0;
}

.news_list ul li:first-child {}

.news_list ul li:last-child {
	border-bottom: none;
}

.news_list ul li a {
	display: block;
	padding: 25px 1em;
	padding-left: 120px;
	position: relative;
}

.news_list ul li a:hover {
	opacity: 1;
	background-color: #e8ebec;
}

.news_list ul li .news_date {
	position: absolute;
	top: 25px;
	left: 0;
	color: #999;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.news_list ul li .news_cat {
	color: #e50038;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.news_list ul li .news_tit {
	font-size: 18px;
	letter-spacing: 0.1em;
}

.news_btn {
	text-align: right;
	margin-top: 5px;
}

.news_btn a {
	position: relative;
	display: inline-block;
	width: 103px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 5px 0;
}

.news_btn a:before,
.news_btn a:after {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	transition: all .45s ease;
}

.news_btn a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news_btn a:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	border-top: 1px solid #000;
	margin: auto;
	width: 0;
}

.news_btn a:hover {
	opacity: 1;
}

.news_btn a:hover:before {
	-webkit-transform: rotate(45deg) translate3d(5px, -5px, 0);
	transform: rotate(45deg) translate3d(5px, -5px, 0);
}

.news_btn a:hover:after {
	width: 22px;
	-webkit-transform: translate3d(8px, 0, 0);
	transform: translate3d(8px, 0, 0);
}


/*　sec6
---------------------------------------------------------*/
.sec6_wrap {
	background-color: #e8ebec;
	overflow: hidden;
}

.sec6_wrap2 {}

#sec6 {
	background-color: #e8ebec;
	min-height: 780px;
	position: relative;
}

#sec6:before {
	content: '';
	display: block;
	padding-top: 57.101%;
	background: url(../images/recruit_bg.png) no-repeat;
	background-size: contain;
	position: relative;
	z-index: 2;
}

#sec6:after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#sec6 .sec_inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.recruit {}

.recruit_title {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.2em;
}

.recruit_title span {}

.recruit .p01 {
	position: absolute;
	top: 26.5384%;
	left: 0;
	right: 0;
	margin: auto;
	/* width: 57.467%; */
	width: 76.0659%;
	max-width: 785px;
}

.recruit .p01 img {
	width: 100%;
}

.recruit .p02 {
	position: absolute;
	top: 49.6153%;
	left: 0;
	right: 0;
	margin: auto;
}

.recruit .p02 img {}

.recruit .recruit_btn {
	position: absolute;
	top: 72.4358%;
	left: 0;
	right: 0;
	margin: auto;
	justify-content: center;
}

.recruit .recruit_btn .btn {}

.recruit .recruit_btn .btn+.btn {
	margin-left: 96px;
}

.recruit .recruit_btn .btn a {
	display: block;
	border: 4px solid #fff;
	width: 345px;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
}

.recruit .recruit_btn .btn a span {
	position: relative;
	display: inline-block;
	padding-right: 44px;
}

.recruit .recruit_btn .btn a span:before,
.recruit .recruit_btn .btn a span:after {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	transition: all .45s ease;
}

.recruit .recruit_btn .btn a span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	margin: auto;
	width: 18px;
	height: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.recruit .recruit_btn .btn a span:after {
	content: "";
	position: absolute;
	top: 50%;
	/* top: calc(50% - 1px); */
	right: 0;
	border-top: 1px solid #fff;
	margin: auto;
	width: 0;
}

.recruit .recruit_btn .btn a:hover {
	opacity: 1;
	color: #f5a418;
	background-color: #fff;
}

.recruit .recruit_btn .btn a:hover span {}

.recruit .recruit_btn .btn a:hover span:before {
	-webkit-transform: rotate(45deg) translate3d(5px, -5px, 0);
	transform: rotate(45deg) translate3d(5px, -5px, 0);
	border-color: #f5a418;
}

.recruit .recruit_btn .btn a:hover span:after {
	width: 25px;
	-webkit-transform: translate3d(8px, 0, 0);
	transform: translate3d(8px, 0, 0);
	border-color: #f5a418;
}



/*　address_box
---------------------------------------------------------*/
.address_box {
	padding: 118px 0 60px;
}

.address_box_inner {
	max-width: 1280px;
}

.address_box .logo {
	width: 15%;
}

.address_box .logo img {}

.address_box .address {
	width: 55%;
}

.address_box .address .address_title {
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: bold;
}

.address_box .address p {
	letter-spacing: 0.075em;
}

.address_box .address p span {
	display: inline-block;
	margin-right: 1.3em;
	font-size: 12px;
}

.address_box .address p span+span {}

.address_box .tel {
	width: 15%;
	display: none;
}

.address_box .tel .tel_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.address_box .tel p {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.075em;
}

.address_box .contact {
	width: 22%;
}

.address_box .contact p {
	margin: 0;
}

.address_box .contact p a {
	width: 274px;
	height: 65px;
}








@media screen and (max-width:1200px) {}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px),
screen and (max-width: 737px) and (orientation: landscape) {

	.main_visual {
		/*height: 400px;*/
		height: auto;
		min-height: 390px;
		background: url(../images/sp-mainv_slide_img02.jpg) center top no-repeat;
		background-size: cover;
	}

	.main_visual_inner {
		/*background: url(../images/top_img.jpg) left top no-repeat;
    height: 400px;
    background-size: 680px;*/
		width: 100%;
		height: auto;
		background: none;
		padding-top: 104.1667%;
		padding-top: 121.875%;
	}

	.main_visual .p01 {
		-webkit-transition: width .3s 0s;
		transition: width .3s 0s;
	}

	.main_visual .p01 img {
		width: 250px;
		max-width: 250px;
	}

	.main_visual_txt.on .p01 {}

	.main_visual_txt2 .p01 {
		-webkit-transition: width .3s 0.8s;
		transition: width .3s 0.8s;
	}

	.main_visual_txt2.on .p01 {}

	.main_visual .p02 {}

	.main_visual .p02 img {}

	.main_visual .p03 {
		top: 82px;

	}

	.main_visual .p03 img {
		width: 128px;
	}

	.main_visual_txt .p03 {}

	.main_visual_txt2 .p03 {
		-webkit-transition: none;
		transition: none;
		opacity: 0;
	}

	.main_visual_txt2.on .p03 {
		-webkit-transition: opacity .6s 1.5s;
		transition: opacity .6s 1.5s;
		opacity: 1;
	}

	.main_visualvideo {
		height: 400px;
	}

	.main_visualvideo.on {}

	.main_visualvideo video {
		width: 100%;
		min-width: 320%;
	}

	.main_visual_slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
	}

	.main_visual_slide.show {
		opacity: 1;
	}

	.main_visual_slide ul {}

	.main_visual_slide ul li {}

	.main_visual_slide ul li img {}

	.main_visual_scroll {
		width: 1px;
		bottom: -44px;
		padding-top: 88px;
	}

	.main_visual_scroll-bar {
		width: 1px;
	}

	.main_visual_scroll-bar-in {}

	.main_visual_scroll-bar-in.is-animate {}

	/*　sec1
	---------------------------------------------------------*/
	#sec1 {
		padding: 95px 0 90px;
	}

	#sec1 .sec_inner {}

	#sec1 .title {
		font-size: 18px;
		line-height: 29px;
		margin-bottom: 30px;
	}

	#sec1 p {
		font-size: 12px;
		line-height: 30px;
	}


	/*　sec2
	---------------------------------------------------------*/
	#sec2 {}

	#sec2 .sec_inner {}

	.life_link {}

	.life_link .link_inner {}

	.life_link .link_inner:before {}

	.life_link_hover .title,
	.life_link .title {}

	.life_link_hover .title:before,
	.life_link .title:before {}

	.life_link_hover .title b,
	.life_link .title b {}

	.life_link_hover .title span,
	.life_link .title span {}

	.life_link .title {}

	.life_link .title b {}

	.life_link .title span {}

	.life_link_hover .p01,
	.life_link .p01 {}

	.life_link_hover .p02,
	.life_link .p02 {}

	.life_link .p01 {}

	.life_link .p02 {}

	.life_link .link_l,
	.life_link .link_r {}

	.life_link .link_l {}

	.life_link .link_l .link_inner {}

	.life_link .link_l .title {}

	.life_link .link_l .title b {}

	.life_link .link_l .title span {}

	.life_link .link_l .p01 {}

	.life_link .link_l .p02 {}

	.life_link .link_r {}

	.life_link .link_r .link_inner {}

	.life_link .link_r .title {}

	.life_link .link_r .title b {}

	.life_link .link_r .title span {}

	.life_link .link_r .p01 {}

	.life_link .link_r .p02 {}

	.life_link_hover {}

	.life_link_hover.show {}

	.life_link_hover a {}

	.life_link_hover a:hover {}

	.life_link_hover .bg {}

	.life_link_hover .bg .bg_inner {}

	.life_link_hover a:hover .bg .bg_inner {}

	.life_link_hover .link_inner {}

	.life_link_hover .link_inner:before {}

	.life_link_hover .title {}

	.life_link_hover .title b {}

	.life_link_hover .title span {}

	.life_link_hover .p01 {}

	.life_link_hover .p02 {}

	.life_link_hover .p03 {}

	.life_link_hover .link_l,
	.life_link_hover .link_r {}

	.life_link_hover .link_l {}

	.life_link_hover .link_l.show,
	.life_link_hover .link_r.show {}

	.life_link_hover .link_l .bg .bg_inner {}

	.life_link_hover .link_l .link_inner {}

	.life_link_hover .link_l .title {}

	.life_link_hover .link_l .title b {}

	.life_link_hover .link_l .title span {}

	.life_link_hover .link_l .p01 {}

	.life_link_hover .link_l .p02 {}

	.life_link_hover .link_l .p03 {}

	.life_link_hover .link_r {}

	.life_link_hover .link_r .bg .bg_inner {}

	.life_link_hover .link_r .link_inner {}

	.life_link_hover .link_r .title {}

	.life_link_hover .link_r .title b {}

	.life_link_hover .link_r .title span {}

	.life_link_hover .link_r .p01 {}

	.life_link_hover .link_r .p02 {}

	.life_link_hover .link_r .p03 {}

	.sp_life_link {}

	.sp_life_link01 {
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.sp_life_link01:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/sp-life_link_img01_col.jpg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.sp_life_link01.on {}

	.sp_life_link01.on:before {
		opacity: 1;
	}

	.sp_life_link02 {
		background-repeat:  no-repeat;
		background-size: cover;
		position: relative;
	}

	.sp_life_link02:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/sp-life_link_img02_col.jpg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.sp_life_link01:before,
	.sp_life_link02:before {
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.sp_life_link02.on {}

	.sp_life_link02.on:before {
		opacity: 1;
	}

	.sp_life_link a {
		display: block;
		color: #fff;
	}

	.sp_life_link .link_inner {
		padding: 56px 10% 55px;
		position: relative;
	}

	.sp_life_link .link_inner:before,
	.sp_life_link .link_inner:after {}

	.sp_life_link .link_inner:before {
		content: "";
		position: absolute;
		bottom: 64px;
		right: calc(10% + 5px);
		margin: auto;
		width: 11px;
		height: 11px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sp_life_link .link_inner:after {}

	.sp_life_link .title {
		margin-bottom: 38px;
		font-size: 24px;
		line-height: 24px;
	}

	.sp_life_link .title b {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 0.2em;
		margin-right: 18px;
		display: inline-block;
	}

	.sp_life_link .title span {
		font-size: 10px;
		line-height: 24px;
		letter-spacing: 0.1em;
		display: inline-block;
	}

	.sp_life_link .p01 {
		font-size: 14px;
		letter-spacing: 0.2em;
		margin-bottom: 8px;
	}

	.sp_life_link .p02 {
		font-size: 10px;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	/*　sec3
	---------------------------------------------------------*/
	#sec3 {
		padding: 70px 0 70px;
	}

	#sec3 .sec_inner {
		margin: 0;
	}

	.slide_link {
		padding: 0 20px;
	}

	.slide_link ul {}

	.slide_link ul li {}

	.slide_link ul li .flex {
		justify-content: center;
	}

	.slide_link ul li .inner {
		width: 100%;
	}

	.slide_link ul li .title {
		text-align: center;
		padding: 20px 10px;
	}

	.slide_link ul li .title span {
		font-size: 10px;
	}

	.slide_link ul li .title b {
		font-size: 17px;
	}

	.slide_link ul li .txt {
		padding: 37px 12% 30px;
		min-height: 235px;
	}

	.slide_link ul li .txt .title2 {
		padding-bottom: 0;
		margin-bottom: 24px;
		white-space: nowrap;
	}

	.slide_link ul li .txt .title2:before {
		opacity: 0;
	}

	.slide_link ul li .txt .title2 .n {
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
		margin-right: 20px;
		vertical-align: middle;
	}

	.slide_link ul li .txt .title2 b {
		display: inline-block;
		font-size: 18px;
		line-height: 1;
		vertical-align: top;
		padding-top: 6px;
	}

	.slide_link ul li .txt .sub_title {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.slide_link ul li .txt .p01 {
		font-size: 12px;
		line-height: 1.5;
	}

	.slide_link ul li .flex figure {
		display: none;
	}

	.slide_link ul li .flex figure img {}

	.slide_link ul li:nth-child(3) .txt .title2 b {
		letter-spacing: 0.15em;
	}

	.bx-wrapper .bx-controls-direction a {
		top: calc(50% + 30px);
		background-size: contain !important;
		background-position: center 20px !important;
		width: 40px;
		height: 50px;
	}

	.bx-wrapper .bx-controls-direction a span {
		top: 14px;
		font-size: 12px;
	}

	.bx-wrapper .bx-controls-direction a:hover {}

	.bx-wrapper .bx-controls-direction a.bx-prev {
		left: -15px;
	}

	.bx-wrapper .bx-controls-direction a.bx-prev span {}

	.bx-wrapper .bx-controls-direction a.bx-next {
		right: -15px;
	}

	.bx-wrapper .bx-controls-direction a.bx-next span {}


	/*　sec4
	---------------------------------------------------------*/
	#sec4 {}

	#sec4 .sec_inner {}

	#sec4 .sec4_inner_bg {
		padding: 35px 9% 52px;
	}

	.about {}

	.about_title {
		margin-bottom: 38px;
	}

	.about_title span {
		font-size: 10px;
	}

	.about_title b {
		font-size: 17px;
		margin-top: 4px;
	}

	.about .logo {
		width: 190px;
		margin: 0 auto;
		margin-bottom: 52px;
	}

	.about .logo img {}

	.about .p01 {
		font-size: 12px;
		margin-bottom: 29px;
	}

	.about .p02 {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 45px;
	}

	.about_list {}

	.about_list ul {
		max-width: 312px;
		margin: 0 auto;
	}

	.about_list ul li {
		width: 100%;
		margin-bottom: 28px;
	}

	.about_list ul li:first-child {}

	.about_list ul li:last-child {
		margin-bottom: 0;
	}

	.about_list ul li:nth-child(2n) {}

	.about_list ul li a {}

	.about_list ul li a:hover {}

	.about_list ul li figure {}

	.about_list ul li a:hover figure {}

	.about_list ul li figure img {}

	.about_list ul li .link_title {
		top: 19%;
		left: 10%;
	}

	.about_list ul li .link_title span {
		font-size: 10px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	.about_list ul li .link_title b {
		font-size: 18px;
		margin-top: 0px;
	}

	.about_list ul li .link-more {
		top: 70%;
		left: 10%;
		font-size: 10px;
		width: 75px;
	}

	.about_list ul li a .link-more:before {
		width: 7px;
		height: 7px;
	}

	.about_list ul li a .link-more:after {}

	.about_list ul li a .link-more:before,
	.about_list ul li a .link-more:after,
	.about_list ul li a:hover .link-more:before,
	.about_list ul li a:hover .link-more:after {}

	.about_list ul li a:hover .link-more:before {
		-webkit-transform: rotate(45deg) translate3d(4px, -4px, 0);
		transform: rotate(45deg) translate3d(4px, -4px, 0);
	}

	.about_list ul li a:hover .link-more:after {
		width: 13px;
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	.about_list ul li .link-more span {}


	/*　sec5
	---------------------------------------------------------*/
	#sec5 {
		padding: 52px 0 50px;
	}

	#sec5 .sec_inner {}

	#sec5 .sec5_inner_bg {
		padding: 30px 20px 30px;
	}

	.news {}

	.news_title {
		margin-bottom: 10px;
	}

	.news_title span {
		font-size: 10px;
	}

	.news_title b {
		font-size: 17px;
		margin-top: 4px;
	}

	.news_list {}

	.news_list ul {}

	.news_list ul li {}

	.news_list ul li:first-child {}

	.news_list ul li:last-child {}

	.news_list ul li a {
		padding: 20px 0 14px;
	}

	.news_list ul li a:hover {}

	.news_list ul li .news_date {
		/* position: static; */
		top: 20px;
		left: 0;
		font-size: 10px;
		line-height: 1;
	}

	.news_list ul li .news_cat {
		/* position: absolute; */
		/* top: 0; */
		/* left: 100px; */
		padding-left: 77px;
		font-size: 10px;
		line-height: 1;
		margin-bottom: 8px;
	}

	.news_list ul li .news_tit {
		font-size: 12px;
		line-height: 2;
	}

	.news_btn {
		text-align: center;
		margin-top: 10px;
	}

	.news_btn a {
		width: 74px;
		font-size: 10px;
		padding: 3px 0;
	}

	.news_btn a:before,
	.news_btn a:after {}

	.news_btn a:before {
		width: 7px;
		height: 7px;
	}

	.news_btn a:after {}

	.news_btn a:hover {}

	.news_btn a:hover:before {
		-webkit-transform: rotate(45deg) translate3d(4px, -4px, 0);
		transform: rotate(45deg) translate3d(4px, -4px, 0);
	}

	.news_btn a:hover:after {
		width: 13px;
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}


	/*　sec6
	---------------------------------------------------------*/
	#sec6 {
		/* overflow: hidden; */
		min-height: 480px;
	}

	#sec6:before {
		background-image: url(../images/sp-recruit_bg.png);
		/* background-size: cover; */
		padding-top: 150%;
	}

	#sec6:after {}

	#sec6 .sec_inner {}

	.recruit {}

	.recruit_title {
		top: 20.4%;
		font-size: 18px;
	}

	.recruit_title span {}

	.recruit .p01 {
		top: 30.8%;
		width: 76%;
		max-width: 320px;
	}

	.recruit .p01 img {}

	.recruit .p02 {
		top: 45.5%;
		width: 57.1%;
		max-width: 214px;
	}

	.recruit .p02 img {}

	.recruit .recruit_btn {
		top: 60.1%;
		display: block;
	}

	.recruit .recruit_btn .btn {
		text-align: center;
	}

	.recruit .recruit_btn .btn+.btn {
		margin: 26px 0 0;
	}

	.recruit .recruit_btn .btn a {
		border-width: 2px;
		width: 172px;
		line-height: 40px;
		font-size: 10px;
		margin: 0 auto;
	}

	.recruit .recruit_btn .btn a span {
		padding-right: 22px;
	}

	.recruit .recruit_btn .btn a span:before,
	.recruit .recruit_btn .btn a span:after {}

	.recruit .recruit_btn .btn a span:before {
		width: 9px;
		height: 9px;
	}

	.recruit .recruit_btn .btn a span:after {
		top: calc(50% - 0.5px);
	}

	.recruit .recruit_btn .btn a:hover {}

	.recruit .recruit_btn .btn a:hover span {}

	.recruit .recruit_btn .btn a:hover span:before {
		-webkit-transform: rotate(45deg) translate3d(4px, -4px, 0);
		transform: rotate(45deg) translate3d(4px, -4px, 0);
	}

	.recruit .recruit_btn .btn a:hover span:after {
		width: 13px;
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}


	/*　address_box
	---------------------------------------------------------*/
	.address_box {
		padding: 30px 4.5% 30px;
	}

	.address_box_inner {}

	.address_box .logo {
		width: 28%;
	}

	.address_box .logo img {
		width: 100%;
		max-width: 89px;
	}

	.address_box .address {
		width: 67%;
	}

	.address_box .address .address_title {
		margin-bottom: 10px;
		font-size: 9px;
	}

	.address_box .address p {
		line-height: 1.67;
		font-size: 9px;
	}

	.address_box .address p span {
		font-size: 10px;
		margin-right: 1em;
		letter-spacing: 0.01em;
	}

	.address_box .address p span+span {}

	.address_box .tel {
		text-align: center;
		width: 100%;
		padding-bottom: 30px;
		border-bottom: 1px solid #000;
		margin-bottom: 32px;
	}

	.address_box .tel .tel_title {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
		font-size: 10px;
	}

	.address_box .tel p {
		display: inline-block;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.1em;
	}

	.address_box .contact {
		text-align: center;
		width: 100%;
		margin-bottom: 40px;
	}

	.address_box .contact p {}

	.address_box .contact p a {
		margin: 0 auto;
		width: 188px;
		height: 44px;
	}


}

@media screen and (max-width: 374px) {

	.about .p01 {
		font-size: 11px;
	}

	.about .p02 {
		font-size: 11px;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}

}