@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: var(--text-color);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(16px, 4.1vw);
	font-style: normal;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: .06em;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	counter-reset: number 0;
}

:root {
	--text-color: #000000;
	--blue-color: #4793EB;
	--pink-color: #F476C1;
}

img {
	display: block;
}

header {
	display: flex;
	margin: 0 auto;
	width: min(750px, 100vw);
	height: min(85px, 11.28vw);
	background: var(--blue-color);
	color: #ffffff;
	font-size: min(25px, 3.59vw);
	font-weight: 500;
	justify-content: center;
	align-items: center;
}


.wrap_lp {
	margin: 0 auto;
	padding: min(70px, 15.38vw) 0 min(70px, 15.38vw);
	width: min(750px, 100vw);
	background: #EFF4FC;
	overflow-x: hidden;
	position: relative;
}

.main_logo {
	display: block;
	margin: 0 auto;
	color: var(--text-color);
	font-family: 'the-seasons', serif;
	font-weight: 700;
	font-size: min(56px, 9.23vw);
	letter-spacing: .2em;
	text-align: center;
	line-height: 1.25;
}

.home_logo {
	font-size: min(86px, 11.28vw);
}

.main_logo > small {
	display: block;
	font-size: 28%;
	font-weight: 400;
	letter-spacing: .24em;
}

.h2_copy {
	margin: min(50px, 5.13vw) auto 0;
	width: min(670px, 90vw);
	color: var(--blue-color);
	font-size: min(24px, 6.15vw);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .08em;
}

.top_lead {
	margin: 1em auto 0;
	width: min(670px, 90vw);
	font-size: min(14px, 3.59vw);
	line-height: 1.75;
}

ul.ul_no1 {
	display: flex;
	margin: 1.5rem auto 0;
	width: min(670px, 90vw);
	height: min(217px, 28.97vw);
	justify-content: space-between;
}

ul.ul_no1 > li {
	padding: 2.5em 0 0;
	width: min(217px, 28.97vw);
	height: 100%;
	background: url(../images/bg_no1.webp) no-repeat 50% 50%;
	background-size: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: min(24px, 3.33vw);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
}

ul.ul_no1 > li small {
	display: block;
	font-size: min(16px, 2.56vw);
}

ul.ul_no1 > li:nth-child(n+2) {
	padding: 2.75em 0 0;
}

ul.ul_no1 + .pay_title2 {
	margin: min(60px, 7.69vw) 0 min(40px, 5.13vw);
}

.pay_title {
	margin: min(80px, 15.38vw) 0 0;
	color: var(--blue-color);
	font-size: min(50px, 8.21vw);
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.pay_title > small {
	display: block;
	color: var(--text-color);
	font-size: min(24px, 4.1vw);
	font-weight: 600;
}

.pay_title > span {
	display: block;
	margin: 1em 0 0;
	color: var(--text-color);
	font-size: min(24px, 4.62vw);
	font-weight: 600;
}

.pay_title > strong {
	display: block;
	color: var(--pink-color);
	font-size: min(95px, 17.44vw);
	line-height: .9;
}

.pay_title2 {
	margin: min(140px, 10.26vw) 0 min(60px, 7.69vw);
}

.period {
	margin: .5em 0 0;
	font-size: min(14px, 3.08vw);
	text-align: center;
}

.icon_pay01 {
	display: flex;
	margin: min(40px, 7.69vw) auto 0;
	width: min(330px, 53.85vw);
	height: min(330px, 53.85vw);
	background: #D8E8FE;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.wrap_lp [type="submit"],
.wrap_lp > a.select {
	display: flex;
	margin: 0 auto;
	padding: 0 min(25px, 3.85vw);
	width: min(710px, 95vw);
	height: min(130px, 21.54vw);
	border-top: 1px solid var(--text-color);
	border-bottom: 1px solid var(--text-color);
	font-size: min(26px, 4.1vw);
	font-weight: 600;
	align-items: center;
	transition: .5s;
	position: relative;
}

.wrap_lp [type="submit"]::after,
.wrap_lp > a.select::after {
	content: '';
	margin: auto 0;
	width: .6em;
	height: .6em;
	border-top: min(5px, .9vw) solid var(--blue-color);
	border-right: min(5px, .9vw) solid var(--blue-color);
	transform: rotate(45deg);
	transition: .5s;
	position: absolute;
	top: 0;
	bottom: 0;
	right: min(25px, 3.85vw);
}

.wrap_lp > a.select + a.select {
	margin-top: min(40px, 6.67vw);
}

.wrap_lp [type="submit"] > figure,
.wrap_lp > a.select > figure {
	display: flex;
	margin: 0 1em 0 0;
	width: min(90px, 14.87vw);
	height: min(90px, 14.87vw);
	background: #ffffff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.wrap_lp [type="submit"] > figure img,
.wrap_lp > a.select > figure img {
	width: 100%;
}

.wrap_lp [type="submit"] > figure img.icon_card,
.wrap_lp > a.select > figure img.icon_card {
	width: 60%;
}

.wrap_lp [type="submit"] > figure img.icon_rpay,
.wrap_lp > a.select > figure img.icon_rpay {
	width: 70%;
}

.wrap_lp [type="submit"] > figure img.icon_paypay,
.wrap_lp > a.select > figure img.icon_paypay {
	width: 80%;
}


ul.ul_course {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: min(670px, 90vw);
	justify-content: space-between;
}

ul.ul_course li {
	width: 48.6%;
	line-height: 1.5;
}

ul.ul_course li > img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

ul.ul_course li > i {
	margin: min(20px, 2.56vw) 0 0;
	display: block;
	font-family: 'the-seasons', serif;
	font-size: min(14px, 3.08vw);
	font-style: normal;
	font-weight: 700;
	letter-spacing: .15em;
}

ul.ul_course li > strong {
	display: block;
	font-size: min(20px, 3.59vw);
	font-weight: 600;
}

ul.ul_course li > small {
	display: block;
	margin: 1em 0 0;
	font-size: min(14px, 3.08vw);
	font-weight: 300;
}

ul.ul_course li > data {
	display: block;
	margin: .75em 0;
	color: var(--pink-color);
	font-size: min(24px, 5.13vw);
	font-weight: 600;
}

ul.ul_course li > a,
.btn_submit {
	display: flex;
	width: 100%;
	height: min(72px, 12.82vw);
	background: #15D6A9;
	color: #ffffff;
	font-size: min(16px, 3.59vw);
	font-weight: 500;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

input[type="checkbox"] {
	appearance: none;
}

input[type="checkbox"] {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #15D6A9;
  background: #ffffff;
  /* Adjusts the position of the checkboxes on the text baseline */
  vertical-align: -2px;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: green;
}

input[type="checkbox"]::before {
  content: '';
  display: block;
  width: .6em;
  height: .6em;
  background: #15D6A9;
  margin: auto;
  position: absolute;
  top: .15em;
  left: .15em;
  visibility: hidden;
}

input[type="checkbox"]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}

input[type="checkbox"]:disabled {
  border-color: #15D6A9;
  background: #ffffff;
}

.btn_submit {
	margin: 0 auto;
	width: min(400px, 80vw);
	text-align: center;
}

.wrap_lp > .link {
	display: flex;
	margin: min(80px, 15.38vw) auto 0;
	font-size: min(18px, 3.08vw);
	font-weight: 500;
	text-align: center;
	line-height: 1;
	justify-content: center;
}

.wrap_lp > .link > a:not(:last-child) {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid;
}

.form_contact {
	margin: min(50px, 7.69vw) auto 0;
	width: min(670px, 90vw);
}

.cf7-cf-turnstile {
	padding-top: 2rem;
	text-align: center;
}

.form_contact :is(input[type='text'], input[type='tel'], input[type='email'], textarea) {
	padding: .25em;
	width: 100%;
	background: #ffffff;
}

.form_contact :is(input[type='text'], input[type='tel'], input[type='email']):-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
}

.form_contact textarea {
	height: 10em;
	line-height: 1.5;
}

.form_contact dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.75em;
	width: min(670px, 90vw);
}

.form_contact dl dt {
	width: 30%;
}

.form_contact dl dt em {
	padding: 0 .5em;
	color: #ffffff;
	font-size: 70%;
	font-style: normal;
	background: #dd0000;
	position: relative;
	top: -.15em;
	left: .25em;
}

.form_contact dl dd {
	width: 70%;
}

.form_contact dl .acceptance {
	width: 100%;
}

.form_contact dl dt.acceptance a {
	border-bottom: 1px solid;
}

.form_contact dl dd.acceptance {
	text-align: center;
}

p.attention {
	margin: 1em auto 0;
	width: min(670px, 90vw);
	font-size: min(16px, 3.59vw);
	line-height: 1.75;
}



.copy {
	margin: min(30px, 5.13vw) auto 0;
	font-size: min(18px, 3.08vw);
	font-weight: 600;
	text-align: center;
}

.pc_only {
	display: initial !important;
}

.sp_only {
	display: none !important;
}


@media (any-hover: hover) {

	ul.ul_course li > a:hover
	.btn_submit:hover {
		filter: saturate(200%);
	}

	.wrap_lp > a.select:hover {
		background: #D8E8FE;
	}

	.wrap_lp > a.select:hover::after {
		right: 15px;
	}

}




@media (height < 700px) {



}



@media (width <= 750px) {


	.h2_copy {
		text-align: center;
	}

	ul.ul_no1 > li {
		padding-top: 2.25em;
	}

	ul.ul_no1 > li:nth-child(n+2) {
		padding-top: 2.75em;
	}

	.form_contact dl {
		margin-bottom: 1rem;
	}

	.form_contact dl :is(dt, dd) {
		width: 100%;
	}

	.form_contact dl dt {
		margin: 0 0 .25em;
	}

	.pc_only {
		display: none !important;
	}

	.sp_only {
		display: initial !important;
	}



}




