@charset "utf-8";

:root {
	--base: #5f5f5f;
	--key: #00a688;
	--bk2: #555;
	--bk3: #3c3c3c;
	--gn1: #8fd8cb;
	--gn2: #78c3b5;
	--gy1: #c9caca;
	--gy2: #cdcdcd;
	--gy3: #5e5e5f;
	--gy4: #c7c7c7;
	--back: #3ca894;
	--back2: #e1f3f0;
	--back3: #f0f9f8;
	--back4: #6bc3b5;
	--back5: #f4f4f4;	
	--mark: #fff0be;
}


/* FOT-TsukuARdGothic Std /Regular:400 /Bold:700 */
.g {
  font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
  font-style: normal;
}

/* Quicksand /Medium:500 /Bold:700 */
.e {
  font-family: quicksand, sans-serif;
	font-weight: 500;
  font-style: normal;
}


body {
  font-family: fot-tsukuardgothic-std, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-optical-sizing: auto;
  color: var(--base);
	font-size: 16px;
	font-weight: 700;
  font-style: normal;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  background-color: #fff;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}

p {
	font-size: 16px;
	text-align: justify;
}

a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.55;
}

mark {
	color: var(--key);
	background-color: var(--mark);
}

em {
	display: inline-block;
	font-style: normal;
}
em.l {
	margin-left: -0.5em;
}
em.r {
	margin-right: -0.5em;
}

br.sp {
  display: none;
}
img.sp {
	display: none;
}


.sa,.saf{
  opacity: 0 !important;
  transition: all 1.0s ease;
}

.sa.show,.saf.show {
  opacity: 1 !important;
  transform: none;
}
.sa--left {
  transform: translate(15px,0);
}
.sa--right {
  transform: translate(-15px,0);
}
.sa--up {
  transform: translate(0,15px);
}
.sa--down {
  transform: translate(0,-15px);
}

img.op1 {
	opacity: 1 !important;
}


/*===== header =====*/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;	
}

header .inner {
	justify-content: space-between;
	position: relative;
	z-index: 100;
	width: 1200px;
	padding-top: 35px;
	margin: auto;
}

header a {
	display: block;
	line-height: 1em;
	cursor: pointer;
}
header h1 {
	width: 68px;
	transition: all .3s;
}
header a img {
	transition: all .3s;
}
header h1.hid {
	opacity: 0;
}

header p.text {
	color: var(--key);
	font-size: 16px;
	letter-spacing: 0.16em;
	line-height: 1em;
	margin: 0 45px 0 auto;
	transition: all .3s;
	opacity: 1;
}
header p.text.none {
	opacity: 0;
}
body.top header p.text {
	color: #fff;
}

/*===== menu =====*/
#menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50001;
	color: #fff;
	width: 100%;
	height: 100vh;
	background-color: var(--key);
	transition: all .3s;
	opacity: 0.0005;	/* safariとスマホ以外で、メニューを閉じるときにopactyを0にすると画面が表示されなくなるの回避するため */
	pointer-events: none;
}
#menu.open {
	opacity: 1;
	pointer-events: auto;
}
/* safariとスマホ以外で、メニューを閉じるときにopactyを0にすると画面が表示されなくなるの回避するため */
#menu.op0 {
	opacity: 0;
}

#menu .inner {
	position: relative;
	width: 1200px;
	padding-top: 35px;
	margin: auto;
}
#menu .inner .h {
	justify-content: space-between;
	margin-bottom: 65px;
}
#menu .inner .h .logo {
	width: 154px;
}
#menu .inner .h .close_btn {
	width: 22px;
	cursor: pointer;
}
#menu .inner .h .close_btn a {
	display: block;
	cursor: pointer;
}
#menu .inner .h p.text {
	font-size: 16px;
	letter-spacing: 0.16em;
	line-height: 1em;
	margin: 0 45px 0 auto;
}

#menu .inner .box {
	justify-content: space-between;
	width: 680px;
	margin: 0 0 0 auto;
}

#menu .inner .box ul.list {
	width: 305px;
}
#menu .inner .box ul.list > li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#menu .inner .box ul.list > li:last-of-type {
	border-bottom: none;
}
#menu .inner .box ul.list > li > a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding: 15px 0 20px;
}
#menu .inner .box ul.list > li:first-of-type > a {
	padding-top: 0;
}
#menu .inner .box ul.list > li > a > span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1em;
	margin-top: 1em;
}
#menu .inner .box ul.list > li ol {
	padding-bottom: 10px;
}
#menu .inner .box ul.list > li ol li {
	margin-bottom: 15px;
}
#menu .inner .box ul.list > li ol li a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1em;
	width: 160px; 
	background: url("../img/link_mark2.png") no-repeat 100% 0 / 13px 13px;
}
#menu .inner .box ul.list > li ol li a::before {
	content: "・";
}

#menu .inner .box .sub {
	width: 246px;
}
#menu .inner .box .sub a {
	display: block;
}

#menu .inner .box .sub ul.form {
	margin-bottom: 25px;
}
#menu .inner .box .sub ul.form li:nth-of-type(1) {
	margin-bottom: 30px;
}
#menu .inner .box .sub ul.form li a {
	color: var(--key);
	font-size: 16.2px;
	letter-spacing: 0.08em;
	line-height: 1em;
	height: 53px;
	padding: 20px 0 0 100px;
	background-color: #fff;
	border-radius: 7.5px;
}
#menu .inner .box .sub ul.form li:nth-of-type(1) a {
	background: #fff url("../img/calender.png") no-repeat 40px 50% / 30px 31px;
}
#menu .inner .box .sub ul.form li:nth-of-type(2) a {
	background: #fff url("../img/mail.png") no-repeat 40px 50% / 31px 23px;
}

#menu .inner .box .sub ul.sns {
	padding-left: 5px;
}
#menu .inner .box .sub ul.sns li {
	margin-right: 30px;
}
#menu .inner .box .sub ul.sns li img {
	width: 32px;
	height: 32px;
}

#menu .inner .box .sub .banner {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1em;
	margin-top: 55px;
}
#menu .inner .box .sub .banner a {
	display: block;
	width: 100%;
	height: 114px;
	margin-top: 15px;
}

#menu .inner .img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 360px;
	height: 324px;
}


/*===== footer =====*/
footer {
	color: #fff;
	padding: 100px 0 60px;
	background-color: var(--key);
}

footer .inner {
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}

footer .logo {
	width: 100px;
}

footer ul.list {
	flex-direction: column;
	position: relative;
	width: 600px;
	height: 245px;
}
footer ul.list::after {
	content: "";
	display: block;
	position: absolute;
	left: 245px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
footer ul.list > li {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1em;
	width: 280px;
	margin-bottom: 57px;
}
footer ul.list > li:nth-of-type(4),
footer ul.list > li:nth-of-type(5),
footer ul.list > li:nth-of-type(7) {
	margin-bottom: 0;
}
footer ul.list > li ol {
	padding: 25px 0 15px;
}
footer ul.list > li ol li {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1em;
	margin-bottom: 18px;
	border-bottom: 1px solid #fff;
}
footer ul.list > li ol li a {
	display: block;
	position: relative;
	width: 280px;
	padding-bottom: 9px;
	background: url("../img/link_mark2.png") no-repeat calc(100% - 15px) 0 / 15px 15px;
}
footer ul.list > li ol li span {
	position: absolute;
	right: 40px;
	top: 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1em;
}

footer .sub {
	width: 250px;
	margin-left: 75px;
}
footer .sub a {
	display: block;
}

footer .sub ul.form {
	margin-bottom: 60px;
}
footer .sub ul.form li:nth-of-type(1) {
	margin-bottom: 25px;
}
footer .sub ul.form li a {
	color: var(--key);
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1em;
	height: 60px;
	padding: 22px 0 0 100px;
	background-color: #fff;
	border-radius: 7.5px;
}
footer .sub ul.form li:nth-of-type(1) a {
	background: #fff url("../img/calender.png") no-repeat 40px 50% / 36px 37px;
}
footer .sub ul.form li:nth-of-type(2) a {
	background: #fff url("../img/mail.png") no-repeat 40px 50% / 38px 28px;
}

footer .sub ul.sns {
	padding-left: 5px;
}
footer .sub ul.sns li {
	margin-right: 30px;
}
footer .sub ul.sns li img {
	width: 40px;
	height: 40px;
}

footer .copy {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1em;
	width: 100%;
	margin-top: 140px;
}


/*===== Top page =====*/
a.btn {
	display: inline-block;
	position: relative;
	color: var(--key);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1em;
	text-align: left;
	width: 210px;
	height: 48px;
	padding: 15px 0 0 24px;
	background-color: #fff;
	border: 1px solid var(--key);
	border-radius: 24px;
	transition: all .3s;
}
a.btn::after {
	content: "";
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 10;
	width: 16px;
	height: 16px;
	background: url("../img/link_mark1.png") no-repeat 0 0 / 16px 16px;
	transition: all .3s;
}
a.btn.b2 {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
a.btn:hover {
	color: #fff;
	background-color: var(--key);
	opacity: 1;
}
a.btn.b2:hover {
	background-color: var(--key);
	border-color: var(--key);
}
a.btn.b2::after,
a.btn:hover::after {
	filter: saturate(0) brightness(0) invert(100%);
}

/*----- first_text -----*/
#first_text {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
#first_text.hid {
  display: none;
}
#first_text img.logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  opacity: 0;
	width: 110px;
	height: auto;
}
#first_text.show img {
  opacity: 1;
}

/*----- FV -----*/
#fv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
	overflow: hidden;
}

#fv .logo {
	position: absolute;
	left: calc((100% - 1200px) / 2);
	top: 35px;
	z-index: 50000;
	width: 153px;
}

#fv .left,
#fv .right {
  position: relative;
  width: 50%;
  height: 100%;
}
#fv .left {
  background-color: var(--gn2);
}
#fv .right {
  background-color: var(--gy2);
}
#fv .sl,
#fv .sr {
  position: absolute;
  top: 50%;
	transform: translate(0,-50%);
  width: 460px;
}
#fv .sl {
  right: 100px;
}
#fv .sr {  
  left: 100px;
}
#fv .mae,
#fv .ato {
  position: absolute;
  z-index: 10000;
  color: #fff;
  font-size: 48px;
	font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1em;
  writing-mode: vertical-rl;
}
#fv .mae {
  right: calc(((100% - 1200px) / 2) - 48px);
  top: 150px;
	opacity: 0;
}
#fv .mae.st {
	animation: mae .5s ease-in-out forwards;
}
#fv .ato {
  left: calc(((100% - 1200px) / 2) - 48px);
  bottom: 150px;
	opacity: 0;
}
#fv .ato.st {
	animation: ato .5s ease-in-out forwards;
}

#fv .scrolldown {
	position: absolute;
	right: calc(((100% - 1400px) / 2) + 80px);
  bottom: 0;
  z-index: 5000;
}
#fv .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  z-index: 10;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	animation:
  circlemove 3.0s ease-in-out infinite,
  cirlemovehide 3.0s ease-out infinite;
}
#fv .scrolldown:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 90px;
	background: #fff;
}
#fv .scrolldown .sc {
	position: absolute;
	left: 50%;
	bottom: 100px;
	z-index: 10;
	transform: translate(-50%,0);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1em;
}

/*----- about ----*/
#top_about {
	position: relative;
	padding: 150px 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 235, 235, 1) 50%, rgba(215, 215, 215, 1));
}

#top_about .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	width: 1200px;
	padding-left: 65px;
	margin: auto;
}

#top_about .inner img.i01,
#top_about .inner img.i02,
#top_about .inner img.i03,
#top_about .inner img.i04 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#top_about .inner img.i01 {		
	right: 454px;
	top: 42px;
	width: 86px;	
}
#top_about .inner img.i02 {		
	right: 264px;
	top: -47px;
	width: 62px;
	animation-delay: .5s;
}
#top_about .inner img.i03 {		
	right: 54px;
	top: 26px;
	width: 62px;
	animation-delay: .8s
}
#top_about .inner img.i04 {		
	right: -5px;
	top: 202px;
	width: 65px;
	animation-delay: 1.2s
}


#top_about .text {
	position: relative;
	width: 580px;
}
#top_about .text h2 {
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: left top;
	transform: rotate(90deg) translate(0, 40px);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
}
#top_about .text p {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 2.375em;	
	margin-bottom: 2.375em;	
}
#top_about .text p:first-of-type {
	color: var(--key);
	font-size: 24px;
	letter-spacing: 0.18em;
	line-height: 1.91em;
	margin: calc(((1.91em - 1em) / 2) * -1) 0 1.91em;	
}

#top_about .img {
	width: 575px;
	margin-right: -10px;
}

/*----- Lesson ----*/
#m_wrap {
	position: relative;
	color: #fff;
}
#mv {
	position: sticky;
	left: 0;
	top: 0;
	z-index: 1;
}
#mv video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.l_wrap {
	position: relative;
	z-index: 10;
	background-color: var(--gn2);
	transition: all .5s;
}
.l_wrap.bk {
	background-color: var(--gy2);
}

.lesson_s,
.lesson_o {
	position: relative;
	padding: 150px 0 0;
}
.lesson_s {
	z-index: 10;
}
.lesson_o {
	z-index: 9;
	padding-bottom: 150px;
}

.lesson_s h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 65px;
}
.lesson_s h2 + div.text p {
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 2.09em;
	text-align: center;
	margin-bottom: 60px;
}

.lesson_s .wrap,
.lesson_o .wrap {
	position: relative;
	width: 1065px;
	padding-left: 245px;
	margin-left: calc((100% - 1200px) / 2);
}
.lesson_s .wrap h3,
.lesson_o .wrap h3 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1em;
}
.lesson_s .wrap h3 span,
.lesson_o .wrap h3 span {
	display: block;
	font-size: 18px;
	line-height: 1em;
	margin: 1em 0;
}
.lesson_s .wrap h3 img {
	width: 42px;
}
.lesson_o .wrap h3 img {
	width: 28px;
}
.lesson_s .wrap .img01,
.lesson_o .wrap .img01 {
	width: 820px;
	height: 475px;
	margin-bottom: 40px;
}
.lesson_s .wrap .img02 {
	position: absolute;
	right: -135px;
	bottom: 0;
	width: 260px;
	height: 363px;
}
.lesson_o .wrap .img02 {
	position: absolute;
	left: 135px;
	bottom: 0;
	width: 360px;
	height: 306px;
}
.lesson_o .wrap .text .inner {
	padding-left: 330px;
}
.lesson_s .wrap .text p,
.lesson_o .wrap .text p {
	letter-spacing: 0.1em;
	line-height: 2.125em;
	font-feature-settings: "palt";
}
.lesson_s .wrap .text a,
.lesson_o .wrap .text a {
	margin-top: 45px;
}

/*----- staff -----*/
#staff {
	display: flex;
	flex-wrap: wrap;
	width: 820px;
	padding: 150px 0;
	margin-left: calc((100% - 1220px) / 2);
}
#staff h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-right: 130px;
}
#staff .text p {
	color: var(--key);
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 2.18em;
	margin-top: calc((((22px * 2.18) - 22px ) / 2) * -1);
}

/*----- h_slide -----*/
#h_slide {
	position: relative;
	overflow: hidden;
}

#h_slide .m1,
#h_slide .m2,
#h_slide .m3 {
	content: "";
	position: absolute;
	z-index: 10000;
	opacity: 0.8;
}
#h_slide .m1 {
	left: calc(50% - 630px);
	bottom: 115px;
	width: 58px;
}
#h_slide .m2 {
	left: calc(50% + 550px);
	bottom: 35px;
	width: 98px;
}

.h_slide .swiper-wrapper {
  transition-timing-function: linear !important;
	/*transform: translate3d(-100vw, 0px, 0px);*/
}
.h_slide .swiper-slide {
	width: 1670px !important;
	height: 460px !important;
}
.h_slide .swiper-slide .slide-img {
	width: 100% !important;
	height: 100% !important;
}/*
.h_slide .swiper-slide img {
	width: auto !important;
	height: 100% !important;
}*/

/*----- professional -----*/
#professional {	
	padding: 150px 0 300px;
	background: url("../img/back01.png") repeat center 0;
}
#professional h2 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 60px;
}
#professional .text p {
	color: var(--key);
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 2.09em;
	text-align: center;
}

#professional .slide {
	position: relative;
	width: 976px;
	margin: 50px auto 0;
}
#professional .slide .swiper-wrapper {
	justify-content: space-between;
	align-items: stretch !important;	
}

#professional .slide .arrow {
  position: absolute;
  top: 100px !important;
  width: 100% !important;
	height: 50px;
}
#professional .slide .arrow .p_member,
#professional .slide .arrow .n_member {
  top: 0 !important;
  width: 50px !important;  
  height: 50px !important;
	margin-top: 0 !important;
}
#professional .slide .arrow .p_member {
  left: -110px !important;
}
#professional .slide .arrow .n_member {
  right: -110px !important;
}
#professional .slide .arrow .p_member::after,
#professional .slide .arrow .n_member::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50px 50px;
}
#professional .slide .arrow .p_member::after {
  background-image: url("../img/slide_arrow_prev.png");
}
#professional .slide .arrow .n_member::after {
  background-image: url("../img/slide_arrow_next.png");
}

#professional .slide .swiper-slide {
	width: 206px;
	height: auto !important;
	overflow: visible;
	margin-right: 50px;
}
#professional .slide .swiper-slide .i {
	width: 100%;
	height: 234px;
	margin-bottom: 25px;
}
#professional .slide .swiper-slide h4 {
	position: relative;
	color: var(--key);
	text-align: center;
	margin-bottom: 35px;
}
#professional .slide .swiper-slide h4::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 40px);
	bottom: -17px;
	width: 80px;
	height: 1px;
	background-color: var(--key);
}
#professional .slide .swiper-slide h4 div:first-of-type {
	font-size: 20px;	
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-bottom: 12px;
}
#professional .slide .swiper-slide h4 div:last-of-type {		
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1em;
}
#professional .slide .swiper-slide .title {
	font-size: 15.5px;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.67em;
	text-align: center;
	height: 110px;
}
#professional .slide .swiper-slide a {
	display: block;
	position: relative;
	color: var(--key);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1em;
	width: 116px;
	padding-bottom: 10px;
	margin: auto;
	border-bottom: 1px solid var(--key);
}
#professional .slide .swiper-slide a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	background: url("../img/link_mark1.png") no-repeat 0 0 / 14px 14px;
}

/*----- news -----*/
#news_top {
	position: relative;
}
#news_top::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -150px;
	width: 100%;
	height: 160px;
	background: url("../img/arch_w.png") no-repeat 50% 0;
}

#news_top #news_list {
	position: relative;
	width: 1200px;
	padding: 10px 0 120px 200px;
	margin: auto;
}

#news_top h2 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.6em;
}

#news_top #news_list .post_list {
	width: 1000px;
}
#news_top #news_list .post_list ul {
	justify-content: space-between;
}
#news_top #news_list .post_list ul li {
	margin: 0 0 65px;
}
#news_top #news_list .post_list .btn_box {
	text-align: right;
}


/*===== common =====*/
h3.midashi {
	color: var(--bk2);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	text-align: center;
}

.page_h {
	width: 1200px;
	padding: 150px 0 70px;
	margin: auto;
}
.page_h h2 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 65px;
}
.page_h h2 span.e {
	color: var(--key);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-right: 35px;
}
.page_h h2 span {
	display: inline-block;
	color: var(--bk2);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1em;	
}
.page_h .i {
	width: 100%;
	height: 590px;
}

.outer_wrap {
	overflow: hidden;
}

.read h3 {
	color: var(--key);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1em;
	text-align: center;
}
.read h3 span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1em;
	height: 50px;
	padding: 12px 22px 0 20px;
	margin: 20px auto 0;
	background-color: var(--key);
	border-radius: 10px;
}

.f_list {
	position: relative;
	padding: 35px 0 150px;	
}
.f_list ul {
	width: 420px;
	margin: auto;
}
.f_list ul li {
	text-align: center;	
	padding: 40px 0 30px;
	background-image: radial-gradient(circle, var(--gn1) 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
.f_list ul li:last-of-type {
	background: none;
}
.f_list ul li .h {
	color: var(--key);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.659em;
	margin-bottom: 20px;
}
.f_list ul li .text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2em;
	font-feature-settings: "palt";
}

.cv {
	text-align: center;
	padding: 110px 0 150px;
}

.cv .slide {
	position: relative;
	width: 1040px;
	margin: 75px auto 60px;
}
.cv .slide .swiper-wrapper {
	justify-content: space-between;
	align-items: stretch !important;	
}
.cv .slide .swiper-slide {
	width: 290px;
	height: auto !important;
	overflow: visible;
}
.cv .slide .swiper-slide.pc {
	opacity: 0;
}
.cv .slide .swiper-slide.pc.st {
	animation: move_up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.cv .slide .swiper-slide.pc.st:nth-of-type(1) {
	animation-delay: .3s;
}
.cv .slide .swiper-slide.pc.st:nth-of-type(2) {
	animation-delay: .6s;
}
.cv .slide .swiper-slide.pc.st:nth-of-type(3) {
	animation-delay: .9s;
}
.cv .slide .swiper-slide a {
	display: block;
}
.cv .slide .swiper-slide .i {
	width: 100%;
	height: 200px;
	margin-bottom: 35px;
}
.cv .slide .swiper-slide h4 {
	color: var(--key);
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 20px;
}
.cv .slide .swiper-slide h4 div:first-of-type {
	position: relative;
	font-size: 22px;
	line-height: 1em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.cv .slide .swiper-slide h4 div:first-of-type span {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1em;
	margin-top: 0.7em;
}
.cv .slide .swiper-slide h4 div:first-of-type::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 100px);
	bottom: 0;
	width: 200px;
	height: 1px;
	background-color: var(--key);
}
.cv .slide .swiper-slide h4 div:last-of-type {
	font-size: 17px;
	line-height: 1em;
}
.cv .slide .swiper-slide p {
	letter-spacing: 0.1em;
	line-height: 2em;
}


/*===== About =====*/
#about {
	padding: 0 0 150px;
}
#about .page_h {
	position: relative;
	padding-bottom: 30px;
}
#about .page_h .i {
	position: relative;
}

#about .page_h img.i01,
#about .page_h img.i02 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#about .page_h img.i01 {		
	right: 20px;
	top: -30px;
	width: 115px;	
}
#about .page_h img.i02 {		
	left: 60px;
	bottom: -42px;
	width: 87px;
	animation-delay: 1.5s;
}

#about .changes {
	overflow-x: clip;
}
#about .changes .read {
	margin-bottom: 65px;
}

#about .horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
#about .horizontal_scroll .sticky {
	display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  min-height: 100vh;
	padding: 40px 0 140px;
}
#about .horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}
#about .horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

#about .scroller .unit {
	display: flex;
	flex-wrap: wrap;
  flex-shrink: 0;
	align-items: flex-end;
	position: relative;
	width: 1030px;
	height: 560px;
	padding: 30px 60px;
	margin-right: 25px;
	background-color: #fff;
	border: 2px solid var(--gn2);
	border-radius: 25px;
}
#about .scroller div.unit:nth-of-type(1) {
	margin-left: calc((100% - 1030px) / 2);
}
#about .scroller div.unit:nth-of-type(4) {
	margin-right: calc((100% - 1030px) / 2);
}
#about .scroller .unit::after {
	content: "";
	display: block;
	position: absolute;
	left: 44px;
	top: 30px;
	width: 1px;
	height: calc(100% - 60px);
	background-color: var(--gn2);
}
#about .scroller .unit .fc {
	position: absolute;
	left: 30px;
	top: 30px;
	transform-origin: left top;
	transform: rotate(-90deg) translate(-100%,-100%);
	color: var(--key);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1em;
}
#about .scroller .unit .no {
	position: absolute;
	left: 70px;
	top: 45px;
	color: var(--key);
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1em;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 12px;
}
#about .scroller .unit .cont {
	width: 366px;
}
#about .scroller .unit .illust {
	text-align: center;
	margin-bottom: 15px;
}
#about .scroller .unit .illust img {
	width: 240px;
	margin: auto;
}
#about .scroller .unit .text p:first-of-type {
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 1.64em;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: 1em;
}
#about .scroller .unit .text p:first-of-type span {
	display: inline-block;
	color: var(--key);
	font-size: 22px;
	line-height: 1em;
	padding: 3px 3px 3px 5px;
	background-color: var(--mark);
}
#about .scroller .unit .text p:last-of-type {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.875em;
	font-feature-settings: "palt";
	text-align: center;
}
#about .scroller .unit .zu {
	width: 540px;
	height: 440px;
}
#about .scroller .unit .notes {
	width: 100%;
}
#about .scroller .unit .notes p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.61em;
	font-feature-settings: "palt";
	text-align: right;
	min-height: 46px;
	margin: 20px 0 auto;
}

#about .reason {
	position: relative;
	padding-bottom: 140px;
	background: url("../img/back01.png") repeat center 0;
}
#about .reason::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 290px;
	background-color: #fff;
}
#about .reason .inner {
	position: relative;
	z-index: 10;
	width: 1100px;
	margin: auto;
}
#about .reason .i {
	width: 100%;
	height: 580px;
	margin-bottom: 90px;
}
#about .reason .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 25px;
}
#about .reason .cont h3 {
	color: var(--key);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 2.08em;
	margin-top: -0.2em;
}
#about .reason .cont h3 img {
	display: block;
	width: 140px;
	margin-top: 50px;
}
#about .reason .cont .text {
	width: 620px;
}
#about .reason .cont .text p {
	letter-spacing: 0.08em;
	line-height: 2.375em;
	margin-bottom: 2.375em;
	font-feature-settings: "palt";
}

#about .founder {
	position: relative;
	width: 1000px;
	padding: 150px 0 40px 95px;
	margin: auto;
}
#about .founder h3 {
	position: absolute;
	left: 0;
	top: 150px;
	transform-origin: left top;
  transform: rotate(90deg) translate(0, -20px);
}
#about .founder .unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#about .founder .unit .i {
	width: 276px;
}
#about .founder .unit .cont {
	width: 560px;
	padding-top: 15px;
}
#about .founder .unit .cont h4 {
	color: var(--key);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	margin-bottom: 1em;
}
#about .founder .unit .cont h4 span {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1em;
	margin-left: 2em;
}
#about .founder .unit .cont p {
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}
#about .founder .unit .cont p:first-of-type {
	position: relative;
	font-size: 15px;
	line-height: 1.73em;
	margin-bottom: 40px;
}
#about .founder .unit .cont p:first-of-type::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 50px;
	height: 1px;
	background-color: var(--key);
}
#about .founder .unit .cont p:last-of-type {
	font-size: 16px;
	line-height: 1.875em;
}

#about .banner h3 {	
	margin-bottom: 40px;
}
#about .banner a {
	display: block;
	width: 1000px;
	height: 300px;
	margin: auto;
}


/*===== Studio =====*/
#studio {
	width: 100%;
}
#studio .f_list {
	position: relative;
}
#studio .f_list .i01 {
	position: absolute;
	left: calc(50% - 720px);
	top: -20px;
	width: 350px;
	height: 245px;
}
#studio .f_list .i02 {
	position: absolute;
	left: calc(50% - 630px);
	top: 460px;
	width: 290px;
	height: 210px;
}
#studio .f_list .i03 {
	position: absolute;
	right: calc(50% - 720px);
	top: 55px;
	width: 300px;
	height: 420px;
}
#studio .f_list .i04 {
	position: absolute;
	right: calc(50% - 600px);
	top: 625px;	
	width: 300px;
	height: 220px;
}

#studio .f_list img.ii01,
#studio .f_list img.ii02,
#studio .f_list img.ii03 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#studio .f_list img.ii01 {
	left: calc(50% - 420px);
	bottom: 680px;
	width: 108px;	
}
#studio .f_list img.ii02 {		
	right: calc(50% - 660px);
	bottom: 430px;
	width: 99px;
	animation-delay: 1.2s;
}
#studio .f_list img.ii03 {		
	left: calc(50% - 520px);
	bottom: 90px;
	width: 136px;
	animation-delay: 2.4s;
}

#studio .lp {
	overflow: hidden;
}

#studio .lp h3 {
	margin-bottom: 75px;
}

#studio .lp #l01,
#studio .lp #l02 {
	position: relative;
	padding: 150px 0 140px;
}
#studio .lp #l01 {
	background-color: var(--back3);
}
#studio .lp #l02 {
	background-color: var(--back2);
}
#studio .lp #l01 .cover,
#studio .lp #l02 .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#studio .lp #l01 .cover::before,
#studio .lp #l02 .cover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 2232px;
	height: 176px;	
	clip-path: url(#cpath1);
}
#studio .lp #l01 .cover::before {
	background-color: #fff;
}
#studio .lp #l02 .cover::before {
	background-color: var(--back3);
}

#studio .lp .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
#studio .lp .box .h h4 {
	color: var(--bk2);
	font-weight: 700;
}
#studio .lp .box .h h4 span {
	display: block;
}
#studio .lp .box .h h4 span:nth-of-type(1) {
	font-size: 28px;
	letter-spacing: 0.18em;
	line-height: 1em;
}
#studio .lp .box .h h4 span:nth-of-type(2) {
	font-size: 30px;
	letter-spacing: 0.12em;
	line-height: 1.3em;
	margin-top: 0.4em;
}
#studio .lp .box .h h4 span:nth-of-type(3) {
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1em;
	margin-top: 1em;
}

#studio .lp .box .cont {
	width: 850px;
}
#studio .lp .box .cont .i {
	width: 100%;
	height: 530px;
	margin-bottom: 40px;
}
#studio .lp .box .cont h5 {
	color: var(--key);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	padding-bottom: 19px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--gn1);
}
#studio .lp .box .cont p {
	letter-spacing: 0.1em;
	line-height: 2em;
	font-feature-settings: "palt";
	max-width: 600px;
}
#studio .lp .box .cont p.s {
	color: var(--key);
	font-size: 15px;
	letter-spacing: 0.18em;
	line-height: 1em;
	margin-top: 1em;
}
#studio .lp .box .cont a.btn {
	width: 386px;
	margin-top: 40px;
}

#studio .lp .box .cont .text {
	position: relative;
}
#studio .lp .box .cont .text .lt {
	position: absolute;
	right: 0;
	top: 70px;
	text-align: center;
	width: 216px;
	border-left: 1px solid var(--gn1);
}
#studio .lp .box .cont .text .lt > span {
	display: block;
	color: var(--key);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1em;
	margin-top: -3px;
}
#studio .lp .box .cont .text .lt > div {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1em;
	text-align: center;	
	width: 115px;
	height: 115px;
	padding-top: 35px;
	margin: 20px auto 0;
	background-color: var(--key);
	border-radius: 50%;
}
#studio .lp .box .cont .text .lt > div span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1em;
}

#studio .lp .box .cont .text .i2 {
	position: absolute;
	left: -450px;
	top: -200px;
	width: 320px;
	height: 420px;
}
#studio .lp #l02 .box .cont .text .i2 {
	top: -235px;
}

#studio .other_price {
	padding: 130px 0 180px;
	background-color: var(--back2);
}
#studio .other_price .hyo {
	position: relative;
	width: 1050px;
	margin: auto;
}
#studio .other_price img.ii04,
#studio .other_price img.ii05,
#studio .other_price img.ii06 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#studio .other_price img.ii04 {
	left: -43px;
	bottom: -30px;
	width: 95px;	
}
#studio .other_price img.ii05 {		
	left: 60px;
	bottom: -252px;
	width: 131px;
	animation-delay: 1.2s;
}
#studio .other_price img.ii06 {		
	left: 334px;
	bottom: -110px;
	width: 68px;
	animation-delay: 2.4s;
}

#studio .founder .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

#studio .founder .wrap .slide {
	position: sticky;
	left: 0;
	top: 0;
	width: 42%;
	height: 100vh;
}
#studio .founder .slide .swiper-slide {
	height: 100vh !important;
}

#c_nav {
	position: absolute;
	right: -760px;
	top: 50%;
	z-index: 10000;
	transform: translate(0,-50%);
}
#c_nav ul li {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.09em;
	line-height: 1em;
	margin-bottom: 10px;
	transition: all .3s;
}
#c_nav ul li:last-of-type {
	margin-bottom: 0;
}
#c_nav ul li a {
	display: block;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	width: 33px;
	height: 33px;
	padding: 9px 0 0 3px;
}
#c_nav ul li a:hover {
	opacity: 1;
}
#c_nav ul li a.this {
	background: url("../img/c_nav_mark.png") no-repeat 50% 50% / 33px 33px;
	filter: saturate(0) brightness(0) invert(100%);
}
#studio .founder.bk #c_nav ul li {
	color: var(--key);
}
#studio .founder.bk #c_nav ul li a.this {
	filter: none;
}


#studio .founder .wrap .plan_wrap {
	width: 58%;
}
#studio .founder .wrap .plan_wrap .plan {
	color: #fff;
	padding: 125px 0 130px 75px;
	background-color: var(--back4);
	transition: all .5s;
}
#studio .founder.bk .wrap .plan_wrap .plan {
	color: var(--key);
	background-color: var(--back5);
}
#studio .founder .wrap .plan_wrap .plan .inner {
	width: 640px;
}
#studio .founder .wrap .plan_wrap .plan h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1em;
	text-align: right;
	margin-bottom: 130px;
}
#studio .founder .wrap .plan_wrap .plan h3 span {
	display: inline-block;
	font-size: 22px;
	line-height: 1em;
	padding: 16px 20px;
	margin-left: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
}
#studio .founder .wrap .plan_wrap .plan h4 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 50px;
}
#studio .founder .wrap .plan_wrap .plan h4 > div:first-of-type {
	display: inline-block;
	letter-spacing: 0.14em;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 13px;
}
#studio .founder .wrap .plan_wrap .plan h4 > div:last-of-type {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: -20px;
	color: var(--bk3);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.41em;
	text-align: center;
	width: 127px;
	height: 117px;
	background: url("../img/target_back.png") no-repeat 0 0 / 127px 117px;
}
#studio .founder .wrap .plan_wrap .plan h4 > div:last-of-type span {
	display: block;
	font-size: 15px;
	line-height: 1em;
	width: 50px;
	padding: 5px 0 9px;
	margin: 0 auto 7px;
	background-image: radial-gradient(circle, var(--bk3) 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}
#studio .founder .wrap .plan_wrap .plan p {
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 2em;
}
#studio .founder .wrap .plan_wrap .plan p:first-of-type {
	font-size: 22px;
	letter-spacing: 0.14em;
	line-height: 1.636em;
	margin-bottom: 1em;
}
#studio .founder .wrap .plan_wrap .plan h5 {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	height: 44px;
	padding: 12px 20px 0; 
	background-color: var(--key);
	border-radius: 10px;
	margin: 50px 0 20px;
}
#studio .founder .wrap .plan_wrap .plan table {
	width: 570px;
}
#studio .founder .wrap .plan_wrap .plan td {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1em;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}
#studio .founder.bk .wrap .plan_wrap .plan td {
	border-bottom-color: var(--key);
}
#studio .founder .wrap .plan_wrap .plan tr td:last-of-type {
	text-align: right;
}
#studio .founder .wrap .plan_wrap .plan tr:last-of-type td {
	border-bottom: none;
}

#studio_list {
	padding: 150px 0;
	background: url("../img/back01.png") repeat center top;
}
#studio_list > div {
	display: flex;
	flex-wrap: wrap;
	width: 1125px;
	margin: 0 calc((100% - 1200px) / 2) 0 auto;
}
#studio_list > div h3 {
	text-align: left;
	width: 195px;
}

#studio_list .studio > ul {
	width: calc(100% - 195px);
}
#studio_list .studio > ul > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 95px;
}
#studio_list .studio > ul > li > div:first-of-type {
	width: 415px;
}
#studio_list .studio > ul > li > div:last-of-type {
	width: 440px;
}

#studio_list .studio h4 {
	position: relative;
	color: var(--key);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
	width: 100%;
	margin-bottom: 25px;
}
#studio_list .studio h4::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 750px;
	height: 1px;
	background-color: var(--key);
}
#studio_list .studio ul > li:nth-of-type(2) h4::after {
	width: 720px;
}
#studio_list .studio p {
	color: var(--key);
	letter-spacing: 0.07em;
	line-height: 2em;
}
#studio_list .studio p + ul {
	margin: 20px 0;
}
#studio_list .studio p + ul li {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2em;
}

#studio_list .studio table {
	width: 100%;
	border-top: 1px solid var(--gy4);
}
#studio_list .studio table td {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1em;
	padding: 14px 10px;
	border-bottom: 1px solid var(--gy4);
}
#studio_list .studio table tr td:first-of-type {
	border-right: 1px solid var(--gy4);
}
#studio_list .studio table tr td:nth-of-type(2) {
	padding-left: 20px;
}

#studio_list .studio iframe {
	display: block;
	width: 100%;
	height: 300px;
}
#studio_list .studio a.btn {
	display: block;
	font-feature-settings: "palt";
	width: 380px;
	padding-left: 75px;
	margin: 60px 0 0 auto;
}
#studio_list .studio a.btn::before {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 10;
	width: 28px;
	height: 29px;
	background: url("../img/calender.png") no-repeat 0 0 / 28px 29px;
	transition: all .3s;
}
#studio_list .studio a.btn:hover::before {
	filter: saturate(0) brightness(0) invert(100%);
}

#studio_list .banner ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 195px);
}
#studio_list .banner ul li {
	width: 328px;
	margin: 0 40px 30px 0;
}
#studio_list .banner ul li a {
	display: block;
	height: 99px;
}


/*===== Online =====*/
#online .f_list {
	position: relative;
}
#online .f_list .i01 {
	position: absolute;
	left: calc(50% - 600px);
	top: 60px;
	width: 281px;
	height: 324px;
}
#online .f_list .i02 {
	position: absolute;
	left: calc(50% - 610px);
	top: 550px;
	width: 300px;
	height: 215px;
}
#online .f_list .i03 {
	position: absolute;
	right: calc(50% - 495px);
	top: 35px;
	z-index: 10;
	width: 170px;
	height: 220px;
}
#online .f_list .i04 {
	position: absolute;
	right: calc(50% - 655px);
	top: 200px;
	z-index: 1;
	width: 250px;
	height: 340px;
}
#online .f_list .i05 {
	position: absolute;
	right: calc(50% - 600px);
	top: 670px;
	width: 287px;
	height: 252px;
}

#online .f_list img.ii01,
#online .f_list img.ii02,
#online .f_list img.ii03 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#online .f_list img.ii01 {
	left: calc(50% - 420px);
	bottom: 870px;
	width: 108px;	
}
#online .f_list img.ii02 {		
	right: calc(50% - 470px);
	bottom: 390px;
	width: 131px;
	animation-delay: 1.2s;
}
#online .f_list img.ii03 {		
	left: calc(50% - 560px);
	bottom: 80px;
	width: 99px;
	animation-delay: 2.4s;
}

#online .fp {
	position: relative;
	padding: 110px 0 150px;
	background: url("../img/back01.png") repeat center top;
	background-attachment: fixed;
}
#online .fp .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#online .fp .cover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 2232px;
	height: 176px;
	background-color: #fff;
	clip-path: url(#cpath1);
}

#online .fp .horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
	margin-left: calc((100% - 1060px) / 2);
}
#online .fp .horizontal_scroll .sticky {
	display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  min-height: 100vh;
	padding: 60px 0 0 145px;
}
#online .fp .horizontal_scroll .sticky h3 {
	transform: translate(calc((((100% - 1060px) / 2) * -1) - 145px),0);
	margin-bottom: 70px;
}
#online .fp .horizontal_scroll .sticky h4 {
	position: absolute;
	left: 0;
	top: 150px;
	color: var(--key);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1em;
	writing-mode: vertical-rl;
}
#online .fp .horizontal_scroll .sticky h4 span {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.19em;
	line-height: 1em;
	padding: 10px;
	margin-top: 9px;
	border: 1px solid var(--key);
	border-radius: 9px;
}
#online .fp .horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}
#online .fp .horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

#online .fp .scroller .unit {
	flex-shrink: 0;
	position: relative;
	text-align: center;
	width: 350px;
	height: 580px;
	padding: 50px 45px 0;
	margin-right: 50px;
	background-color: #fff;
	border-radius: 21px;
}
#online .fp .scroller div.unit:nth-of-type(5) {
	margin-right: calc((100vw - 1060px) / 2);
}
#online .fp .scroller .unit .no {
	color: var(--key);
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1em;
	margin-bottom: 35px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}
#online .fp .scroller .unit .illust {
	margin-bottom: 25px;
}
#online .fp .scroller .unit .illust img {
	width: auto;
	height: 180px;
}
#online .fp .scroller .unit .title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: var(--key);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.825em;
	height: 75px;
	margin-bottom: 40px;
}
#online .fp .scroller .unit .title::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 59px);
	bottom: -20px;
	width: 118px;
	height: 1px;
	background-color: var(--gy3);
}
#online .fp .scroller .unit .text p {
	letter-spacing: 0.1em;
	line-height: 2em;
	font-feature-settings: "palt";
}

#online .fp .price {
	position: relative;
	width: 1050px;
	margin: 100px auto 0;
}

#online .fp img.ii04,
#online .fp img.ii05,
#online .fp img.ii06 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#online .fp img.ii04 {
	right: 216px;
	bottom: -290px;
	width: 68px;	
}
#online .fp img.ii05 {		
	right: 70px;
	bottom: -210px;
	width: 133px;
	animation-delay: 1.2s;
}
#online .fp img.ii06 {		
	right: -94px;
	bottom: -243px;
	width: 95px;
	animation-delay: 2.4s;
}

#svg {
	height: 0;
	overflow: hidden;
}


/*===== Q&A =====*/
#qa {
	padding: 0 0 105px;
	background: url("../img/back01.png") repeat center 0;
}

#qa .cont {
	width: 860px;
	padding-top: 30px;
	margin: auto;
}
#qa .cont dl {	
	margin-bottom: 45px;
	background-color: #fff;
	border-radius: 15px;
}
#qa .cont dl.qa dt {
	position: relative;
	cursor: pointer;
	pointer-events: auto;
}
#qa .cont dl.qa dt div {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.875em;
	padding: 20px 25px 20px 90px;
}
#qa .cont dl.qa dt div::before {
	content: "";
	display: block;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0,-50%);
	width: 44px;
	height: 40px;
	background: url("../img/Q.png") no-repeat 0 0 / 44px 40px;
}
#qa .cont dl.qa dt div::after {
	content: "";
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 32px;
	height: 32px;
	background: url("../img/qa_arrow.png") no-repeat 0 0 / 32px 32px;
	transform: translate(0,-50%) rotate(0deg);
	transition: all .3s;
}
#qa .cont dl.qa dt.open div::after {
	transform: translate(0,-50%) rotate(180deg);
}
#qa .cont dl.qa dd {
	position: relative;
	height: auto;
  overflow: hidden;
  transition: all .2s;
}
#qa .cont dl.qa dd.close {
	height: 0;
}
#qa .cont dl.qa dd div {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2em;
	text-align: justify;
	padding: 20px 25px 20px 90px;
}
#qa .cont dl.qa dd div::before {
	content: "";
	display: block;
	position: absolute;
	left: 85px;
	top: 0;
	width: calc(100% - 110px);
	height: 2px;
  background-image: radial-gradient(circle, var(--key) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}


/*===== News & Column =====*/
#news_list {
	padding-bottom: 150px;
}
#news_list .page_h {
	padding-bottom: 20px;
}

.category_list {
	width: 1010px;
	margin: 0 auto 60px;
}
.category_list > div {
	justify-content: flex-end;	
}
.category_list > div h3,
.category_list > div ul {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--gn1);
}
.category_list > div h3 {
	color: var(--key);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-right: 60px;
}
.category_list > div ul li {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1em;
}
.category_list > div ul li::after {
	content: "／";
	display: inline-block;
	margin: 0 10px;
}
.category_list > div ul li:last-of-type::after {
	display: none;
}
.category_list > div ul li a.this {
	color: var(--key);
}

.post_list {
	width: 1010px;
	margin: auto;
}
.post_list ul li {
	width: 290px;
	margin: 0 70px 75px 0;
}
.post_list ul li:nth-of-type(3n) {
	margin-right: 0;
}
.post_list ul li a {
	display: block;
}
.post_list ul li .i {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 25px;
}
.post_list ul li .sub {
	color: var(--key);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1em;
	margin-bottom: 15px;
}
.post_list ul li .sub .date::after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
.post_list ul li .title p {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.88em;
}

.pagenavi {
  text-align: center;
  width: 100%;
  margin: auto;  
}
.pagenavi span,
.pagenavi a {
  display: inline-block;
  color: var(--gy1);
  font-size: 18px;
	font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
  width: auto;
  height: 1em;
  padding: 0 !important;
  margin: 0 10px !important;
  background-color: transparent;
  border: none !important;
  box-sizing: border-box;
}
.pagenavi .current {
  position: relative;
  color: var(--key);
	background-color: transparent;
}
.pagenavi .nextpostslink,
.pagenavi .previouspostslink {
 
}


/*===== Single =====*/
#single {
	padding: 180px 0 150px;
	background: url("../img/back01.png") repeat center 0;
}
#single article {
	width: 1000px;
	padding: 100px 80px;
	margin: auto;
	background-color: #fff;
	border-radius: 30px;
}

#single .h {
	position: relative;
	padding: 25px 0 15px;
	margin-bottom: 40px;
	border-top: 1px solid var(--key);
	border-bottom: 1px solid var(--key);
}
#single .h .sub {
	position: absolute;
	left: 0;
	top: -12px;
	z-index: 10;
	color: var(--key);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1em;
	width: auto;
	height: 24px;
	padding: 3px 15px 0;
	background-color: #fff;
	border: 1px solid var(--key);
	border-radius: 12px;
}
#single .h .sub::after {
	content: "";
	display: block;
	position: absolute;
	right: -21px;
	top: 0;
	z-index: -1;
	width: 20px;
	height: 100%;
	background-color: #fff;
}
#single .h .sub .date::after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
#single .h h2 {
	color: var(--key);
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.44em;
}

#single .cont {
	border-bottom: 1px solid var(--gn2);
}
#single .cont p {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 2.125em;
	margin-bottom: 2.125em;
	overflow-wrap: anywhere;
}
#single .cont h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5454em;
	padding: 10px 25px;
	margin: 80px 0 40px;
	background-color: var(--key);
	border-radius: 10px;
}
#single .cont .wp-block-image {
	margin: 40px 0;
}
#single .cont mark {
	background-color: var(--mark);
}

.pager {
	width: 310px;
	margin: 50px auto 0;
}
.pager td {
	width: 20%;
}
.pager tr td:nth-of-type(2) {
	text-align: center;
	width: 60%;
}
.pager tr td:nth-of-type(3) {
	text-align: right;
}
.pager td a {
	display: inline-block;
	font-size: 10px;
	line-height: 1em;
}
.pager td a img {
	width: 19px;
}
.pager tr td:nth-of-type(2) a {
	color: var(--key);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	width: 172px;
	height: 56px;
	padding-top: 20px;
	border: 1px solid var(--key);
	border-radius: 100vmax;
}


/*===== Professional single =====*/
#professional_single {
	padding-bottom: 140px;
	background: url("../img/back01.png") repeat center 0;
}
#professional_single .page_h {
	padding-bottom: 15px;
}

#professional_single article {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 1000px;
	padding: 70px 60px;
	margin: auto;
	background-color: #fff;
	border-radius: 20px;
}

#professional_single article .h {
	width: 280px;
}
#professional_single article .h .i {
	height: 340px;
	margin-bottom: 20px;
}
#professional_single article .h .title {
	font-size: 14px;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.14em;
	line-height: 1.4em;
	margin-bottom: 0.7em;
}
#professional_single article .h h3.name {
	color: var(--key);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1em;
}
#professional_single article .h h3.name span {
	font-size: 16px;
	margin-left: 0.5em;
}
#professional_single article .h .en {
	color: var(--key);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1em;
	margin-top: 0.5em;
}
#professional_single article .h .banner {
	margin-top: 30px;
}
#professional_single article .h .banner h3 {
	color: var(--bk2);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 1em;
}
#professional_single article .h .banner a {
	display: block;
	width: 100%;
	height: 80px;
}

#professional_single article .cont {
	width: 540px;
}
#professional_single article .cont h3 {
	position: relative;
	color: var(--bk2);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 1.2em;
}
#professional_single article .cont h3::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 440px;
	height: 1px;
	background-color: var(--gy2);
}
#professional_single article .cont p + h3 {
	margin-top: 2.5em;
}
#professional_single article .cont p {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	line-height: 1.875em;	
	margin-bottom: 1.875em;
}
#professional_single article .cont p:last-of-type {
	font-size: 15px;
	line-height: 1.73em;
	margin-bottom: 0;
}
#professional_single article .cont p strong {
	color: var(--key);
	font-weight: 700;
}

.pager2 {
	width: 960px;
	margin: 40px auto 0;
}
.pager2 td {
	width: calc(100% / 3);
}
.pager2 tr td:nth-of-type(2) {
	text-align: center;
}
.pager2 tr td:nth-of-type(3) {
	text-align: right;
}
.pager2 td a {
	display: inline-block;
	color: var(--key);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.pager2 td a img {
	width: 44px;
	height: 44px;
}


/*===== Contact =====*/
#contact {
	padding-bottom: 150px;
}

#contact .page_h .i {
	position: relative;
}

#contact .page_h img.i01,
#contact .page_h img.i02 {
	position: absolute;	
	z-index: 1000;
	transition: all .5s;
	opacity: 0;
	animation: fluffy 3s infinite;
}
#contact .page_h img.i01 {		
	right: 20px;
	bottom: -35px;
	width: 115px;
	animation-delay: 1.5s;
}
#contact .page_h img.i02 {
	left: -24px;
	top: 33px;
	width: 78px;
}

#contact .inq {
  width: 850px;
  margin: auto;
}
#contact .inq p.last {
	color: var(--key);
	letter-spacing: 0.18em;
	line-height: 2em;
  text-align: center;
  margin-top: 30px;
}
#contact table,
#contact tbody,
#contact tr,
#contact td {
  display: block;
  width: 100%;
}
#contact td {
	line-height: 1em;
  vertical-align: top;
}
#contact tr td:nth-of-type(1) {
  position: relative;
  color: #595757;
  padding-left: 15px;
  padding-bottom: 15px;
}
#contact tr td:nth-of-type(1) span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--key);
}
#contact tr td:nth-of-type(1) p {
	letter-spacing: 0.18em;
	line-height: 1em;
  margin-bottom: 0;
}
#contact tr td:nth-of-type(2) {
  padding-bottom: 45px;
}
#contact tr td:nth-of-type(2) div {
  font-size: 16px;
  min-height: 65px;
  padding: 25px 15px 0;
  background: url("../img/back01.png") repeat 50% 0;
	border-radius: 10px;
}

/*---- check leyout -----*/
#contact tr td:nth-of-type(2) div.ck {
  padding: 50px 55px 30px;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
}
#contact tr td:nth-of-type(2) div.ck .wpcf7-form-control .wpcf7-list-item {
	width: 50%;
  margin-bottom: 20px;
}

/*---- 送信確認 -----*/
#contact tr:last-of-type {
	display: flex !important;
	flex-wrap: wrap;
}
#contact tr:last-of-type td {
	width: auto !important;
}
#contact .ac {
	min-height: 1em !important;
  padding: 0 0 0 85px !important;
  background: none !important;
}
#contact .ac .a {
	display: inline-block;
	margin-top: 0.8em;
}

/*----- item -----*/
input[type="text"],
input[type="email"],
textarea {
  font-size: 16px;
  width: 100%;
  height: auto;
  padding: 0 5px;
  background-color: var(--gray8);
  border: none;
  -webkit-appearance : none;
  outline: none;
}
textarea {
  height: 220px;
	padding: 5px;
}

/*----- その他テキスト -----*/
.wpcf7-list-item.has-free-text {
	display: flex;
	align-items: center;
}
.wpcf7-list-item.has-free-text input {
	width: 300px;
	margin-left: 20px;
	background-color: #fff;
}

/*----- lable -----*/
.inq label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1em;
  padding-left: 20px;
  cursor: pointer;
}
.inq .wpcf7-list-item {
  margin: 0;
}
.inq .wpcf7-list-item-label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 1em;
}

/*----- radio check -----*/
.inq label span.wpcf7-list-item-label::before,
.inq label span.wpcf7-list-item-label::after {
  display: none;
}
.inq label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--key);
  box-sizing: border-box;
	border-radius: 50%;
}
.inq label input[type="radio"],
.inq label input[type="checkbox"] {
  display: none;
}
.inq label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.inq label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--key);
  background-color: var(--key);
  box-sizing: border-box;
	border-radius: 50%;
}
.inq .accept {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
}
#contact .ac label::before {
  top: 1px;
  width: 14px;
  height: 14px;
}
#contact .ac label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  top: 1px;
  width: 14px;
  height: 14px;
}

/*----- submit ------*/
#contact .btn {
  display: block;
  position: relative;
  width: 386px;
  margin: 20px auto 0;
}
#contact .btn p {
  height: 48px;
  overflow: hidden;
}
.wpcf7-submit {
  display: block;
  color: var(--key);
  font-size: 16px;
	font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.09em;
  text-align: center;
  width: 100%;
  height: 48px;
  border: 1px solid var(--key);
  background: #fff url("../img/link_mark1.png") no-repeat calc(100% - 25px) 50% / 14px 14px;
	border-radius: 24px;
  transition: all .5s;
  -webkit-appearance: none;
  cursor: pointer;
}
.wpcf7-submit:hover {
  opacity: 0.45;
}

/*----- 送信後 ------*/
.transmission {
  display: none;
  width: 100%;
  padding: 130px 0;
  margin: auto;
}
.transmission p {
  font-size: 16px !important;
  line-height: 2.2em !important;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: middle;
}
.sent .transmission {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sent .inq {
  display: none;
}

/*----- エラー ------*/
.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  position: absolute;
  left: -10px;
  bottom: -40px;
	font-size: 13px !important;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.ck .wpcf7-not-valid-tip {
  left: -55px;
	bottom: -50px;
}
textarea + .wpcf7-not-valid-tip {
	bottom: -15px;
}


/*----- reCAPTCHA ------*/
.reCAPTCHA_text p {
  font-size: 13px;
  letter-spacing: 0.18em;
	line-height: 1em;
  text-align: center;
  margin-top: 40px;
}
.grecaptcha-badge { visibility: hidden; }


/*===== Not found =====*/
#not-found .flex {
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 350px 0 300px;
}
#not-found .flex p {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}


@keyframes circlemove {
  0% {bottom: 90px;}
  100% {bottom: -5px;}
}
@keyframes cirlemovehide {
  0% {opacity: 0}
  10% {opacity: 1;}
  95% {opacity: 0.9;}
  100% {opacity: 0;}
}

@keyframes move_up {
  0% {
		opacity: 0;
		transform: translate(0,40px);
  }
  100% {
    opacity: 1;
		transform: translate(0,0);
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes mae {
  0% {
    transform: translateY(20px);
		opacity: 0;
  }
  100% {
    transform: translateY(0);
		opacity: 1;
  }
}
@keyframes ato {
  0% {
    transform: translateY(-20px);
		opacity: 0;
  }
  100% {
    transform: translateY(0);
		opacity: 1;
  }
}