@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img {
	vertical-align: bottom;
}

html {
	/* html標準のバリデーション機能と干渉するため無効 */
	/* scroll-behavior: smooth; */
}

body {
	font-family: "Zen Kaku Gothic New", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.6;
	background: #FFFFFF;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {color:#c5c5c5; text-decoration:none;}
a:hover {color:#c5c5c5; text-decoration:none;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

::selection {
	background: #59b0e3;
	color: #ffffff;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}		.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}	.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc {display:block !important;}
.sp {display:none !important;}




/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.header__inner {
	width: 100%;
	margin: 0 auto;
}

.header-visual {
	position: relative;
	width: 100%;
}

.slider {
	width: 100%;
	margin: 120px auto 0;
	z-index: 1;
}
.slick-img {
	overflow: hidden;
}
.slick-img img {
	width: 100%;
	min-width: 1200px;
	height: auto;
	display: block;
}


/* ================================
	ヘッダー水色タイトル
================================ */
.header-copy {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 115px;
	z-index: 20;
	pointer-events: none;
}
.header-copy-main {
	position: absolute;
	left: 5vw;
	right: 5vw;
	max-width: 1170px;
	margin: 0 auto;
}


/* ================================
	ヘッダー内要素
================================ */
.header-balloon img,
.header-login img {
	width: 100%;
	height: auto;
	display: block;
}

/* ヘッダーロゴ */
.header-logo {
	position: absolute;
	z-index: 100;
	top: 7vh;
	left: 5vw;
	width: 118px;
}
.header-logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


/* SCROLL */
.header-scroll {
	position: absolute;
	z-index: 100;
	top: 21vh;
	left: 5vw;
	display: flex;
	align-items: flex-start;
	text-decoration: none;
}
.header-scroll__text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin: 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	transform: rotate(180deg);
}
.header-scroll__rail {
	position: relative;
	width: 12px;
	height: 111px; /* 95px + 斜線ぶん */
	display: block;
}
/* 縦95px線 */
.header-scroll__line {
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 95px;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}
.header-scroll__line::after {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 2px;
	height: 95px;
	background: #faf221;
	animation: scrollLineMove 3s ease-in-out infinite;
}
.header-scroll__slash {
	position: absolute;
	right: 1px;
	bottom: 15px;
	width: 18px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: right center;
}

@keyframes scrollLineMove {
	0% {top: -95px;}
	100% {top: 95px;}
}


/* 黄色キャッチ */
.header-catch {
	position: absolute;
	z-index: 20;
	left: 75px;
	bottom: clamp(100px, 9vw, 179px);
	width: 477px;
}


/* 吹き出し */
.header-balloon {
	position: absolute;
	right: 238px;
	bottom: 225px;
	z-index: 30;
	width: 178px;
	height: 180px;
}
.header-balloon img {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .45s ease;
}
.header-balloon img.is-active {
	opacity: 1;
}


/* 料金バッジ */
.header-price {
	position: absolute;
	z-index: 20;
	right: 70px;
	bottom: 171px;
	width: 182px;
}


/* ログイン */
.header-login {
	position: fixed;
	right: 0;
	bottom: 120px;
	z-index: 9999;
	width: 59px;
}
.header-login:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}



/* ================================
	少し遅れて出す要素
================================ */
.header-copy {
	opacity: 0;
	transform: translateY(18px);
	animation: heroFade .9s ease forwards;
	animation-delay: .25s;
}
.header-logo {
	opacity: 0;
	transform: translateX(-50px);
	animation: heroFade .9s ease forwards;
	animation-delay: .5s;
}
.header-catch {
	opacity: 0;
	transform: translateY(18px);
	animation: heroFade .9s ease forwards;
	animation-delay: 1.2s;
}
.header-balloon {
	opacity: 0;
	transform: translateX(50px);
	animation: heroFade .9s ease forwards;
	animation-delay: .5s;
}
.header-price {
	opacity: 0;
	transform: translateX(50px);
	animation: heroFade .9s ease forwards;
	animation-delay: .5s;
}

@keyframes heroFade {
	to {
		opacity: 1;
		transform: translate(0);
	}
}




/****************************************

	フッター

*****************************************/
.footer {
	background: #59b0e3;
}

.footer__inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px;
	box-sizing: border-box;
}

.footer__main {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}


/* -----------------------------
	フッター左
----------------------------- */
.footer__left {
	width: fit-content;
}
.footer__logo {
	width: 110px;
	margin: 0 0 30px 0;
}
.footer__logo img {
	width: 100%;
	display: block;
}
.footer__logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


.footer__info-block {
	position: relative;
}
.footer__info {
	position: relative;
	padding-left: 20px;
}
.footer__info::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 120px;
	background: rgba(255,255,255,0.75);
}

.footer__info p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	white-space: nowrap;
}


.footer__sns {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	gap: 13px;
}
.footer__sns a {
	width: 36px;
	display: block;
}
.footer__sns img {
	width: 100%;
	display: block;
}
.footer__sns a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


/* -----------------------------
	フッター右
----------------------------- */
.footer__right {}

.footer__title {
	margin: 100px 0 20px 0;
	width: 495px;
}


/* -----------------------------
	コピー
----------------------------- */
.footer__copy {
	margin: 20px 0 0 0;
	text-align: right;
	font-size: 16px;
	color: #fff;
}


/* -----------------------------
	右上キャッチ
----------------------------- */
.footer__catch {
	position: absolute;
	right: 0;
	top: -60px;
	width: 182px;
}

.footer__catch img {
	width: 100%;
	display: block;
}




/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
.parallax {
	opacity: 0;
	transition: all 1s ease;
	transition-delay: 0s;
}

.delay100 {
	transition-delay: 0.1s;
}
.delay200 {
	transition-delay: 0.2s;
}
.delay300 {
	transition-delay: 0.3s;
}
.delay400 {
	transition-delay: 0.4s;
}
.delay500 {
	transition-delay: 0.5s;
}
.delay600 {
	transition-delay: 0.6s;
}
.delay700 {
	transition-delay: 0.7s;
}
.delay800 {
	transition-delay: 0.8s;
}
.delay900 {
	transition-delay: 0.9s;
}
.delay1000 {
	transition-delay: 1s;
}

.parallax--up {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.parallax--down {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.parallax--rl {
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
}
.parallax--lr {
	-webkit-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}

.parallax--action {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}




/****************************************

	home

*****************************************/
#top {}



/* =================================
	TOP NEWS
================================= */
.top-news {
	padding: 40px 0 300px 0;
}

.top-news__inner {
	width: 900px;
	margin: 0 auto;
}

.top-news__heading {
	margin: 0 0 25px 0;
}

.top-news__sub {
	margin: 0 0 15px 0;
	color: #59b0e3;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.top-news__title {
	color: #59b0e3;
	font-family: "Lato", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 34px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
}

.top-news__list {
	margin: 0 auto;
}

.top-news__list iframe {
	height: 285px;
}

.top-news__item a {
	min-height: 50px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 10px;
	text-decoration: none;
	color: #1a1a1a;
	box-sizing: border-box;
}

.top-news__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 22px;
	background: #e60012;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

.top-news__text {
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}



/* =================================
	TOP CONCEPT
================================= */
.top-concept {
	background: #fff;
	overflow: visible;
}
.top-concept__inner {}

.top-concept__visual {
	position: relative;
	width: 100%;
	background-image: url("../../img/concept-bg01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1300 / 440;
}

.top-concept__bg {
	display: block;
	width: 100%;
	height: auto;
}

.top-concept__box {
	position: absolute;
	top: -195px;
	left: 50%;
	transform: translateX(-50%);
	width: 820px;
	background: rgba(238, 246, 251, 0.88);
	text-align: center;
	box-sizing: border-box;
	padding: 58px 40px 54px;
	z-index: 20;
}

.top-concept__title {
	color: #59b0e3;
	font-family: "Lato", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px 0;
}
.top-concept__sub {
	color: #59b0e3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px 0;
}

.top-concept__triangle {
	display: block;
	width: 180px;
	height: auto;
	margin: 20px auto 60px auto;
}

/* 本文 */
.top-concept__text {
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
}

/* 左右の子ども */
.top-concept__kid--left {
	position: absolute;
	z-index: 25;
	display: block;
	left: -58px;
	top: -55px;
	width: 218px;
}
.top-concept__kid--right {
	position: absolute;
	z-index: 25;
	display: block;
	right: -24px;
	top: -71px;
	width: 171px;
}

/* 左下ロゴ */
.top-concept__catch {
	position: absolute;
	left: 5vw;
	bottom: -44px;
	z-index: 15;
	width: 196px;
}

.top-concept__catch img {
	display: block;
	width: 100%;
	height: auto;
}



/* =================================
	TOP SECTION01
================================= */
.top-section01 {
	position: relative;
	overflow: hidden;
}
.top-section01__inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.top-section01__side {
	position: absolute;
	left: 0;
	top: 360px;
	z-index: 1;
	width: 88px;
}
.top-section01__side img {
	display: block;
	width: 100%;
	height: auto;
}



/* =================================
	TOP PROGRAMS
================================= */
.top-programs {
	padding: 190px 0 0 0;
}

.top-programs__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 90px;
	row-gap: 90px;
	width: 100%;
}

.program-card {
	position: relative;
}
.program-card__link {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
}

.program-card__head {
	text-align: center;
}
.program-card__num {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto 10px auto;
}
.program-card__sub {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
	margin: 0 0 10px 0;
}

.program-card__image {
	position: relative;
	overflow: hidden;
}
.program-card__image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .25s ease, opacity .25s ease;
}
.program-card__link:hover .program-card__image img {
	transform: scale(1.1);
	opacity: .8;
}

.program-card__button {
	position: absolute;
	right: 0;
	bottom: -24px;
	width: 207px;
	height: 48px;
	padding: 0 38px 0 26px;
	border-radius: 9999px;
	border: 2px solid #faf221;
	background: #faf221;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1;
	box-sizing: border-box;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.program-card__button::after {
	content: "›";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-52%);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.program-card__link:hover .program-card__button {
	border: 2px solid #faf221;
	background: rgba(250, 243, 33, 0.65);
}



/* =================================
	TOP CONTACT
================================= */
.top-contact {
	padding: 150px 0 100px 0;
}

.top-contact__heading {
	text-align: center;
	margin: 0 0 40px 0;
}
.top-contact__title {
	color: #59b0e3;
	font-size: 45px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 20px 0;
}
.top-contact__title span {
	font-size: 34px;
	padding: 0 2px 0 0;
}
.top-contact__sub {
	margin: 0 0 20px 0;
	color: #59b0e3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px 0;
}
.top-contact__triangle {
	display: block;
	width: 180px;
	height: auto;
	margin: 20px auto 60px auto;
}


.top-contact__box {
	background: #9fd0ee;
	padding: 60px 102px;
}

.top-contact__note {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a;
}
.top-contact__note span {
	color: #ff0000;
}

.top-contact__note02 {
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a;
}

.top-contact__form {
	margin: 0 0 40px 0;
}
.top-contact__form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: none;
}
.top-contact__form table tr {
	display: flex;
}
.top-contact__form table th {
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	background: #d8ecf8;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 40%;
}
.top-contact__form table th span {
	background-color: #ff0000;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	margin-left: auto;
	border-radius: 4px;
}
.top-contact__form table td {
	padding: 20px;
	vertical-align: middle;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	border-bottom: 1px solid #a8a8a8;
	flex-grow: 1;
}

.top-contact__form table tr:last-child th,
.top-contact__form table tr:last-child td {
	border-bottom: none;
}

.top-contact__form table td label {
	padding: 0 15px 0 0;
}
.top-contact__form--blocklabel label {
	display: block;
}


.form__smallbox {
	width: 45%;
	padding: 10px;
	color: #1a1a1a;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	margin: 0 10px 0 0;
}
.form__largebox {
	width: 100%;
	padding: 10px;
	color: #1a1a1a;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	margin: 0 10px 0 0;
}
.form__textarea {
	width: 100%;
	padding: 10px;
	color: #1a1a1a;
	background: #eeeeee;
	border: 1px solid #eeeeee;
}

.top-contact__form--btn {}
.form__btn-submit {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 20px 60px;
	border: 2px solid #faf221;
	background: #faf221;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.form__btn-submit:hover {
	border: 2px solid #faf221;
	background: rgba(250, 243, 33, 0.65);
	color: #1a1a1a;
}

.form-error-text {
	color: #E60012;
	font-size: 0.85rem;
	margin-top: 8px;
	display: none;
}

.form-error-text.is-visible {
	display: block;
}

.input-text.is-error {
	background-color: #FFF0F0;
	outline: 2px solid #E60012;
}

/* =================================
	TOP LINKS
================================= */
.top-links {
	padding: 0 0 50px 0;

}

.top-links__buttons {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin: 0 0 60px 0;
}

.top-links__button {
	width: 280px;
	height: 62px;
	border-radius: 9999px;
	border: 2px solid #59b0e3;
	background: #59b0e3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #ffffff;
	line-height: 1;
}
.top-links__button:hover {
	border: 2px solid #59b0e3;
	background: rgba(89, 176, 227, 0.65);
	color: #ffffff;
}

.top-links__privacy {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #1a1a1a;
}




/****************************************

	KAKUNIN

*****************************************/
.kakunin {}


.form-kakunin {
	margin: 50px 0 150px 0;
}
.form-kakunin__inner {
	width: 1000px;
	margin: 0 auto;
}


.form-kakunin__heading {
	text-align: center;
	margin: 0 0 40px 0;
}
.form-kakunin__title {
	color: #59b0e3;
	font-size: 45px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 20px 0;
}
.form-kakunin__title span {
	font-size: 34px;
	padding: 0 2px 0 0;
}
.form-kakunin__sub {
	margin: 0 0 20px 0;
	color: #59b0e3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px 0;
}
.form-kakunin__triangle {
	display: block;
	width: 180px;
	height: auto;
	margin: 20px auto 60px auto;
}


.form-kakunin__box {
	background: #9fd0ee;
	padding: 60px 102px;
}

.form-kakunin__note {
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a;
}
.form-kakunin__note span {
	color: #ff0000;
}


.form-kakunin__form {
	margin: 0 0 40px 0;
}
.form-kakunin__form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: none;
}
.form-kakunin__form table th {
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	background: #d8ecf8;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid #ffffff;
	width: 40%;
}
.form-kakunin__form table th span {
	color: #ff0000;
	font-size: 16px;
}
.form-kakunin__form table td {
	padding: 20px;
	vertical-align: middle;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	border-bottom: 1px solid #a8a8a8;
}

.form-kakunin__form table tr:last-child th,
.form-kakunin__form table tr:last-child td {
	border-bottom: none;
}

.form-kakunin__form table td label {
	padding: 0 15px 0 0;
}
.form-kakunin__form--blocklabel label {
	display: block;
}


.form-kakunin__form table td input[name="name04"],
.form-kakunin__form table td input[name="name03"],
.form-kakunin__form table td input[name="name02"],
.form-kakunin__form table td input[name="name01"] {
	width: 45%;
	padding: 10px;
	color: #1a1a1a;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	margin: 0 10px 0 0;
}
.form-kakunin__form table td input[name="mail-kakunin"],
.form-kakunin__form table td input[name="mail"],
.form-kakunin__form table td input[name="tel"],
.form-kakunin__form table td input[name="learning-objectives"],
.form-kakunin__form table td input[name="garden-name"],
.form-kakunin__form table td input[name="address"],
.form-kakunin__form table td input[name="post-code"] {
	width: 100%;
	padding: 10px;
	color: #1a1a1a;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	margin: 0 10px 0 0;
}
.form-kakunin__form table td textarea[name="inquiry-details"] {
	width: 100%;
	padding: 10px;
	color: #1a1a1a;
	background: #eeeeee;
	border: 1px solid #eeeeee;
}


.form-kakunin__form--btn {
	width: 496px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.form-kakunin__form--btn input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	padding: 20px 60px;
	border: 2px solid #faf221;
	background: #faf221;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.form-kakunin__form--btn input[type="button"]:hover {
	border: 2px solid #faf221;
	background: rgba(250, 243, 33, 0.65);
	color: #1a1a1a;
}

.form-kakunin__form--btn input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	padding: 20px 60px;
	border: 2px solid #faf221;
	background: #faf221;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.form-kakunin__form--btn input[type="submit"]:hover {
	border: 2px solid #faf221;
	background: rgba(250, 243, 33, 0.65);
	color: #1a1a1a;
}




/****************************************

	ERROR

*****************************************/
.error {}


.form-error__note {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a;
}
.form-error__note span {
	color: #ff0000;
}

.form-error__note02 {
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 2;
	color: #ff0000;
}


.form-error__form--btn {
	width: fit-content;
	margin: 0 auto;
}
.form-error__form--btn input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	padding: 20px 60px;
	border: 2px solid #faf221;
	background: #faf221;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.form-error__form--btn input[type="button"]:hover {
	border: 2px solid #faf221;
	background: rgba(250, 243, 33, 0.65);
	color: #1a1a1a;
}




/****************************************

	KANRYO

*****************************************/
.kanryo {}


.form-kanryo {
	margin: 50px 0 100px 0;
}
.form-kanryo__inner {
	width: 1000px;
	margin: 0 auto;
}


.form-kanryo__heading {
	text-align: center;
	margin: 0 0 40px 0;
}
.form-kanryo__title {
	color: #59b0e3;
	font-size: 45px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 20px 0;
}
.form-kanryo__title span {
	font-size: 34px;
	padding: 0 2px 0 0;
}
.form-kanryo__sub {
	margin: 0 0 20px 0;
	color: #59b0e3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px 0;
}
.form-kanryo__triangle {
	display: block;
	width: 180px;
	height: auto;
	margin: 20px auto 60px auto;
}


.form-kanryo__guide {}
.form-kanryo__message {
	background: #59b0e3;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 35px 110px;
	width: fit-content;
	margin: 0 auto 50px auto;
}
.form-kanryo__note {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #1a1a1a;
	width: fit-content;
	margin: 0 auto 50px auto;
}



/****************************************

	INDEX

*****************************************/
.index {}


.index-header {
	width: 100%;
}
.index-header__visual {
	position: relative;
}
.index-header__bg img {
	width: 100%;
	height: auto;
}

.index-header__copy {
	position: absolute;
	z-index: 100;
	top: 1vw;
	left: 10vw;
	width: 42vw;
}

.index-header__logo {
	position: absolute;
	z-index: 100;
	top: 9vw;
	left: 10vw;
	width: 9vw;
}
.index-header__logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


.index-header__title {
	position: absolute;
	bottom: -5vw;
	left: 0;
	width: 47vw;
}


/* =================================
	INDEX SECTION
================================= */
.index-section {}
.index-section__inner {
	width: 1000px;
	margin: 0 auto;
}


/* =================================
	INDEX PROGRAMS
================================= */
.index-programs {
	margin: 140px 0 150px 0;
}


.index-programs__note {
	margin: 0 0 70px 0;
}
.index-programs__note li {
	position: relative;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	padding: 0 0 0 15px;
}
.index-programs__note li::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #1a1a1a;
}
.index-programs__note a {
	color: #317abf;
	font-weight: 500;
	text-decoration: underline;
}
.index-programs__note a:hover {
	text-decoration: none;
}




/****************************************

	CIRCUIT

*****************************************/
.circuit {}


.circuit-header {
	width: 100%;
}
.circuit-header__visual {
	position: relative;
}
.circuit-header__bg img {
	width: 100%;
	height: auto;
}

.circuit-header__copy {
	position: absolute;
	z-index: 100;
	top: 1vw;
	left: 10vw;
	width: 42vw;
}

.circuit-header__logo {
	position: absolute;
	z-index: 100;
	top: 9vw;
	left: 10vw;
	width: 9vw;
}
.circuit-header__logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


.circuit-header__title {
	position: absolute;
	bottom: -5vw;
	left: 0;
	width: 47vw;
}


/* =================================
	CIRCUIT CONTENTS
================================= */
.circuit-contents {
	margin: 50px 0 150px 0;
}

.circuit-contents__inner {
	width: 1000px;
	margin: 0 auto;
}


/* =================================
	CIRCUIT PANKUZU
================================= */
.circuit-pankuzu {
	margin: 0 0 85px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6px;
	width: 100%;
	text-align: right;
}
.circuit-pankuzu__icon {
	display: block;
	width: 13px;
	height: auto;
	flex: 0 0 auto;
}
.circuit-pankuzu__text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #c5c5c5;
	line-height: 1;
}
.circuit-pankuzu__text:hover {
	text-decoration:underline;
}


/* =================================
	CIRCUIT LIST
================================= */
.circuit-list {
	width: 960px;
	margin: 0 auto;
}
.circuit-list__item {
}
.circuit-list__item a {
	min-height: 70px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 10px 0;
	text-decoration: none;
	color: #1a1a1a;
	box-sizing: border-box;
}

.circuit-list__text {
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}




/****************************************

	KISETSU

*****************************************/
.kisetsu {}


.kisetsu-header {
	width: 100%;
}
.kisetsu-header__visual {
	position: relative;
}
.kisetsu-header__bg img {
	width: 100%;
	height: auto;
}

.kisetsu-header__copy {
	position: absolute;
	z-index: 100;
	top: 1vw;
	left: 10vw;
	width: 42vw;
}

.kisetsu-header__logo {
	position: absolute;
	z-index: 100;
	top: 9vw;
	left: 10vw;
	width: 9vw;
}
.kisetsu-header__logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


.kisetsu-header__title {
	position: absolute;
	bottom: -5vw;
	left: 0;
	width: 47vw;
}


/* =================================
	KISETSU CONTENTS
================================= */
.kisetsu-contents {
	margin: 50px 0 150px 0;
}

.kisetsu-contents__inner {
	width: 1000px;
	margin: 0 auto;
}


/* =================================
	KISETSU PANKUZU
================================= */
.kisetsu-pankuzu {
	margin: 0 0 85px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6px;
	width: 100%;
	text-align: right;
}
.kisetsu-pankuzu__icon {
	display: block;
	width: 13px;
	height: auto;
	flex: 0 0 auto;
}
.kisetsu-pankuzu__text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #c5c5c5;
	line-height: 1;
}
.kisetsu-pankuzu__text:hover {
	text-decoration:underline;
}


/* =================================
	KISETSU LIST
================================= */
.kisetsu-list {
	width: 960px;
	margin: 0 auto;
}
.kisetsu-list__item {
}
.kisetsu-list__item a {
	min-height: 70px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 10px 0;
	text-decoration: none;
	color: #1a1a1a;
	box-sizing: border-box;
}

.kisetsu-list__text {
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}




/****************************************

	TAISOU

*****************************************/
.taisou {}


.taisou-header {
	width: 100%;
}
.taisou-header__visual {
	position: relative;
}
.taisou-header__bg img {
	width: 100%;
	height: auto;
}

.taisou-header__copy {
	position: absolute;
	z-index: 100;
	top: 1vw;
	left: 10vw;
	width: 42vw;
}

.taisou-header__logo {
	position: absolute;
	z-index: 100;
	top: 9vw;
	left: 10vw;
	width: 9vw;
}
.taisou-header__logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


.taisou-header__title {
	position: absolute;
	bottom: -5vw;
	left: 0;
	width: 47vw;
}


/* =================================
	TAISOU CONTENTS
================================= */
.taisou-contents {
	margin: 50px 0 150px 0;
}

.taisou-contents__inner {
	width: 1000px;
	margin: 0 auto;
}


/* =================================
	TAISOU PANKUZU
================================= */
.taisou-pankuzu {
	margin: 0 0 85px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6px;
	width: 100%;
	text-align: right;
}
.taisou-pankuzu__icon {
	display: block;
	width: 13px;
	height: auto;
	flex: 0 0 auto;
}
.taisou-pankuzu__text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #c5c5c5;
	line-height: 1;
}
.taisou-pankuzu__text:hover {
	text-decoration:underline;
}


/* =================================
	TAISOU LIST
================================= */
.taisou-list {
	width: 960px;
	margin: 0 auto;
}
.taisou-list__item {
}
.taisou-list__item a {
	min-height: 70px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 10px 0;
	text-decoration: none;
	color: #1a1a1a;
	box-sizing: border-box;
}

.taisou-list__text {
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}




/****************************************

	SKILL UP

*****************************************/
.skillup {}


.skillup-header {
	width: 100%;
}
.skillup-header__visual {
	position: relative;
}
.skillup-header__bg img {
	width: 100%;
	height: auto;
}

.skillup-header__copy {
	position: absolute;
	z-index: 100;
	top: 1vw;
	left: 10vw;
	width: 42vw;
}

.skillup-header__logo {
	position: absolute;
	z-index: 100;
	top: 9vw;
	left: 10vw;
	width: 9vw;
}
.skillup-header__logo a:hover img {
	opacity: 0.7;
	transition: all .3s ease;
}


.skillup-header__title {
	position: absolute;
	bottom: -5vw;
	left: 0;
	width: 47vw;
}


/* =================================
	SKILL UP CONTENTS
================================= */
.skillup-contents {
	margin: 50px 0 150px 0;
}

.skillup-contents__inner {
	width: 1000px;
	margin: 0 auto;
}


/* =================================
	SKILL UP PANKUZU
================================= */
.skillup-pankuzu {
	margin: 0 0 85px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6px;
	width: 100%;
	text-align: right;
}
.skillup-pankuzu__icon {
	display: block;
	width: 13px;
	height: auto;
	flex: 0 0 auto;
}
.skillup-pankuzu__text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #c5c5c5;
	line-height: 1;
}
.skillup-pankuzu__text:hover {
	text-decoration:underline;
}


/* =================================
	SKILL UP LIST
================================= */
.skillup-list {
	width: 960px;
	margin: 0 auto;
}
.skillup-list__item {
}
.skillup-list__item a {
	min-height: 70px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 10px 0;
	text-decoration: none;
	color: #1a1a1a;
	box-sizing: border-box;
}

.skillup-list__text {
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
