@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	color: #fff;
	font-size: clamp(16px,2vw,18px);
	background: #1a1a1a;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
#contents{
	margin: 0;
    overflow-x: hidden;
}


section {
	padding: clamp(50px,10vw,120px)  0 ;
	position: relative
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 93%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}
.pdb0{
	padding-bottom: 0!important;
}
.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
img{
	width: 100%;
	object-fit: cover;
}
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width:819px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/


/*==見出し=============================================*/
.en{
	font-family: "Zalando Sans", sans-serif;
}
.mttl{
	position: relative;
	font-size: clamp(2.8rem, 2.255rem + 2.33vw, 4rem);
	font-weight: 700;
	z-index: 1;
	line-height: 1;
}
.mttl .en{
	position: relative;
	display: inline-block;
}
.mttl .en::before{
	position: absolute;
	content: '';
	width: clamp(25px,5vw,40px);
	height: clamp(25px,5vw,40px);
	background: #6cc7ff;
	border-radius: 50%;
	bottom:-8px;
	left: clamp(-15px, -2.5vw, -8px);
	z-index: -1;
}
.mttl .ja{
	position: relative;
	padding-left: 120px;
	font-size: 1.2rem;
	color: #bde2f4;
	display: inline-block;
}
.mttl .ja::before{
	position: absolute;
	content: '';
	left: 10px;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #bde2f4;
	
}




/*==btn=============================================*/
.mbtn{
	margin-top: 30px;
}
.mbtn.end{
	text-align: end;
}
.mbtn.cent{
	text-align: center;
}
.mbtn a,
.mailform button{
	display: inline-block;
	background: #fff;
	position: relative;
	border: 2px solid #1a1a1a;
	min-width: 280px;
	max-width: 320px;
	padding: .8rem 2rem;
	font-family: "Zalando Sans", sans-serif;
	font-weight: 600;
	transition: .4s;
	text-align: left;
	color: #333;
}

.mbtn a::before,
.mailform button::before{
	position: absolute;
	content: '';
	width: 1.3rem;
	height: 2px;
	background: #1a1a1a;
	top: 50%;
	right: 0;
	transition: .4s;
}
.mbtn a:hover,
.mailform button:hover{
	color: #00a99d;
	border-color: #00a99d;
	transition: .4s;
}
.mbtn a:hover::before,
.mailform button:hover::before{
	background: #00a99d;
	width: 2rem;
	transition: .4s;
}