@charset "utf-8";
.slick-dots > li:first-child:last-child {
    display: none;
}

@-webkit-keyframes barwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes barwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes baropacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes baropacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*.md-opening {
	position: fixed;
	z-index: 9900;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	z-index:99999;
}

.md-opening:before, .md-opening:after {
	content: "";
	width: 100%;
	height: 0;
	background: #fff;
	position: absolute;
	top:50%;
	left: 0;
	transition-property: height;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	z-index:3;
}

.md-opening .bar {
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	height: 2px;
	width: 0;
	transition: width 1s, opacity 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 2;
}

.md-opening.on:before,.md-opening.on:after {
	transition-delay: 5s;
	height: 50%;
}

.md-opening.on:before{
	transform: translateY(-101%);
	height: 52%;
	top:51%;
}

.md-opening.on:after {
	bottom:0;
}

.bar {
	-webkit-animation: "barwidth" 1s ease 0s alternate forwards,"baropacity" 2s ease 0s alternate forwards;
	animation: 'barwidth' 1s ease 0s alternate forwards, 'baropacity' 2s ease 0s alternate forwards;
	animation-delay:4s;
}

.md-opening .anime1{
 	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	transition-delay: 2s;
	padding:50px;
}

.md-opening .en.anime1{
	transition-delay: 2.5s;
	padding:100px 0 0 0;
}

.md-opening .en.anime2{
 	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:-220px auto 0;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	transition-delay: 1s;
	text-align:center;
}*/

/*.img-wrap {
 	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	padding:50px;
	box-sizing:border-box;
}


/*.img-wrap {
 	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	padding:50px;
	box-sizing:border-box;
}

.img-wrap:before {
	animation: img-wrap 5s cubic-bezier(.4, 0, .2, 1) forwards;
	bottom: 0;
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
  	animation-delay:1s;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}*/
/* home
-------------------------------------------------------------------*/
.home .mv .recruitimg{
    position: absolute;
    right: -150px;
    top: 395px;
    z-index: 99;
	animation: fuwafuwa 5s ease 0s infinite;
}
 
@keyframes fuwafuwa{
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -10%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 800px) {
.home .mv .recruitimg {
    right: 1%;
    top: -14%;
    width: 35%;
}
}

.f_number{
	position:absolute;
	right:-50px;
	top:680px;
	z-index:99;
}

.f_number.clone{
	position:fixed;
	right:-700px;
	bottom:0;
	top:auto;
	transition: all 0.3s;
}

.f_number.clone.on{
	right:-60px;
}

.f_number.clone.off{
	right:-700px;
}

.f_number ul{
	position:relative;
	text-align:center;
	padding:7px 0 10px 35px;
	width:580px;
	display:flex;
}

.f_number ul:after{
	content:"";
	position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
	transform: skewX(25deg);
	background: #fff;
	z-index:-2;
	transition: all 0.3s;
}

.f_number ul li{
	padding:0 25px;
}

.f_number ul li dt{
	font-size:12px;
}

.f_number ul li dd{
	font-family: 'Oswald',sans-serif;
	font-size:32px;
	color:#264AAD;
	line-height:1.2em;
	font-weight:600;
}

.home .mv{
	height:963px;
	background: url(../img/top/mv.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index:3;
	text-align:center;
}

.home .mv .box{
	position:relative;
}

.home .mv .box dl{
	position:absolute;
	right:-150px;
	top:250px;
	color:#fff;
	text-align:left;
}

.en-US.home .mv .box dl{
	right:-250px;
	top:210px;
}

.home .mv .box dl dt{
	font-size:32px;
	line-height:1.3em;
	padding:0 0 20px 0;
}

.home .mv .box dl dd{
	font-size:17px;
}

.home .mv .bg01{
	position:absolute;
	left:-1px;
	top:-1px;
}

.home .mv .bg02{
	position:absolute;
	right:0;
	top:64px;
}

.home .mv h1{
	padding:100px 0 0 0;
}

.home .service{
	height:836px;
	background: url(../img/top/service_img.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index:4;
	padding:0 20px;
}

.homebox{
	position:relative;
	z-index:2;
}

.home .service h2{
	padding:65px 0 0 0;
}

.home .service .bg{
	position:absolute;
	left:0;
	top:-60px;
}

@media screen and (max-width: 1435px) {
.home .service .bg{
	width:600px;
}
}

.homebox .txt{
	position:relative;
	z-index:2;
	padding:40px 0 0 0;
	font-size:20px;
	text-align:justify;
	line-height:2em;
	color:#fff;
}

.btn01{
	padding:80px 0 0 0;
}

.btn01 li{
	padding:0 0 20px 0;
}

.btn01 a{
	display:block;
	width:290px;
	color:#fff;
	font-family: 'Shippori Antique',sans-serif;
	background:url(../img/common/btn_arrow.png) no-repeat 85% center;
	height:65px;
	line-height:65px;
	box-sizing:border-box;
	padding:0 0 0 30px;
	position:relative;
	transition: all 0.3s;
}

.btn01 a:hover{
	background:url(../img/common/btn_arrow.png) no-repeat 90% center;
}

.btn01 a:after{
	content:"";
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index:-2;
	background:linear-gradient(to right,#000 0%, #4b4b4b 100%);
}

.btn01 a:before{
	content:"";
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index:-1;
	opacity:0;
	transition: all 0.3s;
	background:linear-gradient(to left,#0298fa 0%, #1d248b 100%);
}

.btn01 a:hover:before{
	opacity:1;
}

.home .philosophy{
	height:925px;
	background: url(../img/top/philosophy_img.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index:4;
	text-align:right;
	padding:0 20px;
}

.home .philosophy h2{
	padding:150px 0 0 0;
}

.home .philosophy .bg{
	position:absolute;
	right:0;
	top:-40px;
}

.home .philosophy .homebox .txt{
	width:570px;
	text-align:left;
	display:inline-block;
}


.home .mission{
	height:925px;
	background: url(../img/top/mission_img.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	z-index:4;
	padding:0 20px;
}

.home .mission h2{
	padding:160px 0 0 0;
}

.home .mission .bg{
	position:absolute;
	left:0;
	top:-40px;
}

.home .topnews{
	background: #fff;
	padding:200px 20px 180px 20px;
	position:relative;
	z-index:1;
}

.home .topnews h2{
	color:#96D3FF;
	font-size:100px;
	line-height:1.3em;
	padding:0 0 80px 0;
	font-weight:700;
}

.home .topnews .bg{
	position:absolute;
	right:0;
	top:0;
}

.newsbox dl a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	transition: all 0.3s;
}

.home .topnews dl{
	padding:20px 0;
}

.home .topnews dl dt{
	padding:0 0 5px 0;
}

.home .member{
	background: url(../img/top/member_img.jpg) no-repeat center center;
	background-size:cover;
	padding:200px 0 180px 0;
	position:relative;
	z-index:1;
}

.member_tit,
.wbh_recruit h1.member_tit{
	color:#B79919;
	font-size:100px;
	line-height:1.3em;
	text-align:center;
	font-weight:700;
}

.member .txt,
.wbh_recruit .subtxt{
	font-size:20px;
	padding:50px 0 100px 0;
	text-align:center;
}

.home .member .btn01 a{
	margin:0 auto;
}

.slider{
	max-width:1100px;
	margin:0 auto;
}

.slider li{
	padding:0 12px;
}

.slider li.mb01{
	margin:65px 0 0 0;
}

.slider li.mb02{
	margin:120px 0 0 0;
}

.slider li dl dt{
	font-size:14px;
	padding:20px 0 0 0;
}

.slider li dl dd{
	font-size:18px;
}

.slider li img{
	-webkit-backface-visibility: hidden;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
	width:70px;
	height:70px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:10;
	transition: all 0.3s;
}

.slider .slick-prev:before {
	content:"";
	background:url(../img/common/prev.jpg) no-repeat center center;
	width:70px;
	height:70px;
	display:block;
}

.slider .slick-next:before {
	content:"";
	background:url(../img/common/next.jpg) no-repeat center center;
	width:70px;
	height:70px;
	display:block;
}

.slider .slick-prev{
    left:-90px;
	top:50%;
}

.slider .slick-next{
    right:-90px;
	top:50%;
}

@media screen and (max-width: 1314px) {
.slider .slick-prev{
    left:0;
}

.slider .slick-next{
    right:0;
}
}

.home .home_company{
	background: url(../img/top/company_img.jpg) no-repeat center center;
	background-size:cover;
	height:600px;
	position:relative;
	z-index:1;
	padding:0 20px;
}

.home .home_company h2{
	color:#fff;
	font-size:100px;
	line-height:1.3em;
	padding:150px 0 0 0;
}

.home .home_company .bg{
	position:absolute;
	right:0;
	top:0;
}

@media screen and (max-width: 800px) {
.img-wrap:before {
	animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  	animation-delay:2s;
}		

.md-opening .en.anime1{
	transition-delay: 2.5s;
	padding:20% 50px 0 50px;
}

.md-opening .en.anime2{
	margin:-20% auto 0;
	transition-delay: 1s;
	padding:0 50px;
}	
	
.f_number{
	position:fixed;
	right:0;
	left:0;
	top:auto;
	bottom:-200px;
	transition: all 0.3s;
	width:280px;
	margin:0 auto;
}

.f_number.clone{
	right:0;
	bottom:-200px;
}

.f_number.clone.on{
	right:0;
	bottom:0;
}

.f_number.clone.off{
	right:0;
	bottom:-200px;
}

.f_number ul{
	padding:10px 0 10px 0;
	width:100%;
	background:#fff;
}

.f_number ul:after{
	display:none;
}

.f_number ul li{
	padding:0;
	width:33.33333%;
	box-sizing:border-box;
}

.f_number ul li:not(:last-child){
	border-right:1px solid #96D3FF;
}

.f_number ul li dl{
	position:relative;
	padding:0 0 40px 0;
}

.f_number ul li dt{
	font-size:12px;
	line-height:1.4em;
}

.f_number ul li:nth-child(1) dt{
	padding:10px 0 5px 0;
}

.f_number ul li dd{
	position:absolute;
	top:35px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	font-size:30px;
}

.home .mv{
	height:auto;
	background:none;
}

.home .mv .box{
	position:absolute;
	top:20%;
	width:90%;
	margin:0 auto;
	left:0;
	right:0;
}

.home .mv .box dl{
	position:static;
	right:auto;
	top:auto;
	margin:0 auto;
	padding:5% 0 0 0;
}

.home .mv .box dl dt{
	font-size:5vw;
	padding:0 0 3% 0;
}

.home .mv .box dl dd{
	font-size:4vw;
}

.home .mv .bg01{
	position:static;
}

.home .mv h1{
	padding:0;
	margin:0 auto;
	position:static;
}

.home .service{
	height:auto;
	background: url(../img/top/sp/service_img.jpg) no-repeat top center;
	background-size:cover;
	padding:0 20px 60px 20px;
}

.home .service h2{
	padding:40% 0 0 0;
	width:85%;
}

.home .service .bg{
	display:none;
}

.homebox .txt{
	padding:2% 0 0 0;
	font-size:18px;
}

.btn01{
	padding:60px 0 0 0;
}

.btn01 li{
	padding:0 0 20px 0;
}

.btn01 a{
	width:250px;
	margin:0 auto;
}

.home .philosophy{
	height:auto;
	background: url(../img/top/sp/philosophy_img.jpg) no-repeat top center;
	background-size:cover;
	text-align:left;
	padding:0 20px 60px 20px;
}

.home .philosophy h2{
	padding:50% 0 0 0;
}

.home .philosophy .bg{
	display:none;
}

.home .philosophy .homebox .txt{
	width:100%;
}

.home .mission{
	height:auto;
	background: url(../img/top/sp/mission_img.jpg) no-repeat top center;
	background-size:cover;
	padding:0 20px 60px 20px;
}

.home .mission h2{
	padding:50% 0 0 0;
	width:70%;
}

.home .mission .bg{
	display:none;
}

.home .topnews{
	padding:60px 20px;
}

.home .topnews h2{
	font-size:40px;
	padding:0 0 40px 0;
	text-align:center;
}

.home .topnews .bg{
	display:none;
}

.home .topnews dl{
	padding:20px 0;
}

.home .topnews dl dt{
	padding:0 0 5px 0;
}

.home .member{
	background: url(../img/top/sp/member_img.jpg) no-repeat center center;
	background-size:cover;
	padding:60px 20px;
}

.member_tit,
.wbh_recruit h1.member_tit{
	font-size:40px;
	line-height:1.3em;
	text-align:center;
}

.member .txt,
.wbh_recruit .subtxt{
	font-size:16px;
	padding:30px 0 100px 0;
	text-align:center;
}

.slider{
	max-width:inherit;
}

.slider li{
	padding:0 5px;
}

.slider li.mb01{
	margin:0;
}

.slider li.mb02{
	margin:0;
}

.slider li dl{
	text-align:center;
}

.slick-prev,
.slick-next
{
	width:50px;
	height:50px;
	margin-top:-25px;
}

.slider .slick-prev:before {
	background:url(../img/common/prev.jpg) no-repeat center center;
	background-size:50px;
	width:50px;
	height:50px;
}

.slider .slick-next:before {
	background:url(../img/common/next.jpg) no-repeat center center;
	background-size:50px;
	width:50px;
	height:50px;
}

.slider .slick-prev{
    left:-20px;
}

.slider .slick-next{
    right:-20px;
}

.home .home_company{
	background: url(../img/top/sp/company_img.jpg) no-repeat top center;
	background-size:cover;
	height:auto;
	padding:0 20px 160px 20px;
}

.home .home_company h2{
	font-size:40px;
	padding:60px 0 0 0;
	text-align:center;
}

.home .home_company .bg{
	display:none;
}

}

/* responsible
-------------------------------------------------------------------*/
.tit_area{
	position:relative;
}

.tit_area .bg01{
	position:absolute;
	right:0;
	top:-91px;
	z-index:2;
}

.tit_area .box{
	position:relative;
	padding:0 20px;
}

.tit_area h1{
	padding:160px 0 110px 0;
	font-size:30px;
	color:#264AAD;
	position:relative;
	z-index:3;
	font-weight:normal;
}

.tit_area .box .box_in{
	position:relative;
	padding:140px 0 0 0;
}

.tit_area .box .box_in .btn{
	position:absolute;
	bottom:-100px;
	right:-150px;
	z-index:99;
	animation: fuwafuwa 5s ease 0s infinite;
}

.tit_area .box .box_in .bg02{
	position:absolute;
	top:0;
	left:-210px;
}

.tit_area .box .box_in dl{
	color:#fff;
	position:relative;
	z-index:5;
	padding:0 0 70px 0;
}

.tit_area .box .box_in dl dt{
	font-size:40px;
	line-height:1.3em;
	padding:15px 30px;
	background:rgba(0,0,0,0.6);
	display:inline-block;
}

.tit_area .box .box_in dl dd{
	font-size:26px;
	line-height:1.3em;
	padding:35px 0 0 0;
}

.tit_area .box02{
	background: url(../img/common/cont_bg.png) no-repeat bottom center;
	background-size:cover;
	padding:350px 20px 270px 20px;
	text-align:center;
}

.tit_area .box02 h3{
	font-weight:normal;
	font-size:30px;
	line-height:1.4em;
	color:#264AAD;
	padding:0 0 80px 0;
	position:relative;
}

.tit_area .box02 h3:after{
	content:url(../img/common/ico01.png);
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.tit_area .box02 .txt{
	font-size:20px;
	line-height:2em;
	padding:50px 0 0 0;
}

.responsible .ability{
	padding:350px 0 0 0;
}

.job .ability{
	padding:200px 0 0 0;
}

h2.tit01{
	font-size:30px;
	font-weight:normal;
	font-family: 'Shippori Antique',sans-serif;
	padding:0 0 70px 0;
	background:url(../img/common/ico01.png) no-repeat bottom left;
	color:#264AAD;
	margin:0 auto 70px;
}

h2.tit02{
	text-align:center;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Shippori Antique',sans-serif;
    padding: 0 0 70px 0;
    background: url(../img/common/ico02.png) no-repeat bottom center;
    color: #fff;
    margin: 0 auto 70px;
	line-height:1.6em;
}

h2.tit03{
	text-align:center;
	font-size:30px;
	font-weight:normal;
	font-family: 'Shippori Antique',sans-serif;
	padding:0 0 70px 0;
	background:url(../img/common/ico01.png) no-repeat bottom center;
	color:#264AAD;
	margin:0 auto 70px;
	line-height:1.3em;
}

h2.tit03 span{
	font-size:18px;
}

.ability .box_in{
	position:relative;
	padding:250px 0 0 0;
}

.ability .box02 .box_in{
	padding:0;
}

.ability .box_in .img{
	position:absolute;
	left:-240px;
	top:0;
}

.ability .box02 .box_in .img{
	right:-240px;
	left:auto;
	top:65px;
}

.ability .box_in .titbox{
	font-family: 'Oswald',sans-serif;
	position:absolute;
	right:0;
	top:-70px;
	font-weight:normal;
}

.ability .box02 .box_in .titbox{
	right:auto;
	top:-200px;
	left:0;
}

.ability .box_in h3{
	font-size:300px;
	color: #b79919;
	font-weight:normal;
	opacity: 0.2;
}

.ability .box_in .sub{
	position:absolute;
	font-size:20px;
	color:#B79919;
	left:30px;
	top:20px;
}

.ability .box_in .txtbox{
	position:relative;
	right:-210px;
	width:840px;
	padding:95px 0;
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	opacity: 0.8;
	margin:70px 0 0 0;
	transition: all 0.3s;
}

.ability .box02 .box_in .txtbox{
	top:-50px;
	right:auto;
	left:-210px;
}

@media screen and (max-width: 1200px) {
.ability .box_in .txtbox{
	right:0;
	width:100%;
}

.ability .box02 .box_in .txtbox{
	left:0;
}
}

.ability .box_in .txtbox dl{
	width:600px;
	margin:0 auto;
}

.ability .box_in .txtbox dl dt{
	font-size:24px;
	line-height:1.6em;
	font-family: 'Shippori Antique',sans-serif;
	color:#F5ECC6;
}

.ability .box_in .txtbox dl dd{
	line-height:2em;
	color:#fff;
	padding:30px 0 0 0;
	text-align:justify;
}

.ability .box_in .txtbox dl dd .btn a{
	line-height:1.6;
	padding:10px 20px;
	display:inline-block;
	background:#264aad;
	margin:0 0 30px 0;
	color:#fff;
	border-radius:80px;
}

.ability .box02{
	margin:290px 0 120px 0;
	padding:130px 0 300px 0;
	background: #cfe8f8;
}

.ability .box02.high{
	padding:130px 0 500px 0;
}

.ability .box02.last{
	margin:290px 0 0 0;
	padding:130px 0 310px 0;
}

.ability .box_in .txtbox ul li:not(:last-child){
	padding:0 0 30px 0;
}

.ability .box_in .txtbox ul li h4{
	font-size:16px;
	color:#F5ECC6;
	line-height:1.5em;
	padding:0 0 10px 20px;
	font-weight:500;
	position:relative;
}

.ability .box_in .txtbox ul li h4:after{
	content:"●";
	position:absolute;
	left:0;
	top:0;
}

.ability .box_in .txtbox ul li span{
	font-size:12px;
	padding-left:1em;
	text-indent:-1em;
	display:block;
	line-height:1.8em;
}

.achievement{
	padding:180px 20px;
	background:url(../img/responsible/achievement_ico.png) no-repeat center 410px;
}

.achievement .box_in{
	display:flex;
	justify-content:space-between;
}

.achievement .box_in02{
	align-items:flex-end;
	margin-top:0;
	padding:0 0 140px 0;
}

.achievement .box_in dl{
	width:460px;
	padding:0 20px 0 0;
}

.achievement .box_in01 dl{
	width:100%;
	padding:0 0 100px 0;
}

.achievement .box_in02 dl{
	padding:0 0 0 20px;
}

.achievement .box_in dl dt{
	font-family: 'Oswald',sans-serif;
	font-size:100px;
	color:#264AAD;
	line-height:1.2em;
}

.achievement .box_in dl dt span{
	font-size:38px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	padding:0 0 0 30px;
	font-weight:500;
	vertical-align:middle;
}

.achievement .box_in dl dd{
	font-size:20px;
	line-height:1.8em;
	text-align:justify;
	padding:5px 0 0 0;
}

.achievement .box_in01 dl dd{
	font-size:16px;
}

.qa{
	padding:180px 20px;
	background: linear-gradient(#eff9ff 0%, #d3eeff 100%);
}

.qa dl:not(:last-child){
	padding:0 0 60px 0;
}

.qa dl dt{
	font-size:22px;
	color:#264AAD;
	padding:0 0 40px 50px;
	position:relative;
	font-family: 'Shippori Antique',sans-serif;
	line-height:1.4em;
}

.qa dl dt:after{
	position:absolute;
	content:"Q";
	font-family: 'Oswald',sans-serif;
	font-size:50px;
	left:0;
	top:-5px;
}

.qa dl dd{
	padding:0 0 0 50px;
	line-height:2.2em;
	position:relative;
}

.qa dl dd:after{
	position:absolute;
	content:"A";
	font-family: 'Oswald',sans-serif;
	font-size:50px;
	left:0;
	top:0;
	color:#B79919;
}

.qa dl dd ul li{
	padding-left:1em;
	text-indent:-1em;
}

.qa dl dd ul li span{
	font-size:14px;
}

.agent{
	padding:180px 20px;
	background:url(../img/responsible/agent_bg.jpg) no-repeat top center;
	background-size:cover;
}

.agent .youtube{
	max-width:800px;
	margin:0 auto;
}

.agent .box_in{
	display:flex;
	justify-content:flex-end;
	position:relative;
	padding:80px 0;
}

.agent .box_in02{
	justify-content:start;
	padding:80px 0 0 0;
}

.agent .box_in .img{
	position:absolute;
	left:0;
	top:0;
}

.agent .box_in02 .img{
	right:0;
	left:auto;
}

.agent .box_in .txtbox{
	position:relative;
	z-index:2;
	width:580px;
	padding:60px 75px;
	box-sizing:border-box;
	background:#fff;
}

.agent .box_in dl dt{
	font-size:24px;
	color:#264AAD;
	line-height:1.4em;
	text-align:justify;
	font-family: 'Shippori Antique',sans-serif;
}

.agent .box_in dl dd{
	font-size:14px;
	padding:35px 0;
	text-align:right;
}

.agent .box_in .txt{
	line-height:2em;
	text-align:justify;
}

.flow{
	padding:180px 20px;
	text-align:center;
}

.contact_link{
	padding:180px 20px;
	text-align:center;
	background:#F5ECC6;
}

.contact_link .box_in{
	background:#fff;
	border-radius:10px;
	padding:50px 0;
}

.contact_link .box_in .linkbox{
	display:flex;
	justify-content:center;
	align-items:center;
}

.contact_link .box_in .linkbox dl{
	padding:0 80px 0 0;
}

.contact_link .box_in .linkbox dl dt{
	font-size:20px;
	line-height:1.6em;
	padding:0 0 25px 0;
}

.contact_link .box_in .linkbox dl dd a{
	display:block;
	width:300px;
	font-weight:700;
	text-align:center;
	color:#264AAD;
	padding:15px;
	line-height:1.5em;
	border:1px solid #264AAD;
	border-radius:5px;
	box-sizing:border-box;
	font-size:24px;
}

.contact_link .box_in .linkbox dl dd a:hover{
	background:#264AAD;
	color:#fff;
}

.contact_link .box_in .linkbox dl dd a:hover{
	background:#264AAD;
	color:#fff;
}

.contact_link .box_in ul{
	display:flex;
	justify-content:center;
	align-items:center;
	width:600px;
	margin:60px auto 0;
	padding:60px 0 0 0;
	border-top:1px solid #F5ECC6;
}

.contact_link .box_in ul li dl{
	display:flex;
	justify-content:center;
	align-items:center;
}

.contact_link .box_in ul li dl dd{
	font-size:24px;
	font-weight:600;
	color:#06C755;
	line-height:1.6em;
	padding:0 65px 0 35px;
	text-align:left;
}

.contact_link .box_in ul li:nth-child(2){
	width:120px;
}

.model{
	padding:180px 20px;
	background: linear-gradient(#eff9ff 0%, #d3eeff 100%);
}

.model .box_in{
	position:relative;
	display:flex;
}

.model .box_in:nth-child(even){
	justify-content:flex-end;
}

.model .box_in:not(:last-child){
	padding:0 0 50px 0;
}

.model .box_in .img{
	padding:30px 0 0 0;
}

.model .box_in dl{
	position:absolute;
	right:0;
	top:0;
	width:560px;
	box-sizing:border-box;
	padding:65px 70px;
	background:#fff;
}

.model .box_in:nth-child(even) dl{
	right:auto;
	left:0;
}

.model .box_in dl dt{
	font-family: 'Shippori Antique',sans-serif;
	font-size:24px;
	padding:0 0 0 25px;
	background:url(../img/responsible/model_ico.png) no-repeat left center;
	color:#264AAD;
}

.model .box_in dl dd{
	line-height:2em;
	padding:25px 0 0 0;
	text-align:justify;
}

.csr{
	padding:180px 20px;
}

.csr dl:not(:last-child){
	padding:0 0 70px 0;
}

.csr dl dt{
	font-family: 'Shippori Antique',sans-serif;
	font-size:24px;
	padding:0 0 0 25px;
	background:url(../img/responsible/model_ico.png) no-repeat left center;
	color:#264AAD;
}

.csr dl dd{
	line-height:2.3em;
	padding:20px 0 0 25px;
	text-align:justify;
}

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

.tit_area .box .box_in .btn{
	bottom:auto;
	top:-50px;
	right:10px;
	width:130px;
}	

.tit_area .box{
	padding:0;
}

.tit_area h1{
	padding:140px 0 100px 20px;
	font-size:22px;
	background:url(../img/common/sp/top_bg.png) no-repeat bottom center;
	background-size:cover;
	color:#fff;
}

.tit_area .box .box_in{
	padding:0;
}

.tit_area .box .box_in .bg02{
	position:static;
	margin-top:-30%;
}

.tit_area .box .box_in dl{
	position:absolute;
	top:45%;
	padding:0 0 0 20px;
}
	
.en-US .tit_area .box .box_in dl{
	top:30%;
}

.tit_area .box .box_in dl dt{
	font-size:5vw;
	line-height:1.3em;
	padding:10px 30px;
}

.tit_area .box .box_in dl dd{
	font-size:3vw;
	line-height:1.6em;
	padding:15px 0 0 0;
}

.tit_area .box02{
	background: linear-gradient(#eff9ff 0%, #d3eeff 100%);
	padding:70px 20px;
	text-align:left;
}

.tit_area .box02 h3{
	font-size:22px;
	line-height:1.6em;
	padding:0 0 40px 0;
	text-align:center;
}

.tit_area .box02 .txt{
	font-size:16px;
	padding:40px 0 0 0;
}

.responsible .ability{
	padding:60px 0 0 0;
}
	
.job .ability{
	padding:60px 0;
}

h2.tit01{
	font-size:22px;
	padding:0 0 40px 0;
	background:url(../img/common/ico01.png) no-repeat bottom center;
	text-align:center;
	margin:0 auto 40px;
}

h2.tit02{
    font-size: 22px;
    padding: 0 0 40px 0;
    margin: 0 auto 40px;
}

h2.tit03{
    font-size: 22px;
    padding: 0 0 40px 0;
    margin: 0 auto 40px;
}

.ability .box02 .box_in{
	text-align:right;
}

.ability .box_in {
    padding: 0;
}

.ability .box_in .img{
	position:static;
	text-align:center;
}

.ability .box_in .titbox{
	position:relative;
	top:-15px;
	z-index:10;
	padding:0 0 0 10px;
}

.ability .box02 .box_in .titbox{
	right:auto;
	top:-15px;
	left:auto;
	display:inline-block;
	padding:0 10px 0 0;
}

.ability .box_in h3{
	font-size:130px;
	opacity: 0.6;
	color:#F5ECC6;

}

.ability .box_in .sub{
	font-size:14px;
	left:10px;
	top:5px;
}

.ability .box_in .txtbox{
	position:static;
	box-sizing:border-box;
	width:100%;
	padding:90px 20px 60px 20px;
	opacity: 1;
	margin:-32px 0 0 0;
	text-align:left;
}

.ability .box02 .box_in .txtbox{
	margin:-84px 0 0 0;
}

.ability .box_in .txtbox dl{
	width:100%;
}

.ability .box_in .txtbox dl dt{
	font-size:20px;
}

.ability .box_in .txtbox dl dd{
	line-height:2em;
	padding:30px 0 0 0;
}

.ability .box02{
	margin:0;
	padding:0;
}
	
.ability .box02.high{
	padding:0;
}

.ability .box02.last{
	margin:0;
	padding:0;
}

.achievement{
	padding:60px 0;
	background:none;
}

.achievement .box_in{
	flex-wrap:wrap;
}

.achievement .box_in02{
	margin-top:0;
	padding:0;
}

.achievement .box_in dl{
	width:100%;
	padding:0;
	order:2;
}

.achievement .box_in02 dl{
	padding:0
}

.achievement .box_in dl dt{
	font-size:100px;
	color:#96D3FF;
	text-align:center;
	margin-top:-70px;
	opacity:0.7;
}
	
.achievement .box_in01 dl dt{
	margin-top:0;
}
	
.achievement .box_in dl dt span{
	font-size:24px;
	color: #333333;
	padding:0 0 0 20px;
}

.achievement .box_in dl dd{
	font-size:16px;
	padding:5px 20px 40px 20px;
}
	
.achievement .box_in01 dl dd{
	font-size:14px;
}

.qa{
	padding:60px 20px;
}

.qa dl:not(:last-child){
	padding:0 0 40px 0;
}

.qa dl dt{
	font-size:18px;
	padding:0 0 30px 40px;
}

.qa dl dt:after{
	font-size:40px;
	left:0;
	top:-1px;
}

.qa dl dd{
	padding:0 0 0 40px;
	line-height:2.2em;
}

.qa dl dd:after{
	font-size:40px;
	top:0;
}
	
.qa dl dd ul li span{
	font-size:12px;
}

.agent{
	padding:60px 20px;
	background:url(../img/responsible/sp/agent_bg.jpg) no-repeat top center;
	background-size:cover;
}
	
.agent .youtube{
	width:100%;
	max-width:500px;
}

.agent .box_in{
	display:block;
	position:relative;
	padding:40px 0;
}

.agent .box_in02{
	justify-content:start;
	padding:0;
}

.agent .box_in .img{
	position:relative;
	z-index:2;
	width:70%;
	margin:0 auto -30%;
}

.agent .box_in .txtbox{
	z-index:1;
	width:100%;
	padding:40% 20px 60px 20px;
}

.agent .box_in dl dt{
	font-size:18px;
}

.agent .box_in dl dd{
	font-size:12px;
	padding:20px 0;
	text-align:left;
}

.agent .box_in .txt{
	font-size:16px;
}

.flow{
	padding:60px 40px;
}
	
.flow .img{
	max-width:300px;
	margin:0 auto;
}

.contact_link{
	padding:60px 20px;
}

.contact_link .box_in{
	border-radius:10px;
	padding:30px 0;
}

.contact_link .box_in .linkbox{
	flex-wrap:wrap;
}

.contact_link .box_in .ico{
	width:100%;
}

.contact_link .box_in .ico img{
	width:100px;
	height:auto;
}

.contact_link .box_in .linkbox dl{
	padding:20px 0 0 0;
	order:2;
}

.contact_link .box_in .linkbox dl dt{
	font-size:18px;
	line-height:1.6em;
	padding:0;
}

.contact_link .box_in .linkbox dl dd a{
	display:block;
	width:220px;
	font-size:18px;
	margin:30px auto 0;
}

.contact_link .box_in ul{
	width:90%;
	margin:30px auto 0;
	padding:30px 0 0 0;
	flex-wrap:wrap;
}

.contact_link .box_in ul li dl dd{
	font-size:16px;
	padding:0 0 0 12px;
}

.contact_link .box_in ul li:nth-child(2){
	padding:20px 20px 0 20px;
}

.model{
	padding:60px 20px;
}

.model .box_in{
	flex-wrap:wrap;
}

.model .box_in:nth-child(even){
	justify-content:flex-start;
}

.model .box_in:not(:last-child){
	padding:0 0 20px 0;
}

.model .box_in .img{
	padding:0;
	margin:0 -20px;
}

.model .box_in dl{
	position:static;
	width:100%;
	padding:30px;
	margin-top:-20px;
}

.model .box_in:nth-child(even) dl{
	right:auto;
	left:0;
}

.model .box_in dl dt{
	font-size:20px;
}

.model .box_in dl dd{
	padding:15px 0 0 0;
}

.csr{
	padding:60px 20px 180px 20px;
}

.csr dl:not(:last-child){
	padding:0 0 40px 0;
}

.csr dl dt{
	font-size:20px;
}

.csr dl dd{
	line-height:2.3em;
	padding:20px 0 0 0;
}
}


/* job
-------------------------------------------------------------------*/
.job .box_area{
    padding:0;
}

.job .box_area .box {
    padding:0;
}

.job .box_area .box .btn a{
	display:block;
	width:320px;
	margin:20px auto 0;
	height:80px;
	line-height:78px;
	border:1px solid #264AAD;
	text-align:center;
	background:#264AAD;
	color:#fff;
	font-size:18px;
	border-radius:80px;
}


.job .box_area .box .btn a:hover{
	background:#fff;
	color:#333333;
}

.tit_area .txtbox{
	padding:0 0 30px 0;
	position:relative;
	z-index:5;
}

.tit_area .w_txt{
	background:#fff;
	padding:100px 30px;
	text-align:center;
}

.tit_area .w_txt p{
	font-size:20px;
	color:#264AAD;
	line-height:2.8em;
}

.tit_area .w_txt ul{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:50px 0 0 0;
}

.tit_area .w_txt ul li{
	padding:0 5px;
}

.tit_area .w_txt ul li a{
	width:300px;
	display:block;
	line-height:70px;
	height:70px;
	color:#264AAD;
	font-size:20px;
	border-radius:5px;
	border:1px solid #264AAD;
	background: url(../img/job/arrow.png) no-repeat 92% center #fff;
}

.en-US .tit_area .w_txt ul li a{
	font-size:16px;
	background: url(../img/job/arrow.png) no-repeat 95% center #fff;
}

.job .tit_area .box02{
	margin:220px 0 0 0;
	padding: 150px 20px 150px 20px;
}


.job .talk{
	padding:160px 0 0 0;
	text-align:center;
}

.job .choice{
	padding:160px 20px;
}

.talk .tabbox{
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	position:relative;
	z-index:3;
}

.talk .tabbox h2{
	position:relative;
	top:-90px;
	margin-bottom:-50px;
	padding:0 0 0 25px;
}

.talk .tabbox .tab{
	display:flex;
	justify-content:center;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	bottom:-35px;
}

.talk .tabbox .tab li{
	width:23%;
	margin:0 1%;
	position:relative;
	cursor:pointer;
}

.talk .tabbox .tab li.active:after{
	content:"";
	position:absolute;
	bottom:-48px;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 48px 0;
	border-color: transparent #e3d597 transparent transparent;
}


.talk .tabbox .tab li h3{
	color:#F5ECC6;
	font-size:12px;
}

.talk .tabbox .tab li h4{
	color:#fff;
	padding:0 0 10px 0;
}

.talk .tabbox .tab li h4 span{
	display:block;
}

.talk .tabbox .tab li h5{
	background: linear-gradient(#fffbe2 0%, #e3d496 100%);
	padding:10px;
	font-size:16px;
	font-weight: 700;
}

.talk .tabbox .tab li h5 span{
	display:block;
	color:#264AAD;
	font-size:12px;
}

.tablist{
	padding:130px 0 150px 0;
	background: url(../img/job/tabbg.jpg) no-repeat bottom center;
    background-size: cover;
	position:relative;
}

.tablist .img{
	position:absolute;
	width:1366px;
	margin:0 auto;
	top:320px;
	left:0;
	right:0;
}

.tab_sub{
	display:flex;
	justify-content:center;
}

.tab_sub li{
	width:250px;
	height:60px;
	line-height:60px;
	background:#fff;
	color:#B79919;
	text-align:center;
	font-size:20px;
	margin:0 5px;
	border-radius:5px;
	transition: all 0.3s;
	cursor:pointer;
}

.tab_sub li.active,
.tab_sub li:hover{
	color:#fff;
	background:#B79919;
}

.tablist .txtbox{
	max-width:1366px;
	margin:50px auto 0;
}

.tablist .txtbox li{
	display:flex;
	justify-content:flex-end;
	position:relative;
	z-index:2;
}

.tablist .txtbox li:nth-child(even){
	display:flex;
	justify-content:flex-start;
	padding:200px 0;
}

.tablist .txtbox dl{
    background: linear-gradient(#0298fa 0%, #1d248b 100%);
    opacity: 0.8;
	width:840px;
    padding: 100px 120px;
	box-sizing:border-box;
}

.tablist .txtbox dl dt{
    color: #F5ECC6;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0 0 30px 0;
}

.tablist .txtbox dl dd{
    color: #fff;
    line-height:2em;
}

.tablist .inner,
.inner .txtbox{
    display:none;
}

.tablist .inner.active,
.inner .txtbox.active{
	display: block;
}



.job .choice{
	padding:160px 20px;
}

.job .choice .box_in{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.job .choice .box_in dl{
	width:465px;
	padding:0 20px;
}

.job .choice .box_in:nth-child(even) .ico{
	order:2;
}

.job .choice .box_in dl dt{
	font-size:24px;
	color:#264AAD;
	line-height:1.6em;
	font-family: 'Shippori Antique',sans-serif;
}

.job .choice .box_in dl dd{
	line-height:2em;
	padding:10px 0 0 0;
	text-align:justify;
}

.job .career .img{
	height:600px;
	width:100%;
}

.job .career .img img{
	object-fit:cover;
	width:100%;
	height:600px;
}

.job .career .box{
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	opacity: 0.8;
	padding:100px 120px;
	margin:-170px auto 0;
}

.job .career .box h2{
	color:#F5ECC6;
	font-size:24px;
	line-height:1.6em;
	font-weight:normal;
	padding:0 0 30px 0;
}

.job .career .box ul li{
	color:#fff;
	line-height:2em;
	padding:0 0 0 20px;
	position:relative;
}

.job .career .box ul li:after{
	content:"●";
	position:absolute;
	left:0;
	top:0;
}

@media screen and (max-width: 800px) {
.job .box_area .box {
    padding:60px 0 0 0;
}
	
.job .box_area .box .btn a{
	width:280px;
	height:70px;
	line-height:68px;
	font-size:16px;
}
	
.talk .box{
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	padding:0 20px 60px 20px;
}

.talk .box h2{
	max-width:400px;
	width:80%;
	margin:0 auto;
	position:relative;
	top:-50px;
}
	
.talk .namebox{
	text-align:center;
	max-width:250px;
	margin:0 auto;
}

.talk .namebox h3{
	font-size:12px;
	color:#F5ECC6;
}

.talk .namebox h4{
	color:#fff;
	padding:0 0 10px 0;
}

.talk .namebox h4 span{
	display:block;
}

.talk .namebox h5{
	background: linear-gradient(#fffbe2 0%, #e3d496 100%);
	padding:10px;
	font-size:20px;
}

.talk .namebox h5 span{
	display:block;
	color:#264AAD;
	font-size:12px;
}

.talk .actit{
	border-radius:5px;
	background:#fff;
	text-align:center;
	font-size:18px;
	color:#B79919;
	transition: all 0.3s;
	padding:15px;
	margin:10px 0;
}

.talk .actit.active{
	background:#B79919;
	color:#fff;
}

.acbox{
	display:none;
}

.acbox .img.coverimg:before {
    padding-top: 60%;
}

.acbox dl{
	text-align:left;
	background: linear-gradient(#0298fa 0%, #1d248b 100%);
	padding:20px;
}

.acbox dl dt{
	color:#F5ECC6;
	font-size:18px;
	line-height:1.4em;
	padding:20px 0 10px 0;
}

.acbox dl dd{
	color:#fff;
	line-height:1.8em;
	font-size:14px;
}	
	
	
.tit_area .txtbox{
	padding:0;
}

.tit_area .w_txt{
	background:none;
	padding:0;
}
	
.tit_area .w_txt p{
	text-align:left;
	font-size:16px;
}

.tit_area .w_txt ul{
	display:block;
	padding:20px 0 0 0;
}

.tit_area .w_txt ul li{
	padding:10px 0 0 0;
}

.tit_area .w_txt ul li a{
	width:280px;
	line-height:60px;
	height:60px;
	font-size:16px;
	margin:0 auto;
	background: url(../img/job/arrow.png) no-repeat 95% center #fff;
	background-size:10px;
}
	
.en-US .tit_area .w_txt ul li a{
	font-size:15px;
	background: url(../img/job/arrow.png) no-repeat 95% center #fff;
	background-size:10px;
}

.job .tit_area .box02{
	margin:0;
	padding: 40px 20px 60px 20px;
}

.job .choice{
	padding:60px 20px;
}

.job .choice .box_in{
	display:block;
}

.job .choice .box_in .ico{
	width:200px;
	margin:0 auto;
}

.job .choice .box_in dl{
	width:100%;
	padding:0;
}

.job .choice .box_in dl dt{
	font-size:20px;
}

.job .choice .box_in dl dd{
	line-height:1.8em;
	padding:10px 0 0 0;
}

.job .career .img{
	height:auto;
	width:100%;
	line-height:0;
}

.job .career .img img{
	width:100%;
	height:auto;
}

.job .career .box{
	padding:60px 20px 40px 20px;
	margin:0;
	opacity:1;
}

.job .career .box h2{
	font-size:20px;
	padding:0 0 20px 0;
}

.job .career .box ul li{
	line-height:1.6em;
	padding:0 0 20px 20px;
}
}

/* member_page
-------------------------------------------------------------------*/
.member_page{
	background:url(../img/member/bg.jpg) no-repeat top center;
	background-size:cover;
    padding: 200px 0 0 0;
}

.member_list{
	padding:200px 20px;
}

.member_list .box_in{
	display:flex;
	justify-content:space-between;
	padding:100px 0 0 0;
}

.member_list .box_in:nth-child(even) .photo{
	order:2;
}

.member_list .box_in .txtbox{
	width:550px;
}

.member_list .box_in .txtbox .sub{
	color:#B79919;
	font-size:20px;
	line-height:1.3em;
	font-family: 'Shippori Antique',sans-serif;
	padding:0 0 15px 0;
}

.member_list .box_in .txtbox h2{
	font-size:36px;
	line-height:1.3em;
	font-family: 'Shippori Antique',sans-serif;
	display:flex;
	align-items:flex-end;
	padding:0 0 60px 0;
}

.member_list .box_in .txtbox h2 span{
	font-family: 'Oswald',sans-serif;
	font-size:20px;
	color:#B79919;
	padding:0 0 0 20px;
	line-height:1.8em;
}

.member_list .box_in .txtbox .interview dl:not(:last-child){
	padding:0 0 45px 0;
}

.member_list .box_in .txtbox .interview dl dt{
	font-size:24px;
	line-height:1.3em;
	font-family: 'Shippori Antique',sans-serif;
	padding:0 0 0 30px;
	background:url(../img/member/ico.png) no-repeat left 7px;
}

.member_list .box_in .txtbox .interview dl dd{
	line-height:1.8em;
	padding:20px 0 0 20px;
	text-align:justify;
}

@media screen and (max-width: 930px) {
.member_page .contents{
	background:url(../img/member/bg.jpg) no-repeat top center;
	background-size:cover;
    padding: 150px 0 0 0;
}

.member_list{
	padding:60px 20px 180px 20px;
}

.member_list .box_in{
	display:block;
	padding:40px 0 0 0;
}

.member_list .box_in .photo{
	text-align:center;
	padding:0 0 20px 0;
}

.member_list .box_in .txtbox{
	width:100%;
}

.member_list .box_in .txtbox .sub{
	font-size:16px;
	text-align:center;
	padding:0 0 5px 0;
}

.member_list .box_in .txtbox h2{
	font-size:26px;
	display:block;
	padding:0 0 40px 0;
	text-align:center;
}

.member_list .box_in .txtbox h2 span{
	font-size:16px;
	padding:5px 0 0 0;
	line-height:1.3em;
	display:block;
}

.member_list .box_in .txtbox .interview dl:not(:last-child){
	padding:0 0 50px 0;
}

.member_list .box_in .txtbox .interview dl dt{
	font-size:20px;
	padding:0 0 0 30px;
	background:url(../img/member/ico.png) no-repeat left 7px;
}

.member_list .box_in .txtbox .interview dl dd{
	line-height:1.8em;
	padding:10px 0 0 20px;
}
}

@media screen and (max-width: 930px) {
.member_page .slider .slick-next {
    right:0;
}

.member_page .slider .slick-prev {
    left:0;
}
}


/* company
-------------------------------------------------------------------*/
.box_area{
	padding:220px 0 160px 0;
	position:relative;
}

.box_area .bg{
	height:920px;
	width:100%;
	background:url(../img/common/cont_bg.png) no-repeat bottom center;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}

.box_area h1{
	color:#fff;
	text-align:center;
	font-size:100px;
	line-height:1.3em;
	font-family: 'Oswald',sans-serif;
	font-weight:700;
	padding:0 0 80px 0;
}

.box_area .box{
	padding:120px 150px;
	background:#fff;
}

.box_area .box_in:not(:last-child){
	padding:0 0 90px 0;
}

.company .box_area .box{
}

.company .box_area .box .profile{
	display:flex;
	justify-content:space-between;	
}

.company .box_area .box .photo{
	width:200px;
	text-align:center;
}

.company .box_area .box .photo .sub{
	color:#B79919;
	padding:20px 0 10px 0;
}

.company .box_area .box .photo h2{
	font-size:30px;
	line-height:1.4em;
}

.company .box_area .box .photo h2 span{
	display:block;
	color:#B79919;
	font-size:16px;
	font-family: 'Oswald',sans-serif;
}

.company .box_area .box .txt{
	line-height:2.2em;
	width:380px;
}

.company .box_area .box .link{
	line-height:2.2em;
	text-align:center;
	padding:0 0 20px 0;
}

.company .box_area .box .link a{
	text-decoration:underline;
}

.company .torihiki{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding:0 30px;
	text-align:center;
}

.company .torihiki p{
	padding:0 0 50px 0;
}

.company .torihiki ul{
	display:inline-block;
}

.company .torihiki ul li{
	line-height:2.4em;
	border-right:1px solid #333333;
	padding:0 30px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 0 10px 0;
}

.company .torihiki ul li:last-child{
	border-right:none;
}

@media screen and (max-width: 1063px){
.company .torihiki ul li:last-child{
	width:690px;
	margin:0 auto;
}
}

.company .torihiki .other{
	text-align:right;
	width:690px;
	margin:30px auto 0;
}

.company .affiliated-box {
  margin: auto calc(50% - 50vw);
  padding: 0 40px;
}

.company .affiliated-list {
  width: min(1228px, 100%);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
}

.company .affiliated-list li {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  width: 297px;
  height: 121px;
  padding: 10px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}

.company .affiliated-list li img {
  max-height: 100px;
}

.table_box dl{
	display:flex;
}

.table_box dl a{
	text-decoration:underline;
}

.table_box dl:not(:last-child){
	padding:0 0 35px 0;
}

.table_box dl dt{
	min-width:160px;
	position:relative;
	line-height:1.8em;
}

.en-US .table_box dl dt{
	min-width:220px;
	max-width:220px;
}

.table_box dl dt:after{
	content:"";
	width:1px;
	height:24px;
	background:#96D3FF;
	position:absolute;
	right:0;
	top:2px;
}

.table_box dl dd{
	padding:0 0 0 25px;
	line-height:1.8em;
}

@media screen and (max-width: 930px) {
.company .box_area .box .profile{
	display:block;
}

.company .box_area .box .photo{
	width:200px;
	margin:0 auto 40px;
}

.company .box_area .box .photo h2{
	font-size:26px;
}

.company .box_area .box .txt{
	width:100%;
}
}

@media screen and (max-width: 800px) {
.box_area{
	padding:0 0 80px 0;
}

.box_area .bg{
	display:none;
}

.box_area h1{
	font-size:40px;
	background: linear-gradient(#dbf2ff 0%, #abd9f7 100%);
	padding:100px 20px 50px 20px;
}

.box_area02 h1{
	padding:50px 20px;
}	
	
.box_area .box{
	padding:60px 20px;
}

.box_area .box_in:not(:last-child){
	padding:0 0 60px 0;
}

.company .torihiki{
	margin: auto;
	width: 100%;
	padding:0;
}

.company .torihiki p{
	padding:0 0 30px 0;
}

.company .torihiki ul{
	display:block;
}

.company .torihiki ul li{
	padding:30px 0;
	margin:0;
	border-bottom:1px solid #333;
	border-right:none;
	display:block;
}

.company .torihiki ul li:last-child{
	width:100%;
	margin:0 auto;
}

.company .torihiki .other{
	width:100%;
}

.company .affiliated-box {
    margin: 0;
    padding: 0;
}

.company .affiliated-list {
    flex-direction: column;
    gap: 10px;
}

.company .affiliated-list li {
	width: 100%;
}

.table_box dl{
	display:block;
}

.table_box dl:not(:last-child){
	padding:0 0 25px 0;
}

.table_box dl dt{
	width:100%;
	border-left:1px solid #96D3FF;
	padding:0 0 0 20px;
}
	
.en-US .table_box dl dt{
	min-width:inherit;
	max-width:inherit;
}

.table_box dl dt:after{
	display:none;
}

.table_box dl dd{
	padding:10px 0 0 20px;
}
	
.company .box_area .box .link{
	text-align:left;
}
}

/* news
-------------------------------------------------------------------*/
.newsbox dl{
	padding:20px 0;
	position:relative;
}

.newsbox dl dt{
	padding:0 0 5px 0;
}

.newsbox dl{
	border-bottom: 1px solid #96D3FF;
}

.newsbox .pdf{
	position:absolute;
	right:20px;
	top:35px;
}

.newsbox .pdftxt{
	padding:0 80px 0 0; 
}

.archive_box{
	padding:90px 0 0 0;
}

.archive_box h3{
	position:relative;
}

.archive_box h3 span{
	display:inline-block;
	background:#fff;
	white-space: nowrap;
	font-size:20px;
	padding:0 15px 0 0;
	position:relative;
	color:#264AAD;
}

.archive_box h3:before{
    content: "";
	position:absolute;
	left:0;
    top:50%;
    width: 100%;
    border-top: 1px solid #264AAD;
}

.archive_box ul{
	padding:60px 0 0 0;
	display:flex;
	flex-wrap:wrap;
}

.archive_box ul li a{
	display:block;
	margin:0 5px 10px 5px;
	width:105px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#264AAD;
	border:1px solid #264AAD;
	border-radius:5px;
	box-sizing:border-box;
}

.archive_box ul li a:hover{
	background:#CFE8F8;
}

@media screen and (max-width: 800px) {
.archive_box{
	padding:45px 0 0 0;
}

.archive_box ul{
	padding:20px 0 0 0;
}
	
.newsbox .pdftxt{
	padding:0; 
}

.newsbox .pdf{
	position:static;
	padding:20px 0 0 0;
}
}

/* news_detail
-------------------------------------------------------------------*/
.news_detail,
.recruit_detail{
	background: #f4fbff;
	padding:190px 20px;
}

.news_detail .box,
.recruit_detail .box{
	width:620px;
	margin:0 auto;
}

.news_detail h1{
	padding:10px 0 50px 0;
	border-bottom:1px solid #96D3FF;
	font-size:24px;
	line-height:1.4em;
	color:#264AAD;
	margin:0 0 70px 0;
}

.news_detail p{
	line-height:2.5em;
}

.news_detail iframe{
	width:100%;
	height:450px;
}

.return_btn a{
	display:block;
	width:280px;
	margin:70px auto 0;
	font-size:20px;
	text-align:center;
	color:#264AAD;
	background:#fff;
	height:60px;
	line-height:60px;
	border-radius:5px;
	border:1px solid #264AAD;
	box-sizing:border-box;
}

.return_btn a:hover{
	background:#264AAD;
	color:#fff;
}

@media screen and (max-width: 800px) {
.news_detail,
.recruit_detail{
	padding:160px 20px;
}

.news_detail .box,
.recruit_detail .box{
	width:100%;
}

.news_detail h1{
	padding:10px 0 30px 0;
	font-size:18px;
	line-height:1.4em;
	margin:0 0 30px 0;
}

.news_detail p{
	line-height:2em;
}
	
.news_detail iframe{
	height:350px;
}
}

/* recruit
-------------------------------------------------------------------*/
.post-type-archive-recruit .box_area .box,.recruit .box_area .box{
    padding:60px 0;
}

.recruit_list{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	width:840px;
}

.recruit_list li{
	width:250px;
	padding:0 15px 45px 15px;
	font-size:14px;	
}

.recruit_list li .img{
	height:250px;
}

.recruit_list li .img:not(:first-child){
	display:none;
}

.recruit_list li dl dt{
	padding:10px 0;
	line-height:1.6em;
}

.recruit_list li dl dd{
	padding:5px 0 5px 28px;
	background:url(../img/recruit/ico01.png) no-repeat left 5px;
	line-height:1.6em;
}

.recruit_list li dl dd.place{
	background:url(../img/recruit/ico02.png) no-repeat left 5px;
}

.recruit_list li dl dd.status{
	background:url(../img/recruit/ico03.png) no-repeat left 5px;
}

@media screen and (max-width: 880px) {
.recruit_list{
	width:560px;
}
}

@media screen and (max-width: 800px) {
.post-type-archive-recruit .box_area .box,.recruit .box_area .box{
    padding:60px 0;
}

.recruit_list{
	width:100%;
	justify-content:space-between;
}
	
.recruit_list li{
	padding:0 0 30px 0;
	width:49%;
}
	
.recruit_list li .img {
    height: auto;
}

}


/* recruit_detail
-------------------------------------------------------------------*/
.recruit_detail h1{
	padding:10px 0 40px 0;
	font-size:30px;
	line-height:1.6em;
	color:#264AAD;
	text-align:justify;
}

.recruit_detail .img{
	width:640px;
	height:340px;
}

.recruit_detail .appeal{
	padding:60px 0;
	line-height:2.5em;
	font-weight:700;
	text-align:justify;
}

.recruit_detail .boshu{
	padding:30px 0;
}

.recruit_detail .boshu h3{
	font-size:18px;
	color:#264AAD;
	line-height:1.4em;
	margin:50px 0 30px 0;
	padding:3px 0 3px 20px;
	border-left:3px solid #96D3FF;
}

.recruit_detail .boshu .map{
	padding:50px 0 0 0;
}

.recruit_detail .boshu .map iframe{
	width:100%;
	height:350px;
}

.recruit_detail .entry{
	padding:100px 0 0 0;
}

.recruit_detail .entry h3{
	padding:0 0 50px 0;
	text-align:center;
	font-size:20px;
}

@media screen and (max-width: 800px) {
.recruit_detail h1{
	padding:10px 0 30px 0;
	font-size:24px;
}
	
.recruit_detail .slider{
	margin:0 -20px;
}
	
.slick-dots{
    bottom: -30px !important;
}

.recruit_detail .img{
	width:100%;
	height:200px;
}

.recruit_detail .appeal{
	padding:30px 0;
	line-height:2em;
}

.recruit_detail .boshu{
	padding:30px 0;
}

.recruit_detail .boshu h3{
	margin:30px 0 20px 0;
	padding:3px 0 3px 20px;
}

.recruit_detail .boshu .map{
	padding:30px 0 0 0;
}

.recruit_detail .boshu .map iframe{
	height:250px;
}
	
.recruit_detail .entry{
	padding:40px 0 0 0;
}

.recruit_detail .entry h3{
	padding:0 0 30px 0;
	font-size:16px;
}
}

/* CONTACT
-------------------------------------------------------------------*/
.form dl{
	display:flex;
	padding:0 0 30px 0;
	justify-content:space-between;
}

.form dl dt{
	width:220px;
	padding:10px 0 0 0;
	font-size:18px;
	font-weight:700;
	color:#264AAD;
}

.contact-confirm .form dl dt,
.entry-confirm .form dl dt{
	padding:0;
}

.form dl.radio dt,
.form dl.none dt{
	padding:0;
}

.form dl dd{
	width:400px;
}

.privacy {
    padding: 35px;
    border: 1px solid #264AAD;
    margin: 50px 0 0 0;
    overflow: auto;
    height: 300px;
    box-sizing: border-box;
	background:#fff;
}

.privacy p{
    text-align: justify;
    line-height: 1.8em;
}

.privacy p:not(:first-child){
    padding:30px 0 0 0;
}

.form input,
.form textarea{
width: 100%;
font-size: 16px;
line-height: 1.6;
padding: 10px;
border:1px solid #264AAD;
box-sizing: border-box;
font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.form .subtit input{
	pointer-events:none;
}

.form input[type=radio] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background: #fff;
border: 1px solid #264AAD;
width: 24px;
outline:none;
height: 24px;
vertical-align: middle;
margin-right: .5em;
margin-bottom: 3px;
border-radius: 50%;
transition: all 0.3s;
}

.contact input[type=radio]:checked::before {
content: "";
position: absolute;
left: 50%;
margin-left:-6px;
top: 50%;
margin-top:-6px;
background: #264AAD;
width: 12px;
height: 12px;
border-radius: 50%;
transition: all 0.3s;
}

.wpcf7-form-control label{
	display:block;
	padding:0 0 13px 0;
}

.contact .wpcf7-list-item {
    display:block;
}

.wpcf7-form-control.first label{
	padding:0;
}

.conbtn{
	padding:50px 0 0 0;
}

.conbtn input[type="submit"],
.conbtn input[type="button"]{
	display: block;
    width: 260px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #264AAD;
    background: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    border: 1px solid #264AAD;
    box-sizing: border-box;	
	transition: all 0.3s;
	-webkit-appearance: none;
	font-family:'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	cursor: pointer;
	outline:none;
}

.conbtn input[type="submit"]:hover,
.conbtn input[type="button"]:hover{
	background:#264AAD;
	color:#fff;
}

.check{
	text-align:center;
	padding:60px 0 0 0;
}

.check input{
	width:auto;
}

.check .wpcf7-form-control-wrap {
  display: inline-block;
}
.check .wpcf7-form-control.wpcf7-checkbox {
display: flex;
flex-wrap: wrap;
}
.check .wpcf7-list-item-label {
cursor: pointer;
font-size: 16px;
}
.check input[type="checkbox"] {
position: absolute;
opacity: 0;/*既存のチェックボックスを非表示に*/
}
.check .wpcf7-list-item-label:before {/*チェックボックスの枠*/
content: '';
border: 1px solid #264AAD;
display: inline-block;
width: 30px;
height: 30px;
position: relative;
top: 0;
margin-right: 20px;
vertical-align: middle;
cursor: pointer;
text-align: center;
background:#fff;
}
.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
content: "";
display: block;
position: absolute;
top: 6px;
left: 6px;
width: 20px;
height: 20px;
background: url("../img/common/check-solid.svg") no-repeat center;
background-size: contain;
}
.privacy::-webkit-scrollbar{
   width: 10px;
}
.privacy::-webkit-scrollbar-track{
   background-color: #ccc;
}
.privacy::-webkit-scrollbar-thumb{
   background-color: #264AAD;
}
@media screen and (max-width: 965px) {
.form dl{
	display:block;
	padding:0 0 30px 0;
}

.form dl dt{
	width:100%;
	padding:0 0 10px 0;
	font-size:16px;
}
	
.form dl.none dt {
	padding:0 0 10px 0;
}

.contact-confirm .form dl dt,
.entry-confirm .form dl dt{
	padding:0 0 10px 0;
}

.form dl.radio dt{
	padding:0 0 10px 0;
}

.form dl dd{
	width:100%;
}

.privacy {
    padding: 20px;
    margin: 30px 0 0 0;
    height: 200px;
	font-size:14px;
}

.privacy p:not(:first-child){
    padding:20px 0 0 0;
}
	
.form .wpcf7-list-item {
    display: block;
}

.conbtn{
	padding:30px 0 0 0;
}

.conbtn input[type="submit"],
.conbtn input[type="button"]{
    width: 200px;
    margin: 0 auto;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.return_btn a {
    width: 230px;
    margin: 40px auto 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.contact .check{
	padding:40px 0 0 0;
}


.check .wpcf7-list-item-label:before {
width: 22px;
height: 22px;
margin-right: 15px;
}
.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
top: 6px;
left: 5px;
width: 15px;
height: 15px;
}
}

/* SNS
-------------------------------------------------------------------*/
.sns_box li{
	display:flex;
	justify-content:center;
	align-items:center;
}

.sns_box li:not(:last-child){
	padding:0 0 35px 0;
}

.sns_box li dl{
	display:flex;
	align-items:center;
	min-width:360px;
}

.sns_box li dl dt{
	padding:0 40px 0 0;
}

.sns_box li dl dd{
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
}

.sns_box li dl dd span{
	font-family: 'Oswald',sans-serif;
	font-size:34px;
	font-weight:600;
	color:#43B12C;
}

.sns_box li:nth-child(2) dl dd span{
	color:#06C755;
}

.sns_box li:nth-child(3) dl dd span{
	color:#1877F2;
}

@media screen and (max-width: 800px) {
.sns_box{
	text-align:center;
}
	
.sns_box li{
	display:inline-block;
	padding:20px 10px 20px 10px;
	width:70px;
}

.sns_box li:not(:last-child){
	padding:0 10px 0 10px;
}
	
.sns_box li dl{
	min-width:inherit;
}

.sns_box li dl dt{
	padding:0;
}

.sns_box li dl dd{
	display:none;
}

.sns_box li p{
	display:none;
}
}

/* thanks
-------------------------------------------------------------------*/

.thanks_area{
	padding:150px 0;
	text-align:center;
}

.thanks_area h1{
	font-size:30px;
	font-weight:bold;
	line-height:1.4em;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #E8EBEC;
	margin:0 auto;
}

.thanks_area .txt{
	line-height:2em;
	padding:45px 0;
}

.thanks_area .btn a{
    width: 320px;
    text-align: center;
    padding: 20px 0;
    border-radius: 100px;
    margin: 45px auto 0;
    box-sizing: border-box;
    background:#da4545;
    display: block;
    font-size: 20px;
    border: 2px solid #da4545;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.thanks_area .btn a:hover{
	background:#fff;
	color: #000000;
}

@media screen and (max-width: 800px) {
.thanks_area{
	padding:100px 20px 100px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
}

.thanks_area .txt{
	line-height:2em;
	padding:45px 0 0 0;
}

.thanks_area .btn a{
    width: 280px;
    padding: 15px 0;
    margin: 35px auto 0;
    font-size: 16px;
}

.thanks_area .btn a:hover{
	background:url(../img/btn_arrow.png) no-repeat 93% center #f67143;
    color: #fff;
}

}

/* wbh_recruit
-------------------------------------------------------------------*/
.wbh_recruit{
	padding:200px 20px;
    background: url(../img/recruit/bg.jpg) no-repeat top center;
    background-size: cover;
}

.wbh_recruit .txtbox{
	width:930px;
	margin:0 auto;
	background:#fff;
	text-align:center;
	padding:80px 20px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
}

.wbh_recruit .txtbox p{
	font-size:20px;
	line-height:2.4em;
	font-weight:500;
}

.wbh_recruit .txtbox h2.tit03 {
    background: url(../img/common/ico03.png) no-repeat bottom center;
    color: #B79919;
}

.teambox{
	text-align:center;
	padding:340px 0;
    background: url(../img/recruit/bgimg.jpg) no-repeat bottom center;
	background-size: cover;
	margin:-180px -20px 90px -20px;
}

@media screen and (max-width: 800px) {
.wbh_recruit{
	padding:200px 20px;
}

.wbh_recruit .txtbox{
	width:100%;
	padding:60px 20px;
}

.wbh_recruit .txtbox p{
	font-size:16px;
	line-height:2em;
	text-align:left;
}

.wbh_recruit .txtbox h2.tit03 {
    background: url(../img/common/ico03.png) no-repeat bottom center;
    color: #B79919;
}

.teambox{
	padding:180px 20px;
	margin:-60px -20px 40px -20px;
}
	
.teambox h2{
	max-width:300px;
	margin:0 auto;
}
}