@charset "UTF-8";

/*=====================================
テキスト・カラー指定
=====================================*/
:root {
    --wht: #fff;
    --blk: #1f1f1f;
    --dgry: #474a4c;
    --gry: #8c8c8c;
    --pgry: #f4f4f4;
    --lgry: #bababa;
    --clr-mw1: #4b1e78;
    --clr-mw2: #7b47d2;
    --clr-mw3: #6f4b93;
    --hppl: #9a75ea;
    --red: #ff6666;
	--hred: #ff9e99;
    --pnk: #ff8db6;
    --ppnk: #ffeef5;
	--hpnk: #ffb6d4;
    --brn: #89563f;
    --trp: rgba(255,255,255,0);
    --c: center;
    --r: right;
    --t3xl: clamp(28px, 7.44vw, 32px);
    --t2xl: clamp(24px, 6.54vw, 28px);
    --txl: clamp(19px, 5.12vw, 24px);
    --tl: clamp(17px, 4.6vw, 21px);
    --tm: clamp(15px, 4.1vw, 18px);
    --nm: clamp(13px, 3.58vw, 15px);
    --ts: clamp(9px, 2.82vw, 11px);
	--pps: "Poppins"
}
@media (min-width: 835px) {
	:root {
		--wht: #fff;
		--t3xl: clamp(44px, 3.267vw, 48px);
		--t2xl: clamp(36px, 2.6vw, 39px);
		--txl: clamp(30px, 2.067vw, 33px);
		--tl: clamp(23px, 1.667vw, 26px);
		--tm: clamp(19px, 1.333vw, 22px);
		--nm: clamp(15px, 1.06vw, 18px);
		--ts: clamp(10px, .87vw, 13px);
	}
}
a {
	color: var(--clr-mw2);
    text-decoration: underline;
}
@media (hover: hover) {
	a * {
    	transition: .3s	
	}
	a:hover {
		color: var(--hppl);
		text-decoration: none
	}
	a::before, a::after {
		transition: .3s
	}
}
html, body {
	color: var(--dgry);
	font-family: "Roboto", "Noto Sans JP", serif;
	font-size: var(--nm);
	line-height: 1.8;
	letter-spacing: .05em
}
body {
	overflow-x: hidden
}
.pdt00 {
	padding-top: 0!important
}
.pdb00 {
	padding-bottom: 0!important
}
.pdb05 {
	padding-bottom: min(5%,35px)!important
}
.mg00 {
	margin: 0!important
}
.mgt00 {
	margin-top: 0!important
}
.mgt02 {
	margin-top: min(2%,14px)!important
}
.mgt03 {
	margin-top: min(3%,21px)!important
}
.mgt05 {
	margin-top: min(5%,35px)!important
}
.mgt07 {
	margin-top: min(7%,49px)!important
}
.mgt10 {
	margin-top: min(10%,70px)!important
}
.mgt15 {
	margin-top: min(15%,105px)!important
}
.mgt17 {
	margin-top: min(17%,119px)!important
}
.mgb00 {
	margin-bottom: 0!important
}
.mgb02 {
	margin-bottom: min(2%,14px)!important
}
.mgb03 {
	margin-bottom: min(3%,21px)!important
}
.mgb05 {
	margin-bottom: min(5%,35px)!important
}
.clr-c000 {
	color: #f0408e
}
.clr-c001 {
	color: #f03e60
}
.clr-c002 {
	color: #f1a447
}
.clr-c003 {
	color: #43b6f0
}
.clr-c045 {
	color: #f17243
}
.clr-c123 {
	color: #0daa9b
}
.clr-c456 {
	color: #0d65aa
}
.bg-c000 {
	background-color: #ffeff6
}
.bg-c001 {
	background-color: #ffecef
}
.bg-c002 {
	background-color: #fff6e9
}
.bg-c003 {
	background-color: #e6f6fe
}
.bg-c045 {
	background-color: #fffbeb
}
.bg-c123 {
	background-color: #e8fcfa
}
.bg-c456 {
	background-color: #edf7ff
}
.bg-wht {
	background-color: var(--wht)
}

@media (max-width: 834px) {
	.spno {
		display: none!important;
	}
	.pcno {
		display: block!important;
	}
}
@media (min-width: 835px) {
	.spno {
		display: block!important;
	}
	.pcno {
		display: none!important;
	}
	.al_center-pc {
		text-align: center
	}
}
.fs-tl {
	font-size: var(--tl)!important
}
.fs-tm {
	font-size: var(--tm)!important
}
.fs-nm {
	font-size: var(--nm)!important
}
.fs-ts {
	font-size: var(--ts)!important
}
.red-notes {
	display: inline-block;
	color: var(--red);
	font-size: clamp(7px,2.3vw,11px);
	line-height: 1.4
}
.img__w40 {
	width: min(40%,280px)
}
.img__w60 {
	width: min(60%,420px)
}
.dflt-box * + * {
	margin-top: 0!important
}
.txt-udl {
	width: auto!important;
	letter-spacing: 0
}
.sp-phimg {
	width: min(86vw,100%);
	margin-left: auto;
	margin-right: auto
}


/*=====================================
ヘッダー
=====================================*/
header {
    flex-shrink: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background: var(--wht)
}
header + * {
    margin-top: 62px;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
	gap: 0;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.8%;
}
.header__logo a {
	flex-shrink: 0;
}
.tagline {
    display: none
}
.logo-yamaha {
    display: block;
    margin: 0;
    aspect-ratio: 270/48
}
.logo-yamaha img {
    width: 100%
}

@media (max-width: 834px) {
	.logo-yamaha {
		width: min(39vw, 240px);
	}
}
@media (min-width: 835px) {
	.logo-yamaha {
		width: min(18vw, 270px);
	}
}
header .header__sub {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.86vw;
	opacity: 1;
	transition: .3s
}
header .header__sub li {
	font-size: clamp(12px, 1.06vw, 16px);
	font-weight: 700
}
header .header__sub li a:not([class]) {
	color: var(--dgry);
	text-decoration: none;
	transition: .3s
}
header .gn-trial {
	display: block;
	padding: .5rem 1rem;
	background: var(--pnk);
	border-radius: 50px;
	color: var(--wht);
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	transition: .3s
}
header.-active .header__sub {
	opacity: 0
}
@media (min-width: 835px) and  (max-width: 960px) {
	header .header__sub {
		gap: .8vw;
	}
	header .gn-trial {
        padding: .4rem .6rem!important;
    }
	.header__nav {
		margin-left: 1vw!important;
	}
}

/*global navi*/
.humberger {
    display: block;
	aspect-ratio: 64/50;
	width: 64px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 10;
    border: none;
    background-color: var(--clr-mw1);
	border-bottom-left-radius: 1em
}
.humberger.-active .humberger__line {
    background-color: transparent;
}
.humberger.-active .humberger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.humberger.-active .humberger__text::before {
  content: 'close';
}
.humberger__line {
    display: block;
    height: min(.256vw,2px);
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    background-color: var(--wht);
    transition: 0.4s;
}
.humberger__line:before,
.humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--wht);
    transition: inherit;
}
.humberger__line:before {
    top: -6px;
}
.humberger__line:after {
    top: 6px;
}
.humberger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.humberger__text::before {
    content: "menu";
	display: block;
	margin: 1px auto 0;
    color: var(--wht);
    font-size: clamp(8px, 1vw, 11px);
    font-weight: 700;
    text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em
}
.header__nav {
	margin-bottom: 12px;
	margin-left: 3%
}
.header__nav-area {
    position: fixed;
    top: 50px;
    right: -100%;
    z-index: 9;
    height: calc(100vh - 50px);
    width: 100vw;
    visibility: hidden;
    background-color: var(--wht);
    transition: 0.4s;
}
.header__nav-area.-active {
    right: 0;
    visibility: visible;
}
.header__nav-area__inner {
    height: calc(100dvh - 50px);
	padding: 2% 0 5%;
	overflow-y: scroll;
}
.global-navigation {
    padding: 0;
}
.global-navigation__list > li {
    border-bottom: 1px solid #d5d5d5;
	font-size: var(--nm)
}
.global-navigation__list > li:not([class]) {
    padding: 4% 0 4% 5%;
	font-weight: 700
}
.global-navigation__list a {
	color: var(--dgry);
    text-decoration: none
}
/*.global-navigation__list > li + li {
  margin-top: 20px;
}*/
.global-navigation__link {
	display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dgry);
    font-weight: 900;
    transition: color 0.4s;
    font-size: 15px;
}
.global-navigation__link a {
    color: var(--dgry);
}
.global-navigation__link strong {
	flex-grow: 1;
	padding: 0 5%;
	font-size: var(--tl)
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link a {
    pointer-events: none;
    color: var(--dgry)
}
.global-navigation__link[aria-expanded=true],
.global-navigation__link[aria-expanded=true] a {
    color: var(--clr-mw1)
}
.global-navigation__link.-accordion span {
    position: relative;
    display: inline-block;
	margin-right: 20px;
    width: 21px;
    height: 21px;
    background-color: var(--clr-mw1);
    border: 1px solid var(--clr-mw1);
    transition: transform .4s;
    border-radius: 50%;
}
.global-navigation__link.-accordion span::after {
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    background-color: #fff;
    transition: transform .4s;
    transform: translate(-50%, -50%);
}
.global-navigation__link.-accordion span::before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform .4s;  
}
.global-navigation__link.-active span {
    background-color: #fff;
    border: 1px solid var(--clr-mw1);
    border-radius: 50%;
}
.global-navigation__link.-active span::after {
    background-color: var(--clr-mw1);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.global-navigation__link.-active span::before {
    opacity: 0
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: .3s;
}
.accordion.-active {
    height: auto;
    padding-top: 10px;
    visibility: visible;
}
.accordion__list {
    margin-left: 0
}
.accordion__list li {
	padding: 4% 0 4% 3%;
	font-size: var(--nm);
	font-weight: 400
}
.accordion__list li:not(:last-child) {
    border-bottom: 1px solid #d5d5d5
}
/*.accordion__list li + li {
     margin-top: 21px;
}*/
.gn__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 28px
}
.gn__link::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--gry);
	border-right: 1px solid var(--gry);
	transform: rotate(45deg)
}
@media (min-width: 768px) and (max-width: 834px) {
	header {
		height: 80px
	}
	header + * {
		margin-top: 80px;
	}
	.header__inner {
		height: 80px;
	}
	.humberger {
		width: 88px
	}
	.humberger__line {
		top: 26px;
	}
	.humberger__text {
		bottom: 18px;
	}
	.header__nav-area {
		top: 68px;
		height: calc(100vh - 68px);
	}
}
@media (min-width: 835px) {
	header {
		height: auto;
	}
	header + * {
		margin-top: calc(7.4vw);
	}
	.header__inner {
		height: auto
	}
	.header__logo {
		flex-basis: 40%;
	}
	.logo {
		width: 52.3%;
	}
	.header__nav {
		margin-bottom: 0
	}
	.humberger {
		width: 7.68vw;
		border-bottom-left-radius: 1.5em
	}
	.tagline {
		display: block;
		margin: 0 5%;
		color: var(--dgry);
		font-size: var(--ts);
		white-space: nowrap
	}
	header .gn-trial {
		padding: .8rem 1.5rem;
		font-size: clamp(12px, 1.06vw, 16px);
	}
	.header__sub {
		flex-grow: 1;
	}
	.header__nav {
		flex-basis: 7.68%;
		margin-left: 2.5%
	}
	.humberger__line {
		width: 30%;
		top: 38%;
	}
	.humberger__text {
		bottom: 20%;
	}
	.humberger__line:before {
		top: -.6vw;
	}
	.humberger__line:after {
		top: .6vw;
	}
	.header__nav-area {
		top: 0;
		padding-left: 40%;
		height: 100%;
		background: var(--wht) url("../imgs/globalmenu-bg.webp") no-repeat left top / auto 100%
	}
	.header__nav-area__inner {
		height: 100%;
		padding: 3% 12% 4%;
		background: var(--wht)
	}
	.header__nav-area__inner::before {
		content: "";
		display: block;
		margin-bottom: 30px;
		height: min(6vw, 44px);
		aspect-ratio: 270/48;
		background: url("../imgs/cmn_logo_yamaha-english-school.png") no-repeat left top / contain
	}
}
.gn-img {
	aspect-ratio: 1/1;
	width: min(15vw, 80px);
	border-radius: 8px
}
.gn__btn-area {
	padding: 3.5% 3%;
}
.gn__ph-area {
	padding: 2% 0 2% 5%
}
.global-navigation__list a.gn-btn {
	display: flex;
	padding: .7rem 5% .7rem 7%;
	min-height: 45px;
	border-radius: 100px;
	color: var(--wht);
	font-weight: 700;
	align-items: center;
	justify-content: space-between;
	font-size: var(--nm);
	text-decoration: none
}
.global-navigation__list a.gn-btn::after {
	content: "";
	display: block;
	margin-left: 5%;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--wht);
	border-right: 1px solid var(--wht);
	transform: rotate(45deg)
}
.global-navigation__list a.gn-btn.gn__ic-btn {
	padding-left: 5%
}
.gn-ic {
	aspect-ratio: 1/1;
	width: 21px;
}
.bg-clr1 {
	background: var(--red)!important
}
.bg-clr2 {
	background: var(--pnk)!important
}
.bg-clr3 {
	background: var(--lgry)!important;
}
.bg-clr4 {
	background: var(--ppnk)!important;
}
.gn__freearea {
	padding: 4% 4%
}
.gn__freearea:not(:last-of-type) {
    border-bottom: 1px solid #d5d5d5	
}
.gn__cv-area > * + * {
	margin-top: 6%
}
ul.gn__cv-btnarea {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 3%
}
ul.gn__cv-btnarea li {
	flex-basis: 48.5%;
}
.gn__cv-btn {
	display: flex;
	align-items: center;
	padding: 5% 3%;
	border: 1px solid var(--lgry);
	border-radius: 4px;
	color: var(--dgry);
	text-decoration: none;
	font-size: var(--nm);
	font-weight: 700;
	line-height: 1.4;
}
.gn__cv-btn img {
	flex-shrink: 0;
	margin-right: 10px;
	aspect-ratio: 5/6;
	width: 20%
}
.gn__cv-tel {
	margin-top: 6%;
	text-align: center;
}
.gn__cv-num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 5px;
	color: var(--pnk);
	font-family: var(--pps);
	font-size: var(--t2xl);
	font-weight: 500;
	text-decoration: none
}
.gn__cv-num img {
	flex-shrink: 0;
	margin-right: 10px;
	aspect-ratio: 156/90;
	width: 42px
}
.gn-notes {
	font-size: var(--ts)
}
.gn-ttl {
	margin-bottom: 3%;
	color: var(--clr-mw1);
	font-size: var(--txl);
	font-weight: 700;
	line-height: 1.5;
	text-align: center
}
.recommend {
	margin-left: auto;
	margin-right: auto
}
@media (max-width: 767px) {
	.recommend {
		width: min(88vw,100%);
	}
}
@media (min-width: 768px) {
	.recommend {
		width: min(100%,1040px);
	}
	.entry .recommend {
		width: min(90%,1040px);
	}
}
.recommend ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 5%;
	margin-bottom: 4%
}
.recommend ul li {
	flex-basis: 47.5%;
}
@media (min-width: 768px) {
	.recommend.-top ul {
		gap: 30px 1.5%;
	}
	.recommend.-top ul li {
		flex-basis: 23.875%;
	}
	.entry .recommend.-top ul,
	.entry .recommend.-top ul li img {
		width: 100%
	}
	.gn__freearea .recommend {
		width: 100%;
	}
	.gn__freearea .recommend ul {
		gap: 20px;
	}
}
.js-btn-more, .js-btn-close {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--nm);
	cursor: pointer;
}
.js-btn-more span, .js-btn-close span {
    position: relative;
    display: inline-block;
	margin-right: 8px;
    width: 21px;
    height: 21px;
    transition: transform .4s;
    border-radius: 50%;
}
.js-btn-more span {
    background-color: var(--clr-mw1);
    border: 1px solid var(--clr-mw1);
}
.js-btn-close span {
    background-color: var(--wht);
    border: 1px solid var(--clr-mw1);
}
.js-btn-more span::after {
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    background-color: var(--wht);
    transition: transform .4s;
    transform: translate(-50%, -50%);
}
.js-btn-more span::before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    background-color: var(--wht);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform .4s;
}
.js-btn-close span::before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    background-color: var(--clr-mw1);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform .4s;
}
.gn__other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 30px;
}
.gn__other li a {
	display: flex;
	align-items: center;
	color: var(--dgry);
	font-size: var(--ts);
	text-decoration: none
}
.gn__other li a::before {
	content: "";
    display: block;
	margin-right: 8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--gry);
    border-right: 1px solid var(--gry);
    transform: rotate(45deg);
}

/*=====================================
フッター
=====================================*/
footer {
	padding: 2% 0 calc(6% + 64px + env(safe-area-inset-bottom));
	background-color: var(--pgry);
	color: var(--gry);
	border-top: solid 1px #d5d5d5;
}
footer a {
	color: var(--gry);
	text-decoration: none;
}
footer > div {
	width: 94%;
	margin: 0 auto;
}
footer .footer__lead {
	padding: 0 2%;
	font-size: 8.5px;
	line-height: 1.5;
}
footer .footer__line {
	padding: min(4%, 30px) 0;
	border-bottom: solid 1px #d5d5d5;
}
footer .footer__menu > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 3%;
}
footer .footer__menu > ul + ul {
	margin-top: 2% 
}
footer .footer__menu > ul li {
	flex-basis: 48.5%;
	font-size: var(--ts);
	line-height: 1.5
}
footer .footer__menu > ul li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 21px;
}
footer .footer__menu > ul li a::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 2px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--gry);
}
footer .footer__menu > ul li a::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--wht);
	border-right: 1px solid var(--wht);
	transform: rotate(45deg);
}
footer .footer__menu > ul li > ul {
	margin-left: 8px;
}
footer .footer__menu > ul li > ul li a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 13px;
}
footer .footer__menu > ul li > ul li a::before {
	background: none;
}
footer .footer__menu > ul li > ul li a::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	transform: rotate(45deg);
}
footer .footer__btm {
	clear: both;
	padding-top: 5%;
	font-size: 10px;
	line-height: 1.5;
}
footer .footer__btm ul {
	padding-bottom: 1rem;
	text-align: center;
}
footer .footer__btm ul li {
	display: inline-block;
	padding: 0 .4rem;
	line-height: 1.5;
}
footer .footer__btm p {
	text-align: center;
	font-size: 8px;
	line-height: 1.5;
	letter-spacing: .05em;
}
.footer__sns {
	padding: min(7%,49px) 6%
}
.footer__sns .ttl {
	margin-bottom: min(3%,21px);
	font-size: var(--nm);
	font-weight: 700;
	text-align: center
}
ul.sns-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6%;
	width: min(86vw,480px);
	margin-left: auto;
	margin-right: auto;
}
.entry ul.sns-link {
	width: min(86vw,480px);
}
ul.sns-link li {
	flex-basis: calc(76% / 5)
}
.ic-sns {
	aspect-ratio: 1/1
}
@media (min-width: 768px) {
	footer > div {
		width: min(90%,1270px);
		margin: 0 auto;
	}
	.footer__yamaha {
		display: flex;
		align-items: center;
	}
	footer .footer__lead {
		padding: 0 0 0 5%;
		font-size: var(--nm);
		line-height: 1.8;
	}
	footer .footer__menu {
		display: flex;
		align-items: flex-start;
		padding: 2% 1%;
	}
	footer .footer__menu > ul.footer__course {
		flex-basis: 66%
	}
	footer .footer__menu > ul + ul {
		margin-top: 0
	}
	footer .footer__menu > ul.footer__course li {
		flex-basis: 48%
	}
	footer .footer__menu > ul.footer__other {
		flex-basis: 30%;
		flex-direction: column
	}
	footer .footer__menu > ul li {
		flex-basis: auto;
		font-size: var(--ts);
		line-height: 1.5
	}
	footer .footer__menu > ul > li {
	}
	footer .footer__btm {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding-top: min(3%, 20px)
	}
}
@media (min-width: 835px) {
	footer {
		padding: 1% 0 2%
	}
}


/*=====================================
下部固定メニュー／SP
=====================================*/
.f-menu {
	z-index: 999;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: calc(64px + env(safe-area-inset-bottom));
	padding: 7px 0 calc(7px + env(safe-area-inset-bottom));
	background: var(--wht);
	box-shadow: 0px -3px 4px -2px rgba(140,140,140,.2), 0px -3px 4px 0px rgba(140,140,140,.2);
}
.f-menu ul {
	display: flex
}
.f-menu ul li {
	flex-basis: calc((100%/3) - 2px)
}
.f-menu ul li:not(:first-child) {
	border-left: 1px solid #d5d5d5;
}
.f-menu ul li {
	color: var(--dgry);
	font-size: 9px;
	font-weight: 700;
	text-align: center;
}
.f-menu ul li a {
	color: var(--dgry);
	text-decoration: none
}
.f-menu ul li a img {
	display: block;
	aspect-ratio: 1/1;
	margin: 0 auto 2px;
	width: 35px;
}
@media (min-width: 835px) {
	.f-menu {
		display: none
	}
}


/*=====================================
ページバナー共用
=====================================*/
.cmn__pagebanner {
	padding: min(6%,30px) 6%;
	width: 95.8%;
	background: url("../imgs/mw.webp") center center / cover
}
.cmn__pb-ttl {
	padding-top: .1em;
	color: var(--wht);
	font-size: var(--t2xl);
	font-weight: 700;
	line-height: 1.2
}
.cmn__pb-ttl small {
	display: block;
	margin-top: .2em;
	font-family: var(--pps);
	font-size: clamp(17px,4.6vw,24px);
	font-weight: 500;
	letter-spacing: .05em
}


/*=====================================
キャンペーン共用
=====================================*/
.cmn__cp {
	padding: min(10%,70px) 5%;
	background: url("../imgs/mw.webp") center center / cover
}
.ttl-oblique {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: var(--wht);
	font-size: var(--t2xl);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.ttl-oblique::before,
.ttl-oblique::after {
	content: "";
	flex-shrink: 0;
	width: 2px;
	height: 1.6em;
	background-color: var(--wht);
}
.ttl-oblique::before {
	margin-right: 5%;
	transform: rotate(-30deg)
}
.ttl-oblique::after {
	margin-left: 5%;
	transform: rotate(30deg)
}
.ttl-oblique.clr-mw1 {
	color: var(--clr-mw1);
}
.ttl-oblique.clr-mw1::before,
.ttl-oblique.clr-mw1::after {
	background-color: var(--clr-mw1);
}
.ttl-oblique::before {
	margin-right: 5%;
	transform: rotate(-30deg)
}
ul.cmn__cp-course {
	display: flex;
	flex-wrap: wrap;
	width: min(100%, 710px);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	ul.cmn__cp-course {
		gap: 1.5%;
	}
	ul.cmn__cp-course li {
		flex-basis: 48.5%
	}
}
@media (min-width: 768px) {
	ul.cmn__cp-course {
		gap: 5%
	}
	ul.cmn__cp-course li {
		flex-basis: 47.5%
	}
}
.modal_wrap input#search-modal {
	display: none;
}
.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	margin: 0!important;
	box-sizing: border-box;
	background: rgba(21, 21, 21, .8);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal_trigger {
	position: absolute;
	width: 100%;
	height: calc(5vw + min(9.2vw,48px));
}
.modal_content {
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	transition: 0.5s
}

@media (max-width: 834px) {
	.modal_content {
		padding: 5% 4%
	}
}
@media (min-width: 835px) {
	.modal_content {
		padding: 5% 7%
	}
}
.modal_content::after {
  content: '';
  display: block;
  width: 1px;
  height: 2vh;
}
.close_button {
	position: relative;
	display: inline-block;
	width: min(9.2vw,48px);
	height: min(9.2vw,48px);
	cursor: pointer;
}
.modal_wrap {
	margin-bottom: 0!important;
	height: 0
}
.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal-box {
	width: min(100%,980px);
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 7% 4%;
	background-color: var(--wht);
	border-radius: 14px;
}
.entry .modal-box h2,
.entry .modal-box h3,
.entry .modal-box h4,
.entry .modal-box h5,
.entry .modal-box p,
.entry .modal-box table,
.entry .modal-box ul,
.entry .modal-box ol,
.entry .modal-box dl,
.entry .modal-box blockquote {
	width: 96%
}
.modal-box > * + * {
	margin-top: min(4%,28px)
}
.open_button {
	cursor: pointer;
}
.close_button span {
	display: inline-block;
	width: min(9.2vw,48px);
	height: min(9.2vw,48px);
}
.close_button span:before,
.close_button span:after {
    content: "";
    display: block;
    height: min(7.17vw,42px);
    position: absolute;
	top: 5%;
	left: 45%;
    width: min(.512vw,3px);
    background-color: var(--wht);
    transition: inherit;
}
.close_button span:before {
	transform: rotate(45deg)
}
.close_button span:after {
	transform: rotate(-45deg)
}
.annotation {
	margin: 3vh auto 0 auto;
	width: 90%;
	text-align: center;
	font-size: 85%;
}
.ic-link {
	color: var(--clr-mw2)
}
.ic-link::after {
	content: "";
	display: inline-block;
	width: min(3.84vw,18px);
	height: min(3.84vw,18px);
	background: url("../imgs/ic-gry-arrow.svg") no-repeat center center / 100%;
	margin-left: 5px;
	transform: translateY(14%)
}


/*=====================================
ボタン共用
=====================================*/
.btn_type01,
.btn_type02 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: min(4%,18px) 40px;
	border-radius: 200px;
	color: var(--wht);
	font-size: clamp(14px,3.84vw,16px);
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: .3s;
}
@media (max-width: 767px) {
	.btn_type01,
	.btn_type02 {
		width: min(86vw,100%);	
	}
}
@media (min-width: 769px) {
	.btn_type01,
	.btn_type02 {
		width: min(90%,540px);	
	}
	p .btn_type01,
	p .btn_type02 {
		width: min(100%,540px);	
	}
}
.btn_type01 {
	background-color: var(--red)
}
.btn_type02 {
	background-color: var(--pnk)
}
.btn_type03 {
	position: relative;
	padding: .8em 34px;
	background-color: var(--wht);
	border: 1px solid var(--clr-mw3);
	border-radius: 200px;
	color: var(--clr-mw1);
	font-size: clamp(13px,3.33vw,16px);
	line-height: 1.4;
	text-decoration: none;
}
@media (max-width: 767px) {
	.btn_type03 {
	width: min(74vw,100%);
	}
}
@media (min-width: 768px) {
	.btn_type03 {
		width: min(80%,460px);	
	}
	p .btn_type03 {
		width: min(100%,460px);
	}
}
@media (min-width: 835px) {
	.btn_type01.min,
	.btn_type02.min {
		padding: min(2.5%,10px) 40px;
		font-size: clamp(12px,3.07vw,14px);
	}
}
.btn_type01::before,
.btn_type02::before,
.btn_type03::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 21px;
	height: 21px;
	background-color: var(--clr-mw1);
	border-radius: 50%;
	transform: translateY(-50%)
}
.btn_type01::before,
.btn_type02::before {
	right: 16px;
}
.btn_type03::before {
	right: 11px;
}
.btn_type01::after,
.btn_type02::after,
.btn_type03::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 26.5px;
	width: 5px;
	height: 5px;
	border-top: solid 1px var(--wht);
	border-right: solid 1px var(--wht);
	transform: rotate(45deg) translateY(-50%);
}
.btn_type01::after,
.btn_type02::after {
	right: 26.5px;
}
.btn_type03::after {
	right: 21.5px;
}
.btn_type01.big small {
    font-size: 14px;
}
.btn_type01.btn small {
    display: block;
    font-size: 12px;
}
p.cmn-notes,
ul.cmn-notes li {
	color: var(--gry)!important;
	font-size: clamp(7px,2.3vw,12px)!important;
}
ul.cmn-notes li::before {
	content: "・"
}
@media (min-width: 835px) {
	p.cmn-notes,
	ul.cmn-note {
		max-width: 680px
	}
	p.cmn-notes.full,
	ul.cmn-note.full {
		max-width: 100%
	}
}



/*=====================================
コンバージョン共用
=====================================*/
.trial-cv {
	padding: 0
}
.curve-before::before,
.curve-after::after {
	content: "";
	aspect-ratio: 780/74;
	display: block;
	width: 100%;
	background: url("../imgs/bg-curve.svg") center center / cover
}
.curve-before::before {
	transform: translateY(-9.25vw)
}
.curve-after::after {
	transform: rotate(180deg) translateY(.2vw)
}
.trial-cv-inner {
	overflow: hidden;
	padding: min(10%,70px) 7% min(10%,70px);
	background-color: var(--ppnk)
}
.trial-cv-inner > * + * {
	margin-top: min(4%,28px)
}
@media (max-width: 767px) {
	.before-curvearea {
		margin-bottom: 0!important;
		padding-bottom: 20%!important
	}
	.curve-before > .trial-cv-inner {
		margin-top: -9.3vw;
		padding-top: 2%
	}
	.curve-after > .trial-cv-inner {
		padding-bottom: 5%
	}
}
@media (max-width: 834px) {
	.trial-cv-cont__item {
		margin-top: 9%
	}
}
@media (min-width: 835px) {
	.before-curvearea {
		margin-bottom: 0!important;
		padding-bottom: min(10%,70px)!important
	}
}
.trial-cv-cont__item .subtitle_point + p {
	margin-top: min(3%,21px);
}
.trial-cv .top__cmn-ttl {
	font-size: var(--t2xl);
}
.trial-cv p {
	font-size: var(--nm);
	text-align: center
}
.btn_type01,
.btn_type02 {
	background-position: left 16px top 50%;
	background-repeat: no-repeat;
	background-size: 2.4em;
}
.btn_type01.prefectures,
.btn_type02.prefectures {
	background-image: url("../imgs/ic-prefectures.svg");
}
.btn_type01.chat,
.btn_type02.chat {
	background-image: url("../imgs/ic-chat.svg");
}
.btn_type01.application,
.btn_type02.application {
	background-image: url("../imgs/ic-application.svg");
}
.btn_type01.web,
.btn_type02.web {
	background-image: url("../imgs/ic-web.svg");
}
.btn_type01.tel,
.btn_type02.tel {
	background-image: url("../imgs/ic-tel.svg");
}
.trial-cv-address {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.trial-cv-address input {
	display: inline-block;
	width: 79%;
	padding: .5em;
	background-color: var(--wht);
	border: 1px solid #d5d5d5;
	border-radius: .3em;
	font-size: var(--nm);
	line-height: 1.4;
}
.trial-cv-address input[type=submit] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5em;
	background-color: var(--clr-mw1);
	border:  1px solid var(--clr-mw1);
	width: 19%;
	color: var(--wht);
	text-align: center;
	transition: .3s
}
@media (min-width: 768px) {
	.curve-before::before,
	.curve-after::after {
		display: none
	}
}
@media (min-width: 768px) and (max-width: 834px) {
	.trial-cv-cont {
		width: min(80%, 880px);
		margin-left: auto;
		margin-right: auto
	}
}
@media (min-width: 835px) {
	.trial-cv-cont {
		display: flex;
		justify-content: center;
		gap: 5%;
		width: min(100%,1270px);
		margin-top: min(6%,42px);
		margin-left: auto;
		margin-right: auto;
	}
	.trial-cv-cont__item {
		flex-basis: 30%
	}
	.trial-cv-cont__item .btn_type01, .trial-cv-cont__item .btn_type02 {
		width: 100%
	}
	.trial-cv-address input {
		margin-top: 3px;
		height: 48px;
		border-width: 2px;
		border-radius: .5em;
	}
}


/*=====================================
トップページ
=====================================*/
.top__cmn-ttl {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: min(4%,28px);
	color: var(--clr-mw1);
	font-size: var(--t3xl);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.top__cmn-ttl a {
	color: var(--clr-mw1);
	text-decoration: none
}
.top__cmn-ttl small {
	display: block;
	margin-bottom: 5px;
	color: var(--gry);
	font-size: clamp(12px, 3.33vw, 16px);
	font-family: var(--pps);
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.top__cmn-ttl.wht,
.top__cmn-ttl.wht a,
.top__cmn-ttl.wht small {
	color: var(--wht);
}
/*animation*/
.cssanimation, .cssanimation span {
    animation-duration: .4s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.leAboundTop span { animation-name: leAboundTop }
@keyframes leAboundTop {
    50% {
        transform: translateY(-6px);
        animation-timing-function: ease-in;
		color: #ffaecf
    }
}
section.mv > * {
	margin-bottom: inherit
}
.mv2 h1 .mv-catch1,
.mv2 h1 .mv-catch2 {
	display: block;
	width: 100%;
	opacity: 0
}
.mv2 h1 .mv-catch1 {
	aspect-ratio: 55 / 8;
    -webkit-animation: zoominAnm .6s ease 0s 1 forwards;
    animation: zoominAnm .6s ease 0s 1 forwards
}
.mv2 h1 .mv-catch2 {
	aspect-ratio: 35 / 3;
    -webkit-animation: zoominAnm .6s ease 1s 1 forwards;
    animation: zoominAnm .6s ease 1s 1 forwards
}
@keyframes zoominAnm {
    0% {
        opacity: 0;
        transform: scale(1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}
@-webkit-keyframes zoominAnm {
    0% {
        opacity: 0;
        transform: scale(1.1, 1.1)
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}
@media (max-width: 767px) {
	.mv2 h1 {
		aspect-ratio: 78 / 86;
		width: 100%;
		margin-bottom: 0;
		padding-top: 5vw;
		padding-left: 5.13%;
		padding-right: 5.13%;
		background: url("../imgs/mv2/mv-curve-wht.svg") no-repeat center top / 100% auto,
					url("../imgs/mv2/mv-img.webp") no-repeat left bottom -28% / 128% auto;
	}
	.mv2 h1 .mv-catch1 {
		width: 78.6%;
		margin: 0 auto 2.9vw;
	}
	.mv2-award,
	.mv2-award2 {
		position: relative;
		aspect-ratio: 78 / 24;
		background-color: #fafafb
	}
	.mv2-award .badge,
	.mv2-award .txt,
	.mv2-award .notes,
	.mv2-award2 .badge2,
	.mv2-award2 .txt2, 
	.mv2-award2 .notes {
		position: absolute
	}
	.mv2-award .badge {
		top: 0;
		left: 5%;
		aspect-ratio: 1 / 1;
		width: 30.77%;
		transform: translateY(-27.5%)
	}
	.mv2-award .txt {
		top: 3.333%;
		right: 5%;
		aspect-ratio: 460 / 174;
		width: 58.97%;
	}
	.mv2-award2 .badge2 {
		top: 7%;
		left: 3%;
		width: 42%;
		display: flex;
		align-items: flex-start
	}
	.mv2-award2 .badge2 img {
		flex-shrink: 0;
		aspect-ratio: 1/1;
		width: 48%!important
	}
	.mv2-award2 .txt2 {
		top: 7%;
		right: 3%;
		aspect-ratio: 460 / 174;
		width: 51.2%;
	}
	.mv2-award .notes,
	.mv2-award2 .notes {
		bottom: 9%;
		width: 100%;
		color: #7c7c7c;
		font-size: 8px;
		text-align: center
	}
	ul.pagenavi {
		display: flex;
		justify-content: center;
		gap: 3vw;
		/* gap: 3.5vw; */
		margin-top: 7%
	}
	ul.pagenavi li {
		flex-basis: 29%
		/* flex-basis: 44% */
	}
	ul.pagenavi li.courses {
		flex-basis: 32%
	}
	ul.pagenavi li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: .7em 1em;
		background-color: var(--wht);
		border: 1px solid var(--lgry);
		border-radius: 50px;
		color: var(--dgry);
		font-size: var(--nm);
		line-height: 1.2;
		font-weight: 700;
		text-decoration: none
	}
	ul.pagenavi li a::after {
		content: "";
		display: inline-block;
		width: .5em;
		height: .5em;
		border-bottom: 1px solid var(--gry);
		border-right: 1px solid var(--gry);
		transform: rotate(45deg)
	}
	.mv2-bnr {
		display: block;
		width: 86%;
		margin: 10% auto 0
		
	}
}
@media (min-width: 768px) {
	.mv2 {
		position: relative;
		width: 100%;
		aspect-ratio: 150/73;
	}
	.mv2::before,
	.mv2 h1,
	.mv2__inner {
		content: "";
		display: block;
		position: absolute;
	}
	.mv2::before {
		top: 0;
		right: 0;
		width: 59%;
		aspect-ratio: 89/73;
		border-top-left-radius: 3em;
		border-bottom-left-radius: 3em;
		background: url("../imgs/mv2/mv-img.webp") no-repeat left center / 120%
	}
	.mv2 h1 {
		top: 7.6vw;
		left: 6.667%;
		width: 42%;
		aspect-ratio: 520/178;
	}
	.mv2 h1 .mv-catch1 {
		margin: 0 auto min(2.5vw,30px);
	}
	.mv2__inner {
		bottom: 1.2vw;
		left: 6.667%;
		width: 42%;
	}
	.mv2__inner > * + * {
		margin-top: 1.6vw;
	}
	.mv2__inner > a {
		display: block;
	}
	.mv2__inner a.mv2-bnr {
		width: 71.5%
	}
	.mv2-award {
		display: grid;
		grid-template-rows: 7vw 2.2vw;
		grid-template-columns: 1fr 2fr;
		row-gap: .8vw;
		width: 71.5%;
		aspect-ratio: 78 / 24;
	}
	.mv2-award .badge {
		width: 100%;
		aspect-ratio: 1 / 1;
		grid-row: 1 / 3;
		grid-column: 1 / 2;
	}
	.mv2-award .txt {
		width: 100%;
		aspect-ratio: 460 / 174;
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}
	.mv2-award .notes {
		width: 100%;
		grid-row: 2 / 3;
		grid-column: 2 / 3;
		color: #7c7c7c;
		font-size: 8px;
		line-height: 1.4;
		text-align: center
	}
	.mv2-award2 {
		display: grid;
		grid-template-rows: 10vw 1.2vw;
		grid-template-columns: 1fr 1fr;
		row-gap: .8vw;
		width: 100%;
		aspect-ratio: 78 / 22;
	}
	.mv2-award2 .badge2 {
		width: 100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		display: flex;
		align-items: flex-start
	}
	.mv2-award2 .badge2 img {
		width: 48%;
	}
	.mv2-award2 .txt2 {
		width: 100%;
		aspect-ratio: 460 / 174;
		grid-row: 1 / 2;
		grid-column: 2 / 3;
		margin: auto;
	}
	.mv2-award2 .notes {
		width: 100%;
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		color: #7c7c7c;
		font-size: 8px;
		line-height: 1.4;
		text-align: left
	}
	ul.pagenavi {
		display: none
	}
}
.cmn__wrap {
	padding: min(10%,70px) 7%;
}
.cmn__wrap.wide {
	padding: min(10%,70px) 6%
}
.t-b__wrap {
	padding: min(10%,70px) 0;
}
.t-b__wrap-min {
	padding: min(5%,35px) 0;
}
.cmn__wrap > *:last-child,
.t-b__wrap > *:last-child,
.t-b__wrap-min > *:last-child {
	margin-bottom: 0!important
}
.l-r__wrap {
	padding: 0 7%;
}
.l-r__wrap.wide {
	padding: 0 6%;
}
.btm-line {
	border-bottom: 1px solid #d5d5d5
}
.mid-txt {
	font-size: var(--tl)
}
@media (min-width: 768px) {
	.mid-txt {
		text-align: center
	}
	.lead {
		text-align: center
	}
}
.clr-line {
	border-bottom: min(1vw,5px) solid var(--pnk);
	font-weight: 400;
}
.clr-line.bld {
	font-weight: 700;
}
.course-bnr {
	display: flex;
	flex-direction: column;
	gap: min(2.667vw,28px)
}
.course-bnr__item {
	display: flex;
    align-items: center;
    width: min(86vw, 100%);
    margin: auto;
    padding: .3em min(3.5%, 21px) .3em 0;
    border: solid min(.38vw, 2px) var(--lgry);
    border-radius: .6em;
    color: var(--dgry);
    line-height: 1.4;
    text-decoration: none;
}
.course-bnr__item::after {
    flex-shrink: 0;
    content: "";
    width: .5em;
    height: .5em;
    border-top: min(.6vw,3px) solid var(--gry);
    border-right: min(.6vw,3px) solid var(--gry);
    transform: rotate(45deg);
	transition: .3s
}
.course-bnr__item.c000::after {
    border-color: #f0408e
}
.course-bnr__item.c001::after {
    border-color: #f03e60
}
.course-bnr__item.c002::after {
    border-color: #f1a447
}
.course-bnr__item.c003::after {
    border-color: #43b6f0
}
.course-bnr__item.c045::after {
    border-color: #f17243
}
.course-bnr__item.c123::after {
    border-color: #0daa9b
}
.course-bnr__item.c456::after {
    border-color: #0d65aa
}
.course-bnr__item div {
	flex-grow: 1;
	padding-right: 5px;
}
.entry .course-bnr__item h2 img {
	width: 100%
}
.entry .cmn__wrap .course-bnr__item h2 img {
	aspect-ratio: 4/1;
}
.course-bnr__item .img {
	flex-shrink: 0;
	aspect-ratio: 1/1;
	width: 30%
}
.course-bnr__item .txt {
	display: block;
	padding: .7em 0 .5em;
	border-top: 1px solid #d5d5d5;
	font-size: var(--ts);
	text-align: center
}
@media (min-width: 768px) {
	.course-bnr {
		flex-direction: row;
		flex-wrap: wrap;
		width: min(100%,1080px);
		margin-left: auto;
		margin-right: auto;
	}
	.course-bnr__item {
    	width: calc((100% - min(2.667vw,28px)) / 2);
    	margin: 0;
    	border-radius: .9em;
	}
	.course-bnr__item::after {
		width: .8em;
		height: .8em;
	}
	.course-bnr__item .txt {
		font-size: var(--nm);
	}
}
.agebox {
	display: block;
	margin: 0 .5em;
	padding: 1% 3%;
	font-size: clamp(7px,2.3vw,11px);
	line-height: 1.4;
	text-align: center
}

.inner-bnr {
    width: 95.8vw!important;
	transform: translateX(-2.8vw)
}
.inner-bnr a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: rgba(63,63,63,.5);
	color: var(--wht);
	font-size: var(--txl);
	font-weight: 700;
	text-align: center;
	text-decoration: none
}
.inner-bnr.infant {
    background: url("../imgs/top-c-infant.webp") center center / cover;
}
.inner-bnr.primary {
    background: url("../imgs/top-c-primary.webp") center center / cover;
}
.course-feature {
	position: relative
}
.course-feature .course-feature__cont > * + * {
	margin-top: min(8%,56px)
}
ul.course-feature__item {
	display: flex;
	flex-wrap: wrap
}
ul.course-feature__item li {
	font-size: clamp(12px,3vw,18px);
	line-height: 1.5;
	text-align: center
}
.wht-box {
	padding: min(5%,20px) min(3%,21px);
	background-color: var(--wht);
	border-radius: .5em;
	box-shadow: 0 0 6px 0 rgba(193,193,193,.6)
}
.wht-box a {
	color: var(--dgry);
	text-decoration: none
}
ul.course-feature__item li strong {
	color: var(--clr-mw1);
	font-size: clamp(14px,3.58vw,20px)
}
ul.course-feature__item {
	gap: 3vw
}
ul.course-feature__item li {
	flex-basis: calc((100% - 3vw) / 2);
}
ul.course-feature__item li img {
	margin: 1.5vw auto;
}
@media (max-width: 767px) {
	.inner-bnr,
	.inner-bnr a {
		height: min(25.6vw,200px);
	}
	.course-feature::before {
		content: "FEATURES";
		display: block;
		position: absolute;
		top: 5vw;
		left: -8vw;
		color: var(--gry);
		font-size: clamp(12px, 3.33vw, 16px);
		font-family: var(--pps);
		font-weight: 500;
		letter-spacing: .08em;
		text-transform: uppercase;
		transform: rotate(90deg)
	}
	.course-feature::after {
		content: "";
		display: block;
		position: absolute;
		top: 18vw;
		left: 0;
		width: min(.38vw, 2px);
		height: calc(100% - 18vw);
		background-color: var(--lgry)
	}
	.course-feature .course-feature__cont {
		padding-left: 10%;
	}
}
@media (min-width: 768px) {
	.inner-bnr,
	.inner-bnr a {
		height: min(13.3vw,200px);
	}
}
@media (min-width: 835px) {
	.inner-bnr,
	.inner-bnr a {
		height: min(13.3vw,200px);
	}
	.wht-box {
		box-shadow: 0 0 10px 0 rgba(193,193,193,.6);
		transition: .3s
	}
	ul.course-feature__item {
		width: min(100%, 1080px);
		margin-left: auto;
		margin-right: auto;
		gap: 1.86vw
	}
	ul.course-feature__item li {
		flex-basis: calc((100% - 5.58vw) / 4);
	}
}
.message__inner {
	padding-bottom: min(2%,14px)
}
.message__bnr {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 3vw;
	color: var(--dgry);
	text-decoration: none
}
.message__bnr .cont {
	flex-grow: 1
}
.message__bnr .cont > * + * {
	margin-top: .6em
}
.message__bnr .cont .ttl {
	font-size: var(--nm);
	font-weight: 700;
	line-height: 1.5
}
.message__bnr .cont p {
	width: 100%;
	color: var(--dgry);
	font-size: var(--nm);
	line-height: 1.8
}
.message__bnr .img {
	position: relative;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	width: 32%;
}
.message__bnr .img img {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	border-radius: .7em
}
.message__bnr .img::before,
.message__bnr .img::after {
	content: "";
	display: block;
	position: absolute;
}
.message__bnr .img::before {
	top: -7px;
	right: -7px;
	width: 28px;
	height: 28px;
	background-color: var(--pnk);
	border-radius: 20px;
}
.course000 .message__bnr .img::before {
	background-color: #f0408e
}
.course001 .message__bnr .img::before {
	background-color: #f33b5d
}
.course002 .message__bnr .img::before {
	background-color: #f1a447
}
.course003 .message__bnr .img::before {
	background-color: #43b6f0
}
.course045 .message__bnr .img::before {
	background-color: #f17243
}
.course123 .message__bnr .img::before {
	background-color: #0daa9b
}
.course456 .message__bnr .img::before {
	background-color: #0d65aa
}
.course999 .message__bnr .img::before {
	background-color: #0daa9b
}
.message__bnr .img::after {
	top: 4px;
	right: 5px;
	aspect-ratio: 1 / 1;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--wht);
	border-right: 1px solid var(--wht);
	transform: rotate(45deg)
}
@media (max-width: 767px) {
	.message__inner .message__item:first-of-type {
		padding-top: min(3%,21px)
	}
	.message__item {
		padding: min(7%,49px) 0;
		border-bottom: 1px solid #d5d5d5
	}
	.message__bnr {
		gap: 3vw;
	}
}
@media (min-width: 768px) {
	.message__inner {
		display: flex;
		width: min(100%, 1040px);
        margin-left: auto;
        margin-right: auto;
		gap: 0
	}
	.message__item {
		flex-basis: calc((100% - min(1.86vw,28px)) / 2);
	}
	.message__inner .message__item:nth-child(odd) {
		padding: 0 4% 0 0;
	}
	.message__inner .message__item:nth-child(even) {
		padding: 0 0 0 4%;
		border-left: 1px solid #d5d5d5
	}
	.message__bnr {
		gap: min(1.86vw,28px);
	}
}
.result__inner {
	display: flex
}
.wht-bnr {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: min(.7em, 12px) min(.9em, 21px) min(.7em, 12px) min(.6em, 18px);
    border: solid min(.38vw, 2px) var(--lgry);
    border-radius: .6em;
    color: var(--dgry);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none
}
.wht-bnr span {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center
}
.wht-bnr span::before {
    flex-shrink: 0;
    content: "";
	margin-bottom: .3em;
    width: 56px;
    height: 56px;
    background-color: var(--pgry);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
}
.coursetest span::before {
	background-image: url("../imgs/ic-coursetest.svg");
}
.gradetest span::before {
	background-image: url("../imgs/ic-gradetest.svg");
}
.ke span::before {
	background-image: url("../imgs/ic-challenge.svg");
}
.overseas span::before {
	background-image: url("../imgs/ic-overseas.svg");
}
.schoolplay span::before {
	background-image: url("../imgs/ic-schoolplay.svg");
}
.pamphlet span::before {
	background-image: url("../imgs/ic-pamphlet.svg");
}
.wht-bnr::after {
    flex-shrink: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--gry);
    border-right: 2px solid var(--gry);
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	.result__inner {
		flex-wrap: wrap;
		gap: 3vw
	}
	.result__inner > * {
		flex-basis: calc((100% - 3vw) / 2);
	}	
	.result__inner .wht-bnr {
		font-size: clamp(12px, 3.33vw, 16px);
	}
}
@media (min-width: 768px) and (max-width: 834px) {
	.result__inner {
		flex-wrap: wrap;
		gap: 1.5vw
	}
	.result__inner > * {
		flex-basis: calc((100% - 3vw) / 3);
	}
}
@media (min-width: 835px) {
	.result__inner {
		width: min(100%, 1080px);
		margin-left: auto;
		margin-right: auto;
		gap: 1.2vw;
	}
	.result__inner > * {
		flex-basis: calc((100% - 4.8vw) / 5);
	}	
	.result__inner .wht-bnr {
		font-size: clamp(13px, 1.06vw, 16px);
	}
}
.about-yamaha {
	background: url("../imgs/bg-aboutus.webp") no-repeat center center / cover
}
.about-yamaha__inner {
	background-color: rgba(43,43,43,.6)
}
.catchcopy {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: min(5%,35px) auto;
	color: #ffa9cc;
	font-size: var(--t3xl);
	font-weight: 700;
	line-height: 1.5;
	text-align: center
}
.catchcopy::before,
.catchcopy::after {
	content: "";
	display: inline-block;
	aspect-ratio: 19 / 130;
	width: min(2.4vw,12px);
	background: url("../imgs/brackets.svg") no-repeat center center / contain;
}
.catchcopy::before {
	margin-right: 3vw;
	transform: scale(1.4,1.4) translateX(-.2em)
}
.catchcopy::after {
	margin-left: 3vw;
	transform: scale(-1.4,1.4) translateX(-.2em)
}
.top-about > * {
	margin-bottom: 0
}
.about-yamaha__inner p {
	padding: min(2%,14px) 0;
	color: var(--wht);
	font-size: var(13px, 3.58vw, 20px);
	font-weight: 700;
	line-height: 2;
	text-align: center
}
.about-yamaha__logo {
	display: block;
	aspect-ratio: 506 / 88;
	width: min(65%,360px);
	margin: min(7%,49px) auto 0;
	transform: translateX(-2%)
}
.videos__inner > * {
	margin-bottom: min(3%, 21px)
}
.top-videos {
	display: block;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
	width: min(86vw,600px);
	border-radius: .5em
}
@media (min-width: 768px) {
	.top-videos {
		border-radius: 1em
	}
}
@media (max-width: 767px) {
	.award {
		background: url("../imgs/top-c-infant.webp") no-repeat center left 47% / auto 115%;
	}
}
@media (min-width: 768px) {
	.award {
		background: url("../imgs/top-c-infant.webp") no-repeat center left 47% / cover;
	}
}
.award__inner {
	background-color: rgba(255,255,255,.8)
}
.award__inner > * + *,
.award__cont > * + *  {
	margin-top: min(4%,28px)
}
.award__logo {
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1 / 1;
	margin-left: auto;
	margin-right: auto;
}
.award-medal .award__logo {
	width: min(65%,360px);
}
.award-medal2 {
	display: flex;
	gap: 20px 2%;
}
.award-medal2 .award__logo {
	width: min(49%,360px);
}
@media (min-width: 768px) {
	.award__cont {
		display: flex;
		align-items: center;
		width: min(90%,880px);
		gap: min(7%, 49px);
		margin-left: auto;
		margin-right: auto
	}
	.award__logo {
		margin-left: 0;
		margin-right: 0;
	}
	.award__cont .award-medal {
		flex-shrink: 0;
		flex-basis: 27%
	}
	.award__cont .award-medal .award__logo {
		width: 100%
	}
	.award__cont .award-medal2 {
		flex-shrink: 0;
		flex-basis: 40%
	}
	.award__cont .award-medal2 .award__logo {
		width: 49%
	}
	.award__cont p {
		font-size: var(--tm)
	}
}
.faq-list .faq-list__item {
	display: flex;
	gap: 12px;
	padding: min(5%,35px) 0 min(4%,28px);
	border-bottom: 1px solid #d5d5d5
}
.faq-list .faq-list__item::before {
	flex-shrink: 0;
	content: "Q";
	width: min(7.69vw,42px);
	height: min(7.69vw,42px);
	border-radius: 30px;
	background-color: var(--pgry);
	color: var(--clr-mw1);
	font-family: var(--pps);
	font-weight: 500;
	line-height: min(7.69vw,42px);
	text-align: center;
}
.faq-list .faq-list__item a {
	color: var(--dgry);
	text-decoration: none
}
@media (max-width: 767px) {
	.faq-list .faq-list__item::before {
		transform: translateY(-10%)
	}
}
@media (min-width: 768px) {
	.faq-list {
		width: min(90%,880px);
		margin-left: auto;
		margin-right: auto
	}
	.faq-list .faq-list__item::before {
		transform: translateY(-20%)
	}
}
.press__inner {
	display: flex;
	flex-wrap: wrap
}
.press__item,
a.press__item * {
	color: var(--dgry);
	text-decoration: none
}
@media (max-width: 834px) {
	.press__inner {
		gap: 4.6vw
	}
	.press__item {
		flex-basis: calc((100% - 4.6vw) / 2)
	}
}
@media (min-width: 835px) {
	.press__inner {
		gap: 3.2vw
	}
	.press__item {
		flex-basis: calc((100% - 9.6vw) / 4)
	}
}
@media (min-width: 768px) {
	.press__inner {
		width: min(100%,1080px);
		margin-left: auto;
		margin-right: auto;
	}
}
.entry .press__inner p {
	width: 100%
}
.press-category {
	padding: 4% 0 2%;
}
.press-category span {
	display: inline-block;
	padding: .3em .5em;
	width: min(45%,150px);
	background-color: var(--wht);
	border: 1px solid var(--lgry);
	border-radius: 30px;
	color: var(--gry);
	font-size: var(--ts);
	line-height: 1;
	text-align: center;
}
.press__item p:not(.press-category) {
	font-size: clamp(11px,2.82vw,16px)
}
.top__cmn-ttl + .press__inner {
	padding-top: min(2%,14px)
}
.btm-bnrarea {
	padding: min(10%,70px) 5%
}
.spc-message,
.hpy-message {
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry [class^="framearea_"] .hpy-message p {
	margin: 10px;
	width: auto!important
}
.spc-message a {
	color: var(--clr-mw1)
}
.spc-message .icon {
	display: inline-block;
	aspect-ratio: 1/1;
	width: 48px;
	margin-right: 10px;
	transform: translateY(-10%)
}
.hpy-message .icon {
	display: inline-block;
	aspect-ratio: 1/1;
	width: 48px;
	margin-left: 10px;
	margin-right: 10px;
	flex-shrink: 0
}
ul.btm-bnr__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2vw;
}
@media (max-width: 767px) {
	ul.btm-bnr__inner li {
		flex-basis: calc((100% - 2vw) / 2)
	}
}
@media (min-width: 768px) {
	ul.btm-bnr__inner {
		width: min(100%,1080px);
		margin-left: auto;
		margin-right: auto;
	}
	ul.btm-bnr__inner li {
		flex-basis: calc((100% - 4vw) / 3)
	}
	.chara-img {
		aspect-ratio: 1/1;
		object-fit: contain

	}
}

/*=====================================
タブ
=====================================*/
.tab-list {
	display: flex;
	gap: 2px;
}
.tab-item {
	width: calc((100% - 2px) / 2);
	padding: .7em!important;
	border-radius: 8px 8px 0 0;
	background-color: var(--wht);
	border-top: 1px solid var(--lgry);
	border-left: 1px solid var(--lgry);
	border-right: 1px solid var(--lgry);
	color: var(--dgry);
	font-size: clamp(12px,3.2vw,18px)!important;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	transition: .3s ease-in-out;
}
.tab-item.is-active {
	background-color: var(--clr-mw1);
	border-top: 1px solid var(--clr-mw1);
	border-left: 1px solid var(--clr-mw1);
	border-right: 1px solid var(--clr-mw1);
	color: var(--wht);
}
.tab-item.infant {
	background-color: #f253a2;
	border-top: 1px solid #f253a2;
	border-left: 1px solid #f253a2;
	border-right: 1px solid #f253a2;
	color: var(--wht);
}
.tab-item.primary {
	background-color: #004097;
	border-top: 1px solid #004097;
	border-left: 1px solid #004097;
	border-right: 1px solid #004097;
	color: var(--wht);
}
.tab-item.c123 {
	background-color: #0daa9b;
	border-top: 1px solid #0daa9b;
	border-left: 1px solid #0daa9b;
	border-right: 1px solid #0daa9b;
	color: var(--wht);
}
.tab-item.c456 {
	background-color: #0d65aa;
	border-top: 1px solid #0d65aa;
	border-left: 1px solid #0d65aa;
	border-right: 1px solid #0d65aa;
	color: var(--wht);
}

/* パネル */
.panel-list {
	width: min(86vw,100%);
	margin: 0 auto;
}
.panel-item {
	display: none;
	width: 100%;
	padding: min(5%,35px) 0;
	border-style: solid;
	border-color: var(--clr-mw1);
}
@media (max-width: 767px) {
	.panel-list {
		width: min(86vw,100%);
		margin: 0 auto;
	}
	.panel-item {
		border-top-width: 4px;
	}
}
@media (min-width: 768px) {
	.panel-list {
		width: min(86%,1020px);
		margin: 0 auto;
	}
	.panel-item {
		border-top-width: 6px;
	}
}
.panel-item.is-active {
	display: block;
	animation: panel-show .9s ease-in-out forwards;
}
.panel-item.infant {
	border-color: #f253a2
}
.panel-item.primary {
	border-color: #004097
}
.panel-item.c123 {
	border-color: #0daa9b
}
.panel-item.c456 {
	border-color: #0d65aa
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*=====================================
外部リンクバナー
=====================================*/
.exlink__bnr {
	display: flex;
	gap: min(2.667vw,28px)
}
.exlink__bnr li img {
	aspect-ratio: 47 / 13
}
@media (max-width: 767px) {
	.exlink__bnr {
		flex-direction: column;
		width: min(76.9vw,100%)!important
	}
}
@media (min-width: 768px) {
	.exlink__bnr {
		justify-content: center;
		width: min(100%,1080px)
	}
	.exlink__bnr li {
		flex-basis: calc((100% - (min(2.667vw,28px)*3)) / 4)
	}
	.exlink__bnr li img {
		width: 100%!important
	}
}



/*=====================================
各コース
=====================================*/
.course__mv {
	object-fit: cover;
	margin: 0;
}
.course__pagebanner .course__ttl {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 4%;
}
.course__pagebanner .course__logo {
	aspect-ratio: 3.8/1;
	object-fit: cover;
	width: min(60vw,400px);
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	.course__mv {
		aspect-ratio: 16/9;
	}
	.course__pagebanner .course__ttl {
		margin-bottom: -7vw;
		transform: translateY(-10vw)
	}
	.course__pagebanner .course__logo {
		font-size: var(--tm);
	}
	.course__pagebanner .course__logo.max {
		font-size: var(--t2xl);
	}
}
@media (min-width: 768px) {
	.course__mv {
		aspect-ratio: 6/1;
		width: 100%;
	}
	.course000 .course__mv {
		object-position: center 30%
	}
	.course__pagebanner .course__ttl {
		gap: 15px;
		transform: translateY(-20px)
	}
	.course__pagebanner .course__logo {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: min(30px, 2.067vw);
		line-height: 1.4
	}
	.course__pagebanner .course__logo.max {
		font-size: var(--t2xl);
	}
}
.course__pagebanner img.course__logo {
	margin-bottom: .5em
}
.course__pagebanner .course__ic {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	width: min(30vw,140px);
	border: 4px solid var(--wht);
	border-radius: 50%;
	color: var(--wht);
	text-align: center;
}
.course__pagebanner.course000 .course__ic {
	background-color: #f0408e
}
.course__pagebanner.course001 .course__ic {
	background-color: #f03e60
}
.course__pagebanner.course002 .course__ic {
	background-color: #f1a447
}
.course__pagebanner.course003 .course__ic {
	background-color: #43b6f0
}
.course__pagebanner.course045 .course__ic {
	background-color: #f17243
}
.course__pagebanner.course123 .course__ic {
	background-color: #0daa35
}
.course__pagebanner.course456 .course__ic {
	background-color: #0d65aa
}
.course__pagebanner.course999 .course__ic {
	background-color: #0daa9b
}
.course__pagebanner .course__ic small {
	display: block;
	font-family: var(--pps);
	font-size: var(--ts);
	text-transform: uppercase
}
.course__pagebanner .course__age {
	aspect-ratio: 112/70;
	width: 80%;
}
ul.pagenavi.courses {
	display: flex;
	justify-content: center;
	width:min(96%,960px);
	margin-top: 0;
	gap: 1.5vw;
}
ul.pagenavi.courses li {
	flex-basis: 32%
}
ul.pagenavi.courses li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .9em 1em;
	background-color: var(--wht);
	border: 1px solid var(--lgry);
	border-radius: 50px;
	color: var(--dgry);
	font-size: clamp(11px,2.82vw,16px);
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none
}
ul.pagenavi.courses li a::after {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	border-bottom: 1px solid var(--gry);
	border-right: 1px solid var(--gry);
	transform: rotate(45deg)
}
.entry .course-notes {
	padding: 2% 3%;
	font-size: var(--ts);
	text-align: center
}
.course000 .course-notes {
	background-color: #ffeff6;
	color: #f33b8e
}
.course001 .course-notes {
	background-color: #ffecef;
	color: #f03e60
}
.course002 .course-notes {
	background-color: #fff6e9;
	color: #f1a447
}
.course003 .course-notes {
	background-color: #e6f6fe;
	color: #43b6f0
}
.course045 .course-notes {
	background-color: #fffbeb;
	color: #f17243
}
.course123 .course-notes {
	background-color: #eefee5;
	color: #0daa35
}
.course456 .course-notes {
	background-color: #edf7ff;
	color: #0d65aa
}
.course999 .course-notes {
	background-color: #e8fcfa;
	color: #0daa9b
}
.course__fee {
	margin: 0 auto;
	padding: min(4%,28px) 0 min(3%,21px);
	border-bottom: 1px solid #d5d5d5
}
.course__fee.noline {
	border-bottom: 0
}
.entry .course__fee {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.course_subtitle + .course__fee {
	padding-top: 0
}
.subtitle_point + .course__fee {
	padding-top: 0
}
.entry .cmn_btn + .subtitle_type03 {
	margin-top: min(7%,49px)
}
.entry .subtitle_type03 + .title_type06 {
	margin-top: min(3%,21px)
}
.entry .room-app + .title_type06 {
	margin-top: min(5%,35px)
}
.entry .course__fee h4 {
	flex-basis: 50%;
	width: auto;
	margin: 0;
	padding: 3px 0;
}
.entry .course__fee.cp h4 {
	flex-basis: 70%;
}
.entry .course__fee h4 small {
	font-size: var(--ts)
}
@media (min-width: 835px) {
	.entry .course__fee p {
		width: auto
	}
	.entry .course__fee {
		width: min(86%,680px)
	}
	.entry ul.room-app {
		width: min(86%,600px)
	}
}
.entry .course__fee p.fee {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	margin: 0;
	text-align: right
}
.entry .course__fee p.fee strong {
	margin: 0 .1em;
	font-size: var(--t2xl);
	font-weight: 700;
	line-height: 1;
}
.entry .course__fee p.fee span.c-name {
	display: inline-block;
	margin: 0 1em;
	font-size: var(--ts);
	line-height: 1.4
}
.entry .course__fee p.fee span:not(.c-name) {
	display: inline-block;
	line-height: 1.2
}
.entry .course__fee p.notes,
.entry .course__fee ul.notes {
	width: 100%;
}
.entry .course__fee p.notes {
	color: var(--gry);
	font-size: clamp(7px,2.3vw,12px);
	text-align: right
}
.entry .course__fee ul.notes li {
	color: var(--gry);
	font-size: clamp(7px,2.3vw,12px);
}
.entry .course__fee ul.notes li::before {
	content: "・"
}
.entry .course__fee ul.notes.asterisk li::before {
	content: "※"
}
.entry .course__fee .notes + .fee,
.entry .course__fee .fee + .fee {
	margin-top: min(3%,21px)
}
.course-lesson + .course-lesson {
	margin-top: min(5%,35px)
}
@media (max-width: 767px) {
	.course-lesson > .course-lesson__inner + .course-lesson__inner {
		margin-top: min(5%,35px)
	}
}
.course-lesson__ttl {
	padding: .4em;
	font-size: var(--tm);
	font-weight: 700
}
.course-lesson__item {
	padding: min(3%,21px) 2%;
}
.course-lesson__item > * + * {
	margin-top: .5em
}
.course-lesson__item .ttl {
	font-weight: 700;
	font-size: var(--tm);
	text-align: center
}
.course-lesson__item img.img {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.course-lesson__item img.ccl {
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.course-lesson__item img.icon {
	aspect-ratio: 4/1;
	width: 70%;
	object-fit: contain;
}
.course-lesson__item img.normal {
	aspect-ratio: 8/5;
	object-fit: contain;
}
@media (max-width: 767px) {
	.course-lesson__ttl {
		padding: .5em .3em;
		text-align: center
	}
	.course-lesson__item img.ccl {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.course-lesson {
		display: flex;
		justify-content: space-between;
		width: min(86%,1000px);
		margin-left: auto;
		margin-right: auto;
	}
	.course-lesson__inner.col3 {
		width: 100%;
	}
	.course-lesson__inner.col2 {
		width: 65%;
	}
	.course-lesson__inner.col1 {
		width: 33%;
	}
	.entry .course-lesson__ttl {
		padding: .5em .8em;
		width: 100%
	}
	.course-lesson__cont {
		display: flex;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
	}
	.course-lesson__item {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.course-lesson__inner.col3 .course-lesson__cont .course-lesson__item {
		flex-basis: calc(100% / 3);
	}
	.course-lesson__inner.col2 .course-lesson__cont .course-lesson__item {
		flex-basis: 50%;
	}
	.course-lesson__inner.col1 .course-lesson__cont .course-lesson__item {
		flex-basis: 100%;
	}
	.course-lesson__item .ttl,
	.course-lesson__item p {
		width: 100%
	}
	.course-lesson__item .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.course-lesson__item .ttl.com {
		height: 60px;
	}
	.course-lesson__item p {
	}
	.course-lesson__item img.ccl {
		width: 70%;
	}
}
@media (min-width: 768px) and (max-width: 834px) {
	.entry .course-lesson__ttl {
		padding: .5em .5em;
	}
}


/*=====================================
生徒・保護者の声
=====================================*/
.phlist__bnr {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 3vw;
	color: var(--dgry);
	text-decoration: none
}
.phlist__bnr .cont > * + * {
	margin-top: .3em
}
.phlist__bnr .cont .ttl {
	font-size: var(--tm);
	font-weight: 700;
	line-height: 1.5
}
.phlist__bnr .cont p {
	line-height: 1.5
}
.phlist__bnr .cont .txt {
	color: var(--dgry);
	font-size: clamp(12px, 3.08vw, 15px)
}
.phlist__bnr .cont .category {
	margin-top: .1em;
	color: var(--gry);
	font-size: clamp(7px,2.3vw,12px)
}
.phlist__bnr .img {
	position: relative;
	flex-shrink: 0;
}
.phlist__bnr .img img {
	aspect-ratio: 200 / 143;
	width: 100%!important;
	object-fit: cover;
	border-radius: .7em
}
.phlist__bnr .img::before,
.phlist__bnr .img::after {
	content: "";
	display: block;
	position: absolute;
}
.phlist__bnr .img::before {
	top: -7px;
	right: -7px;
	width: 28px;
	height: 28px;
	background-color: var(--pnk);
	border-radius: 20px;
}
.phlist__bnr .img::after {
	top: 4px;
	right: 5px;
	aspect-ratio: 1 / 1;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--wht);
	border-right: 1px solid var(--wht);
	transform: rotate(45deg)
}
@media (max-width: 767px) {
	.phlist__inner .phlist__item:first-of-type {
		padding-top: min(3%,21px)
	}
	.phlist__item {
		padding: min(7%,49px) 0;
		border-bottom: 1px solid #d5d5d5
	}
	.phlist__bnr {
		gap: 3vw;
	}
	.phlist__bnr .img {
		width: 32%;
	}
}
@media (min-width: 768px) {
	.phlist__inner {
		display: flex;
		flex-wrap: wrap;
		width: min(100%, 1040px);
        margin-left: auto;
        margin-right: auto;
		gap: min(5vw,35px) 20px
	}
	.phlist__item {
		flex-basis: calc((100% - 40px) / 3);
	}
	.phlist__bnr {
		flex-direction: column-reverse;
		gap: 1em;
	}
	.phlist__bnr .img {
		width: 86%;
		margin: 0 auto;
	}
	.phlist__bnr .cont {
		width: 100%
	}
	.phlist__bnr .cont .ttl {
		width: 86%;
	}
}
.poptxt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: .5em;
	color: var(--clr-mw1);
	font-weight: 700
}
@media (max-width: 767px) {
	.poptxt {
		font-size: var(--nm);
	}
}
@media (min-width: 768px) {
	.poptxt {
		font-size: var(--tm);
	}
}
.poptxt::before,
.poptxt::after {
	content: "";
	display: inline-block;
    width: 2px;
    height: 24px;
    margin-top: -.2rem;
    background-color: var(--clr-mw1);
    vertical-align: middle;
}
.poptxt::before {
	transform: rotate(-25deg);
}
.poptxt::after {
	transform: rotate(25deg);
}
.ph-prof {
	display: flex;
	align-items: center;
	gap: 20px;
}
.ph-prof img {
	width: min(30%,140px)
}
.ph-prof p {
	flex-grow: 1;
	width: auto
}
.ph-prof span {
	display: inline-block;
	line-height: 1.8
}
ul.taglist {
	display: flex;
	flex-wrap: wrap;
	gap: 6px
}
ul.taglist a {
	padding: .3em .5em;
	background-color: var(--wht);
	border: 1px solid var(--lgry);
	border-radius: 30px;
	color: var(--gry);
	text-decoration: none
}
@media (max-width: 767px) {
	ul.taglist a {
		font-size: var(--ts);
	}
}
@media (min-width: 768px) {
	.accordion__cont ul.taglist {
		width: 96%
	}
	ul.taglist a {
		padding: .3em .8em;
		font-size: var(--nm);
	}
}




/*=====================================
hover
=====================================*/
@media (hover: hover) {
	header .gn-trial:hover {	
		background-color: #ffb6d4
	}
	header .header__sub li a:not([class]):hover {
		color: var(--hppl)
	}
	.btn_type01:hover {
		background-color: var(--hred);
		color: var(--wht)
	}
	.btn_type02:hover {
		background-color: var(--hpnk);
		color: var(--wht)
	}
	.btn_type03:hover {
		border-color: var(--hppl);
		color: var(--hppl);
	}
	.btn_type01:hover::before,
	.btn_type02:hover::before {
		background-color: var(--wht)
	}
	.btn_type03:hover::before {
		background-color: var(--hppl)
	}
	.btn_type01:hover::after,
	.btn_type02:hover::after {
		border-color: var(--clr-mw1)
	}
	.course-bnr__item:hover {
		color: var(--gry);
	}
	.course-bnr__item.c000:hover {
		border-color: #f0408e;
	}
	.course-bnr__item.c001:hover {
		border-color: #f03e60;
	}
	.course-bnr__item.c002:hover {
		border-color: #f1a447;
	}
	.course-bnr__item.c003:hover {
		border-color: #43b6f0;
	}
	.course-bnr__item.c045:hover {
		border-color: #f17243;
	}
	.course-bnr__item.c123:hover {
		border-color: #0daa9b;
	}
	.course-bnr__item.c456:hover {
		border-color: #0d65aa;
	}
	.course-bnr__item:hover::after {
		transform: rotate(45deg) translate(4px, -4px);
	}
	.trial-cv-address input[type=submit]:hover {
		background-color: var(--hppl);
		border-color: var(--hppl);
	}
	.wht-box:hover {
		box-shadow: 0 0 4px 0 rgba(193,193,193,.8)
	}
	.wht-bnr:hover {
		border-color: var(--hpnk);
		color: var(--gry);
	}
	.wht-bnr:hover::after {
		transform: rotate(45deg) translate(3px, -3px);
	}
	.faq-list .faq-list__item a:hover {
		color: var(--hppl);
	}
}


/*=====================================
press 2507
=====================================*/
.img--ttl {
	display: flex;
	align-items: center;
}
.img--ttl img {
	flex-shrink: 0;
}
.ph--txt .txt h3 {
	margin-top: 0
}
@media (max-width: 767px) {
	.img--ttl {
		flex-direction: column;
		text-align: center
	}
}
@media (min-width: 768px) {
	.img--ttl img {
		margin: 5px 10px
	}
	.ph--txt {
		display: flex;
		align-items: flex-start;
		gap: 30px
	}
	.ph--txt .ph {
		width: 30%;
		flex-shrink: 0
	}
	.ph--txt .txt {
		flex-grow: 1
	}
}
.ic-a {
	aspect-ratio: 1/1
}
.ic-b {
	aspect-ratio: 3/1
}
.ic-c {
	aspect-ratio: 25/6
}
.flag {
	height: 80px;
}
.img--ttl.line {
	padding-bottom: 10px;
    border-bottom: solid 1px #d5d5d5
}