@charset "UTF-8";
.sp {
  display: none !important;
}
.pc {
}
html {
Scroll-behavior: smooth
}
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}
.inline-block {
	display: inline-block;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 6px 6px #0000004D;
	background-color: #fff;
	z-index: 99;
}
header nav {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
h1 {
	height: 90px;
	margin: 0;
	display: flex;
	align-items: center;
}
header nav .header__body {
	display: flex;
	gap:20px;
	align-items: center;
	height: auto;
}
.header__tel {
	display: flex;
	align-items: baseline;
	gap:5px;
	text-decoration: none;
	color: #082D82;
	cursor:default;
	font-size: clamp(18px, 3.6vw, 43px);
	font-weight: 900;
	line-height: 1;
}
.header__tel p {
	margin: 0;
}
.header__tel-text {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.form__link {
	display: flex;
	background-color: #082D82;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	align-items: center;
	gap:10px;
	border: 2px solid #082D82;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.4s;
}
.form__link svg {
	fill:#fff;
	transition: all 0.4s;
}
.form__link p {
	margin: 0;
}
.form__link:hover {
	background-color: #fff;
	color: #082D82;
}
.form__link:hover svg {
	fill:#082D82;
}
.index__kv {
	background-image: url("../images/top_bg.webp");
	margin-top: 90px;
	background-size: cover;
	background-position: left;
	padding-top: 25px;
	padding-bottom: 90px;
	box-sizing: border-box;
	position: relative;
	height: calc(100svh - 90px);
	max-height: 850px;
	overflow: hidden;
}
.summer .index__kv{
	background-image: url("../images/summer/top_bg.webp");
}
.snow {
  background-image: url("../images/snow.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  animation: animate-snow 10s linear;
}
@keyframes animate-snow {
  0% {
    opacity: 0;
    top: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 100vh;
  }
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.title_box {
	width: 60%;
	height: 60%;
	background-image: url("../images/kv_Text.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	top: 5%;
}
.summer .title_box {
	background-image: url("../images/summer/kv_Text.webp");
}
.index__kv .row {
	align-items: center;
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
	position: relative;
	z-index: 10;
}
.index__kv .row .kv__text {
	width: 97%;
	margin-bottom: 40px;
}
.index__kv .row .switch {
	width: 18%;
}
.kv__teacher {
	position: absolute;
	bottom: 0;
	width: 85%;
	height: 100%;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
	z-index:9;
}
.relative
{
	position: relative;
	width: 100%;
	height: 100%;
}
.teacher_box {
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
}
.relative .teacher_box:first-child {
	background-image: url("../images/kv_teacher01.webp");
	width: 70%;
	height: 70%;
	background-position: right bottom;
	right: -10%;
	bottom: 0;
}
.relative .teacher_box:nth-child(2) {
	background-image: url("../images/kv_teacher02.webp");
	width: 70%;
	height: 70%;
	background-position: center top;
	left: -20%;
	top: -30%;
}
.relative .teacher_box:nth-child(3) {
	background-image: url("../images/kv_teacher03.webp");
	width: 70%;
	height: 70%;
	background-position: center top;
	right: -20%;
	top: -31%;
}
.relative .teacher_box:nth-child(4) {
	background-image: url("../images/kv_teacher04.webp");
	width: 70%;
	height: 70%;
	background-position: center bottom;
	left: -20%;
	bottom: 0;
}
.relative .teacher_box:nth-child(5) {
	background-image: url("../images/kv_teacher05.webp");
	width: 70%;
	height: 70%;
	background-position: center bottom;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.kv__teacher .teacher img {
	width: 100%;
}
.sunflower {
	position: absolute;
	bottom: 0;
	width: 30%;
	max-width: 660px;
}
.sunflower img {
	width: 100%;
}
.sunflower.right {
	transform: scaleX(-1);
	right: 0;
}
.section01 {
	width: 100%;
	background-color: #F7F7F7;
	padding-bottom: 30px;
}
.section01__list {		
	list-style: none;
	padding: 0;
	justify-content: space-between;
	width: 90%;
	max-width: 1080px;
	margin: 25px auto 0;
}
.section01__list li {
	width: 24%;
	background-color: #CDD9EE;
	color: #052E83;
	text-align: center;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:20px 10px;
	font-size: clamp(18px, 1.6vw, 20px);
	box-sizing: border-box;
	gap:15px;
}
.section01__list li p {
	margin: 0;
}
.section01__list li a {
	background-color: #fff;
	color: #052E83;
	text-decoration: none;
	font-size: 16px;
	padding: 7px 30px;
	font-weight: 500;
	border-radius: 20px;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: relative;
	transition: 0.2s;
}

.section01__list li a:hover {
	background-color: #052E83;
	color: #fff;
}
.section01__list li:nth-child(odd) {
	background-color: #052E83;
	color: #fff;
}
.section02 {
	max-width: 1080px;
	margin: -100px auto 0;
	width: 90%;
	padding-bottom: 30px;
	padding-top: 200px;
	position: relative;
}
.section02 h2 {
    background: transparent linear-gradient(90deg, #DF1219 50%, #FFEC28 100%) 0% 0% no-repeat padding-box;
	color: white;
    padding: 15px 20px 22px 20px;
	display: flex;
	align-items: center;
	gap:20px;
	margin: 0;
}
.section02 h2 p {
	margin: 0;
	font-size: clamp(18px, 6.4vw, 76px);
	font-weight: 900;
	line-height: 1;
}
.section02 h2 span {
	font-size: clamp(18px, 2.6vw, 30px);
	font-weight: 900;
	border: 3px solid #FFFFFF;
    padding: 8px 20px 10px 20px;
}
.section02__car {
	position: absolute;
	right: -5%;
	top: 25%;
	width: 40%;
}
.section02__text-box {
	background-color: #FEF101;
	padding: 10px 20px;
	align-items: flex-end;
	justify-content: space-between;
}
.section02__text-box .section02__text-box-left {
	width: 35%;
}
.section02__text-box-center{
	width: 30%;
}
.section02__text-box-right {
	width: 30%;
}
.section02__text-box .section02__text-box-left p {
	margin: 0;
	font-weight: 900;
	font-size: clamp(6px, 1.3vw, 16px);
}
.section02__text-box .section02__text-box-left  span {
	color: #DF1219;
	font-size: clamp(6px, 1vw, 13px);
	font-weight: bold;
}

.section02__text-box-right {
	background-color: #DF1219;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.section02__text-box-right h3 {
	margin: 0;
	text-align: center;
	font-size: clamp(18px, 2.6vw, 36px);
	font-weight: 900;
	line-height: 1.2;
}
.section02__text-box-right P {
	margin: 5px auto 0;
	font-size: clamp(6px, 1.2vw, 15px);
}
.section03 {
	margin: 35px auto;
	max-width: 1080px;
	width: 90%;
}

.section03 h2 {
	font-size: clamp(18px, 6.4vw, 76px);
	color: #019944;
	font-weight: 900;
	margin: 0 auto;
	display: block;
	width:100%;
	text-align: center;
	position: relative;
}
.section03 h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 50%;
	width: 100%;
	background-color: #A5FFCD;
	opacity: 0.5;
	filter: blur(14px);
	z-index: -1;
}
.point__list {
	list-style: none;
	padding: 0;
	justify-content: space-between;
}

.point__list li {
	width: 24%;
	background-color: #E60012;
	border: 2px solid #E60012;
	box-sizing: border-box;
	margin-bottom: 1.5%;
}
.point__list li .title {
	background-color: #fff;
	text-align: center;
	color: #DF1219;
	padding: 5px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: clamp(6px, 1vw, 13px);
}
.max-point {
	align-items: center;
}
.max-point span {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(18px, 7.8vw, 90px);
  line-height: 1;
}
.max-point-text p {
	margin: 0;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.max-point-text p:first-child {
	font-size: clamp(18px, 3.2vw, 42px);
	font-weight: 900;
}
.max-point-text p:nth-child(2) {
	color: #FFE800;
	font-size: clamp(18px, 2.3vw, 28px);
	font-weight: 900;
}
.change-point p {
	margin: 0;
	font-size: clamp(6px, 3.2vw, 18px);
	font-weight: 900;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.change-point {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	position: relative;
}
.change-point p span {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 3.2vw, 32px); 
  position: relative;
  top: 2px;
}
.change-point::before {
	content: "";
	width: 20px;
	height: 20px;
	background: transparent linear-gradient(180deg, #FFE802 0%, #E60012 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
}
.change-point::after {
	clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
	content: "";
	background-color: #FFE802;
	width: 35px;
	left: 50%;
	transform: translateX(-50%);
	top: 31px;
	height: 15px; 
	position: absolute;
	z-index: 1;
}
.point__flex {
	gap:2%;
	padding: 0 2%;
	justify-content: center;
	min-height: 90px;
}
.perfect-score {
	color: #FEF101;
  font-size: clamp(18px, 6vw,70px);
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.section03__subtitle {
	color: #019944;
	font-weight: 900;
	font-size: clamp(18px, 4.1vw, 50px);
	text-align: center;
	margin: -10px auto 0;
	line-height: 1.2;
}

.section04 {
	padding: 50px 0;
	background-color: #F7F7F7;
	position: relative;
}
.section04 .box {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.section04__flex {
	justify-content: space-between;
}
.section04-square {
	width: 48%;
	border: 6px solid #000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section04-square p,.section04-square h2 {
	margin: 0;
}
.section04-square p {
	text-align: center;
	font-weight: 900;
	font-size: clamp(18px, 2.6vw, 36px);
	line-height: 1.2;
}
.section04-square p span {
	color: #073190;
}
.section04-square h2 {
	font-size: clamp(18px, 8.8vw, 104px);
	font-weight: 900;
	color: #073190;
}
.section04-text-right {
	width: 48%;
	justify-content: space-between;
}
.section04-text-right .list {
	width: 48%;
}
.section04-text-right-num {
	color: #073190;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: baseline;
  	font-size: clamp(18px, 8.8vw,70px);
	margin: 0 auto;
}
.section04-text-right-num  span {
	font-size: clamp(18px, 4.1vw, 50px);	
}
.section04-text-right-text {
	margin: 0;
	font-size: clamp(6px, 1.2vw, 15px);
	font-weight: 500;
}


.section05 {
	padding-bottom: 70px;
	padding-top: 50px;
}
.section05 .box {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.section05 h2 {
	color: #E60012;
	font-weight: 900;
	font-size: clamp(18px, 6.4vw, 76px);
	margin: 0;
	text-align: center;
}
.section05__container .text_left {
	width: 53%;
}
.section05__container .text_left p.main_text{
	color: #000000;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	font-size: clamp(18px, 3.2vw, 42px);
	margin: 0 0 15px;
}
.section05__container .text_left p.main_text span {
	font-size: clamp(18px, 2vw, 19px);
}
.section05__container .text_left p.planning {
	width: 100%;
	color: #fff;
	background-color: #E60012;
	border-radius: 10px;
	text-align: center;
	font-size: clamp(18px, 2.6vw, 30px);
	font-weight: 900;
	margin: 15px 0 0;
	padding: 5px 0 8px;
	box-sizing: border-box;
}
.section05__container ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
	font-weight: bold;
	color: #000000;
}
.section05__container ul li {
	display: flex;

}
.section05__container .text_right {
	width: 45%;
}
.section05__container .row {
	justify-content: space-between;
}
.due {
	width: 100%;
	margin: 0;
	background-color: #010101;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	padding: 5px 0 8px;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 900;
}
.benefits__container {
	margin-top: 13px;
}
.benefits__item {
	width: 48.5%;
	background-color: #E60012;
	border-radius: 10px;
	color: white;
	padding: 4%;
	box-sizing: border-box;
	height: auto;
	display: flex;
	flex-direction: column;
}
.benefits__item-title {
	margin: 0;
	font-weight: 900;
	font-size: clamp(6px, 1.2vw, 15px);
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	position: relative;
}
.benefits__item-title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%)rotate(135deg);
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #E60012;
}
.benefits__item .name {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
.benefits__item .name p {
	margin: 0;
}
.benefits__item .name.font-l {
	font-size: clamp(18px, 2.3vw, 28px);
	font-weight: 900;
}
.benefits__item-label {
	width: 100%;
	background-color: #fff;
	color: #E60012;
	font-weight: 900;
	font-size: clamp(6px, 1vw, 13px);
	text-align: center;
	padding: 5px 0 8px;
}
.benefits__item-money {
	font-size: clamp(18px, 8.8vw, 110px);
	font-weight: 900;
	margin: auto 0 0 0;
	text-align: center;
	line-height: 1;
}
.benefits__item-money span {
	font-size: clamp(18px, 4.1vw, 50px);
}
.benefits__item .name .s-font {
	font-size: clamp(6px, 3.2vw, 13px);
	font-weight: 900;
	margin-top: 10%;
	color: #fff;
}
.benefits__item .name .l-font {
	font-size: clamp(18px, 4.6vw, 62px);	
	font-weight: 900;
}
.section__kooriyama {
	background-color: #00A0E9;
	padding: 45px 0;
}
.section__kooriyama .box {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.section__kooriyama h2 {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
}
.section__kooriyama h2 p {
	margin: 0;
	color: #fff;
	font-size: clamp(6px, 3.2vw, 15px);
	font-weight: 900;
}
.section__kooriyama h2 span {
	color: #FFEC28;
	font-size: clamp(18px, 2.6vw, 30px);
	font-weight: 900;
}
.section__kooriyama-list {
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
.section__kooriyama-list li {
	width: 32%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section__kooriyama-list li .img-box {
	width: 90%;
	height: 245px;
}
.section__kooriyama-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section__kooriyama-list li h3 {
	color: #E60012;
	font-weight: 900;
	margin: 0;
	font-size: clamp(18px, 3.6vw, 40px);
	min-height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section__kooriyama-list li p {
	background-color: #E60012;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 6px 5px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(6px, 3.2vw, 18px);
	font-weight: 900;
}
.section__kooriyama-list li h3.small-text {
	font-size: clamp(18px, 2.6vw, 28px);	
}

.section06 {
	padding-top: 210px;
	margin-top: -100px;
}
.section06__container {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-start;
}
.section06__item {
	width: 48%;
	padding: 2% 2% 50px;
	box-sizing: border-box;
	margin-bottom: 90px;
}
.section06__item:first-child {
border: 8px solid #ED6C00;
border-radius: 30px;
color: #ED6C00;
}
.section06__item:nth-child(2) {
border: 8px solid #24AA38;
border-radius: 30px;
color: #24AA38;
}
.section06__item:nth-child(3) {
border: 8px solid #025BAC;
border-radius: 30px;
color: #025BAC;
}

.section06__item:last-child .move-left {
	width: 52%;
}
.section06__item-image {
	display: flex;
	align-items: center;
	margin-top: -15%;
	justify-content: space-between;
}
.section06__item-image img {
	width: 48.5%;
	box-shadow: 0px 6px 6px #00000029;
}
.section06__item-title {
	width: 50%;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(18px, 5.6vw, 50px);
	font-weight: 900;
	text-shadow: 0px 6px 6px #0000004D;
	height: 150px;
	margin: 0;
}
.section06__item:first-child .section06__item-title {
	background-color: #ED6C00;
}
.section06__item:nth-child(2) .section06__item-title {
	background-color: #24AA38;
}
.section06__item:nth-child(3) .section06__item-title {
	background-color: #025BAC;
}
.section06__item-copy {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-weight: 900;
	font-size: clamp(18px, 2.6vw, 30px);
	margin-top: 30px;
}
.section06__item-copy p {
	text-align: center;
	margin: 0;
	min-height: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section06__item-copy span {
	font-size: clamp(18px, 2vw, 22px);
}
.section06__item-recommend {
	margin-top: 40px;
}
.recommend-title {
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: clamp(18px, 2.0vw, 26px);
	font-weight: 900;
	padding: 5px 0 8px;
	margin:0 0  14px;
}
.section06__item:first-child .recommend-title {
	background-color: #ED6C00;
}
.section06__item:nth-child(2) .recommend-title {
	background-color: #24AA38;
}
.section06__item:nth-child(3) .recommend-title {
	background-color: #025BAC;
}
.recommend-title img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 14%;
}
.recommend-text {
	color: #000000;
	font-weight: 500;
	font-size: clamp(6px, 1.4vw, 16px);
	margin-bottom: 10px;
}
.red-text {
	font-weight: bold;
	color: #FF0000;
	font-size: clamp(18px, 1.6vw, 18px);
	margin: 10px 0 0;
}
.section06__last-title {
	margin-top: -10%;
}
.success-title {
	background-color: #00A0E9;
	color: #fff;
	font-size: clamp(18px, 2.6vw, 30px);
	padding: 10px 15px;
	box-sizing: border-box;
	font-weight: 900;
	position: relative;
}
.success-title::before {
	position: absolute;
	content: "合格";
	border: 5px solid #FF0000;
	border-radius: 50%;
	top: 50%;
	right: 2%;
	transform: translateY(-50%)rotate(-30deg);
	width: 90px;
	height: 90px;
	color: #FF0000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-size: clamp(18px, 3.6vw, 40px);
	padding-bottom: 1%;
	box-sizing: border-box;
}
.section06__item-list {
	list-style: none;
	padding: 0;
	width: 53%;
	margin: 23px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap:6%;
}
.section06__item-list li {
	position: relative;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	box-sizing: border-box;
	width: 47%;
}
.section06__item-list li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #00A0E9;
	top: 50%;
	transform: translateY(-50%);
}
.section06__item-box {
	background-color: #E60012;
	padding: 5%;
	width: 47%;
	box-sizing: border-box;
}
.section06__item-box .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.section06__item-box .title p {
	margin: 0;
	color: #fff;
	font-weight: 900;
	font-size: clamp(18px, 1.9vw, 22px);
}
.section06__item-box .title p.y-text {
	color: #FFE800;
	font-size: clamp(18px, 2.6vw, 34px);
}
.section07__img-list {
	margin-bottom: 60px;
}
.section07__img-list picture {
	width: calc(100% / 3);
}
.section07 .box {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.section07 h2 {
	color: #E60012;
	font-size: clamp(18px, 6.4vw, 76px);
	font-weight: 900;
	text-align: left;
	margin: 0 0 15px;
}
.section07 .label-square {
	position: relative;
	padding-left: 1em;
	font-size: clamp(18px, 2.6vw, 28px);
	font-weight: 900;
	margin: 0 0 10px;
}
.section07 .label-square::before {
	content: "■";
	color: #707070;
	position: absolute;
	left: 0;
}
.flow {
	display: flex;
	margin-bottom: 60px;
}
.flow-list {
	background-color: #D3EDFB;
	color: #025BAC;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	gap:20px;
	padding: 40px 10px 40px 40px;
	box-sizing: border-box;
	position: relative;
}
.flow-list::before {
	clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
	content: "";
	background-color: #D3EDFB;
	width: 15%;
	height: 100%;
	left: -0.3%;
	position: absolute;
}
.flow .flow-list:nth-child(2) {
	background-color: #00A0E9;
	color: #fff;
}
.flow .flow-list:nth-child(3)::before {
	background-color: #00A0E9;
}
.flow .flow-list:last-child {
	background-color: #FF0014;
	color: #fff;	
}
.flow-list .title {
	margin: 0;
    font-size: clamp(18px, 3.2vw, 32px); 
	font-weight: 900
}
.flow .flow-list:last-child .title {
	color: #FFE800;
}
.flow-list p {
	font-size: clamp(6px, 3.2vw, 15px);
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.table-title {
	background-color: #025BAC;
	color: #fff;
    font-size: clamp(18px, 3.2vw, 32px); 
	font-weight: 900;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
	margin: 0 0 30px;
	width: 100%;
}
.table-type01 {
	justify-content: space-between;
	margin-bottom: 50px;
}
.table-type01 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 48%;
}
.table-type01 ul li {
	border-bottom: 1px solid #025BAC;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	gap:15px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.table-type01 ul.line-last li:last-child {
	border: none;
}
.table-type01 ul li span {
	border-radius: 50%;
	background-color: #E60012;
	color: #fff;
	font-weight: 900;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	padding-bottom: 3px;
	box-sizing: border-box;
}
.container {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 70px;
}
.table-type02 table {
	border: 2px solid #025BAC;
	border-collapse: collapse;
	width: 100%;
}
.table-type02 table td,.table-type02 table th {
	padding: 5px;
}
.table-type02 table th,.table-type02 table td {
	border: 2px solid #025BAC;
	text-align: center;
}
.table-type02 table td {
	font-size: 28px;
	font-weight: bold;
}
.table-type02 table td:empty {
	background-image: linear-gradient(to left top, transparent calc(50% - 1px), #025BAC 50%, #025BAC calc(50% + 1px), transparent calc(50% + 2px))
}
.table-type02 table tr.blue-thead {
	background-color: #025BAC;
	color: #fff;
}
.table-type02 table tr.blue-thead th {
	font-size: 16px;
	line-height: 1.2;
}
.table-type02 table tr.blue-thead th span{
	font-size: 24px;
}
.table-type02 table tr.blue-thead th:nth-child(1) {
	border-right: 2px solid #fff;
}
.table-type02 table tr.blue-thead th:nth-child(2) {
	border-right: 2px solid #fff;
}
.table-type02 table thead th{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.table-type02 table thead th span {
	font-size: 28px;
}
.table-type02 table tbody th {
	background-color: #D3EDFB;
	font-size: 28px;
	font-weight: bold;
}
.course {
	background-color: #E60012;
	border-radius: 20px;
	position: relative;
	padding: 20px 20px 20px 35%;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.course img {
	position: absolute;
	left: 2%;
	width: 30%;
	top: 50%;
	transform: translateY(-50%);
}
.course-text {
	width: 100%;
}
.course-text h3 {
	color: #FFE800;
	margin: 0;
	font-size: clamp(18px, 3.6vw, 40px);
	font-weight: 900;
}
.monthly {
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.monthly .title {
	color: #fff;
	font-size: clamp(18px, 2.6vw, 36px);
	font-weight: 900;
	margin: 0;
	padding: 15px 15px 16px;
	box-sizing: border-box;
	width: 35%;
	border: 4px solid #FFFFFF;
	text-align: center;
}
.monthly ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 63%;
}
.monthly ul dl {
	display: flex;
	margin: 0;
	align-items: center;
}
.monthly ul dl dt {
	margin: 0;
	background-color: hsla(0,0%,0%,0.00);
	color: #fff;
	width: 40%;
	font-size: clamp(18px, 2.6vw, 30px);
	font-weight: 900;
	text-align: left;
	padding: 0;
}
.monthly ul dl dd {
	color: #fff;
	font-size: clamp(18px, 2.6vw, 30px);
	font-weight: 900;
}
.monthly ul dl dd span {
	font-size: clamp(18px, 2.9vw, 36px);	
}
.contact__area {
	background-color: #D3EDFB;
	padding-top: 98px;
	padding-bottom: 35px;

}
.contact__area h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #025BAC;
	gap:10px;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 900;
}
.contact__area h2 p {
	margin: 0;
	font-size: clamp(18px, 2.6vw, 28px);
}
.contact__area h2 span {
	color: #fff;
	background-color: #025BAC;
	width: 100%;
	text-align: center;
	padding: 9px 12px;
	font-size: clamp(18px, 2.6vw, 30px);
	box-sizing: border-box;
}
.contact_box {
	max-width: 1080px;
	width: 90%;
	margin: 50px auto;
}
.contact_box .input_flex {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	position: relative;
}
.contact_box .input_flex:nth-child(6) {
	border: none;
}
.input_flex .name {
	display: flex;
	gap:15px;
	margin-bottom: 15px;
	line-height: 1;
	align-items: baseline;
}
.input_flex .name span {
	color: #fff;
    background-color: #B1B1B1;
    border-radius: 6px;
    font-weight: 900;
    font-size: 12px;
    padding: 4px 20px 4px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
	white-space:nowrap;
}
.input_flex .name p {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.input_flex .name span.indispensable {
	color: #fff;
	background-color: #E60012;
	border-radius: 6px;
	font-weight: 900;
	font-size: 12px;
	padding: 4px 20px 4px;
	display: flex;
	align-items: center;
	position: relative;
	bottom: 2px;
}
.check-box {
	display: flex;
	flex-wrap: wrap;
	gap:35px;
	font-size: 16px;
	font-weight: bold;
	color: #0A3190;
}
.check-box.type-radio {
	color: #333333;
}
.s-font {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
input[type="text"],input[type="email"] {
	width: 100%;
	padding: 1em;
	min-height: 59px;
	box-sizing: border-box;
	border: 1px solid #000000;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border: 1px solid #000000;
  font-size: 18px;
  
}
textarea {
	width: 100%;
	max-width: 100%;
    padding: 1em;
    min-height: 15rem;
    box-sizing: border-box;
    border: 1px solid #000000;	
}
.select {
  background: #fff;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
}

.select::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 2%;
  top:50%;
  transform: translateY(-50%);
  background-color: #000;
  z-index: 10;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.confirm .select {
	background-color: hsla(0,0%,100%,0.00);
}
.confirm .select::before {
	display: none;
}
.privacy_text {
	margin-top: 50px;
}
.privacy_text .privacy {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.privacy__box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1em;
	max-height: 15em;
	overflow: scroll;
}
.privacy__box .title {
	display: flex;
	font-size: 18px;
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.privacy__box .title a {
	color: #E60012;
	font-size: 14px;
}
.privacy__box .main_text {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}
.privacy__checkbox {
	margin-top: 35px;
	display: flex;
	padding: 20px;
	background-color: #fff;
	max-width: 190px;
	justify-content: center;
	margin:  35px auto;
	gap:10px;
	font-size: 18px;
	font-weight: 500;
}
.privacy__checkbox p {
	margin: 0;
}

.send {
	margin: 0 auto;
	display: block;
	border: 1px solid #E60012;
	background-color: #E60012;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	padding: 19px 0;
}
footer {
	background-color: #fff;
	position: relative;
}
footer .box{
	max-width: 1000px;
	width: 90%;
	margin: 50px auto;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.footer__top {
	justify-content: space-between;
	margin-bottom: 50px;
}
.footer-title {
	width: 100%;
	background-color: #0A3190;
	color: #fff;
	margin-bottom: 18px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: bold;
	text-align: center;
	padding: 5px 0 7px;
}
.footer_top-item.left {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.footer_top-item.left img {
	width: 70%;
	margin: 0 auto;
}
.footer_top-item.right {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer .link-text {
	color: #0A3190;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	font-size: clamp(18px, 2vw, 20px);
}
footer .link-text a {
	color: #0A3190;	
}
.footer__tel {
	display: flex;
    align-items: center;
	justify-content: flex-start;
    gap: 5px;
    text-decoration: none;
    color: #082D82;
    cursor: default;
	font-size: clamp(18px, 3.6vw,40px);
    font-weight: 900;
    line-height: 1;
	width: 45%;
}
.footer__tel p{
	margin: 0;
}
.footer-sub-title {
	width: 10%;
	background-color: #D2D0E8;
	border-radius: 5px;
	color: #0A3190;
	font-size: clamp(6px, 3.2vw, 15px);
	font-weight: bold;
	text-align: center;
	padding: 5px 0 7px;
	margin-left: 2%;
}
.footer_top-item .time-text {
	display: flex;
	align-items: center;
	color: #082D82;
	font-weight: 900;
	font-size: clamp(18px, 2.6vw, 36px);
	margin: 0;
	gap:2%;
	width: 40%;
}
.footer_top-item .time-text span {
	font-size: clamp(6px, 3.2vw, 13px);
	color: #000000;
	font-weight: bold;
}
.footer__access {
	justify-content: space-between;
	width: 100%;
}

.footer__access-item {
	width: 48.5%;
}
.footer__access-comment {
	align-items: center;
	justify-content: space-between;
}
.footer__access-comment .text-box {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}
.footer__access .footer__access-item:last-child .text-box{
	margin-bottom: 0;
}
.footer__access-comment img {
	width: 42%;
}
footer iframe{
	width: 48%;
}
.access-title {
	width: 48%;
	background-color: #0A3190;
	color: #fff;
	margin-bottom: 18px;
	font-size: clamp(18px, 2vw, 18px);
	font-weight: bold;
	text-align: center;
	padding: 5px 0 7px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.school-tel {
	color: #0A3190;
	font-weight: 900;
	border: none;
	text-decoration: none;
	font-size: clamp(18px, 2.6vw, 30px);
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	width: 60%;
}

.school-tel span {
	font-size: clamp(18px, 2vw, 20px);	
}
.address {
	margin: 0;
	font-size: clamp(6px, 3.2vw, 15px);
	font-weight: bold;
	margin-top: 15px;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.school-tel-title {
	font-size: 16px;
	font-weight: bold;
	color: #0A3190;
	border: 1px solid #0A3190;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
}

.school-time {
	justify-content: space-between;
	align-items: center;
	width: 48%;
}
.square-box {
	border: 3px solid #0A3190;
	color: #0A3190;
	width: 43px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
}
.time-table {
	width: calc(100% - 50px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: clamp(18px, 2.6vw, 26px);
	color: #082D82;
	font-weight: 900;
	line-height: 1.2;
}
.time-table span {
	font-size: clamp(6px, 3.2vw, 13px);
	font-weight: 500;
	color: #000000;
}
.footer__access-item iframe {
	width: 100%;
	height: 300px;
	margin-top: 10px;
}
#ppInner p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.policy-list,ol {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
.policy-list li {
	margin-bottom: 0.5em;
}
dl dt {
    width: 100%;
    background-color: #D2D0E8;
    border-radius: 5px;
    color: #0A3190;
    margin-top: 25px;
    font-size: clamp(6px, 3.2vw, 15px);
    font-weight: bold;
    text-align: center;
    padding: 5px 0 7px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-left: 0px;	
}
dd {
	margin: 0;
}
.credit-txt {
	text-align: right;
}
.contact__area #ppInner h2 span{
    width: 100%;
    background-color: #0A3190;
    color: #fff;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: bold;
    text-align: center;
    padding: 5px 0 7px;
}
#ppInner p.lead-captionbold {
    color: #0A3190;
	font-weight: bold;
}
.copy {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 13px;
	box-sizing: border-box;
	margin-bottom: 200px;
}
@media screen and (max-width:1080px) {
.header__tel-text {
	display: none;
}
.form__link  {
	background-color: #35415F;
	width: 68px;
	height: 68px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form__link p {
	display: none;
}
.form__link svg {
	width: 30px;
}
header nav .header__body {
	gap:0;
}
.header__tel {
	width: 68px;
	height: 68px;
	background-color: #0A3190;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__tel p {
	display: none;
}
.header__tel picture {
	display: flex;
}
.header__tel img {
	width: 30px;
}
.header__logo img {
	width: 230px;
	margin-left: 5%;
}
h1 {
	height: auto;
}
.index__kv {
	margin-top: 68px;
	height: calc(100svh - 68px);
}
.check-box.type-radio {
	margin-top: 40px;
}
}
@media screen and (max-width:890px) {
.index__kv {
	overflow: hidden;
	max-height: 900px;
	height: calc(100svh - 55px);
}
.index__kv .row {
	max-width:490px;
	gap:1em;
}

.kv__teacher .left {
	left: -15%;
	bottom: -5em;
	width: 75%;
}
.kv__teacher .left02 {
	left: -10%;
	bottom: 6em;
	width: 60%;	
}
.kv__teacher .right {
	right: -15%;
	bottom: -5.5em;
	width: 78%;	
}
.kv__teacher .right02 {
	right: -3%;
	bottom: 6em;
	width: 46%;		
}
.index__kv .row .switch {
	width: 25%;
}
.kv__teacher {
	max-width: 500px;
}
.section01 h2 {
	flex-direction: column;
	gap:10px;
}
.section01 h2 p.filter__line {
	font-size: 30px;
	padding: 20px 0 23px 0.2em;
}
.section01 h2 p.filter__line::before,.section01 h2 p.filter__line::after {
	height: 5px;
	filter: blur(2.5px);
}
.section01 h2 p {
	font-size: 24px;
}
.section01__container {
	max-width: 510px;
	margin: 40px auto 0;
}
.section01__container .section01__item:first-child {
	width: 100%;
	margin-bottom: 2.5%
}
.section01__container .section01__item {
	width: 48.5%;
}

.hall__text {
	width: 100%;
	align-items: baseline;
	margin-bottom: 1em;
	flex-direction: row;
	justify-content: center;
	gap:10px;
	font-size: 20px;
}
.hall__text span {
	font-size: 40px;
}
.section02__text {
	font-size: 18px;
}
.hall__logo {
	width: 80%;
	max-width: 350px;
}
.section03__item {
	width: 48.5%;
	margin-bottom: 2%;
}
.section03 h2 {
	flex-direction: column;
}
.section03 h2 img {
	width: 80%;
	max-width: 300px;
}
.section03 h2 p {
	font-size: 30px;
}
.section04__banner {
  flex-direction: column;
  padding: 20px 20px 0;
  align-items: center;
  gap:15px;
}
.section04 h2 {
	display: flex;
	align-items: center;
	font-size: 18px;
	gap:5px;
	flex-wrap: wrap;
	justify-content: center;
}
.section04 h2 span {
	font-size: 34px;
}
.etc-text {
	font-size: 14px;
}
.section04__teacher {
	width: 80%;
	max-width: 350px;
}
.section05__container .text_left,.section05__container .text_right {
	width: 100%;
}
.section05 h2 {
	font-size: 36px;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 10px;
}
.section05__container .text_left p.main_text,.section05__container .text_left p.main_text span {
	font-size: 16px;
}
.section05__container ul {
	margin-bottom: 10px;
}
.section05__container ul li {
	font-size: 14px;
}
.benefits__item {
	width: 100%;
	margin-bottom: 15px;
}
.benefits__item-title {	
	font-size: 16px;
}
.benefits__item .name.font-l {
	font-size: 30px;
}
.benefits__item-label {
	font-size: 14px;
}
.benefits__item-money {
	font-size: 90px;
}
.benefits__item-money span {
	font-size: 30px;
}
.benefits__item .name .s-font {
	margin-top: 15px;
	font-size: 18px;
}
.benefits__item .name .l-font {
	font-size: 24px;
}
.section06__item {
	width: 100%;
	padding: 0;
	padding-bottom: 20px;
	overflow: hidden;
}
.section06__item-image {
	flex-wrap: wrap;
	margin-top: 0;
	padding-bottom: 8px;
}
.section06__item-title {
	width: 70%;
	border-radius: 0;
	height: 80px;
	font-size: 26px;
}
.section06__item:first-child .section06__item-image{
	background-color: #ED6C00;
	}
.section06__item:nth-child(2)  .section06__item-image{
	background-color: #24AA38
	}
.section06__item:nth-child(3)  .section06__item-image{
	background-color: #025BAC;
	}
.section06__item-copy {
	margin-top: 15px;
}
.section06__item-copy p {
	min-height: 0;
	margin-bottom: 10px;
}
.section06__item-copy {
	font-size: 22px;
}
.recommend-title {
	font-size: 20px;
}
.recommend-text {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}
.red-text {
	font-size: 16px;
	width: 90%;
	margin: 10px auto;
}

.section06__item-recommend {
	margin-top: 25px;
}
.contact__area h2 {
	width: 90%;
}
.contact__area h2 img {
	width: 30px;
}
.contact__area h2 p {
	font-size: 16px;
}
.contact__area h2 span {
	font-size: 18px;
}
.input_flex .name p {
	font-size: 16px;
}
.check-box {
	font-size: 14px;
}
.check-box {
	gap:20px;
}
input[type="text"] {
	min-height: 45px;
}
.s-font {
	font-size: 12px;
}
select {
	font-size: 16px;
}
.select::before {
	width: 10px;
	height: 10px;
}
.privacy_text .privacy {
	font-size: 14px;
}
.privacy__box .title {
	font-size: 18px;
}
#ppInner p {
	font-size: 14px;
}
.policy-list, ol {
	font-size: 12px;
	padding-left: 20px;
}
.contact__area #ppInner h2 span {
	font-size: 16px;
}
.privacy__checkbox {
	padding: 10px;
	font-size: 14px;
	max-width: 130px;
}
.send {
	font-size: 16px;
}
.footer_top-item.left {
	width: 100%;
	margin-bottom: 15px;
}
.footer_top-item.right {
	width: 100%;
}
.footer-title  {
	font-size: 16px;
}
footer .link-text {
	font-size: 14px;
}
.footer__tel {
	font-size: 26px;
}
.footer__tel img{
	width: 30px;
}
.footer-sub-title {
	font-size: 14px;
}
.footer_top-item .time-text {
	justify-content: center;
	gap:10px;
	font-size: 24px;
}
.footer__access-item {
	width: 100%;
}
.footer__access-comment .text-box {
	width: 100%;
	margin-bottom: 30px;
}
.footer__access-comment img {
	width: 100%;
}
.footer__access {
	margin-top: 20px;
	gap:20px;
}
.time-table {
	width: 75%;
}
.school-time {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 49%;
}
.square-box {
	font-size: 12px;
	width: 38px;
	height: 38px;
}
.copy {
	font-size: 10px;
}
}
@media screen and (max-width:500px) {
.hall__text {
	flex-direction: column;
	align-items: center;
}	
}
@media screen and (max-width:400px) {
.header__logo img {
	width: 180px;
}
.header__tel,.form__link {
	width: 55px;
	height: 55px;
}
.index__kv {
	margin-top: 55px;
}
}
.sp {
	display: none;
}
@media screen and (max-width:1080px) {
.section__kooriyama h2 {
	flex-direction: column;
}
.flow {
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto 60px;
}
.flow-list {
	width: 100%;
	padding: 70px 40px 40px;
}
.flow-list::before {
    width: 100%;
    height: 45px;
	top: -0.2%;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
}
@media screen and (max-width:890px) {
.pc {
	display: none;
}
.sp {
	display: block!important;
}
.top__flex {
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.top__flex img {
	object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
}
.sp-top,.sp-bottom {
	width: 100%;
}
.sp-top img,.sp-bottom img {
	width: 100%;
}
.title_box {
	display: none;
}
.kv__teacher {
	width: 100%;
}
.section01__list li {
	width: 100%;
	margin-bottom: 15px;
	min-height: 4em;
}
.section02 {
	max-width: 620px;
}
.section02 h2 {
	font-size: 20px;
	padding: 15px 20px 12px 20px;
}
.section02 h2 p {
	font-size: 33px;
}
.section02__car {
	width: 180px;
	top: 0;
}
.section02 h2 span {
	font-size: 14px;
}
.section02__text-box .section02__text-box-left {
	width: 100%;
	margin-bottom: 15px;
}
.section02__text-box .section02__text-box-left p {
	font-size: 14px;
}
.section02__text-box {
	align-items: stretch;
}
.section02__text-box-center {
	width: 49%;
}
.section02__text-box-right {
	width: 49%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.section02__text-box-right P {
	font-size: 14px;
}
.section02__text-box-right h3 {
	font-size: 20px;
}
.point__list {
	max-width: 620px;
	margin: 0 auto;
}
.point__list li {
	width: 48.5%;
}
.section04__flex {
	max-width: 620px;
	margin: 0 auto;
}
.section04-square {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 15px;
}
.section04-text-right {
	width: 100%;
}
.section04-text-right-text {
	font-size: 14px;
}
.section__kooriyama-list {
	max-width: 620px;
	justify-content: center;
	gap:15px;
}
.section__kooriyama-list li {
	width: 48.50%;
}
.section__kooriyama h2 span {
	font-size: 24px;
}
.section__kooriyama h2 p {
	font-size: 14px;
}
.section07__img-list picture {
	width: 100%;
	max-width: 620px;
}
.section07__img-list {
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto 60px;
}
.success-title {
	font-size: 24px;
}
.success-title::before {
	width: 65px;
	height: 65px;
}
.section06__item-list li {
	font-size: 16px;
}
.section06__item-box .title p {
	font-size: 16px;
}
.section06__item-box .title p.y-text{
	font-size: 26px;
}
.section07 h2 {
	font-size: 36px;
}
.section07 .label-square {
	font-size: 20px;
}
.flow .flow-list:first-child {
	padding: 30px 40px 20px;
}
.flow .flow-list:first-child::before {
	display: none;
}
.flow .flow-list {
	padding: 70px 40px 20px;
	gap:15px;
}
.flow-list::before {
	top: -0.3%;
}
.flow-list .title {
	font-size: 24px;
}
.flow-list p {
	font-size: 16px;
}
.table-title {
	font-size: 24px;
}
.table-type01 ul {
	width: 100%;
}
.table-type01 ul.line-last li:last-child {
    border-bottom: 1px solid #025BAC;
}
.table-type01 ul li {
	font-size: 26px;
}
.table-type01 ul li span {
	font-size: 20px;
	width: 40px;
	height: 40px;
}
.table-type02 table thead th {
	font-size: 14px;
}
.table-type02 table thead th span {
	font-size: 20px;
}
.table-type02 table tr.blue-thead th {
	font-size: 14px;
}
.table-type02 table tbody th {
	font-size: 20px;
}
.table-type02 table td {
	font-size: 20px;
}
.footer__access {
	width: 100%;
}
footer iframe {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}
.course {
	padding: 15px 25px;	
	margin-top: 60px;
}
.course img {
	left: auto;
	right: 0;
	top: -10%;
}
.course-text h3 {
	font-size: 24px;
}
.point__list li .title {
	font-size: 10px;
}
.max-point span {
	font-size: 48px;
}
.point__flex {
	min-height: 75px;
}
.change-point p span {
	font-size: 28px;
}
.change-point::after {
	width: 30px;
	height: 10px;
	top: 27px;
}
.change-point::before {
	width: 15px;
	top: 48%;
}
.perfect-score {
	font-size: 36px;
}
.section03__subtitle {
	margin-top: 20px;
}
.section02__text-box .section02__text-box-left span {
	font-size: 12px;
	line-height: 1.2;
}
.contact__area.confirm {
	padding-top: 50px;
}
}
@media screen and (max-width:650px) {
.monthly ul {
	width: 100%;
}
.monthly {
	margin-top: 15px;
	justify-content: center;
}
.monthly .title {
	width: 100%;
	max-width: 250px;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
}
.monthly ul dl {
	justify-content: center;
}
.monthly ul dl dt {
	font-size: 20px;
}
.monthly ul dl dd {
	font-size: 20px;
}
.monthly ul dl dd span {
	font-size: 28px;
}
.course-text h3 {
	text-align: center;
}
.section__kooriyama-list li {
	width: 100%;
	max-width: 400px;
}
.section__kooriyama-list li .img-box {
	height: 280px;
}
.table-type02 table {
	width: 650px;
}
.section02__text-box {	
	justify-content: center;
}
.success-title::before {
	font-size: clamp(18px, 3.6vw, 26px);
}
.section06__item:last-child .move-left {
	width: 100%;
}
.section06__item-box {
	width: 100%;
}
}
@media screen and (max-width:500px) {
.section02__text-box-right {
	width: 100%;
}
.section02__text-box-center {
	width: 100%;
	max-width: 334px;
}
}

.wpcf7-list-item {
	margin: 0!important;
}
.confirm p {
	max-width: 1080px;
	width: 90%;
	margin: 1em auto;
	font-weight: 500;
}
.confirm p a {
	margin: 30px auto;
	display: block;
	border: 1px solid #E60012;
	background-color: #E60012;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	padding: 19px 0;
	text-decoration: none;
	text-align: center;
}
.confirm .indispensable,.confirm .s-font{
	display: none;
}
.send,.prev,.confirm p a{
	font-size: 16px!important;
}
.prev {
	margin: 0 auto 15px;
	display: block;
	border: 1px solid #D2D0E8;
	background-color:#D2D0E8;
	color: #0A3190;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	padding: 19px 0;
	text-align: center;
}
.wpcf7-radio, .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

/*画面全体をloader-bgで覆い隠すため背景色をひいてposition: fixed;で浮かせた状態にします*/
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
 
/*ここからコピーしてきたCSSになりますが、loader-bgで囲っているので先頭に#loader-bgを付け足しています*/
#loader-bg .bouncingLoader {    
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: hsl(243, 80%, 62%);
    margin-bottom: -5px;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
 
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
    content: "";
}
 
.bouncingLoader > div {
    margin: 0 5px;
}
 
.bouncingLoader > div {
    animation-delay: 0.2s;
}
 
.bouncingLoader:after {
    animation-delay: 0.4s;
}
 
/*3つの円が上下に動くためのアニメーション*/
@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -16px, 0);
    }
}
.contact-jump {
	background-color: #FBDADD;
	padding: 30px 0 50px;
}
.contact-jump p {
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: clamp(18px, 6.4vw, 76px);
	color: #E60012;
	font-weight: 900;
	text-align: center;
}
.contact-jump a {
	background-color:#E60012;
	color: #fff;
	width: 85%;
	max-width: 650px;
	font-weight: 900;
    font-size: clamp(18px, 2.6vw, 30px);
	box-shadow: 6px 6px 10px #00000029;
	text-decoration: none;
	margin: 20px auto 0;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #E60012;
}
.contact-jump a:hover {
	background-color: #fff;
	color: #E60012;
}
.coming_area {
	width: 90%;
	padding: 200px 0 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}
.coming_area h2 {
	color: #0A3190;
	font-weight: 900;
	font-size: 40px;
	margin: 0 0 15px;;
}
.coming_area p {
	text-align: center;
	color: #666666;
	font-size: 18px;
	font-weight: 900;
}
footer svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	fill:#E4E4E4;
	max-width: 1400px;
}
@media screen and (max-width:890px) {
.coming_area h2 {
	font-size: 24px;
}	
.coming_area p {
	font-size: 14px;
}
.coming_area {
	padding: 150px 0 85px
}
.footer__tel {
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
}
.footer-sub-title {
	width: 100%;
	margin: 0;
}
.footer_top-item .time-text {
	width: 100%;
}
.footer__top {
	margin-bottom: 50px;
	margin-top: 50px;
}
}
/*冬用*/
.ab-snow_area {
	width: 100%;
	height: 100%;
	max-width: 1280px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.ab-snow {
	position: absolute;
	fill:#fff;
}

.ab-snow.type01 {
	max-width: 160px;
	width: 10%;
	top: 3%;
	right: 0;
}
.ab-snow.type02 {
	max-width: 90px;
	width: 10%;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}
.ab-snow.type03 {
	max-width: 160px;
	width: 10%;
	top: 25%;
	left: -5%;
	transform: rotate(15deg)
}
.ab-snow.type04 {
	max-width: 110px;
	width: 10%;
	top: 55%;
	left: 0;
	transform: translateY(-40%)rotate(15deg)
}
.ab-snow.type05 {
	max-width: 90px;
	width: 10%;
	bottom: 15%;
	left: -5%;
	transform: rotate(15deg)
}
.movie_area {
	padding: 140px 0 80px;
}
.movie_area .contents {
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #073190;
	padding: 60px;
	box-sizing: border-box;
}
.movie_area .contents  h3 {
	text-align: center;
	margin: 0;
	font-size: clamp(18px, 2.6vw, 36px);
	color: #073190;
	font-weight: 900;
}
.movie_area .contents  p {
    font-size: clamp(14px, 2vw, 19px);
	font-weight: 900;
	text-align: center;
	margin-top: 40px;
}
.movie_area .contents .youtube {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;	
}
.movie_area .contents .inner {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_area .contents iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-link {
	position: absolute;
	top: -100px;
}
.accordion {
	overflow: hidden;
    margin: 0;
}
.section06__item-recommend {
	transition: all .3s ease-out;
	margin-top: 0;
}

.accordion_btn {
    text-decoration: none;
	font-size: clamp(18px, 2vw, 24px);
    padding: 7px 30px;
    font-weight: 900;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative;
    transition: 0.2s;	
	margin: 40px auto 0;
	display: block;
	cursor: pointer;
}
.accordion_btn p {
	margin: 0;
}
.arrow_box {
	position: absolute;
	width: 25px;
	height: 0;
	gap:5px;
	right: 10px;
	top: 50%;
	transform: translateY(-60%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.arrow_box span {
	width: 20px;
	height: 10px;
	position: relative;
	display: block;

}
.arrow_box span::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 2px;
	background-color: #052E83;
	transform: rotate(25deg);
	left: 1px;
}
.arrow_box span::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 2px;
	background-color: #052E83;
	transform: rotate(-25deg);
	right: 1px;
}
.arrow_box span:last-child {
	bottom: 0;
	top: auto;
}
.section06__item:first-child .accordion_btn {
	color: #FFFFFF;
	background-color: #ED6C00;
	border: 2px solid  #ED6C00;
}
.section06__item:nth-child(2) .accordion_btn {
	color: #FFFFFF;
	background-color: #24AA38;
	border: 2px solid  #24AA38;
}
.section06__item:nth-child(3) .accordion_btn {
	color: #FFFFFF;
	background-color: #025BAC;
	border: 2px solid  #025BAC;
}
.accordion_btn .arrow_box {
	width: 50px;
	gap:10px;
	right: 20px;
}
.accordion_btn  .arrow_box span {
	width: 40px;
}
.accordion_btn  .arrow_box span::before,.accordion_btn  .arrow_box span::after {
	background-color: #fff;
}
.section06__item:first-child .accordion_btn:hover {
	background-color: #fff;
	color:  #ED6C00;
}
.section06__item:nth-child(2) .accordion_btn:hover {
	background-color: #fff;
	color: #24AA38;
}
.section06__item:nth-child(3) .accordion_btn:hover {
	background-color: #fff;
	color: #025BAC;
}
.section07 {
	padding-top: 100px;
	margin-top: -100px;
}
.section_experiences {
	max-width: 1080px;
	width: 90%;
	margin: 90px auto;
}
.experiences_row {
	margin-top: 50px;
	align-items: flex-start;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 500; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 800px;
  background-color: #fff;
  overflow: auto;
  max-height: calc(100svh - 3rem);
  border-radius: 20px;  
}

.closeModal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #111;
  background-color:hsla(0,0%,100%,0.50);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 30px;
  text-shadow: 2px 1px 3px #999;
}
.modalContents {
	display: flex;
	flex-wrap: wrap;
	padding: 5rem 2.5rem;
	gap:2rem 4%;
}
.modalContents .section06__item-recommend:first-child {
	width: 100%;
}
.modalContents .section06__item-recommend{
	width: 48%;
}
#modal01 .modalWrapper {
	border: 15px solid #ED6C00
}
#modal01 .recommend-title {
	background-color: #ED6C00
}
#modal02 .modalWrapper {
	border: 15px solid #24AA38
}
#modal02 .recommend-title {
	background-color:#24AA38
}
#modal03 .modalWrapper {
	border: 15px solid #025BAC
}
#modal03 .recommend-title {
	background-color:#025BAC
}
.recommend-title img {
	width: 70px;
}
.fixed_banner {
	position: fixed;
	left: 50%;
	transform: translateX(-50%)translateY(20%);
	bottom: 2%;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	max-width: 980px;
	width: 95%;
}
.fixed_banner.active {
	opacity: 1;
	visibility:visible;
	transform: translateX(-50%)translateY(0);
}
.fixed_banner a {
	transition: all 0.4s;
	border-radius: 30px;
	display: block;
}
.fixed_banner a:hover {
	box-shadow: 0 16px 20px -8px rgba(0, 0, 0, 0.8);
}
.map_link {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	background-color: #0A3190;
	color: #fff;
	text-decoration: none;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.4s;
	gap:10px;
	border: 2px solid #0A3190;
	box-sizing: border-box;
}
.map_link svg {
	width: 25px;
	fill:#fff;
	transition: all 0.4s;
}
.map_link svg path:last-child {
	fill: #0A3190;
	transition: all 0.4s;
}
.map_link:hover {
	box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.8);
	background-color: #fff;
	color: #0A3190;
}
.map_link:hover svg {
	fill:#0A3190;
}
.map_link:hover svg path:last-child {
	fill:#fff;
}
@keyframes works_modal_wrapper_open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      z-index: 300;
    }
  }
  @keyframes works_modal_window_open {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes works_modal_wrapper_close {
    0% {
      z-index: 300;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes works_modal_window_close {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30px);
      opacity: 0;
    }
  }
 @keyframes fadeOut {
  0% {
    background:rgba(0,0,0,.7);
  }
  100% {
    background:rgba(0,0,0,.0);
  }
}
@media screen and (max-width:890px) {
.movie_area {
	padding: 80px 0 100px;
}
.movie_area .contents {
	padding: 30px 10px;
}
.movie_area .contents h3 {
	font-size: 16px;
}
.section02 {
	padding-top: 100px;
}
.section_experiences {
	margin: 45px auto;
}
.section06__item-list {
	width: 100%;
}
.experiences_row {
	margin-top: 0;
}
.accordion_btn {
	width: 90%;
	font-size: 16px;
}
.container {
	overflow: scroll;
}
.section06__item-image img {
	width: 30%;
}
.modalContents {
	padding: 6rem 1rem 3rem;
}
.modalWrapper {
	width: 80%;
	top: 53%;
	max-height: calc(100svh - 130px);
}
.modalContents .section06__item-recommend {
	width: 100%;
}
.recommend-title img {
	bottom: auto;
	top: -80px;
}
.map_link {
	font-size: 14px;
	top: 22px;
	padding: 5px 20px;
}
.map_link svg {
	width: 14px;
}
.check-box.type-radio {
	padding-bottom: 50px;
}
.map_link {
	top: auto;
	bottom: 10px;
}
.contact_box {
	width: 95%;
}
.wpcf7-radio, .wpcf7-checkbox {
	gap:20px;
}
}