@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none !important;
}



/*MV*/
main{
}
#mvWrap{ 
	position: relative;
}
.topMvWrap{
	width: 100%;
	margin: 0 auto;
}
#mv{
	position: relative;
}
.topMv{
	width: 95%;
	margin: 0 auto;
	height: 863px;
	box-sizing: border-box;
}
.mvSlideW{
	position: absolute;
	top: 26px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 837px;
	letter-spacing: -0.4em;
	z-index: 0;
}
.mvSlide{
	display: inline-block;
	width: 100%;
	height: 837px;
	border-radius: 20px;
	overflow: hidden;
}
.mvSlide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mvContent{
	z-index: 1;
	position: absolute;
	background: #fff;
	top: 150px;
	right: 0;
	width: 580px;
	height: 180px;
	box-sizing: border-box;
	padding: 54px 80px 54px 64px;
}
.mvCopyW{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mvCopyName{
	font-size: 2.4rem;
	font-weight: 100;
	letter-spacing: 0.1em;
}
.mvCopyName small{
	font-size: 1.6rem;
}
.mvCopy{
	font-size: 1.5rem;
	font-weight: 100;
	letter-spacing: 0.2em;
	line-height: 2.6rem;
	padding-left: 47px;
	border-left: 1px solid rgba(35,191,203,0.25);
}

.mvCopyEn{
	font-size: 5.2rem;
	line-height: 6.7rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #fff;
	z-index: 1;
	position: absolute;
	bottom: 20px;
	left: 53px;
}

/*commonスタイル*/

img{
    width: 100%;
    height: auto;
}

.flexBet{
	display: flex;
	justify-content: space-between;
}
.flexStart{
	display: flex;
	justify-content: flex-start;
}
.order1{
	order: 1;
}
.order2{
	order: 2;
}



/*TOP*/

#topSecInt{
	position: relative;
}
.topSecIntW{
	position: relative;
	padding: 110px 0;
	text-align: center;
}

.topIntCopy{
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 3rem;
	margin-bottom: 30px;
}

#topSec01{
	position: relative;
}
.topSec01W{
	padding: 95px 110px 110px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 52px;
	border-radius: 20px;
}
.top01Ttl{
	text-align: center;
	margin-bottom: 70px;
}
.top01Flex{
	width: 780px;
	align-items: center;
}
.top01Flex.mb{
	margin-bottom: 90px;
}
.top01ImgW{
	position: relative;
}
.top01Img{
	width: 380px;
	border-radius: 10px;
	overflow: hidden;
}
.top01ImgS1{
	position: absolute;
	width: 186px;
	border-radius: 10px;
	overflow: hidden;
	left: -80px;
	bottom: -62px;
}
.top01ImgS2{
	position: absolute;
	width: 186px;
	border-radius: 10px;
	overflow: hidden;
	right: -80px;
	bottom: -62px;
}
.top01TxtW{
	width: 336px;
	box-sizing: border-box;
	padding-left: 70px;
}
.top01NameW{
	position: relative;
}
.top01NameW:before{
	content: "";
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	top: -5px;
	left: -70px;
}
.top01NameW.logo01:before{
	background: url("../img/logo_1@2x.png") no-repeat;
	background-size: contain;
}
.top01NameW.logo02:before{
	background: url("../img/logo_2@2x.png") no-repeat;
	background-size: contain;
}
.top01TtlEn{
	margin-bottom: 5px;
}
.top01Name{
	margin-bottom: 20px;
}
.top01Txt{
	margin-bottom: 30px;
}

#secLinks{
	position: relative;
}
.secLinksW{
	position: relative;
	padding-bottom: 106px;
}
.linksW{
	width: 475px;
	border-radius: 10px;
}
.linksItem{
	align-items: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
}
.linksItem:hover{
	filter: brightness(1.1);
}
.linksImg{
	width: 221px;
	height: 200px;
}
.linksImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.linksTxtW{
	width: 256px;
	box-sizing: border-box;
	padding-left: 54px;
}
.linksTtl{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.linksTtlEn{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

/*中面共通*/

.inMain{
}

.inMvWrap{ 
	position: relative;
	width: 1000px;
	margin: 0 auto 50px;
}

.inMv{
	height: 400px;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px;
	text-align: center;
	display: flex;
  	flex-direction: column;
	padding-top: 170px;
	align-items: center;
}

.inMvTtlEn{
	display: inline-block;
	background: #fff;
	line-height: 1.4rem;
	border-radius: 7px;
	font-size: 1rem;
	letter-spacing: 0.2em;
	padding: 0 15px;
	margin-bottom: 10px;
}
.inMvTtl{
	display: inline-block;
	background: #fff;
	line-height: 2.8rem;
	border-radius: 7px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.3em;
	padding: 0 10px;
}
.inMvBread{
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-600px);
	bottom: 38px;
	text-align: left;
}
.bread1{
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	text-decoration: underline !important;
	color: #fff;
}
.bread1:after{
	content: ">";
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.bread2{
	display: inline-block;
}

.inSec01W{
	padding: 70px 110px 85px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 52px;
	text-align: center;
	border-radius: 20px;
}
.inSec02W{
	padding: 45px 75px 85px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 52px;
	text-align: center;
	border-radius: 20px;
}
.inSec03W{
	padding: 70px 75px 85px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 52px;
	text-align: center;
	border-radius: 20px;
}


/*About*/

.aboutMv{
	background: url("../img/about/mv@2x.jpg") no-repeat;
	background-size: cover;
}
#aboSec01{
	position: relative;
}
.abo01W1{
	padding-bottom: 48px;
	position: relative;
	margin-bottom: 50px;
}
.abo01W1:after{
	content: "";
	background: rgba(35,191,203,0.3);
	width: 100px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.abo01Name1{
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	margin-top: 25px;
}
.abo01Name2{
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}

.abo01W2{
	position: relative;
}
.abo01Dl{
	padding-left: 30px;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: 4rem;
}

.abo01Dl dt{
	display: inline-block;
	margin-right: 35px;
}
.abo01Dl dd{
	display: inline-block;
}

#aboSec02{
	position: relative;
}
.abo02Ttl{
	margin-bottom: 60px;
}
.abo02Flex{
	text-align: left;
}
.abo02Item{
	width: 400px;
}

.abo02NameW{
	position: relative;
	padding-left: 70px;
}
.abo02NameW:before{
	content: "";
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	top: -5px;
	left: 0px;
}
.abo02NameW.logo01:before{
	background: url("../img/logo_1@2x.png") no-repeat;
	background-size: contain;
}
.abo02NameW.logo02:before{
	background: url("../img/logo_2@2x.png") no-repeat;
	background-size: contain;
}
.abo02TtlEn{
	margin-bottom: 5px;
}
.abo02Name{
	margin-bottom: 20px;
}
.abo02Img{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 14px;
}
.abo02Txt{
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	line-height: 2.3rem;
}


/*Info*/

.infoMv{
	background: url("../img/info/mv@2x.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
.inf01W1{
	padding-bottom: 48px;
	position: relative;
	margin: 0 auto 50px;
}
.inf01W1:after{
	content: "";
	background: rgba(35,191,203,0.3);
	width: 100px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.infCopy{
	letter-spacing: 0.2em;
	line-height: 2.6rem;
}
.inf01W2{
	position: relative;
	margin: 0 auto 60px;
}
.inf01W3{
	position: relative;
	margin: 0 auto;
}

.inf01Lists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.inf01List{
	width: 33%;
	padding-left: 32px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 0.2em;
}
.inf01List a:hover .pdfTxt{
	text-decoration: underline;
}
.inf01List:before{
	content: "";
	background: url("../img/arrow_r_c.svg") no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inf01List .pdf{
	background: #dedede;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.7rem;
	padding: 0 10px;
	margin-left: 10px;
}
.inf01List a:hover .pdf{
	background: #c8c8c8;
}

/*Info*/

.recruitMv{
	background: url("../img/recruit/mv@2x.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
.rec01W1{
	padding-bottom: 50px;
}

.rec01Flex{
	text-align: left;
	margin-bottom: 95px;
}
.rec01Box{
	width: 800px;
	margin: 0 auto;
	background: #f0f0eb;
	padding: 35px 0 45px;
	border-radius: 20px;
}
.rec01Txt2{
	letter-spacing: 0.2em;
	margin-bottom: 35px;
}

/*Entry*/

#entSec01{
	position: relative;
}
.ent01W1{
	width: 510px;
	margin: 0 auto;
}
.formW{
	text-align: left;
}
.formTxt{
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.formTxt span{
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 2.2rem;
	padding: 0 15px;
	background: #ff929f;
	border-radius: 7px;
	color: #fff;
	margin-left: 10px;
}
.inputW{
	margin-bottom: 35px;
}
.inputW2{
	margin-bottom: 50px;
}
.input1{
	width: 100%;
	line-height: 4.6rem;
	border-radius: 10px;
	border: none;
	background: #f0f0eb;
	box-sizing: border-box;
	padding: 0 15px;
}
.input2{
	width: 100%;
	line-height: 4.6rem;
	border-radius: 10px;
	border: none;
	background: #f0f0eb;
	margin-bottom: 9px;
	box-sizing: border-box;
	padding: 0 15px;
}
.formTxt2{
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	margin-right: 10px;
}
.input3{
	width: 220px;
	line-height: 4.6rem;
	border-radius: 10px;
	border: none;
	background: #f0f0eb;
	margin-bottom: 9px;
	box-sizing: border-box;
	padding: 0 15px;
}
.input4{
	width: 100%;
	height: 240px;
	line-height: 4.6rem;
	border-radius: 10px;
	border: none;
	background: #f0f0eb;
	box-sizing: border-box;
	padding: 0 15px;
}
.inputSelect{
	width: 100%;
	border-radius: 10px;
	border: none;
	background: #f0f0eb;
	box-sizing: border-box;
	padding: 15px 15px;
}
.radioW{
	margin: 20px 0 40px;
}
.radioW label{
	margin-right: 30px;
	letter-spacing: 0.2em;
	font-weight: 300 !important;
}
.inputRadio{
	transform: scale(1.5);
}
input::placeholder {
   color: #969696;
	font-weight: 300 !important;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
input[type="radio"]:checked {
  background-color: #23bfcb; /* 塗りつぶしの色 */
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.formTxt3{
	display: block;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 25px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: relative;
}
.wpcf7-spinner{
	display: none;
}
/* 確認モード時は操作不可に（見た目だけロック） */
.cf7c-locked .wpcf7-form-control { pointer-events: none; }
.cf7c-locked input[readonly], .cf7c-locked textarea[readonly] { background:#f7f7f7; }

/*Contact*/

.contactMv{
	background: url("../img/contact/mv@2x.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}

.conBox{
	width: 500px;
	margin: 0 auto;
	background: #f0f0eb;
	padding: 35px 60px 35px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}
.conTelW{
	
}
.conTelTxt{
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 4rem;
}
.conTel{
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 4rem;
	color: #23bfcb !important;
}
.formTxt3 a{
	color: #23bfcb !important;
}
.formTxt3 a:hover{
	text-decoration: underline;
}


/*Privacy*/

#priSec01{
	
}
.pri01W1{
	width: 800px;
	margin: 0 auto;
}
.priTtl1{
	margin-bottom: 55px;
}
.privacyW{
	text-align: left;
}
.priTxt{
	margin-bottom: 24px;
}
.priTxt a{
	color: #23bfcb !important;
}
.priTxt a:hover{
	text-decoration: underline;
}



