@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: 100vw;
	height: 800px;
	box-sizing: border-box;
	background: url("../img/mv.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}

.mvCopyW{
	background: #fff;
	width: 835px;
	position: absolute;
	right: 0px;
	top: 180px;
	box-sizing: border-box;
}
.mvCopy{
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 5.7rem;
	padding-left: 15px;
}

.mvCopyEn{
	font-size: 11.7rem;
	line-height: 10.8rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	z-index: 1;
	position: absolute;
	bottom: -13px;
	left: 53px;
	opacity: 0.6;
	transition: 0.3s;
}
@media screen and (max-width: 1280px) {
.mvCopyEn{
	left: -10px;
}
}
/*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;
}

.topMvTxt{
	position: relative;
	background: #000;
	text-align: center;
	color: #fff;
	line-height: 4rem;
	font-weight: 500;
	font-size: 1.6rem;
	z-index: 1;
}

.newsTab{
	position: fixed;
	top: 300px;
	left: 0;
	width: 95px;
	text-align: center;
	box-sizing: border-box;
	z-index: 1000;
}
.newsLink{
	color: #fff !important;
	background: #1a1a1a;
	font-weight: bold;
	font-size: 2.2rem;
	padding: 15px 0 15px;
	display: block;
}
.newsLink:hover{
	opacity: 0.8;
}

/*TOP*/

#topSecInt{
	position: relative;
}
.topSecIntW{
	position: relative;
	padding: 90px 0 20px;
}
.topIntBn{
	margin-bottom: 30px;
	border: 1px solid rgba(158,158,158,0.4);
	border-radius: 10px;
	height: 110px;
	box-sizing: border-box;
}

.topIntA{
	padding: 15px 10px 0 20px;
	width: 643px;
	box-sizing: border-box;
}
.topBnTxt1{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.Bn01 .topBnTxt1 span{
	color: #30acc6;
}
.Bn02 .topBnTxt1 span{
	color: #6fb92c;
}
.Bn03 .topBnTxt1 span{
	color: #f29600;
}
.topBnTxt2W{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.topBnTxt2{
	font-size: 3.2rem;
	font-weight: bold;
	display: inline-block;
}
.topBnTxt2 small{
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 10px;
}
.Bn01 .topBnTxt2 small{
	color: #30acc6;
}
.Bn02 .topBnTxt2 small{
	color: #6fb92c;
}
.topBnTxt2S{
	font-weight: bold;
	font-size: 1.4rem;
	margin-left: 20px;
}
.topIntB{
	width: 87px;
}
.topIntDl{
	display: block;
	border-radius: 0 0 6px 6px;
	box-sizing: border-box;
	padding: 20px 10px 20px;
}
.topIntDl:hover{
	opacity: 0.8;
}
.Bn01 .topIntDl{
	background: #30acc6;
}
.Bn02 .topIntDl{
	background: #6fb92c;
}
.Bn03 .topIntDl{
	background: #f29600;
}
.topIntC{
	width: 210px;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}
.topBnTxt3{
	font-size: 1.6rem;
	line-height: 2.8rem;
}

#topSec01{
	position: relative;
}
.topSec01W{
	padding: 90px 0px 0px;
	position: relative;
	box-sizing: border-box;
}
.top01W1{
	margin-bottom: 45px;
}
.top01TtlW{
	width: 250px;
	text-align: center;
}
.top01TtlEn{
	margin-bottom: 10px;
}
.top01Ttl{
	
}
.top01Txt{
	width: 660px;
}
.top01W2{
	flex-wrap: wrap;
}
.top01Item{
	width: 460px;
	border: 1px solid rgba(158,158,158,0.4);
	border-radius: 16px;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.top01Ttl2{
	margin-bottom: 20px;
}
.top01Txt2{
	padding: 0 20px;
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 2.9rem;
}
.top01Img{
	padding: 0 20px;
	margin-bottom: 30px;
}
.top01Img img{
	border-radius: 16px;
}
.top01ListW{
	padding: 0 20px 20px;
}
.top01List{
	box-sizing: border-box;
	margin-bottom: 12px;
}
.top01List a{
	background: #f2f2f2;
	align-items: center;
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}
.top01List a:before{
	content: "";
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	display: block;
	position: absolute;
	transition: 0.3s;
}
.colPtc:before{
	background: rgba(245,170,0,0.3);
}
.colBmi:before{
	background: rgba(217,52,29,0.3);
}
.colPct:before{
	background: rgba(48,172,198,0.3);
}
.colFct:before{
	background: rgba(0,170,149,0.3);
}
.colFtt:before{
	background: rgba(29,113,56,0.3);
}
.colBmt:before{
	background: rgba(0,158,90,0.3);
}
.colLct:before{
	background: rgba(131,184,81,0.3);
}
.colMcc:before{
	background: rgba(45,106,173,0.3);
}

.top01List a:hover:before{
	left: 0;
}
.top01Ttl3{
	font-size: 4.5rem;
	position: relative;
	padding-left: 28px;
	font-weight: bold;
	display: inline-block;
	width: 140px;
	box-sizing: border-box;
}
.top01Ttl3:before{
	content: "";
	width: 14px;
	height: 52px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.colPtc .top01Ttl3:before{
	background: #f5aa00;
}
.colBmi .top01Ttl3:before{
	background: #d9341d;
}
.colPct .top01Ttl3:before{
	background: #30acc6;
}
.colFct .top01Ttl3:before{
	background: #00ab95;
}
.colFtt .top01Ttl3:before{
	background: #1d7138;
}
.colBmt .top01Ttl3:before{
	background: #009e5a;
}
.colLct .top01Ttl3:before{
	background: #83b851;
}
.colMcc .top01Ttl3:before{
	background: #2d6aad;
}
.top01Name{
	display: inline-block;
	width: 236px;
}

#topSec02{
	position: relative;
}
.topSec02W{
	padding: 65px 0px 0px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.top02Ttl1En{
	margin-bottom: 30px;
}
.top02Ttl1{
	margin-bottom: 28px;
}
.top02W{
	background: #f7f7f7;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 68px 0 68px 68px;
	margin-bottom: 22px;
}
.top02Code{
	width: 226px;
}
.top02Code a:hover{
	opacity: 0.8;
}
.top02TxtW{
	width: 618px;
	text-align: left;
}
.top02Logo{
	width: 280px;
	margin-bottom: 45px;
}
.top02Logo a:hover{
	opacity: 0.8;
}
.top02Txt{
	
}
.top02Imgs{
	
}
.top02Img{
	width: 230px;
	border-radius: 10px;
	overflow: hidden;
}

#topSec03{
	position: relative;
}
.topSec03W{
	padding: 95px 0px 20px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.top03Ttl1{
	margin-bottom: 48px;
}
.top03Txt{
	text-align: left;
	margin-bottom: 45px;
}
.top03BnW{
	flex-wrap: wrap;
}
.top03Bn{
	width: 468px;
	background: #f7f7f7;
	border-left: 9px solid #30acc6;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 18px;
}
.top03Bn a{
	align-items: center;
	height: 160px;
	position: relative;
	overflow: hidden;
}
.top03Bn a:before{
	content: "";
	background: rgba(48,172,198,0.3);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
	transition: 0.3s;
}
.top03Bn a:hover:before{
	left: 0;
}
.top03Img{
	position: relative;
}
.bn01 .top03Img{
	width: 215px;
	text-align: center;
}
.bn01 .top03Img img{
	width: 160px;
	display: inline-block;
}
.bn02 .top03Img{
	width: 150px;
	text-align: center;
}
.bn02 .top03Img img{
	width: 86px;
	display: inline-block;
}
.bn03 .top03Img{
	width: 215px;
	text-align: center;
}
.bn03 .top03Img img{
	width: 160px;
	display: inline-block;
}
.bn04 .top03Img{
	width: 150px;
	text-align: center;
}
.bn04 .top03Img img{
	width: 86px;
	display: inline-block;
}
.top03TxtW{
	position: relative;
}
.bn01 .top03TxtW{
	width: 252px;
}
.bn02 .top03TxtW{
	width: 318px;
}
.bn03 .top03TxtW{
	width: 252px;
}
.bn04 .top03TxtW{
	width: 318px;
}
.top03Ttl2{
	font-size: 3.2rem;
}
.top03Txt2{
	font-size: 1.6rem;
	line-height: 2.9rem;
}

#secContact{
	position: relative;
}
.secContactW{
	padding: 65px 0px 95px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

/*お問い合わせ部*/

.contW{
	background: #f7f7f7;
}
.contTtl{
    font-size: 7rem;
    letter-spacing: 0.14em;
    margin-bottom: 55px;
}
.contBoxL{
    width: 465px;
	box-sizing: border-box;
    text-align: center;
    padding: 35px 0 60px;
}
.contIcon{
    display: block;
    margin-bottom: 55px;
}
.contIcon img{
    display: inline-block;
    width: 29px;
}
.contTtl2{
}
.contTxt{
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 55px;
}
.contDots{
	width: 110px;
	display: inline-block;
}

.contBoxR{
    width: 490px;
    padding: 55px 52px 50px 0;
    box-sizing: border-box;
	text-align: left;
}
.conW1{
    margin-bottom: 50px;
}
.conW1 dl{
    letter-spacing: -0.4em;
    margin-bottom: 18px;
}
.conLabel1{
    font-size: 1.4rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}
.conInputW{
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
}
.input1{
    box-sizing: border-box;
    width: 300px;
    line-height: 4rem;
    border-radius: 4px;
    border: none;
}
.input2{
    box-sizing: border-box;
    width: 300px;
    height: 100px;
    border-radius: 4px;
    border: none;
}
.conW2{
    text-align: right;
}
.conLabel2 {
    line-height: 4rem;
    display: inline-block;
    vertical-align: top;
}
.conLabel2 a {
	color: #0090a2;
	text-decoration: underline;
}
.input3 {
    margin-right: 20px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}
.submitBtn{
    background: #595757;
    position: relative;
    height: 40px;
    display: inline-block;
    overflow: hidden;
}
.submitBtn:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    left: -100%;
    top: 0;
    position: absolute;
    display: block;
    transition: 0.3s;
}
.submitBtn:hover:before{
    left: 0;
}

.submitBtn:after{
    content: "";
    background: url("../img/arrow_r1.svg") no-repeat;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.submitBtn:hover:after{
    background: url("../img/arrow_r1_ov.svg") no-repeat;
    background-size: contain;
}
.submitBtn input{
    width: 105px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    color: #fff;
    background-color: transparent;
    border: none;
    line-height: 40px;
    padding-left: 15px;
    cursor: pointer;
}
.submitBtn:hover input{
    color: #595757;
}

/*モーダル部*/

.modalW{
	box-sizing: border-box;
	padding: 40px;
}
.modalTxtW{
	border-left: 2px solid #00a5b9;
	padding-left: 30px;
}
.priTtlEn{
	font-size: 1.2rem;
	margin-bottom: 5px;
	color: #00a5b9;
}
.priTtl{
	font-size: 2.1rem;
	margin-bottom: 10px;
}
.priTxt{
	line-height: 2.7rem;
}
.priTxt span{
	color: #00a5b9;
}

/*中面共通*/

.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;
}





