.body-page #high {
    background: url(../img/high/bg_header_high.svg) no-repeat center -6rem;
    background-size: auto 30rem;
}
.header_gakuen.high {
    grid-template-columns: 1fr 50rem 1fr;
}
#high .top_mv {
    position: relative;
}
.anchor_btn {
    position: absolute;
    z-index:5;
    bottom:0;
    right:4rem;
}
.anchor_btn a {
    display: flex;
    writing-mode: vertical-rl;
    color:var(--color-white);
    font-size:2rem;
    padding:2rem 0;
}
.anchor_btn a::before {
    content:'';
    position: absolute;
    bottom:0;
    left:-3rem;
    width:1px;
    height:10rem;
    background: var(--color-white);
}
.anchor_btn a::after {
    content:'';
    position: absolute;
    bottom:10rem;
    left:-3.35rem;
    width:0.8rem;
    height:0.8rem;
    border-radius: 50%;
    background: var(--color-white);
    animation:scrollcube 1.5s ease infinite;
}
@keyframes scrollcube {
    to {
        bottom:-1rem;
    }
}

/* =color
-------------------------------------------------------------- */
#high .headline h2 {
    color: var(--color-high1);
}
#high .headline .wave {
	flex-grow: 1;
	height: 14px;
	background: url(../img/high/wave.svg) repeat-x;
	/* 波線画像を使用 */
}
#high .subline {
    color: var(--color-high1);
}

/* top news&topic */
#high .top_blog_bg {
    padding:5rem 0 25rem 0;
}
#high .top_archive .titlebox .title {
    color:var(--color-high1);
}
#high .top_archive a .post_time .catname {
    width:50%;
    background: var(--color-high1);
}
#high .top_archive a .post_time time {
    width:30%;
}

#high .tabs {
    justify-content: flex-start;
}
#high .tab-button {
    color:var(--color-high1);
    border:1px solid var(--color-high1);
}
#high .tab-button:hover {
    color:var(--color-white);
    background-color: var(--color-high1);
}
#high .tab-button.active {
	color:var(--color-white);
    background-color: var(--color-high1);
}


/* top_philo */
#high .top_philo {
    margin:-5rem 0 0 0;
}
#high .top_philo .blob1 {
    
    background: url(../img/high/blob1.svg) no-repeat center center;
}
#high .top_philo .blob2 {
    top:15rem;
    background: url(../img/high/blob2.svg) no-repeat center center;
}
#high .top_philo .blob3 {
    top:-5rem;
    background: url(../img/high/blob3.svg) no-repeat center center;
}
#high .top_philo .blob6 {
    position: absolute;
	z-index:1;
	bottom:-10rem;
	right:5%;
	width:330px;
	height:372px;
	background-size: cover;
	animation: border-move 10s linear infinite forwards;
    background: url(../img/high/blob1.svg) no-repeat center center;
}
#high .top_philo .bg_wave {
    fill:var(--color-white);
}
#high .top_philo_bg {
    margin:-5px 0 0 0;
    padding: 5rem 0 3rem 0;
    background:var(--color-white);
}
#high .top_philo .top_philo_inner {
    position: relative;
    margin:-20rem 0 0 0;
}
#high .top_philo_bg .layout3 {
    display: grid;
    grid-template-columns: 0.5fr 0.4fr 0.1fr;
    column-gap: 4rem;
    grid-row-gap: 0px;
}
#high .top_philo_bg .layout3 .thumb {
    grid-area: 1 / 1 / 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1.5;
    border-radius: 0 0 4rem 0;
}
#high .top_philo_bg .sectitle_dammy {
    position: absolute;
    z-index:4;
    top:-2.5rem;
    left:3rem;
    display: inline-block;
    padding:1rem 2rem;
    color:var(--color-high1);
    font-size:1.6vw;
    border-radius: 0.6rem;
    background:var(--color-white);
}
#high .top_philo_bg .layout3 .thumb img {
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
}
#high .top_philo_bg .layout3 .textbox {
    grid-area: 1 / 2 / 2 / 3;
}
#high .top_philo_bg .layout3 .sectitle {
    grid-area: 1 / 3 / 2 / 4;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#high .top_philo_bg .layout3 .bottom {
    grid-area: 2 / 2 / 3 / 4;
    padding:6rem 0 0 0;
}
#high .top_philo_bg .layout3 ul.right {
    justify-content: flex-start;
}
#high .top_philo_bg .layout3 .philotxt li {
    font-size:5rem;
    color:var(--color-high1);
}
#high .top_philo_bg .layout3 .philotxt li::before {
    background: var(--color-high1);
}
#high .top_philo_bg .layout3 .textbox p {
    font-size:1.5rem;
    line-height:1.8em;
    color:var(--color-gaku4)
}
#high .top_philo_bg .layout3 .sectitle h2 {
    font-size:4rem;
    color:var(--color-high1);
}
#high .top_philo_bg .layout3 .sectitle h2 span {
    font-size:2rem;
    color:var(--color-gaku4);
    padding:5rem 0 0 0;
}
#high .top_philo_bg .layout3 .bottom .more a {
    max-width: 100%;
}
#high .top_philo_bg .layout3 .bottom .philo1 {
    width:60%;
    margin:0 auto;
    padding:6rem 0 0 0;
}
#high .top_philo_bg .layout3 .bottom .philo1 img {
    display: block;
    width:100%;
    height:auto;
}

/* top_curriculum */
.top_curriculum {
    margin:5rem 0 0 0;
}
.top_curriculum .top_curriculum_bg {
    margin:-5px 0 0 0;
	padding:10rem 0 0 0;
    background:var(--color-high1);
}
.top_curriculum .bg_wave {
    fill:var(--color-high1);
}
#high .top_curriculum .headline h2 {
    color:var(--color-white);
}
#high .top_curriculum .headline {
    padding:0 0 1rem 0;
}
.top_curriculum .subline1 {
    font-size:5rem;
    color:var(--color-white);
    text-align: center;
}
.top_curriculum .subline2 {
    font-size:1.2vw;
    line-height: 1.6em;
    color:var(--color-white);
    text-align: center;
    padding:3rem 0 0 0;
}
.top_curriculum .subline3 {
    position: absolute;
    top:10rem;
    left:0;
    display: flex;
    justify-content: center;
    align-items: start;
    border:2px solid var(--color-white);
    border-radius: 0.3rem;
    writing-mode: vertical-rl;
    font-size:2.5vw;
    line-height: 1.6em;
    color:var(--color-white);
    text-align: center;
    padding:1rem 0;
}
.curriculum_main {
    width:80%;
    height:30rem;
    margin:4rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    position: relative;
    transition:height .4s ease;
}
.hooklist {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}
.hooklist .hookbtn {
    width:16%;
    height:100%;
    border-radius: 5rem 5rem 0 0;
    writing-mode: vertical-rl;
    font-size:3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:var(--color-white);
    padding:6rem 0 6rem 0;
    cursor: pointer;
    transform:translateY(5rem);
    transition:transform .4s ease;
}
.hooklist .hookbtn:hover,
.hooklist .hookbtn.selected {
    transform:translateY(0);
}
.hooklist .hook_ri {
    background:var(--color-high3)
}
.hooklist .hook_bun {
    background:var(--color-high4)
}
.hooklist .hook_art {
    background:var(--color-high5)
}
.hooklist .hook_music {
    background:var(--color-high7)
}
.hooklist .hook_ex {
    background:var(--color-high6)
}
.hooklist .hook_kaji {
    background:var(--color-high8)
}

.hook_wrapper {
    width:100%;
    position: relative;
}
.hook_contents {
    position: absolute;
    width:80%;
    bottom:7rem;
    left:50%;
    transform:translateX(-50%);
    border-radius: 1rem;
    padding:3rem;
    display: none;
    opacity:0;
    visibility: hidden;
    background:var(--color-white);
    transition:opacity .4s .5s ease, visibillity .1s .5s ease;
}
.hook_contents.is-show {
    opacity:1;
    visibility: visible;
}
.cul_head {
    display: grid;
    grid-template-columns: 1fr;
    gap:5rem;
    align-items: start;
}
.cul_head .title {
    width:80%;
    padding:1rem 2rem;
    font-size:3rem;
    color:var(--color-white);
    border-radius: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hook_ri .cul_head .title {
    background:var(--color-high3)
}
#hook_bun .cul_head .title {
    background:var(--color-high4)
}
#hook_art .cul_head .title {
    background:var(--color-high5)
}
#hook_music .cul_head .title {
    background:var(--color-high7)
}
#hook_ex .cul_head .title {
    background:var(--color-high6)
}
#hook_kaji .cul_head .title {
    background:var(--color-high8)
}
.cul_head h3 {
    display: block;
    font-size:3.3rem;
    line-height: 1.5em;
    color:var(--color-high1);
}
.cul_inner {
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    gap:5rem;
    align-items: start;
    padding:3rem 0 0 0;
}
.cul_inner .thumb_in {
    aspect-ratio: 1 / 1;
}
.cul_inner .thumb img {
    display: block;
    width:100%;
    height:100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.cul_inner .textbox h4 {
    font-size:2.8rem;
    color:var(--color-high1);
    padding:0 0 1rem 0;
    margin:0 0 2rem 0;
    border-bottom:1px solid var(--color-high1);
}
.cul_inner .textbox p {
    font-size:1.8rem;
    line-height: 1.8em;
    color:var(--color-high1);
}
.btn_curriculum {
    position: absolute;
    bottom:4rem;
    right:0;
    display: flex;
    justify-content: center;
    align-items: start;
    border:2px solid var(--color-white);
    border-radius: 0.3rem;
    writing-mode: vertical-rl;
    font-size:2.4rem;
    line-height: 1.6em;
    color:var(--color-white);
    text-align: center;
    padding:1.5rem 1rem 6rem;
    transition:background .3s ease, color .3s ease;
}
.btn_curriculum span::before {
    content:'';
    position: absolute;
    width:2rem;
    height:2px;
    background:var(--color-white);
    bottom:2.9rem;
    left:50%;
    margin:0 0 0 -1rem;
    transition:transform .3s ease, background .3s ease;
}
.btn_curriculum span::after {
    content:'';
    position: absolute;
    height:2rem;
    width:2px;
    background:var(--color-white);
    bottom:2rem;
    left:50%;
    margin:0 0 0 -1px;
    transition:transform .3s ease;
}
.btn_curriculum:hover {
    background:var(--color-white);
    color:var(--color-high1);
}
.btn_curriculum:hover span::before,
.btn_curriculum:hover span::after {
    background: var(--color-high1);
    transform:rotate(360deg);
}

/* special_feature */
.special_feature {
    padding:5rem 0 10rem 0;
    background:var(--color-white);
}
.special_feature .headline {
    padding: 0 0 1rem 0;
}
.sf_block {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:5rem;
	row-gap:5rem;
    padding:5rem 0 0 0;
}
.sf_block .sf_post {
    width:100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 2rem;
}
.sf_block a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sf_block a img {
    display:block;
    width:100%;
    height:100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition:transform .5s ease
}
.sf_block a:hover img {
    transform:scale(1.1);
}
.special_feature .btnbox a {
    margin:4rem auto 0
}

/* top examination */
.top_examination {
}
.parallax_content {
    width:100%;
    height:50rem;
    background:url(../img/high/bgexam.webp) no-repeat center center;
    background-size: 100% auto;
}
.top_examination .exam_box {
    padding:0 0 6rem 0;
    background: var(--color-high2);
}
.headline2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3rem;
	/* 波線と見出しの間の余白 */
	width: 100%;
	padding: 3rem 0;
}
.headline2 .exam_title {
	font-size: 5vw;
	line-height: 1.5;
	color: var(--color-white);
	white-space: nowrap;
	/* テキストの折り返しを防ぐ */
}
.headline2 .wave {
	flex-grow: 1;
	height: 14px;
	background: url(../img/high/wave2.svg) repeat-x;
	/* 波線画像を使用 */
}
.exam_layout {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2rem;
}
.exam_layout .left {
    border:2px solid var(--color-white);
    border-radius: 1rem;
    padding:3rem 3rem 2rem;
    position: relative;
}
.exam_layout .left h2 {
    display: inline-block;
    position: absolute;
    left:5%;
    top:-2.5rem;
    background:var(--color-high2);
    color:var(--color-white);
    padding:1rem 2rem;
    font-size:2.7rem;
}
.exam_layout .left a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:1rem 0;
    padding:1rem 0;
    border-bottom:1px solid rgba(90,109,155,0.3);
    transition:opacity .4s ease;
}
.exam_layout .left a:hover {
    opacity: 0.5;
}
.exam_layout .left a:last-of-type {
    border-bottom:none;
}
.exam_layout .left a time {
    font-size:0.9vw;
    width:12rem;
    color:var(--color-white);
}
.exam_layout .left a .catname {
    font-size:1.4rem;
    color:var(--color-white);
    padding:0.8rem 1.5rem;
    background: var(--color-high2);
    margin:0 0 0 1rem;
    width:16rem;
    text-align: center;
}
.exam_layout .left a .title {
    font-size:1.6rem;
    margin:0 0 0 2rem;
    color:var(--color-white);
}
.btn_exam {
    background:var(--color-white);
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:2rem 3rem;
    margin:0 0 1rem 0;
}
.btn_exam:last-of-type {
    margin:0;
}
.btn_exam .label {
    font-size:2rem;
    color: var(--color-high2);
}
.btn_exam .icon {
    width:1.8rem;
}
.btn_exam .icon svg {
    fill:var(--color-high2);
}

.jrnewssubtxt{
    font-size: 2rem;
    vertical-align: middle;
}

/* top卒業生メッセージ */
.top_gradstu {
    padding:8rem 0;
}
.grad_subtitle {
    font-size:2.8rem;
    color:var(--color-high1);
    text-align: center;
    padding:0 0 1rem 8rem;
}

/* =footer
-------------------------------------------------------------- */
#high .banner_list .arrowbtn {
	background: var(--color-high2);
}
#high .banner_list {
	background: rgb(61,97,131);
	background: linear-gradient(0deg, rgb(61, 97, 131) 50%, rgba(255,255,255,1) 50%);
}
#high footer {
	background: var(--color-high1);
}
#high footer .upper .map a {
    background:var(--color-high2);
}

/* =卒業生メッセージ
-------------------------------------------------------------- */
#elemgrad .grad_messe_wrap .txt1 {
    color:var(--color-ele1);
}
.grad_wrapper .blob1 {
    background:url(../img/high/blob1.svg) no-repeat center center;
}
.grad_wrapper .blob2 {
    background:url(../img/high/blob2.svg) no-repeat center center;
}
.grad_wrapper .blob3 {
    background:url(../img/high/blob3.svg) no-repeat center center;
}
#highgrad .grad_wrapper .point .point_box .num {
    background: var(--color-high1);
}
#highgrad .grad_messe_archive a .years {
    background: var(--color-high1);
}

/* 卒業生メッセージ記事詳細 */
.graduater_profile {
	position: relative;
	z-index:-1;
	padding:25rem 0 10rem 0;
}
.graduater_profile .blob1 {
    right:0rem;
    top:15rem;
}
.graduater_profile .blob2 {
    top:45rem;
}
.graduater_profile .blob3 {
    right:45rem;
    bottom:5rem;
}
.graduater_profile .inner {
	display: grid;
    grid-template-columns: 4fr 6fr;
	gap:5rem;
    position: relative;
    z-index:2;
}
.graduater_profile .inner .thumb {
    grid-area: 1 / 2 / 4 / 3;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	border-radius: 10rem;
	aspect-ratio: 1 / 1;
}
.graduater_profile .inner .thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.graduater_profile .inner .grad_title {
    grid-area: 2 / 1 / 3 / 3;
	font-size:2.5vw;
    line-height: 1.8em;
    color:#FFF;
    width:100%;
    position: relative;
    z-index: 2;
    padding:5rem 0 0 0;
}
.graduater_profile .inner .grad_title span {
    background: rgba(61,97,131,0.5);
}
.graduater_profile .inner .grad_logo {
    grid-area: 1 / 1 / 2 / 2;
    width:100%;
}
.graduater_profile .inner .grad_logo img {
    display: block;
    width:100%;
    height:auto;
}
.graduater_profile .inner .textbox {
    grid-area: 3 / 1 / 4 / 2;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.graduater_profile .inner .textbox .name_year {
    font-size:2.4rem;
    color:var(--color-high2);
    padding:3rem 0 0;
}
.graduater_profile .inner .textbox h1 {
    width:100%;
    display: block;
    font-size:3.6rem;
    color:var(--color-high1);
    padding:0 0 2rem 0;
}
.graduater_profile .inner .textbox h1 span {
    font-size:2.4rem;
    margin:0 0 0 1rem;
}
.graduater_profile .inner .textbox .affli {
    width:100%;
    font-size:2.4rem;
    color:var(--color-high1);
    padding:2rem 0 0.5rem;
}
.graduater_profile .inner .textbox .affli2 {
    width:100%;
    font-size:2.4rem;
    color:var(--color-high1);
}
.grad_main {
    margin:-5rem auto 0;
}
.grad_main .bg_wave {
    fill:var(--color-white);
}
.grad_single {
    max-width:100rem;
    width:100%;
    margin:0 auto;
    padding:0 0 0 0;
}

.grad_single_inner {
    padding:5rem 0;
}
.grad_single h2 {
    display: block;
    font-size: 4rem;
    padding:0 0 0 4rem;
    position: relative;
    margin:0 auto 3rem;
}
.grad_single h2::before {
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width:3rem;
    height:3rem;
    background: url(../img/common/ico_h2.svg) no-repeat center center;
    background-size: 100% auto;
    transform: translateY(-50%);
}
.grahead1 {
    color:var(--color-gaku4);
}
.grahead2 {
    color:var(--color-high6);
}
.grahead3 {
    color:var(--color-high8);
}
.grahead4 {
    color:var(--color-high5);
}
.grahead5 {
    color:var(--color-high4);
}
.grahead6 {
    color:var(--color-ele2);
}
.grad_single p {
    color: var(--color-gaku4);
}
.grad_main .btnbox a {
    margin:0 auto 10rem;
}
.other_grad {
    padding:0 0 10rem 0;
}
.other_grad .headline {
    padding:0 0 1rem;
}

/* =news&topic
-------------------------------------------------------------- */
.term_list li a {
    color:var(--color-high1);
    border:1px solid var(--color-high1);
}
.term_list li a:hover {
    color:#FFF;
    background: var(--color-high1);
}
.term_list li a.current {
    color:#FFF;
    background: var(--color-high1);
}

/* =記事一覧
-------------------------------------------------------------- */
#high .pagination .page-numbers li a {
	color:var(--color-high1);
}
#high .pagination .page-numbers li a:hover {
	color:var(--color-white);
}
#high .pagination .page-numbers li span {
	background: var(--color-high1);
}
#high .pagination .page-numbers li a {
	border:1px solid var(--color-high1);
}
#high .pagination .page-numbers li a:hover {
	background:var(--color-high1);
}

/* =記事詳細
-------------------------------------------------------------- */
.single .post_information p {
    width:40%;
    background: var(--color-high1);
}
.single-post-main h2::before {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	background: url(../img/high/ico_h2_high.svg) no-repeat center center;
	background-size: 100% auto;
}
.post-share-title::before {
	background-color:var(--color-high1);
}
.post-share-title::after {
	background-color:var(--color-high1);
}
.post-share-title span {
	color:var(--color-high1);
}
.sharelinks .snsicon {
    fill:var(--color-high1);
}

/* =サイドバー
-------------------------------------------------------------- */
.sidebar .side_title {
	background: var(--color-high1);
}
.tax_cat_list.side li a {
	color: var(--color-high1);
}

/* =固定ページ
-------------------------------------------------------------- */
.greeting_title {
	color:var(--color-high2);
	font-size:3.2vw;
    line-height: 1.3em;
	padding:0 0 3rem 0;
}

/* =部活動
-------------------------------------------------------------- */
.page_list .page_box .club_box {
    cursor: pointer;
}
.page_list .page_box .club_box .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 2rem;
}
.page_list .page_box .club_box .thumb img {
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .5s ease;
}
.page_list .page_box .club_box:hover .thumb img {
	transform: scale(1.1);
}
.page_list .page_box .club_box .title {
	font-size:2.4rem;
	text-align: center;
	padding:1.5rem 0;
	color:var(--color-gaku4);
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* モーダルのコンテンツ */
.swiper-container3 {
	overflow: hidden;
}
#high .swiper-container3 .swiper-slide {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
    height:fit-content;
    max-height:80vh;
}
#high .modal__content {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 120rem;
    border:none;
    padding:0;
    border-radius: 6rem;
}
/* モーダルを閉じるボタン */
#high .modal__close-btn {
	position: absolute;
	right: -2rem;
	top: -2rem;
	width: 80px;
	height: 80px;
	background: #fff;
	cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
	z-index: 10;
	border:none;
	text-align: center;
	font-size:4rem;
	color:var(--color-common);
}
#high .modal__content .swiper-slide {
    padding:4rem;
}
#high .modal__content.club_modal .swiper-container3 .swiper-slide {
    height: max-content;
    max-height: 80vh;
    overflow-y:scroll;
}
#high .modal__content.club_modal .thumb {
    order:0;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4 / 3;
}
#high .modal__content.club_modal .thumb .inner {
	aspect-ratio: 4 / 3;
    position: relative;
}
#high .modal__content.club_modal .thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
#high .modal__slide .juniclub_contents {
    order:1;
    width:100%;
    height: fit-content;
    max-height:calc(80vh - 8rem);
    padding:0 1rem 0 0;
    margin:3rem 0 0 0;
}
#high .modal__slide .juniclub_contents .club_name {
    background:var(--color-high1);
    color:#FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.5rem 0;
    width:100%;
    border-radius: 1rem;
    font-size:2.2rem;
    margin:0 auto 2.5rem;
}
#high .modal__slide .juniclub_contents h2 {
    display: block;
    font-size:3rem;
    line-height: 1.4em;
    color:var(--color-gaku4);
    margin:0 auto 2.5rem;
}
#high .modal__slide .juniclub_contents p {
    font-size:1.6rem;
    line-height: 1.5em;
    color:var(--color-gaku4);
    padding:0 0 2.5rem 0;
}
#high .modal__slide .juniclub_contents h3 {
    display: block;
    font-size:2.6rem;
    line-height: 1.4em;
    color:var(--color-high2);
    margin:0 auto 2.5rem;
    padding:0 0 0 3rem;
    position: relative;
}
#high .modal__slide .juniclub_contents h3::before {
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width:2rem;
    height: 1px;
    background: var(--color-high2);
}
#high .modal__slide .juniclub_contents ul li {
    list-style: disc;
    font-size:1.6rem;
    line-height: 1.5em;
    color:var(--color-gaku4);
    padding:0 0 1.5rem 0;
    margin:0 0 0 3rem;
}
#high .modal__slide .juniclub_contents a {
    color:var(--color-gaku4);
    text-decoration: underline;
}
#high .modal__slide .juniclub_contents .piece-Table {
    width:100%;
    border:1px solid var(--color-high1);
    margin:0 auto 3rem;
}
#high .modal__slide .juniclub_contents .piece-Table th {
    width:fit-content;
    border-bottom:1px solid var(--color-high1);
    font-size:1.6rem;
    line-height: 1.4em;
    color:var(--color-gaku4);
    background: var(--color-gaku3);
    white-space: nowrap;
    padding:1rem 1rem;
}
#high .modal__slide .juniclub_contents .piece-Table td {
    border-bottom:1px solid var(--color-high1);
    font-size:1.6rem;
    line-height: 1.4em;
    color:var(--color-gaku4);
    padding:1rem 2rem;
}

/* =SPECIAL FEATURE
-------------------------------------------------------------- */
#special_feature h1 {
    color:var(--color-high1);
}

/* =カリキュラム
-------------------------------------------------------------- */
.curriculum_subtitle {
    width:fit-content;
    padding:1.5rem 4rem;
    background: var(--color-high2);
    color:#FFF;
    font-size:2.4rem;
    margin:0 0 3rem;
}

/* =教科の特長
-------------------------------------------------------------- */
.page_sub_list {
    max-width:100rem;
    width:100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:4rem;
    margin:8rem auto;
}
.page_sub_list .page_box .kyoka {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    padding:2rem 0;
}
.page_sub_list .page_box .title {
    font-size:3.2rem;
    color:var(--color-high1);
}
.page_sub_list .page_box .title_en {
    width: 100%;;
    font-size:2rem;
    color:var(--color-high2);
    padding:1.5rem 0 0 0;
}
.page_sub_list .page_box .thumb {
    width:100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 2rem;
    margin:2rem 0 0 0;
}
.page_sub_list .page_box .thumb img {
    display: block;
    width:100%;
    height:auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .4s ease;
}
.page_sub_list .page_box:hover .thumb img {
    transform: scale(1.1);
}
.page_sub_list .page_box .explain {
    font-size:1.7rem;
    line-height: 1.6em;
    color:var(--color-gaku4);
}
.page_sub_list .page_box .explain .readmore:hover {
    text-decoration: underline;
}
.subject_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.subject_title .icon {
    width:10rem;
    height:10rem;
}
.subject_title .icon img {
    display: block;
    width:10rem;
    height:auto;
}
.subject_title .label {
    font-size:4.8rem;
    line-height: 1.4em;
    color:var(--color-juni1);
    padding:0 0 0 2rem;
}

/* =コース紹介
-------------------------------------------------------------- */
.anchorlist a.bun {
    border:1px solid var(--color-high4);
    background: var(--color-high4);
}
.anchorlist a.rikei {
    border:1px solid var(--color-high3);
    background: var(--color-high3);
}
.anchorlist a.art {
    border:1px solid var(--color-high5);
    background: var(--color-high5);
}
.anchorlist a.music {
    border:1px solid var(--color-high7);
    background: var(--color-high7);
}
.anchorlist a.taiiku {
    border:1px solid var(--color-high6);
    background: var(--color-high6);
}
.anchorlist a.kasei {
    border:1px solid var(--color-high8);
    background: var(--color-high8);
}
.anchorlist a.bun:hover,
.anchorlist a.rikei:hover,
.anchorlist a.art:hover,
.anchorlist a.music:hover,
.anchorlist a.taiiku:hover,
.anchorlist a.kasei:hover {
    background: #FFF;
}
.course_title {
    font-size:2.6vw;
    line-height: 1.6em;
}
#no1 .course_title {
    color:var(--color-high4);
}
#no2 .course_title {
    color:var(--color-high3);
}
#no3 .course_title {
    color:var(--color-high5);
}
#no4 .course_title {
    color:var(--color-high7);
}
#no5 .course_title {
    color:var(--color-high6);
}
#no6 .course_title {
    color:var(--color-high8);
}
.voicebox {
    display: grid;
    grid-template-columns: 55fr 45fr;
    gap:3rem;
    align-items: start;
    margin:0 auto 6rem;
}
.voice_title {
    font-size:3.2rem;
    line-height: 1.7em;
    margin:0 0 3rem;
}
#no1 .voice_title {
    color:var(--color-high4);
}
#no2 .voice_title {
    color:var(--color-high3);
}
#no3 .voice_title {
    color:var(--color-high5);
}
#no4 .voice_title {
    color:var(--color-high7);
}
#no5 .voice_title {
    color:var(--color-high6);
}
#no6 .voice_title {
    color:var(--color-high8);
}
.single-post-main p.voice {
    font-size:1.8rem;
    line-height:2em;
    margin:0;
}
.voicebox .thumb {
    width:100%;
}
.voicebox .thumb img {
    display: block;
    width:100%;
    height:auto;
    border-radius: 2rem;
}
.single-post-main .voicebox .thumb p {
    margin:3rem 0 0;
    line-height: 1.5em;
}
.voicebox .thumb p span.big {
	font-size:3rem;
}
.voicebox .thumb p span.small {
    display: inline-block;
	font-size:1.8rem;
    padding:2rem 0 0 0;
}
.sep_wave {
    width:100%;
    height:5rem;
    background: url(../img/high/wave.svg) repeat-x;
    background-size: 5% auto;
    margin:0 auto 10rem;
}

.sashie {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 3rem;
    align-items: end;
    margin:3rem 0 0 0;
}
.sashie img {
    width:100%;
    height:auto;
}
.single-post-main .voicebox .thumb .sashie p {
    font-size:1.6rem;
    line-height: 1.5em;
    width:100%;
}

/*体験入学にNEWを表示する。不必要箇所は削除*/

p.title span{display:block;color:#fff;background-color:#ff0000;width:100px;margin:5px auto;}
h2.page_title span{display:none;}
.child-links a span{display:none;}