/* CSS Document */


/* Noto Sans Japanese */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Zen Maru Gothic */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* Sawarabi Gothic */
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');


* {
	box-sizing: border-box;
	position: relative;
	margin: 0px;
	padding: 0px;
}

html,body {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	font-family: "Noto Sans JP", sans-serif;
	background: #FDFBF7;
}

iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

a:hover {
	opacity: 0.6;
	transition: 0.6s;
}

li {
	list-style: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

#wrap {
	width: 100%;
	height: 100%;
}


.header {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	position: fixed;
	z-index: 99;
	padding: 10px 15px;
}

.header .header_inner {
	max-width: 1500px;
	width: 94%;
	height: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
}

.header .header_inner_top {
	justify-content: flex-end;
	gap: 30px;
	max-width: 600px;
	margin-left: auto;
}

.header .header_inner_top >:first-child {
	margin-right: 0px;
}

.header .header_logo {
	max-width: 419px;
    width: 70%;
	position: fixed;
}

.header .header_logo.change-logo a::before {
	content: '';
	background: url("../images/common/logo-change.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

.header .header_logo a {
    display: block;
}

.header_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.header .header_navi {
	width: auto;
	margin: 0px 40px;
	border-top: 0px !important;
	border-bottom: 0px !important;
}

.section-navi li {
	width: auto !important;
}

@media screen and (min-width: 981px) {
	header.change-color .section-navi li {
		color: #D5B5D5;
	}
}

.section-navi li a {
	display: flex !important;
	justify-content: center;
	padding: 0px;
}

.section-navi li a:hover {
	color: #D5B5D5;
}

.header .section-navi .navi_current > a {
	padding: 0px;
}

.section-navi li a:hover::after,
.section-navi li a.active::after {
	content: '';
	background: url("../images/common/f_menu_current.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 55px;
	height: 10px;
	bottom: -10px;
	position: absolute;
}

.header .section-navi {
	justify-content: flex-start;
	gap: 2vw;
}

.header .section-navi .navi_current {
	font-size: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	position: relative;
}

.header .section-navi li a {
	position: relative;
}

.header_mail {
	max-width: 180px;
	width: 100%;
}

.header_info__tel {
	border-radius: 20px;
	border: 2px solid #FFF;
}

section {
	padding: 0px;
}


.top_component_02__catch__bg__catch {
	z-index: 1;
	top: -50px;
	display: flex;
	flex-direction: column;
	place-items: center;
}

.top_component_02__catch__bg__catch::after {
	content: '';
	background: url("../images/common/f_menu_current.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8vw;
	height: 2vw;
	bottom: -3vw;
	position: absolute;
}

.top_component_02__catch__bg__catch > * {
	color: #DEABD4;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	filter: drop-shadow(3px 3px 3px #FFF);
}

.contents-ttl {
	font-size: clamp(40px,6vw,60px);
}

.top_component_02__catch__bg__catch > span {
	font-size: clamp(18px,2.4vw,24px);
	width: auto;
}


section.top_component_02 {
	padding: 0px;
	height: 38vw;
}

section.top_component_02::after {
    content: '';
    background: url(../images/top/back_top_message.svg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: inline-block;
    width: 100%;
    height: 10vw;
    bottom: -1px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

section.top_component_02 img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center -70px;
}

.top_component_02__catch {
	height: 100%;
}

#contents {
	
}

.inner_wrap {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
	padding: 5vw 0px 10vw;
}

body#index .inner_wrap {
	padding: 10vw 0px;
}

.sec_ttl_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 6vw;
}

.sec_ttl_wrap::after {
	content: '';
	background: url("../images/common/sec_ttl_back.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14vw;
	height: 10vw;
	left: 0px;
	position: absolute;
}

.sec_ttl_inner {
	left: 6vw;
}

.sec_ttl_inner > * {
	line-height: 1;
	font-family: "Zen Maru Gothic", sans-serif;
	z-index: 1;
	color: #FFF;
}

.sec_ttl_inner.color_gray > * {
	color: #313131;
}

.sec_ttl {
	font-size: clamp(30px,4.8vw,48px);
}

.sec_ttl_inner > span {
	font-size: clamp(14px,1.6vw,16px);
	top: 5px;
	display: flex;
	width: 100%;
	line-height: 130%;
}

.box_wrap {
	max-width: 1040px;
	width: 100%;
	margin: 0px auto;
}

.box_ttl {
	font-size: clamp(16px,2vw,20px);
}

.box_txt {
	font-size: clamp(14px,1.6vw,16px);
	margin-top: 10px;
	line-height: 200%;
	text-align: justify;
}

.btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

.btn_txt {
	width: 100%;
	font-size: clamp(14px,1.6vw,16px);
	font-family: "Sawarabi Gothic", sans-serif;
	line-height: 200%;
	text-align: center;
	margin-bottom: 30px;
}

.grade_btn {
	background: linear-gradient(to bottom, rgba(213,181,213,1) 30px, rgba(240,245,230,1));
	border-radius: 50px;
	max-width: 200px;
	width: 100%;
	border: 2px solid #FFF;
	color: #FFF;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(14px,1.6vw,16px);
	font-weight: bold;
	filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.16));
	cursor: pointer;
}

.grade_btn a {
	display: flex;
	flex-direction: column;
	place-items: center;
	justify-content: center;
	padding: 13px 10px;
}

.grade_btn a > * {
	line-height: 1;
}

.grade_btn a > small {
	font-size: clamp(11px,1.3vw,13px);
}

.grade_btn a > span {
	font-size: clamp(22px,3vw,30px);
}

.grade_btn.wide_btn {
	max-width: 300px;
}

.grade_btn.big_btn {
	max-width: 480px;
	width: 90%;
}

.grade_btn.big_btn a {
	padding: 2.4vw 10px;
}

.big_btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 880px;
	width: 100%;
	margin: 5vw auto 0px;
	gap: 3vw;
}

.big_btn_wrap .grade_btn {
	max-width: 400px;
	width: 80%;
}

.big_btn_wrap .grade_btn a {
	padding: 2vw 10px 2vw 10%;
}

.big_btn_wrap .grade_btn a > * {
	line-height: 1.3;
}

.line_btn a::before,
.mail_magazine_btn a::before {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	width: 5rem;
	height: 5rem;
	transform: translateX(-50%);
	position: absolute;
}

.line_btn a::before {
	background: url("../images/common/icon_line_white.svg");
	left: 30%;
}

.mail_magazine_btn a::before {
	background: url("../images/common/icon_mailmagazine.svg");
	left: 18%;
}

section.back_deco::before,
section.back_deco::after {
	content: '';
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: inline-block;
	width: 100%;
	height: 10vw;
	left: 0px;
	position: relative;
	z-index: 1;
}

section.back_deco::before {
	top: 5px;
}

section.back_deco::after {
	bottom: 0px;
}

.sec_txt {
	text-align: center;
	font-size: clamp(16px,2vw,24px);
	font-family: "Sawarabi Gothic", sans-serif;
	line-height: 200%;
}


section.grade_01 .sec_inner {
	background: linear-gradient(to right, rgba(240,230,237,1),rgba(250,245,236,1));
}

section.grade_02 .sec_inner {
	background: linear-gradient(to right, rgba(250,245,236,1),rgba(240,230,237,1));
}


/* -------------------------------------------------------------------
サイドボタン
------------------------------------------------------------------- */
.side_btn_wrap {
	z-index: 2 !important;
}

.side_btn {
	position: fixed;
	top: 130px;
	left: 0px;
	width: 100px;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}

.side_btn > p {
	width: auto;
}



/* -------------------------------------------------------------------
ページトップ
------------------------------------------------------------------- */
.back_btn {
	width: 100px;
	height: 100px;
}


/* -------------------------------------------------------------------
フッター
------------------------------------------------------------------- */
section.footer_contact {
	background: url("../images/common/footer_contact_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 40% center;
	padding: 0px;
	height: auto;
}

section.footer_contact::before {
	background: url("../images/common/back_top_footer_contact.svg");
	top: -1px;
}

section.footer_contact::after {
	background: url("../images/common/back_bottom_footer_contact.svg");
	bottom: -5px;
	position: absolute;
}

section.footer_contact .inner_wrap {
	max-width: 560px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 7vw 0px 16vw;
}

section.footer_contact .sec_ttl_wrap {
	left: -60px;
}


section.footer_contact .grade_btn {
	max-width: 550px;
	width: 80%;
}

section.footer_contact .grade_btn a {
	flex-direction: column;
	padding: 26px 10px;
}

section.footer_contact .grade_btn a > small {
	font-size: 13px;
}

section.footer_contact .grade_btn a > span {
	font-size: clamp(20px,3vw,30px);
	line-height: 1;
}


.footer_menu {
	padding: 22px 0px;
}

.footer {
	background: linear-gradient(to right, rgba(240,230,237,1),rgba(250,245,236,1));
}

.footer .footer_logo {
	text-align: left;
	max-width: 419px;
	width: 80%;
	margin: 0px;
	padding: 0px;
}

.footer .footer_navi {
}

.footer .footer_navi .section-navi {
	justify-content: flex-start;
	gap: 30px;
}

.footer .footer_navi li {
	font-size: clamp(14px,1.6vw,16px);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
}



.footer .footer_navi .section-navi {
	margin: 0px;
}


.back_btn {
	cursor: pointer;
	position:fixed;
    bottom: 10px;
    right: 5px;
	z-index: 98;
}

.footer .footer_bottom {
	background: linear-gradient(to right, rgba(240,230,237,1),rgba(250,245,236,1));
	padding: 20px 0px;
}

.footer_other {
	justify-content: flex-start;
	font-size: 13px;
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 600;
}




/* -------------------------------------------------------------------
講座
------------------------------------------------------------------- */
.course_wrap > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6vw;
	gap: 3vw;
}

.course_img {
	width: 40%;
}

.course_img img {
	border-radius: 20px;
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}

.course_wrap > dl > dd {
	width: 55%;
	display: flex;
	flex-direction: column;
	gap: 1vw;
	font-family: "Sawarabi Gothic", sans-serif;
}

.content_ttl {
	color: #DEABD4;
	font-size: clamp(16px,2vw,20px);
	display: flex;
	align-items: center;
}

.content_ttl::before {
	content: '';
	background: url("../images/common/sec_ttl_back.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 37px;
	height: 36px;
	top: 3px;
	left: 0px;
	position: relative;
	margin-right: 10px;
}

.content_txt {
	max-width: 610px;
	width: 100%;
	margin-left: auto;
	font-size: clamp(14px,1.6vw,16px);
	line-height: 180%;
	text-align: justify;
}
