@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size:16px;
}
html,body{font-size:11.52px;}

@media (max-width: 540px) {
  html,body{font-size:8px;}
}


/*==========共通==========*/
*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 540px) {
.is_pc{
	display: none;
}
}

.futura{
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.din{
  font-family: din-2014, sans-serif;
  font-weight: 600;
}

.mincho{
	font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

img{
  width: 100%;
}

ul,ol{
	list-style-type: none;
}

a{
	text-decoration: none;
	transition: 0.3s;
}

a:hover{
	opacity: 0.7;
}

img{
  display: block;
}

.fs24{
	font-size:1.5rem;
}

.fs26{
	font-size:1.625rem;
}

.fs28{
	font-size:1.75rem;
}

.fs32{
	font-size:2rem;
}

.fs36{
	font-size:2.25rem;
}

.fs40{
	font-size:2.4rem;
}

.fs42{
	font-size:2.625rem;
}

.fs46{
	font-size:2.875rem;
}

.fs62{
	font-size:3.875rem;
}

.fs92{
	font-size:5.75rem;
}

/*===================================*/


.body_all{
  background-image: url(../images/pc_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}


@media (min-width: 540px) {
}


figure.pc_logo{
  position: fixed;
  top: 1.875rem;
  left: 1.875rem;
	width: 16rem;
}


figure.pc_txt{
  position: fixed;
  top: 80vh;
  left: 2.875rem;
	width: 32rem;
}

main{
  background: #ffffff;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header{
  position: relative;
  padding: 1.996875rem 0 3.46625rem 0;
  text-align: center;
  background: #ffffff;
}
.header_logo{
  max-width: 48.5333%;
  margin: 0 auto 2.5rem;
}
header h1{
  margin-bottom: 2.5rem;
}

.fv{
  position: relative;
}

.heading_vol1{
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	position: relative;
	text-align: center;
	font-size: 2.875rem;
	letter-spacing: 0.2875rem;
	padding-bottom: 1.25rem;
	line-height: 3.6875rem;
	color:#0C2352;
	margin-bottom: 1rem;
}
.heading_vol1:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 3.75rem;
	height: 0.1875rem;
	background: #0C2352;
	transform: rotate(-15deg) translateX(-50%);
}

.heading_vol2{
	font-weight: 500;
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	line-height: 4.5rem;
	color:#222222;
}

	.about{
	padding:7.5625rem 10% 9.375rem;
	background-image: url(../images/onlyfacelab.png);
	background-repeat: no-repeat;
	background-position: right 2.5% bottom;
	background-size: 28rem auto;
	margin-bottom: 9.375rem;
}
.about h2{
	margin-bottom: 6.25rem;
}
.about h3{
	margin-bottom: 5rem;
}
.about p{
	line-height: 3.625rem;
}

.service{
	background: #EDF8F8;
	padding:7.5rem 0 6.25rem;
}
.service h2{
	margin-bottom: 6.25rem;
}
.service .service_title{
	color:#0C2352;
	margin-bottom: 5rem;
	text-align: center;
	line-height: 3.875rem;
	font-weight: 500;
}
.service .splide{
	margin-bottom: 6.25rem;
}
.service .splide .splide__list li{
	list-style-type: none;
	background-color: #EDF8F8;
	width: 90%;
	padding: 0 10% 3.125rem;
}
.service .splide .splide__list .curriculum_txt{
	background:#0C2352;
	color:#fff;
	text-align: center;
	padding: 2.1875rem 0 1.875rem;
	font-weight: bold;
}
.service .splide .splide__list .curriculum_contents{
	padding:3.472rem 0 6.875rem;
	background-color: #ffffff;
	background-image: url(../images/training.png);
	background-repeat: no-repeat;
	background-position: right 2.5% bottom 3.375rem;
	background-size: 14.1875rem auto;
}
.service .splide .splide__list .curriculum_contents .chapter{
	text-align: center;
	margin-bottom: 3.75rem;
}
.service .splide .splide__list .curriculum_contents .chapter dt{
	color:#0C2352;
	font-weight: 500;
	margin-bottom: 2.5rem;
}
.service .splide .splide__list .curriculum_contents .chapter dd{
	/* font-weight: bold; */
}
.service .splide .splide__list .curriculum_contents .lesson{
	text-align: center;
}
.service .splide .splide__list .curriculum_contents .lesson dt{
	display: inline-block;
	border:0.125rem solid #0C2352;
	color: #0C2352;
	margin-bottom: 1.875rem;
	padding: 0.75rem 1rem;
}
.service .splide .splide__list .curriculum_contents .lesson dd{
	/* font-weight: bold; */
	line-height: 3.625rem;
	margin-top: -0.75rem;
}
.service .splide .splide__arrow {
	background: transparent;
	opacity: 1;
	width: 3.0625rem;
	height: 3.5625rem;
	transition: 0.3s;
}
.service .splide .splide__arrow:hover{
	opacity: 0.7;
}
.service .splide  .splide__arrow svg {
	fill: #707070;
	height: 2.0625rem;
	width: 3.5625rem;
}
.service .splide .splide__pagination__page {
	background: #dddddd;
	border-radius: 0;
	display: inline-block;
	height: 0.75rem;
	width: 1.25rem;
	opacity: 1;
	transition: transform .3s linear;
}
.service .splide .splide__pagination__page.is-active {
	transform: scale(1);
	background: #707070;
}
.service_kit{
	position: relative;
	padding-top: 5.625rem;
}
.service_kit::before,
.service_kit::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2.8125rem;
	height: 0.4375rem;
	background-color: #707070;
	border-radius: 0.3125rem;
	transform: translate(-50%, -50%);
}
.service_kit::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.service_kit figure{
	position: relative;
	max-width: 80%;
	margin: 0 auto 2rem;
}
.service_kit .service_kit_main figure:before{
	content: "";
	background-color: #0C2352;
	width: 10rem;
	height: 0.125rem;
	position: absolute;
	top: 2rem;
	left: -2rem;
	transform: rotate(320deg);
}
.service_kit .service_kit_main h3{
	text-align: center;
	color:#0C2352;
	margin-bottom: 2.375rem;
}
.service_kit .service_kit_main p{
	width: 76.5333%;
	margin: 0 auto 6.25rem;
	text-align: center;
	line-height: 2.625rem;
}
.service_kit .service_kit_desc{
	margin-bottom: 2.5rem;
}
.service_kit .service_kit_desc h3{
	color:#0C2352;
	text-align: center;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.service_kit .service_kit_desc .service_kit_desc_details{
	display: flex;
	justify-content: space-around;
	width: 87.4666%;
	margin: 0 auto 1.5rem;
}
.service_kit .service_kit_desc .service_kit_desc_details li{
	display: inline-block;
	border:0.125rem solid #0C2352;
	color:#0C2352;
	padding:0.75rem 1rem;
	background:#fff;
}
.service_kit .service_kit_desc p{
	text-align: center;
	color:#0C2352;
}
.service_kit .service_kit_desc_price{
	margin-bottom: 3.75rem;
}
.service_kit .service_kit_desc_price_inner{
	display: flex;
	justify-content: center;
	align-items:  baseline;
	color:#0C2352;
	margin-bottom: 1.5rem;
}
.service_kit .service_kit_desc_price_inner .period{
	margin-right: 1.875rem;
	font-weight: bold;
}
.service_kit .service_kit_desc_price_inner .period .din{
	margin-left: 0.375rem;
}
.service_kit .service_kit_desc_price_inner .price{
	font-weight: bold;
}
.service_kit .service_kit_desc_price .notice{
	text-align: center;
	color:#0C2352;
	font-weight: 500;
}
.for_detail_btn{
	text-align: center;
	width: 80.266%;
	margin: 0 auto;
}
.for_detail_btn a{
	display: block;
	background:#0C2352;
	color:#fff;
	text-align: center;
	padding:2.125rem 0;
	font-weight: bold;
}

.message{
	padding: 8.125rem 5% 10.5rem;
}
.message h2{
	margin-bottom: 6.25rem;
}
.message h3 {
	text-align: center;
	margin-bottom: 5rem;
	line-height: 4.5rem;
	font-weight: 500;
}
.message .message_img01 {
	margin-bottom: 3.75rem;
}
.message .message_img01 + p {
	padding: 0 5%;
	font-size: 1.75rem;
	line-height: 3.625rem;
	margin-bottom: 6.25rem;
}
.message .message_img02 {
	margin-bottom: 3.75rem;
}
.message .message_img02 + p {
	padding: 0 5%;
	font-size: 1.75rem;
	line-height: 3.625rem;
}
.changes{
	padding: 0 5% 7.5rem;
}
.changes h2{
	margin-bottom: 5rem;
}
.changes p{
	padding: 0 5%;
	font-size: 1.75rem;
	line-height: 3.625rem;
	margin-bottom: 1.875rem;
	text-align: center;
}
.changes .video-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

.changes video {
	width: 100%;
	height: auto;
}

.changes .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block; /* 常に表示 */
}
.changes .play-btn:hover{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.changes .play-btn svg {
	border-radius: 50%;
	background-color: gray;
	transition: 0.3s;
}
.changes .play-btn:hover svg{
	opacity: 0.7;
}
@media (min-width: 1200px) {
	.changes .play-btn svg {
		width: 9rem;
		height: 9rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.changes .play-btn svg {
		width: 6rem;
		height: 6rem;
	}
}

@media (max-width: 767px) {
	.changes .play-btn svg {
		width: 4.5rem;
		height: 4.5rem;
	}
}

.repost{
	background-color: #EDF8F8;
	padding:7.5rem 0;
}

.repost h2{
	margin-bottom: 6.15rem;
}
.repost .splide{
	
}
.repost .splide .splide__list li{
	list-style-type: none;
	padding: 0 10% 10%;
}
.repost_contents_wrap {
    background: #fff;
}
.repost .repost_contents_head {
    width: 90%;
    display: flex;
    align-items: end;
    margin-bottom: 2.5rem;
    border-bottom: 0.0625rem solid #000;
    padding: 5% 2.5%;
	margin: 0 auto;
}
.repost .repost_contents{
    padding: 2.5rem 5%;
}
.repost .repost_contents_head img{
	display: block;
	width: 7.5rem;
	margin-right: 1.875rem;
}
.repost .repost_contents_head .user_voice{
	font-size: 2rem;
	position: relative;
	bottom: 1rem;
	font-weight: 500;
	line-height: 2.75rem;
}
.repost .repost_contents_talk{
	background:#A9CEEB;
}
.repost_contents_talk {
    display: flex;
    flex-direction: column;
    margin: 1.25rem auto;
    padding: 1.875rem ;
}

.repost_contents_talk_left, .repost_contents_talk_right {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.repost_contents_talk_img{
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.repost_contents_talk_right .repost_contents_talk_img{
	order: 2;
}
.repost_contents_talk_right .repost_contents_talk_txt{
	margin-right: calc(0.6875rem + 0.3125rem);
}
.repost_contents_talk_left .repost_contents_talk_txt{
	margin-left:calc(0.6875rem + 0.3125rem);
}

.repost_contents_talk_txt {
	margin-top: 1rem;
    position: relative;
    max-width: calc(100% - 5rem );
    padding: 1.875rem 1.5625rem;
    border-radius: 1.25rem;
    background-color: #ffffff;
    color: #333;
}
.repost_contents_talk_txt p{
	line-height: 2.25rem;
}

.repost_contents_talk_right .repost_contents_talk_txt {
    background-color: #4F959B;
    margin-left: auto;
	color:#fff;
}

.repost_contents_talk_txt::before {
    content: '';
    position: absolute;
    width: 1.25rem;
    height: 1.875rem;
    top: -0.9375rem;
    box-shadow: 0.1875rem -0.9375rem 0 -0.4375rem inset;
}

.repost_contents_talk_left .repost_contents_talk_txt::before {
    left: -0.625rem;
    border-radius: 0 0 0 0.9375rem;
    box-shadow: -0.1875rem -0.9375rem 0 -0.4375rem #ffffff inset;
}

.repost_contents_talk_right .repost_contents_talk_txt::before {
    right: -0.625rem;
    border-radius: 0 0 0.9375rem 0;
    box-shadow: 0.1875rem -0.9375rem 0 -0.4375rem #4F959B inset;
}

.repost .splide .splide__arrow {
	background: transparent;
	opacity: 1;
	width: 3.0625rem;
	height: 3.5625rem;
	transition: 0.3s;
}
.repost .splide .splide__arrow:hover{
	opacity: 0.7;
}
.repost .splide  .splide__arrow svg {
	fill: #0C2352;
	height: 2.0625rem;
	width: 3.5625rem;
}
.repost .splide .splide__pagination{
	/* bottom:7.5rem; */
}
.repost .splide .splide__pagination__page {
	background: #DDDDDD;
	border-radius: 0;
	display: inline-block;
	height: 0.75rem;
	width: 5rem;
	opacity: 1;
	transition: transform .3s linear;
}
.repost .splide .splide__pagination__page.is-active {
	transform: scale(1);
	background: #0C2352;
}
.link{
	padding:7.5rem 0;
}
.link .heading_vol1{
	margin-bottom: 5rem;
  }
  .link_wrap{
	display: flex;
	justify-content: center;
  }
  .link_wrap li a{
	display: flex;
	align-items: center;
	justify-content: center;
	background:#0C2352;
	border-radius: 50%;
	height: 6.25rem;
	width: 6.25rem;
  }
  .link_wrap li:first-child a{
	padding:1.875rem 1.3125rem;
  }
  .link_wrap li:last-child a{
	padding:1.5rem 1.5625rem;
  }
  .logo{
	text-align: center;
	padding:5rem 0 7.5rem;
  }
  .logo img{
	display: inline;
	max-width: 47.4666%;
  }
  
  footer{
	background:#0C2352;
	color: #Fff;
	padding:1.375rem 0 1.25rem;
	font-size:1.5rem;
	text-align: center;
	line-height: 2rem;
  }