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

.goldenbook{
  font-family: goldenbook, sans-serif;
  font-weight: 400;
}

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

.fs42{
  font-size: 2.625rem;
}

.fs58{
  font-size: 3.625rem;
}

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

.fs42{
	font-size:2.625rem;
}

.fs62{
	font-size:3.875rem;
}

.fs70{
	font-size:4.375rem;
}

.fs92{
	font-size:5.75rem;
}

.fs128{
	font-size:8rem;
}

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



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

figure.is_pc{
	position: fixed;
	top: 50%;
	left: 72.5%;
	width: 30.625rem;
	transform: translate(0,-50%);
}
@keyframes scroll {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
@keyframes scroll02 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-200%); }
}
.rolling_txt.is_pc{
	position: fixed;
	bottom: 5.5rem;
	font-size: 7.5rem;
	color: #fff;
	letter-spacing: 0.75rem;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	display: flex;
}
.rolling_txt.is_pc p{
	flex: 0 0 auto;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 1em;
}
.rolling_txt.is_pc p:nth-child(odd){
	animation: scroll 120s -60s linear infinite;
}
.rolling_txt.is_pc p:nth-child(even){
	animation: scroll02 120s linear infinite;
}

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

header{
	position: relative;
	padding: 6.25rem 0 2rem 0;
	text-align: center;
	background: #FFF9EE;
}

header:before{
	content:"";
	background:#707070;
	width: 100%;
	height: 1.875rem;
	position: absolute;
	top: 0;
	left: 0;
}


.heading_vol1{
	font-family: goldenbook, sans-serif;
	font-weight: 400;
	position: relative;
	text-align: center;
	font-size: 3.875rem;
	letter-spacing: 0.3875rem;
	line-height: 4.8125rem;
	color:#2E3234;
}

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

.fv{
	position: relative;
}

.fv_bottom{
	width: 43.875rem;
	margin: 0 auto -18.95rem;
	position: relative;
	top: -18.95rem;
	background: #fff;
}

.fv_bottom h2{
	font-size:2.375rem;
	text-align: center;
	padding:2.25rem 0;
	letter-spacing: 0.11875rem;
	background: rgb(237,178,176);
	background: linear-gradient(95deg, rgba(237,178,176,1) 0%, rgba(200,206,226,1) 100%);
	color: #fff;
	font-weight: 500;
}

.fv_bottom_contents{
	padding:3.75rem 3.125rem 3.125rem;
	border:0.1875rem solid #C8CEE2;
	border-top: none;
}

.fv_bottom_txt{
	text-align: center;
	position: relative;
	font-size:1.625rem;
	padding:2.0625rem 0 1.9375rem;
	margin-top: 2.6875rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

.fv_bottom_txt:before{
	content:"";
	display: inline-block;
	background-image: url(../images/airline.png);
	background-position: center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: -1rem;
	width: 6.625rem;
	height: 5.625rem;
}

.fv_bottom_txt_reserve{
	color:#fff;
	display: block;
	width: 33.875rem;
	margin: 0 auto;
	background:#909090;
	font-size:2rem;
	text-align: center;
	padding:2.125rem;
}

.about{
	padding:11.875rem 10% 15.125rem;
	background: url(../images/butterfly.svg);
	background-repeat: no-repeat;
	background-position: right -5rem bottom 7rem;
	background-size:60%;
}
.about h2{
	text-align: left;
	margin-bottom: 5rem;
}
.about h3{
	margin-bottom: 4.375rem;
}
.about p{
	line-height: 3.625rem;
}

.member{}

.member h2{
	margin-bottom: 5rem;
}
.member .splide{
}
.member .splide .splide__list li{
	list-style-type: none;
	width: 90%;
	padding: 0 10% 10% 10%;
}
.member .splide .splide__list li figure{
	position: relative;
	margin-bottom: 5rem;
}
.member .splide .splide__list li figure:after{
	content:"";
	position: absolute;
	bottom: -2rem;
	right: -2rem;
	width: 33.375rem;
	height: 16.125rem;
	background: #E2E2E2;
	z-index: -1;
}
.member .splide .splide__list li h4{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}
.member .splide .splide__list li h4 .position{
	border: 1px solid #222222;
	padding:0.5rem 1.05rem;
	border-radius: 1.6875rem;
	margin-right: 1.25rem;
	font-weight: 500;
}
.member .splide .splide__list li .achievement li{
	position: relative;
	width: 100%;
	padding: 0 0 0 1rem;
	line-height: 3rem;
}
.member .splide .splide__list li .achievement li:before{
	content:"-";
	margin-right: .5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.member .splide .splide__arrow {
	background: transparent;
	opacity: 1;
	width: 3.0625rem;
	height: 3.5625rem;
	top: 23.5rem;
}
.member .splide  .splide__arrow svg {
	fill: #707070;
	height: 100%;
    width: 100%;
}
.member .splide  .splide__arrow svg:hover{
	opacity: 0.7;
}

.service{
	background: transparent linear-gradient(181deg, #EDDCD7 0%, #E4C2C4 11%, #F9E6DF 43%, #D8D4E4 74%, #C6CFE2 100%) 0% 0% no-repeat padding-box;
	padding:6.25rem 5%;
}
.service h2{
	margin-bottom: 3.125rem;
}
.service .service_note{
	text-align: center;
	margin-bottom: 3.75rem;
}
.service_contents{
	margin: 0 auto 4.625rem;
	background:#fff;
	padding:3.75rem 1.875rem;
}
.service_contents h3{
	text-align: center;
	margin-bottom: 2.25rem;
}
.service_contents h3 span{
	display: inline-block;
	border: 0.125rem solid #222222;
	border-radius: 2.375rem;
	padding:1.25rem 2.5rem;
}
.service_contents .program_price{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 3.875rem;
}
.service_contents .program_price .time{
	margin-right: 1.5rem;
}
.service_contents .program_price .time_txt{
	font-weight: bold;
}
.service_contents .program_price .price_txt{
	font-weight: bold;
}
.program_contents{
	width: max-content;
	margin: 0 auto 4.1875rem;
}
.program_contents li{
	line-height: 3.625rem;
	position: relative;
	display: flex;
	flex-direction: column;
}
.program_contents li:before{
	content: '';
	display: block;
	position: absolute;
	top: 1.8125rem;
	left: -2rem;
	width: 1.5rem;
	height: 1rem;
	border-left: 0.3125rem solid #818386;
	border-bottom: 0.3125rem solid #818386;
	transform: rotate(-45deg) translateY(calc(-50% - 0.5rem));
}
.program_contents li .option{
	width: max-content;
	display: inline-block;
	background:#F2F2F3;
	padding:0.75rem 1.25rem;
	border-radius: 1.6875rem;
	margin-bottom: 1.25rem;
	line-height: 1;
}
.program_contents li .option:nth-of-type(1){
	margin-top: 1.305rem;
}
.program_detail{

}
.program_detail a{
	display: block;
	background:#909090;
	color:#fff;
	padding:2.125rem 0;
	text-align: center;
	font-weight: bold;
}

.message{
	padding:7.5rem 0;
}
.message h2{
	margin-bottom: 5rem;
}
.message h3{
	padding:0 10%;
	margin-bottom: 3.75rem;
}
.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;
}

.repost{
	background:#E1E1E1;
	padding:7.5rem 0;
}
.repost h2{
}
.repost .splide__slide{
  padding: 10% 10% 0;
}
.repost_contents_wrap{
  background: #fff;
  padding: 5% 5% 9.25rem;
}
.repost .repost_contents_head{
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 2.5rem;
  border-bottom:0.0625rem solid #000;
  padding-bottom: 2.5rem;
}
.repost .repost_contents_head img{
  display: block;
  width: 7.5rem;
  margin-right: 3.75rem;
}
.repost .repost_contents_head .user_voice{
  font-size: 2rem;
  position: relative;
  bottom: 1rem;
}
.repost_contents p{
  font-size:1.75rem;
  line-height: 3.625rem;
}
.repost .splide__pagination{
	bottom: 4.0625rem;
}
.repost .splide__pagination__page.is-active{
  background: #707070;
}
.repost .splide__pagination__page{
  background:rgba(129, 131, 134, 0.5);
    border-radius: 0;
    display: inline-block;
    height: 0.75rem;
    width: 5rem;
    opacity: 1;
    transition: transform .3s linear;
}
.repost .splide__pagination__page.is-active {
  transform: scale(1);
}
.repost .splide__arrow{
  background: transparent;
  opacity: 1;
  width: 3.0625rem;
  height: 3.5625rem;
  padding: 0;
}
.repost .splide__arrow svg{
  fill:#818386;
  height: 100%;
  width: 100%;
}

.link{
	padding: 7.5rem 0 0;
}

.link .heading_vol1{
  margin-bottom: 5rem;
}
.link_wrap{
  display: flex;
  justify-content: center;
}
.link_wrap li + li{
  margin-left: 5rem;
}
.link_wrap li a{
  display: flex;
  align-items: center;
  justify-content: center;
  background:#707070;
  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: 41.8666%;
}

footer{
	background:#222222;
	color: #Fff;
	padding:1.375rem 0 1.25rem;
	font-size:1.5rem;
	text-align: center;
	line-height: 2rem;
}