/* ##### lower static page css ##### */

.sec-senior [class^="com_boxDivisionttl"] { background-image: url(/wp-content/themes/Edojo/assets/img/senior/image-catch-pc.jpg); }
.sec-senior [class^="com_boxDivisionttl"] { 
    background-image: url(../img/senior/image-catch-pc.jpg);
 }
@media (max-width: 767px) {
    .sec-senior [class^="com_boxDivisionttl"] { background-image: url(/wp-content/themes/Edojo/assets/img/senior/image-catch-sp.jpg); }
    .sec-senior [class^="com_boxDivisionttl"] { background-image: url(../img/senior/image-catch-sp.jpg); }
}


/* ## page link ## */
.c2_pl_wrp {
	margin-top: 0;
	margin-bottom: 3.71vw;
}
.c2_pl {
	position: absolute;
	margin: 2px 0 0 auto;
	width: 45.05vw;
	z-index: 10;
	color: var(--color-black);
	right: 0;
	min-width: 10.5em;
}
.c2_pl .c2_pl_ttl {
	position: relative;
	cursor: pointer;
	padding: 0.3em;
    text-align: center;
	color: var(--color_jhs);
	background-color: var(--palecolor);
    border-bottom-left-radius: var(--sz_radius);
    border-bottom-right-radius: var(--sz_radius);
    font-weight: bold;
}
.sec-senior .c2_pl .c2_pl_ttl {
	color: var(--color_hs);
}
.c2_pl .c2_pl_ttl i {
    font-style: normal;
    display: inline-block;
    position: relative;
	padding: 0 2em 0 0;
}
.c2_pl .c2_pl_ttl span:nth-of-type(2) {
    display: none;
}
.c2_pl.show .c2_pl_ttl {
	background-color: var(--white);
}
.c2_pl.show .c2_pl_ttl span:nth-of-type(2) {
    display: block;
}
.c2_pl.show .c2_pl_ttl span:nth-of-type(1) {
    display: none;
}
.c2_pl .c2_pl_ttl i::before {
	transition: 0.2s;
	content: "";
	display: block;
	position: absolute;
	width: 0.8em;
	aspect-ratio: 2 / 1;
	right: 0.5em;
	top: calc(50% - 0.2em);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: color-mix(in srgb, var(--color_jhs) 90%, transparent);
}
.sec-senior .c2_pl .c2_pl_ttl i::before {
    background-color: color-mix(in srgb, var(--color_hs) 90%, transparent);
}
.c2_pl.show .c2_pl_ttl i::before {
	transform: rotate(180deg);
}
.c2_pl .c2_pl_nav {
	display: grid;
	grid-template-rows: 0fr;
	position: relative;
	transition: 0.3s;
	background-color: var(--palecolor);
	width: 100%;
}
.c2_pl.show .c2_pl_nav {
    grid-template-rows: 1fr;    
}
.c2_pl .c2_pl_nav ul {
    overflow: hidden;
    padding: 0 0.5em;
    margin: 0;
}
.c2_pl .c2_pl_nav li:not(:last-child) {
    border-bottom: 1px solid var(--white);
}
.c2_pl .c2_pl_nav a {
	display: block;
	padding: 0.3em 0 0.3em 0.8em;
	transition: 0.3s;
    text-decoration: none;
    color: var(--txt_basiccolor);
    position: relative;
}
.c2_pl .c2_pl_nav a::before {
    content: "";
    display: block;
    position: absolute;
    height: 0.6em;
    aspect-ratio: 3 / 4;
    left: 0.1em;
    top: calc(50% - 0.3em);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: var(--txt_basiccolor);
}
@media (min-width: 768px) {
    .c2_pl_wrp {
        margin-top: -2rem;
	margin-bottom: 1rem;
    }
    .c2_pl {
        width: unset;
        position: relative;
        padding-top: 1.5rem;
    }
    .c2_pl .c2_pl_ttl,
    .c2_pl.show .c2_pl_ttl {
        display: none;
    }
    .c2_pl .c2_pl_nav,
    .c2_pl.show .c2_pl_nav {
        grid-template-rows: 1fr;    
        background-color: transparent;
        padding-top: 2rem;
    }
    .c2_pl .c2_pl_nav ul {
        display: flex;
        justify-content: end;
    }
    .c2_pl .c2_pl_nav li:not(:last-child) {
        border-bottom: 0 none;
        margin-right: 0.5em;
    }
    .c2_pl .c2_pl_nav li a {
        padding: 0.6em 1em 0.5em;
        background-color: var(--color_jhs);
        color: var(--white);
        border-radius: 3em;
        line-height: 1;
    }
    .sec-senior .c2_pl .c2_pl_nav li a {
        background-color: var(--color_hs);
    }
    .c2_pl .c2_pl_nav li a::before {
        display: none;
    }
}

/* ## title ## */
.c2_ttl {
    margin-bottom: 1em;
    color: var(--color_mem);
}
.c2_decottl_underline,
.cs_decottl_underline {
    border-bottom: 1px solid var(--keycolor);
    color: var(--txt_basiccolor);
    padding: 0 var(--gap_narrow3h) 0.3em;
    margin: 0 0 1em;
    line-height: 1.2;
    font-size: 114%;
    background-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[class*="-dcttl_jhs"].c2_decottl_underline {
    border-color: var(--color_jhs);
}
[class*="-dcttl_hs"].c2_decottl_underline {
    border-color: var(--color_hs);
}
@media (min-width: 768px) {
    .c2_decottl_underline,
    .cs_decottl_underline {
        margin: 0 0 2em;
        font-size: 125%;
    }
}
.c2_ttl_tri {
    padding-left: 1em;
    background: url(https://edojo.gptw.net/wp-content/themes/Edojo/assets/img/common/icon_triangle_rb.svg) left center no-repeat;
    background-size: 0.5em;
    font-size: 114%;
}
@media (min-width: 768px) {
    .c2_ttl_tri {
        font-size: 125%;
    }
}
/* ## list ## */
.c2_dl_n dt {
    font-size: 114%;
    font-weight: bold;
}
.c2_dl_n dd {
    margin: 0;
    font-size: 100%;
}
.c2_dl_n dd span {
    display: inline-block;
    margin-right: 2em;
}
@media (min-width: 768px) {
    .c2_dl_n dt {
        font-size: 125%;
    }
}
.c2_ul_n {
    padding: 0;
    display: grid;
    gap: 0.3em 0;
}
.c2_ul_n li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
.c2_ul_n li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.2em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    left: 0.4em;
    top: 0.8em;
    background-color: var(--txt_basiccolor);
}
.c2_ul_ast {
    padding: 0;
    display: grid;
    gap: 0.3em 0;
}
.c2_ul_ast li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
.c2_ul_ast li::before {
    content: "＊";
    display: block;
    position: absolute;
    font-size: 80%;
    left: 0;
    top: 0.2em;
}
[class^="c2_ul_pdf"] {
    padding: 0;
    display: grid;
    gap: 1em 0;
}
[class^="c2_ul_pdf"] li {
    list-style: none;
}
[class^="c2_ul_pdf"] li a {
    display: inline-block;
    padding-left: 2.4em;
    padding-top: 0.2em;
    position: relative;
    min-height: 1.5em;
    text-decoration: none;
    color: var(--txt_basiccolor);
    letter-spacing: 0.08em;
}
[class^="c2_ul_pdf"] li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 2em;
    top: 0;
    aspect-ratio: 28 / 30;
    background-color: var(--black);
    border-radius: 0.2em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.14em auto;
    background-image: url("../img/common/icon_pdf_w.svg");
}
.c2_ul_pdf-jhs li a::before {
    background-color: var(--color_jhs);
}
.c2_ul_pdf-hs li a::before {
    background-color: var(--color_hs);
}
[class*="c2_btn"] [class*="com_btn"] i {
    display: inline-block;
    font-style: normal;
}

/* ## image ## */
.cs2_fullimg {
    max-height: 50vw;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    .cs2_fullimg {
        max-height: 25vw;
        margin-bottom: 4em;
    }
}
.cs2_fullimg img {
    height: unset;
}
/* ## video ## */
.c2_video {
    max-width: 37.5rem;
    margin: 0 auto;
}
.c2_video video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* ## button, other ## */
[class*="c2_btn_inv_lined_hs"] {
    color: var(--color_hs);
    border-color: var(--color_hs);
}
[class^="com_btn"][class*="c2_btn_inv_lined_hs"][target="_blank"] {
    background-image: url(../img/common/icon_external_b.svg);
}

[class*="-c2_color_key"] {
    color: var(--keycolor);
}
[class*="-c2_btn_nobrdr"] {
    border: 0 none;
}
[class*="-c2_btn_pdf"] {
    border: 0 none;
    border-radius: 0.3em;
    padding: var(--gap_btnh_basic) var(--gap_btnh_icon);
}
[class*="-c2_btn_icon-pdf"] span {
    font-size: 4.24vw;
    padding-left: 1.5em;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1em auto;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-image: url(../img/common/icon_pdf_w.svg);
}
@media screen and (min-width: 768px) {
    [class*="-c2_btn_icon-pdf"] span {
        font-size: 1.25rem;
    }
}
.c2_accordion {
    display: grid;
    gap: 2.12vw 0;
}
@media screen and (min-width: 768px) {
    .c2_accordion {
        gap: 0.75rem 0;
    }
}
.c2_accordion dl {
    background: var(--bgaccent);
    margin: 0;
    border-radius: var(--sz_radius);
}
.c2_accordion dt {
    padding: 1em 3.3em 1em 1em;
    min-height: 4.5em;
    display: grid;
    align-items: center;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
}
.c2_accordion dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    right: 1em;
    top: calc(50% - 0.3em);
    aspect-ratio: 14 / 8;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: var(--txt_basiccolor);
    transition: 0.3s;
}
.c2_accordion dt span {
    display: block;
}
.c2_accordion dt:hover {
    color: var(--keycolor);
}
.c2_accordion dt:hover::before {
    background-color: var(--keycolor);
}
.c2_accordion dd {
	display: grid;
	grid-template-rows: 0fr;
	position: relative;
	transition: 0.3s;
	width: 100%;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .c2_accordion dt {
        grid-template-columns: 7em 1fr;
    }
    
}
.c2_accordion dl.show dt::before {
    transform: rotate(180deg);
}
.c2_accordion dl.show dd {
    grid-template-rows: 1fr;
    padding: 0 1em 1em;
}
.c2_accordion dd div {
    overflow: hidden;
    background-color: var(--white);
    padding: 0 1em;
}
.c2_accordion dd div p {
    margin: 1em 0;
}

[class^="c2_com_tightbox"] {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* #### c2_modal ------------------------------------------ #### */
#c2_mdl {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--bgaccent);
    transition: height 0.2s 0s ease-out;
    z-index: 101;
    overflow: hidden;
}
#c2_mdl.active {
    /* height: 100vh; */
    height: calc(var(--vh, 1vh) * 100);
}
.c2_mdl_otr {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 15.37vw 0 0;
}
.c2_mdl_wrp {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    /* height: calc(100vh - 12rem); */
    height: calc(var(--vh2) * 100);
}
.c2_mdl_ttl {
    display: grid;
    gap: 6.36vw 0;
    padding-bottom: 6.36vw;
    position: relative;
}
.c2_mdl_ttl::before {
    content: "";
    width: 100vw;
    top: 2.8rem;
    left: 50%;
    transform: translateX(-50%);
    height: var(--font_12);
    background-color: var(--white);
    position: absolute;
}
.c2_mdl_ttl em {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-weight: 500;
    font-size: 5.3vw;
    color: var(--keycolor);
}
.c2_mdl_ttl span {
    position: relative;
    z-index: 2;
    font-size: 4.24vw;
    font-family: var(--font_accent);
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    .c2_mdl_otr {
        padding: 7rem 0 0;
    }
    .c2_mdl_wrp {
        height: calc(100vh - 16rem);
    }
    .c2_mdl_ttl {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 0 4rem;
        padding-bottom: 4rem;
    }
    .c2_mdl_ttl::before {
        top: unset;
        bottom: 2.5rem;
    }
    .c2_mdl_ttl em {
        font-size: 2rem;
    }
    .c2_mdl_ttl span {
        font-size: 1.375rem;
    }
}
/* close btn */
#c2_mdl_close {
    display: block;
    width: 4rem;
    height: 2.5rem;
    background: var(--keycolor);
    border-radius: var(--sz_radius);
    position: absolute;
    top: 1rem;
    right: 1rem;
}
#c2_mdl_close > span {
    content: "";
    width: 62.5%;
    height: 5%;
    background: var(--txt_countercolor);
    display:block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: top 0.2s 0s ease-out, transform 0.2s ease-out, opacity 0.2s ease-out;
}
#c2_mdl_close > span:first-child {
    top: 0;
    transform: rotate(-160deg);
}
#c2_mdl_close > span:last-child {
    bottom: 0;
    transform: rotate(160deg);
}
@media screen and (min-width: 768px) {
    #c2_mdl_close {
        top: 2.25rem;
        right: 2.5rem;
    }
}
/* arrow btn */
.c2_mdl_arrows {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1rem;
    bottom: 15.9vw;
    text-align: center;
}
.c2_mdl_arrows a {
    display: inline-block;
    background: var(--keycolor);
    height: 2rem;
    width: 4rem;
    margin: 0 1rem;
    border-radius: 4rem;
    background-repeat: no-repeat;
    background-size: 6.89vw auto;
    background-position: 50% 50%;
}
#c2_mdl_prev {
    background-image: url("../img/lwr/icon_arrow_lw.svg");
}
#c2_mdl_next {
    background-image: url("../img/lwr/icon_arrow_rw.svg");
}
@media screen and (min-width: 768px) {
    .c2_mdl_arrows {
        bottom: 5rem;
    }
    .c2_mdl_arrows a {
        height: 2.25rem;
        width: 3.75rem;
        margin: 0 2rem;
        border-radius: 4rem;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 2rem auto;
    }
}
/* #### guidance ------------------------------------------ #### */
.cs_guidance_feature {
    text-align: center;
}
.cs_guidance_feature p i {
    text-align: center;
    font-style: normal;
    display: inline-block;
}
.cs_guidance_feature ol {
    max-width: 28.75em;
    margin: 2em auto 1em;
    padding: 0;
    display: grid;
    gap: 2.4em;
}
.cs_guidance_feature li {
    position: relative;
    font-size: 114%;
    font-family: var(--font_accent);
    background-color: var(--palecolor);
    list-style: none;
}
.cs_guidance_feature li:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.9em;
    aspect-ratio: 18 / 10;
    left: calc((100% - 0.9em) / 2);
    bottom: -1.2em;
    background-color: var(--txt_basiccolor);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
    .cs_guidance_feature li {
        font-size: 125%;
    }
}
.c2_emblem .com_innerbox {
    display: grid;
    gap: 1em;
}
.c2_emblem .com_innerbox figure {
    width: 6.57em;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .c2_emblem .com_innerbox {
        display: grid;
        grid-template-columns: 8.125em 1fr;
        gap: 0 2em;
        margin-bottom: 1em;
    }
    .c2_emblem .com_innerbox h3 {
        grid-column: 1 / 3;
    }
    .c2_emblem .com_innerbox figure {
        width: unset;
        margin: 0;
    }
    .c2_emblem .com_innerbox p {
        margin: 0;
    }
}
.c2_com_sect_song {
    margin: 0;
    padding-bottom: 0;
}
.c2_lyrics {
    background-color: var(--palecolor);
    padding: 1.5em 3em;
    margin: 1.5em 0 2em;
    font-family: serif;
}
.c2_lyrics p {
    display: grid;
    grid-template-columns: 2em 1fr;
    letter-spacing: 0.1em;
    font-size: 114%;
}
@media (min-width: 768px) {
    .c2_lyrics {
        display: grid;
        grid-template-columns: 40% 1fr;
        padding: 3em 0 3em 8em;
        gap: 3em;
    }
    .c2_lyrics p {
        font-size: 125%;
        margin: 0;
    }
}
.c2_audio dt {
    text-align: center;
}
.c2_audio dd {
    margin: 0.3em 0 0;
    text-align: center;
}
@media (min-width: 768px) {
    .c2_audio {
        display: flex;
        justify-content: center;
        margin: 4em 0;
    }
    .c2_audio dl {
        margin: 0 2em;
    }
}
/* #### access ------------------------------------------ #### */
.c2_route {
    display: grid;
}
.c2_route .c2_txt div + div {
    margin-top: 2em;
}
.c2_route .c2_ul_n {
    margin: 0.5em 0 0;
}
.c2_route .c2_ul_n li {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-right: 3em;
}
.c2_route .c2_ul_n li span:nth-of-type(2) {
    text-align: right;
}
@media (min-width: 768px) {
    .c2_route .c2_txt {
        display: grid;
        grid-template-columns: auto auto;
        gap: 2rem 3rem;
        justify-content: center;
        align-content: start;
        margin-top: 2rem;
    }
    .c2_route .c2_txt div + div {
        margin-top: 0;
    }
    .c2_route .c2_txt > div:nth-of-type(1) {
        grid-row: 1 / 3;
    }
}
/* #### detail page(document page / c2_doc) ------------------------------------------ #### */
.c2_doc * + h3 {
    margin-top: 3em;
}
.c2_doc * + h4 {
    margin-top: 3em;
}
.c2_doc img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .c2_doc img {
        max-width: 33.5rem;
    }
}

/* #### club ------------------------------------------ #### */
.c2_club .c2_img {
    margin-bottom: 2em;
}
.c2_club_lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.18vw 3.445vw;
    margin: 0;
    padding: 0;
}
.c2_club_lst a {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 38.955vw;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: var(--txt_basiccolor);
}
.c2_club_lst a figure {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: 0 0 2.2vw 0;
    position: relative;
}
.c2_club_lst a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.c2_club_lst a p {
    margin: 0;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .c2_club .c2_img {
        margin-bottom: var(--font_32);
    }
    .c2_club_lst {
        grid-template-columns: repeat(5, 1fr);
        gap: var(--font_32) var(--font_22);
    }
    .c2_club_lst a {
        min-height: unset;
    }
    .c2_club_lst a figure {
        margin-bottom: 1rem;
    }
}
.c2_club_kkm {
    display: grid;
    background-color: var(--palecolor);
    padding: 9.54vw 5.3vw;
}
.c2_club_kkm .c2_club_kkm_img {
    padding-bottom: 4.8vw;
}
.c2_club_kkm_btn {
    text-align: center;
}
@media (min-width: 768px) {
    .c2_club_kkm {
        padding: var(--font_64);
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content 1fr auto;
        align-content: start;
        align-items: top;
        gap: 0 var(--font_48);
    }
    .c2_club_kkm .c2_club_kkm_img {
        grid-row: 1 / 4;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .c2_mdl_club .com_innerbox:nth-of-type(1) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: 0 3rem;
        padding-bottom: 4rem;
    }
}
.c2_club_daiku {
    display: grid;
    gap: 6.36vw;
    max-width: 800px;
    margin: 0 auto;
}
.c2_club_daiku .c2_box {
    display: grid;
    grid-template-columns: 25.97vw 1fr;
    gap: 3vw 0;
    border-top: 1px solid var(--palecolor);
    line-height: 1.6;
    position: relative;
    padding: 1vw 0 0;
}
.c2_club_daiku .c2_box::before {
    content: "";
    display: block;
    position: absolute;
    width: 20.14vw;
    height: 3px;
    top: -2px;
    left: 0;
    background-color: var(--accentcolor1);
}
.c2_club_daiku .c2_box .c2_box_nbr {
    color: var(--accentcolor1);
    font-size: 6.89vw;
    font-style: normal;
    font-family: var(--font_accent);
}
.c2_club_daiku .c2_box .c2_box_nbr i {
    font-size: 10.6vw;
    font-style: normal;
    line-height: 1;
}
.c2_club_daiku .c2_box .c2_box_ttl {
    font-weight: 500;
    padding: 0.6vw 0 0;
}
.c2_club_daiku .c2_box .c2_box_desc {
    grid-column: 1 / 3;
}
.c2_club_daiku .c2_box p {
    margin: 0;
}
.c2_club_daiku .c2_box .c2_video {
    margin-top: 4vw;
}
.c2_club_daiku + .com_innerbox {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .c2_club_daiku {
        gap: 2.75rem;
    }
    .c2_club_daiku .c2_box {
        grid-template-columns: 9.75rem 1fr;
        gap: 1rem 0;
        padding: 0.5rem 0 0;
    }
    .c2_club_daiku .c2_box::before {
        width: 7.375rem;
        aspect-ratio: 118 / 3;
    }
    .c2_club_daiku .c2_box .c2_box_nbr {
        font-size: 2.5rem;
    }
    .c2_club_daiku .c2_box .c2_box_nbr i {
        font-size: 3.875rem;
    }
    .c2_club_daiku .c2_box .c2_box_ttl {
        padding: 0.3rem 0 0;
    }
    .c2_club_daiku .c2_box .c2_video {
        margin-top: 2rem;
    }
    .c2_club_daiku + .com_innerbox {
        margin-top: 4rem;
    }
}

/* #### story(edowoman) ------------------------------------------ #### */
.c2_story_lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.18vw 3.445vw;
}
.c2_story_lst a {
    display: block;
    border: 2px solid var(--palecolor);
    border-radius: var(--sz_radius);
    overflow: hidden;
    text-decoration: none;
    color: var(--txt_basiccolor);
    padding-bottom: 3.18vw;
}
.c2_story_lst a p:nth-of-type(1) {
    background-color: var(--palecolor);
    margin: 0;
    line-height: 1.6;
    display: grid;
    align-items: center;
    min-height: 7.78em;
    padding: 0 1em;
    font-family: var(--font_accent);
    color: var(--keycolor);
    letter-spacing: 0.04em;
    font-weight: bold;
}
.c2_story_lst a figure {
    display: block;
    width: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: 3.18vw;
    position: relative;
}
.c2_story_lst a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.c2_story_lst dl {
    padding: 0 3.18vw;
    margin: 0;
}
.c2_story_lst dt {
    font-weight: 500;
}
.c2_story_lst dd {
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .c2_story_lst {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem 1.3125rem;
    }
    .c2_story_lst a {
        padding-bottom: 1.25rem;
    }
    .c2_story_lst a p:nth-of-type(1) {
        min-height: 6.9375rem;
        padding: 0 1.25rem;
    }
    .c2_story_lst a figure {
        margin: 1.25rem;
    }
    .c2_story_lst dl {
        padding: 0 1.25rem;
    }
}
/* modal */
.c2_mdl_story .c2_mdl_ttl {
    padding-bottom: 12.72vw;
}
.c2_mdl_story .c2_mdl_ttl::before {
    top: unset;
    bottom: 6.36vw;
}
.c2_mdl_story .c2_mdl_ttl span {
    font-size: 5.3vw;
    line-height: 1.6;
}
.c2_mdl_story dt {
    font-size: 4.24vw;
    font-weight: 500;
}
.c2_mdl_story dd {
    margin: 0;
}
@media (min-width: 768px) {
    .c2_mdl_story .com_innerbox {
        display: grid;
        gap: 0 3rem;
    }
    .c2_mdl_story .c2_mdl_ttl {
        padding-bottom: 4rem;
    }
    .c2_mdl_story .c2_mdl_ttl::before {
        bottom: 2rem;
    }
    .c2_mdl_story .c2_mdl_ttl span {
        font-size: 1.625rem;
    }
    .c2_mdl_story .com_innerbox dl {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .c2_mdl_story dt {
        font-size: 1.25rem;
    }
    .c2_mdl_story .com_innerbox p {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
}

/* #### exam ------------------------------------------ #### */
.c2_exam_tbl {
    display: grid;
    gap: 2.12vw 0;
}
.c2_exam_tbl .c2_box {
    border: 2px solid var(--bgaccent);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content 1fr;
    align-items: center;
    gap: 2.12vw 0;
    padding: 2.7vw 3.71vw 1vw;
}
.c2_exam_tbl .c2_box h4,
.c2_exam_tbl .c2_box p {
    margin: 0;
}
.c2_exam_tbl .c2_box h4 {
    font-size: 4.24vw;
}
.c2_exam_tbl .c2_box .c2_btn {
    text-align: right;
}
.c2_exam_tbl .c2_box table {
    grid-column: 1 / 3;
    align-self: start;
    width: 100%;
}
.c2_exam_tbl .c2_box tr {
    border-top: 2px solid var(--bgaccent);
}
.c2_exam_tbl .c2_box td {
    padding: 0.4em 0;
}
@media (min-width: 768px) {
    .c2_exam_tbl {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 0.75rem;
    }
    .c2_exam_tbl .c2_box {
        gap: 0.75rem 0;
        padding: 1.25rem 1.25rem 0.5rem;
    }
    .c2_exam_tbl .c2_box h4 {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) {
    .c2_exam_result ul {
        display: flex;
    }
    .c2_exam_result li {
        margin-right: 2em;
    }
}
.c2_examp_pamph {
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    gap: 3.445vw;
    max-width: 41.5rem;
}
.c2_examp_pamph .c2_img {
    text-align: center;
}
.c2_examp_pamph [class^="com_btn"] {
    min-width: unset;
}
.c2_mdl_exam .c2_mdl_ttl {
    margin-bottom: 0.6em;
}
.c2_mdl_exam .c2_txt ul {
    padding: 0.8em 0 0;
    border-top: 1px solid var(--white);
    display: grid;
    gap: 0.3em 0;
    margin: 0;
}
.c2_mdl_exam .c2_txt li {
    list-style: none;
    padding-left: 1em;
    position: relative;
    margin: 0;
}
.c2_mdl_exam .c2_txt li::before {
    content: "＊";
    display: block;
    position: absolute;
    font-size: 80%;
    left: 0;
    top: 0.2em;
}
@media (min-width: 768px) {
    .c2_mdl_exam .c2_mdl_ttl {
        margin-bottom: 0;
    }
    .c2_mdl_exam .com_innerbox:has(img) {
        display: grid;
        grid-template-columns: 37.5rem 1fr;
        grid-template-rows: max-content 1fr;
        gap: 0 3rem;
        align-items: start;
        align-content: start;
    }
}

/* #### faq ------------------------------------------ #### */
.c2_qa_lst {
    display: grid;
    gap: 3em 0;
}
.c2_qa_box {
    max-width: 800px;
    margin: 0 auto;
}

/* #### connection ------------------------------------------ #### */
.c2_connection_top .c2_btn_set {
    display: grid;
    width: 66.25vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .c2_connection_top .c2_btn_set {
        width: auto;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem 0.75rem;
    }
    .c2_connection_top [class*="-btn_icon"] {
        margin: 0;
        min-width: unset;
    }
}
.c2_connection_lst {
    display: grid;
    gap: 0;
}
.c2_connection_lst a {
    border-top: 1px solid var(--bgaccent);
    padding: 1em 0;
    position: relative;
    display: grid;
    grid-template-columns: 6em 1fr 2em;
    gap: 0 1em;
    align-items: center;
    text-decoration: none;
    color: var(--txt_basiccolor);
    line-height: 1.4em;
    min-height: 4.8em;
}
.c2_connection_lst a.c2_pdf::after {
    content: "";
    display: block;
    width: 2em;
    aspect-ratio: 28 / 30;
    background-color: var(--keycolor);
    border-radius: 0.2em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.14em auto;
    background-image: url("../img/common/icon_pdf_w.svg");
}
@media (min-width: 768px) {
    .c2_connection_lst a {
        grid-template-columns: 6em auto 1fr;
    }
}

/* #### english ------------------------------------------ #### */
.c2_page_english .c2_pl_wrp {
    position: absolute;
    top: 30vw;
    right: 0;
    z-index: 99;
}
@media (min-width: 768px) {
    .c2_page_english .c2_pl_wrp {
        position: relative;
        top: unset;
        right: unset;
    }
}
#c2_header_englishlabel {
    background-color: var(--keycolor);
    color: var(--txt_countercolor);
    font-size: 5.83vw;
    font-family: var(--font_accent);
    line-height: 1;
    display: grid;
    align-items: center;
    height: 14.84vw;
}
#c2_header_englishlabel i {
    display: inline-block;
    font-style: normal;
}
@media (min-width: 768px) {
    #c2_header_englishlabel {
        font-size: 2.625vw;
        height: 6.5rem;
    }
    #c2_header_englishlabel .com_wrapper {
        width: 100%;
    }
}
.c2_en_kv {
    position: relative;
    padding: 12.19vw 0 9.54vw;
    padding: 22vw 0 9.54vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url("../img/english/kv_bg_sp.jpg");
}
.c2_en_kv::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--txt_basiccolor);
    opacity: 0.5;
}
.c2_en_kv .com_innerbox {
    background-color: rgba(255,255,255,0.85);
}
.c2_en_kv .c2_box {
    padding: 9.54vw 5.3vw 6vw;
}
.c2_en_kv .c2_ttl {
    text-align: center;
    color: var(--keycolor);
    font-family: var(--font_accent);
    font-size: 11.46vw;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.c2_en_kv .c2_lead {
    font-family: var(--font_accent);
    font-size: 4.24vw;
    text-align: center;
}
.c2_en_kv .c2_fig span {
    display: block;
    text-align: center;
}
.c2_en_kv .c2_fig img {
    width: 43.46vw;
}
@media (min-width: 768px) {
    .c2_en_kv {
        position: relative;
        padding: 4rem 0;
        padding: 8rem 0 4rem;
        background-image: url("../img/english/kv_bg_pc.jpg");
    } 
    .c2_en_kv .c2_box {
        display: grid;
        grid-template-columns: 1fr 20.25rem;
        gap: 0 3rem;
        padding: 4rem;
    }
    .c2_en_kv .c2_ttl,
    .c2_en_kv .c2_lead {
        grid-column: 1 / 3;
    }
    .c2_en_kv .c2_ttl {
        font-size: 4.25rem;
    }
    .c2_en_kv .c2_lead {
        font-size: 1.375rem;
        line-height: 1;
    }
}
.c2_en_prg_lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.18vw 3.445vw;
    line-height: 1;
}
.c2_en_prg_lst figure,
.c2_en_prg_lst p {
    margin: 0;
}
.c2_en_prg_lst a {
    display: block;
    overflow: hidden;
    border: 2px solid var(--palecolor);
    border-radius: var(--sz_radius);
    text-decoration: none;
    padding: 0 0 3.18vw;
}
.c2_en_prg_lst a h3 {
    background-color: var(--palecolor);
    color: var(--keycolor);
    font-size: 4.24vw;
    line-height: 1.2;
    font-family: var(--font_accent);
    padding: 2.65vw 3vw 3.18vw;
    margin: 0 0 3.71vw;
}
.c2_en_prg_lst a figure {
    margin: 0 3.18vw 3.18vw;
}
.c2_en_prg_lst a p {
    margin: 0 3.18vw;
    line-height: 1.5;
    color: var(--txt_basiccolor);
}
@media (min-width: 768px) {
    .c2_en_prg_lst {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem 1.3125rem;
    }
    .c2_en_prg_lst a {
        padding: 0 0 1.375rem;
    }
    .c2_en_prg_lst a h3 {
        font-size: 1.25rem;
        padding: 1rem 1.125rem 1.125rem;
        margin: 0 0 1.375rem;
    }
    .c2_en_prg_lst a figure {
        margin: 0 1.375rem 1.375rem;
    }
    .c2_en_prg_lst a p {
        margin: 0 1.375rem;
    }
}
.c2_mdl_en_prg .c2_mdl_ttl {
    padding-bottom: 12.72vw;
}
.c2_mdl_en_prg .c2_mdl_ttl::before {
    top: unset;
    bottom: 6.36vw;
}
.c2_mdl_en_prg .c2_mdl_ttl span {
    font-size: 5.3vw;
    line-height: 1.2;
}
.c2_mdl_en_prg .c2_lead {
    font-weight: bold;
}
@media (min-width: 768px) {
    .c2_mdl_en_prg .com_innerbox {
        display: grid;
        grid-template-columns: 37.5rem 1fr;
        gap: 0 3rem;
    }
    .c2_mdl_en_prg .c2_mdl_ttl {
        padding-bottom: 4rem;
    }
    .c2_mdl_en_prg .c2_mdl_ttl::before {
        bottom: 2rem;
    }
    .c2_mdl_en_prg .c2_mdl_ttl span {
        font-size: 1.625rem;
    }
}
.c2_en_accs .c2_ttl_tri + p {
    margin-top: 0.2em;
}
.c2_en_photo .c2_slider {
    padding: 0 0 6vw;
    position: relative;
}
.c2_en_photo .c2_slider .slick-list {
    width: calc(100% + 5vw);
}
.c2_en_photo .c2_slider .slick-track {
    margin-left: -8.8vw;
}
.c2_en_photo .c2_slider .slick-slide {
    height: fit-content;
    padding: 0 2.12vw 0 0;
}
.c2_en_photo .c2_slider img {
    display: block;
}
.c2_en_photo .c2_slider .slick figure,
.c2_en_photo .c2_slider figcaption {
    margin: 0.5em 0 0;
    display: block;
    text-align: center;
}
.c2_en_photo .c2_slider .slide-arrow {
    position: absolute;
    z-index: 99;
    width: 11.66vw;
    aspect-ratio: 44 / 24;
    bottom: 0;
    background-color: var(--keycolor);
    border-radius: 4em;
    background-repeat: no-repeat;
    background-size: 6.89vw auto;
    background-position: 50% 50%;
}
.c2_en_photo .c2_slider .slide-arrow.prev-arrow {
    background-image: url("../img/lwr/icon_arrow_lw.svg");
}
.c2_en_photo .c2_slider .slide-arrow.next-arrow {
    background-image: url("../img/lwr/icon_arrow_rw.svg");
    right: 0;
}
@media (min-width: 768px) {
    .c2_en_photo .c2_slider {
        padding: 0 0 2rem;
    }
    .c2_en_photo .c2_slider .slick-slide {
        padding: 0 0.75rem 0 0;
    }
    .c2_en_photo .c2_slider .slick-track {
        margin-left: -9.5vw;
    }
    .c2_en_photo .c2_slider .slide-arrow {
        width: 3.75rem;
        background-repeat: no-repeat;
        background-size: 2rem auto;
        z-index: 99;
        cursor: pointer;
        transition: 0.3s;
    }
    .c2_en_photo .c2_slider .slide-arrow:hover {
        opacity: 0.75;
    }
}
@media (min-width: 1100px) {
    .c2_en_photo .c2_slider .slick-list {
        width: calc(50vw + 550px);
    }
}

/* #### 404 ------------------------------------------ #### */
.c2_404_btn {
    margin-top: 15.9vw;
    text-align: center;
    padding-top: 30vw;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 26.5vw auto;
    background-image: url("../img/common/logomark.svg");
}
@media (min-width: 768px) {
    .c2_404_btn {
        margin-top: 6.5rem;
        padding-top: 11.5rem;
        background-size: 10rem auto;
    }
}

/* #### international course ------------------------------------------ #### */
.c2_ic .c2_ttl i {
    display: block;
    line-height: 1;
    font-size: 72%;
    font-style: normal;
    padding-bottom: 0.5em;
}

/* btns */
.c2_ic_btns {
    display: grid;
    gap: 4.24vw 0;
    margin: 0 auto;
    width: 71.55vw;
}
.c2_ic_btns a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.c2_ic_btns a span {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 6.89vw auto;
    font-weight: bold;
}
.sec-junior .c2_ic_btns a:not([class*="inv-lined"]) {
    border-color: var(--color_jhs);
    background-color: var(--color_jhs);
}
.sec-senior .c2_ic_btns a:not([class*="inv-lined"]) {
    border-color: var(--color_hs);
    background-color: var(--color_hs);
}
.c2_ic_btns a:not([class*="inv-lined"]) span {
    padding-right: 8vw;
    background-position: 100% 50%;
    background-image: url(../img/lwr/icon_arrow_rw_mdl.svg);
}
.c2_ic_btns [class*="inv-lined"] span {
    padding-left: 8vw;
    background-position: 0 50%;
}
.sec-junior .c2_ic_btns [class*="inv-lined"] {
    border-color: var(--color_jhs);
    color: var(--color_jhs);
}
.sec-junior .c2_ic_btns [class*="inv-lined"] span {
    background-image: url(../img/lwr/icon_arrow_lr_mdl.svg);
}
.sec-senior .c2_ic_btns [class*="inv-lined"] {
    border-color: var(--color_hs);
    color: var(--color_hs);
}
.sec-senior .c2_ic_btns [class*="inv-lined"] span {
    background-image: url(../img/lwr/icon_arrow_lb_mdl.svg);
}
@media (min-width: 768px) {
    .c2_ic_btns {
        gap: 1.5rem 0;
        width: 20rem;
    }
    .c2_ic_btns a span {
        background-size: 2rem auto;
    }
    .c2_ic_btns a:not([class*="inv-lined"]) span {
        padding-right: 2.5rem;
    }
    .c2_ic_btns [class*="inv-lined"] span {
        padding-left: 2.5rem;
    }
}

/* tadoku */
.c2_ic_tadoku {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 9.54vw 5.3vw;
}
.sec-junior .c2_ic_tadoku {
    border-color: var(--color_jhs);
}
.sec-senior .c2_ic_tadoku {
    border-color: var(--color_hs);
}
.c2_ic_tadoku .c2_ttl_tri {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.c2_ic_tadoku figure {
    width: 66.25vw;
    margin: 0 auto 5.3vw;
}
.c2_ic_tadoku p {
    margin: 0;
}
@media (min-width: 768px) {
    .c2_ic_tadoku {
        padding: 1.4375rem 0;
        display: grid;
        grid-template-columns: 12.5rem 1fr;
        gap: 0 3rem;
        align-items: center;
    }
    .c2_ic_tadoku .c2_ttl_tri {
        align-self: end;
    }
    .c2_ic_tadoku p {
        align-self: start;
    }
    .c2_ic_tadoku figure {
        grid-row: 1 / 3;
        width: unset;
        margin: 0;
    }
}
/* usddr */
.c2_ic_usddp {
    border: 2px solid var(--palecolor);
    border-radius: var(--sz_radius);
    padding: 7.685vw 0 0;
    overflow: hidden;
}
.c2_ic_usddp .com_slimbox {
    padding: 0 5.3vw;
}
.c2_ic_usddp_ttl {
    padding: 0 0 4.77vw 23.32vw;
    margin: 0;
    min-height: 20.14vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20.14vw auto;
    background-image: url("../img/junior/international_course_usddp_emblem.png");
}
.c2_ic_usddp_ttl span {
    display: block;
    font-family: var(--font_accent);
}
.c2_ic_usddp_ttl span:nth-of-type(1) {
    color: var(--color_mem);
    font-size: 3.445vw;
}
.c2_ic_usddp_ttl span:nth-of-type(2) {
    font-size: 4.24vw;
    font-weight: bold;
}
.c2_ic_usddp_desc {
    margin-top: 0;
}
.c2_ic_usddp_kkm {
    background-color: var(--palecolor);
    margin: 0;
    padding: 4.24vw 5.3vw;
}
@media (min-width: 768px) {
    .c2_ic_usddp {
        padding: 2.9rem 0 0;
    }
    .c2_ic_usddp .com_slimbox {
        padding: unset;
        display: grid;
        grid-template-columns: 1fr 26rem;
        grid-template-rows: max-content 1fr;
        gap: 0 3rem;
        margin: 0 auto 2rem;
    }
    .c2_ic_usddp_ttl {
        padding: 0.5rem 0 1.3rem 5.75rem;
        min-height: 4.75rem;
        background-size: 4.75rem auto;
        margin: 0 0 0.2em;
    }
    .c2_ic_usddp_ttl span:nth-of-type(1) {
        font-size: 1rem;
    }
    .c2_ic_usddp_ttl span:nth-of-type(2) {
        font-size: 1.25rem;
    }
    .c2_ic_usddp_desc {
        font-size: 0.875rem;
        margin: 0;
        align-self: start;
    }
    .c2_ic_usddp_fig {
        padding-top: 1rem;
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
    .c2_ic_usddp_kkm {
        padding: 2rem 4rem;
    }
}

/* junior */
.c2_ic_jhs_course .com_slimbox {
    border-bottom: 1px solid var(--palecolor);
    padding-bottom: 0.6em;
}
.c2_ic_jhs_course h3 {
    display: grid;
    grid-template-columns: 10vw 1fr;
    align-items: center;
    gap: 0 3.18vw;
    font-family: var(--font_accent);
}
.c2_ic_jhs_course h3 i {
    color: var(--color_jhs);
    font-style: normal;
    font-size: 11.66vw;
    line-height: 1;
    border-right: 1px solid var(--color_jhs);
    padding-bottom: 0.1em;
}
.c2_ic_jhs_course h3 span {
    font-size: 4.24vw;
    font-weight: bold;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .c2_ic_jhs_course h3 {
        grid-template-columns: 3.2rem 1fr;
        gap: 0 1rem;
    }
    .c2_ic_jhs_course h3 i {
        font-size: 4.25rem;
        padding-bottom: 0;
    }
    .c2_ic_jhs_course h3 span {
        font-size: 1.25rem;
    }
}
.c2_ic_jhs_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1vw;
}
.c2_ic_jhs_tbl th {
    background-color: var(--color_jhs);    
    color: var(--white);
    line-height: 1;
    padding: 0.7em 0;
}
.c2_ic_jhs_tbl td {
    padding: 0 0 0.4em;
    border-bottom: 1px solid var(--txt_basiccolor);    
}
.c2_ic_jhs_tbl td:nth-of-type(2),
.c2_ic_jhs_tbl td:nth-of-type(3) {
    text-align: center;
}
@media (min-width: 768px) {
    .c2_ic_jhs_tbl th {
        background-color: var(--color_jhs);    
        color: var(--white);
        line-height: 1;
        padding: 0.9em 0 0.7em;
    }
    .c2_ic_jhs_tbl td {
        padding: 0 0 0.6em;
    }
}
.c2_ic_teacher {
    margin-top: 6vw;
    background-color: var(--palecolor);
    padding: 6vw 5.3vw;
    position: relative;
}
.c2_ic_teacher .c2_box_ttl {
    position: absolute;
    left: 0;
    top: -3.8vw;
    width: 100%;
    text-align: center;
}
.c2_ic_teacher .c2_box_ttl span {
    font-size: 4.24vw;
    font-family: var(--font_accent);
    padding: 0 1em;
    display: inline-block;
    position: relative;
    background-color: rgba(255,255,255,0.7);
    color: var(--color_jhs);
}
.c2_ic_teacher .c2_box_ttl span::before,
.c2_ic_teacher .c2_box_ttl span::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.59vw;
    height: 100%;
    top: 0;
    background-color: var(--color_jhs);
}
.c2_ic_teacher .c2_box_ttl span::before {
    left: -2.65vw;
    border-top-left-radius: var(--sz_radius);
    border-bottom-left-radius: var(--sz_radius);
}
.c2_ic_teacher .c2_box_ttl span::after {
    right: -2.65vw;
    border-top-right-radius: var(--sz_radius);
    border-bottom-right-radius: var(--sz_radius);
}
.c2_ic_teacher .c2_ttl_tri {
    background-position: 0 0.5em;
    letter-spacing: 0.06em;
    font-weight: bold;
}
.c2_ic_teacher .c2_fig_cap span {
    display: inline-block;
    width: 53vw;
    margin-bottom: 0.5em;
}
@media (min-width: 768px) {
    .c2_ic_teacher {
        margin-top: 3rem;
        padding: 4rem 4rem;
        display: grid;
        grid-template-columns: 1fr 20rem;
        gap: 0 4rem;
    }
    .c2_ic_teacher .c2_box_ttl {
        top: -1.3rem;
    }
    .c2_ic_teacher .c2_box_ttl span {
        font-size: 1.25rem;
    }
    .c2_ic_teacher .c2_box_ttl span::before,
    .c2_ic_teacher .c2_box_ttl span::after {
        width: 0.5rem;
    }
    .c2_ic_teacher .c2_box_ttl span::before {
        left: -1rem;
    }
    .c2_ic_teacher .c2_box_ttl span::after {
        right: -1rem;
    }
    .c2_ic_teacher .c2_ttl_tri {
        grid-column: 1 / 3;
        margin-bottom: 0;
    }
    .c2_ic_teacher .c2_fig_cap span {
        width: unset;
        display: block;
    }
}

/* #### junior feature ------------------------------------------ #### */
.c2_curc_feat dl {
    border-bottom: 1px solid var(--palecolor);
    padding-bottom: 2em;
    margin-bottom:2em;
}
.c2_curc_feat dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
}
.c2_curc_feat dt {
    font-size: 4.24vw;
    font-family: var(--font_accent);
    margin-bottom: 0.5em;
}
.c2_curc_feat dt i {
    display: block;
    color: var(--white);
    background-color: var(--accentcolor1);
    width: fit-content;
    font-style: normal;
    padding: 0 0.5em;
}
.c2_curc_feat dt span {
    display: block;
}
.c2_curc_feat dd {
    margin: 0;
}
@media (min-width: 768px) {
    .c2_curc_feat {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.75rem 4rem;
    }
    .c2_curc_feat dt {
        font-size: 1.25rem;
    }
}
.c2_curc_tbl_head {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 1px;
    padding: 0 0 0 6.89vw;
    margin: 0 0 2.12vw;
}
.c2_curc_tbl_head li {
    list-style: none;
    background-color: var(--color_jhs);
    color: var(--white);
    text-align: center;
    margin: 0 !important;
    font-weight: bold;
}
.c2_curc_tbl_body {
    margin: 0;
    overflow-y: scroll;
    height: 110vw;
}
.c2_curc_tbl_body dl {
    display: grid;
    grid-template-columns: 6.89vw 1fr;
    gap: 0 1px;
    margin: 0 0 2.12vw;
}
.c2_curc_tbl_body dt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    font-feature-settings: "vkrn";
    background-color: var(--color_jhs);
    color: var(--white);
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 1em 0;
}
.c2_curc_tbl_body dd {
    margin: 0;
    font-size: 3.445vw;
    text-align: center;
    line-height: 1.5;
}
.c2_curc_tbl_body dd > div {
    border: 1px solid var(--txt_basiccolor);
    border-top: 0 none;
    display: grid;
}
.c2_curc_tbl_body dd > div span {
    display: grid;
    align-items: center;
    padding: 1.6vw;
}
.c2_curc_tbl_body dd > div span i {
    display: inline-block;
    font-style: normal;
}
.c2_curc_tbl_body dd > div:nth-of-type(1) {
    border-top: 1px solid var(--txt_basiccolor);
}
.c2_curc_tbl_body dd .c2_p1 {
    text-align: center;
}
.c2_curc_tbl_body dd .c2_p2a1 {
    grid-template-columns: 2fr 1fr;
}
.c2_curc_tbl_body dd .c2_p1a2 {
    grid-template-columns: 1fr 2fr;
}
.c2_curc_tbl_body dd .c2_p3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.c2_curc_tbl_body dd .c2_p3_h {
    height: 100%;
}
.c2_curc_tbl_body dd .c2_p1a2 span:nth-of-type(1),
.c2_curc_tbl_body dd .c2_p2a1 span:nth-of-type(2),
.c2_curc_tbl_body dd .c2_p3 span:nth-of-type(1),
.c2_curc_tbl_body dd .c2_p3 span:nth-of-type(3) {
    background-color: var(--palecolor);
}
@media (min-width: 768px) {
    .c2_curc_tbl_head {
        padding: 0 0 0 3.75rem;
        margin: 0 0 0.75rem;
    }
    .c2_curc_tbl_body {
        height: 40rem;
    }
    .c2_curc_tbl_body dl {
        grid-template-columns: 3.75rem 1fr;
        margin: 0 0 0.75rem;
    }
    .c2_curc_tbl_body dd {
        font-size: 0.9375rem;
    }
    .c2_curc_tbl_body dd > div span {
        padding: 0.75rem;
    }    
    .c2_jhs_reading .com_slimbox {
        display: grid;
        grid-template-columns: 1fr 33.5rem;
        gap: 0 3rem;
    }
    .c2_jhs_reading .com_slimbox h3 {
        grid-column: 1 / 3;
    }
    .c2_jhs_reading .com_slimbox p {
        margin: 0;
    }
}

/* #### subject ------------------------------------------ #### */
@media (max-width: 768px) {
    .c2_pl_wrp_sbj.c2_pl_wrp {
        position: absolute;
        top: 37.4vw;
        right: 0;
        z-index: 99;
    }
    .c2_sbj_dtl .com_divitionttl {
        font-size: 5.83vw;
    }
}
@media (min-width: 768px) {
    .c2_pl_wrp_sbj.c2_pl_wrp {
        position: relative;
    }
}
.c2_sbj .c2_ttl {
    padding-bottom: 1em;
    line-height: 1.3;
    font-weight: bold;
}
.c2_sbj .c2_ttl em {
    display: block;
    width: fit-content;
    font-style: normal;
    font-size: 5.83vw;
    background-color: var(--accentcolor1);
    color: var(--white);
    padding: 0.3em 0.5em;
    margin-bottom: 0.3em;
    line-height: 1;
}
.c2_sbj .c2_ttl span {
    font-size: 4.24vw;
}
@media (min-width: 768px) {
    .c2_sbj .c2_ttl em {
        font-size: 2.25rem;
    }
    .c2_sbj .c2_ttl span {
        font-size: 1.375rem;
    }
    .c2_sbj_wrp {
        display: grid;
        grid-template-columns: 1fr 22.75rem;
        gap: 0 3rem;
    }
}
/* #### training ------------------------------------------ #### */
.c2_trn .c2_ttl i {
    display: block;
    width: fit-content;
    font-size: 4.24vw;
    font-style: normal;
    line-height: 1;
    padding-bottom: 0.5em;
}
@media (min-width: 768px) {
    .c2_trn .c2_ttl i {
        font-size: 1.25rem;
    }
    .c2_wrp {
        display: grid;
        grid-template-columns: 1fr 33.5rem;
        gap: 0 3rem;
    }
    .c2_wrp p {
        margin-top: 0;
    }
}

/* #### event ------------------------------------------ #### */
.c2_event_tbl dl {
    display: grid;
    grid-template-columns: 12.19vw 1fr;
    margin: 0;
    border-bottom: 1px solid var(--txt_basiccolor);
}
.c2_event_tbl dl:last-of-type {
    border-bottom: 0 none;    
}
.c2_event_tbl dt {
    color: var(--white);
    text-align: center;
    display: grid;
    align-items: center;
    font-weight: bold;
}
.sec-junior .c2_event_tbl dt {
    background-color: var(--color_jhs);
}
.sec-senior .c2_event_tbl dt {
    background-color: var(--color_hs);
}
.c2_event_tbl dd {
    line-height: 1.5;    
    font-size: 3.445vw;
    padding: 0.8em;
    margin: 0;
}
.c2_event_fig {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
    .c2_event_fig > div:nth-of-type(5),
    .c2_event_fig > div:nth-of-type(6) {
        display: none;
    }
}
@media (min-width: 768px) {
    .c2_event_tbl dl {
        grid-template-columns: 5.375rem 1fr;
    }
    .c2_event_tbl dd {
        font-size: 1rem;
    }
    .c2_event_fig {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.c2_uniform_set {
    display: grid;
}
.c2_uniform_set .c2_box_fig {
    text-align: center;
    margin: 0 0 1.5em;
}
.c2_uniform_set .c2_box_fig span {
    display: inline-block;
    margin: 0 1.59vw;
}
.c2_uniform_set .c2_box_fig img {
    height: 100%;
    max-height: 87.45vw;
}
.c2_uniform_set .c2_box_ttl {
    width: fit-content;
    background-color: var(--accentcolor1);
    color: var(--white);
    padding: 0 0.5em;
    font-size: 4.24vw;
    font-family: var(--font_accent);
}
.c2_uniform_figs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3vw 2.385vw;
    text-align: center;
}
.c2_uniform_figs figure {
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .c2_uniform_set {
        grid-template-columns: 1fr 1fr;
        gap: 0 5.5rem;
    }
    .c2_uniform_set .c2_box_fig span {
        margin: 0 0.5rem;
    }
    .c2_uniform_set .c2_box_fig img {
        max-height: 31.25rem;
    }
    .c2_uniform_set .c2_box_ttl {
        font-size: 1.25rem;
    }
    .c2_uniform_figs {
        grid-column: 1 / 3;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.75rem;
    }
}

/* #### senior_curriculum ------------------------------------------ #### */
.c2_hs_curr_ctg dl:not(:last-of-type) {
    border-bottom: 1px solid var(--palecolor);
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.c2_hs_curr_ctg dt {
    width: fit-content;
    padding: 0 0.5em;
    font-size: 4.24vw;
    font-family: var(--font_accent);
    background-color: var(--accentcolor1);
    color: var(--white);
    margin-bottom: 0.8em;
}
.c2_hs_curr_ctg dd {
    margin: 0;
}
@media (min-width: 768px) {
    .c2_hs_curr_ctg {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 5.5rem;
    }
    .c2_hs_curr_ctg dl {
        position: relative;
    }
    .c2_hs_curr_ctg dl:not(:last-of-type) {
        border: 0 none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .c2_hs_curr_ctg dl:not(:last-of-type)::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        right: -2.25rem;
        background-color: var(--palecolor);
    }
    .c2_hs_curr_ctg dt {
        font-size: 1.25rem;
    }
    .c2_hs_curr_ctg p {
        grid-column: 1 / 4;
    }
}
/* #### senior_international ------------------------------------------ #### */
.c2_hs_inter_kkm {
    background-color: var(--palecolor);
    padding: 9.54vw 5.3vw !important;
}
.c2_hs_inter_kkm h2 {
    color: var(--color_hs);
    font-family: var(--font_accent);
    font-size: 5.83vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.c2_hs_inter_kkm ul {
    display: grid;
    gap: 2.12vw;
    padding: 6.36vw 0 11.66vw;
    margin: 0;
}
.c2_hs_inter_kkm li {
    background-color: var(--white);
    font-family: var(--font_accent);
    font-size: 3.71vw;
    list-style: none;
    margin: 0;
    padding: 1.6vw 2.12vw;
    line-height: 1.6;
}
.c2_hs_inter_kkm .c2_ttl_tri {
    font-weight: bold;
}
.c2_hs_inter_kkm .c2_img {
    margin: 0 auto;
    width: 53vw;
    text-align: center;
}
@media (min-width: 768px) {
    .c2_hs_inter_kkm {
        padding: 4rem !important;
        display: grid;
        grid-template-columns: 1fr 19.9375rem;
        gap: 0 3rem;
    }
    .c2_hs_inter_kkm h2 {
        font-size: 2.25rem;
        grid-column: 1 / 3;
    }
    .c2_hs_inter_kkm ul {
        gap: 0.75rem;
        padding: 2rem 0 4rem;
        grid-column: 1 / 3;
        width: 50.625rem;
        margin: 0 auto;
    }
    .c2_hs_inter_kkm li {
        font-size: 1.25rem;
        padding: 0.5rem 0.75em;
        text-align: center;
    }
    .c2_hs_inter_kkm .c2_ttl_tri {
        grid-column: 1 / 2;
    }
    .c2_hs_inter_kkm .c2_img {
        width: unset;
        grid-row: 3 / 5;
        grid-column: 2 / 3;
    }   
}
.c2_hs_inter_prg dl {
    border-bottom: 1px solid var(--palecolor);
    padding: 6vw 0 8vw;
}
.c2_hs_inter_prg dt {
    background-color: var(--accentcolor1);
    color: var(--white);
    width: fit-content;
    line-height: 1;
    padding: 0.3em 0.5em;
    font-size: 4.24vw;
    font-weight: bold;
    font-family: var(--font_accent);
    margin-bottom: 0.8em;
}
.c2_hs_inter_prg dd {
    margin: 0;
}
.c2_hs_inter_prg .c2_ttl_tri {
    font-weight: bold;
}
@media (min-width: 768px) {
    .c2_hs_inter_prg div div:has(dl) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 5.5rem;
        padding: 3rem 0 1rem;
    }
    .c2_hs_inter_prg dl {
        padding: 0;
        border: 0 none;
        margin: 0;
    }
    .c2_hs_inter_prg div div:has(dl) p {
        grid-column: 1 / 3;
        font-size: 0.9375rem;
    }
    .c2_hs_inter_prg dt {
        font-size: 1.25rem;
    }
}
.c2_hs_inter_gs .c2_ttl_tri {
    font-weight: bold;
}
.c2_hs_inter_gs ul {
    padding: 0;
    display: grid;
    gap: 0.5em 0;
}
.c2_hs_inter_gs li {
    list-style: none;
    margin: 0;
    position: relative;
    padding-left: 1em;
}
.c2_hs_inter_gs li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.6em;
    aspect-ratio: 1 / 1;
    left: 0;
    top: 0.7em;
    border-radius: 50%;
    background-color: var(--color_hs);
}
.c2_hs_inter_box_country:not(:last-child) {
    margin-bottom: 2.4em;
    padding-bottom: 1.6em;
    border-bottom: 1px solid var(--palecolor);
}
.c2_hs_inter_box_country h4 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 2.12vw;
}
.c2_hs_inter_box_country h4 i,
.c2_hs_inter_box_country h4 span {
    display: block;
}
.c2_hs_inter_box_country h4 img {
    width: 16.695vw;
}
.c2_hs_inter_box_country h4 img + img {
    margin-left: 1px;
}
.c2_hs_inter_box_country h4 span {
    line-height: 1.6;
    font-family: var(--font_accent);
    font-weight: bold;
    font-size: 4.24vw;
}
@media (min-width: 768px) {
    .c2_hs_inter_box_country:not(:last-child) {
        margin-bottom: 2.75rem;
        padding-bottom: 2.75rem;
    }
    .c2_hs_inter_box_country {
        display: grid;
        grid-template-columns: 1fr 22.75rem;
        gap: 0 3rem;
    }
    .c2_hs_inter_box_country h4 {
        gap: 0 0.75rem;
    }
    .c2_hs_inter_box_country figure {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
    }
    .c2_hs_inter_box_country h4 img {
        width: 4.875rem;
    }
    .c2_hs_inter_box_country h4 span {
        font-size: 1.25rem;
    }    
}
/* #### senior_subject ------------------------------------------ #### */
@media (min-width: 768px) {
    .c2_sbj .c2_ttl span br {
        display: none;
    }
}
.c2_hs_sbj_kkm {
    margin-top: 3em;
    padding: 9.54vw 5.3vw 6vw !important;
    background-color: var(--palecolor);
}
.c2_hs_sbj_kkm .c2_ttl_tri {
    font-weight: bold;
}
.c2_hs_sbj_kkm  ul {
    display: grid;
    padding: 0;
    margin: 0;
}
.c2_hs_sbj_kkm  li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 1em;
}
.c2_hs_sbj_kkm  li::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.6em;
    aspect-ratio: 1 / 1;
    left: 0;
    top: 0.7em;
    border-radius: 50%;
    background-color: var(--color_hs);
}
@media (min-width: 768px) {
    .c2_hs_sbj_kkm {
        margin-top: 4rem;
        padding: 4rem 4rem 3rem !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 6rem;
    }
    .c2_hs_sbj_kkm h3 {
        grid-column: 1 / 3;
        margin-bottom: 0.8em;
    }
    .c2_hs_sbj_kkm ul {
        align-content: start;
        margin: 0;
        gap: 0.3em 0;
    }
}
/* #### senior_consult ------------------------------------------ #### */
.c2_hs_consult {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url("../img/senior/consult_bg_sp.jpg");
}
.c2_hs_consult .com_slimbox {
    display: grid;
    gap: 2.12vw 0;
    padding: 0 5.3vw;
}
.c2_hs_consult .c2_box {
    background-color: var(--white);
    padding: 5.3vw;
    margin: 0;
}
.c2_hs_consult .c2_box dt {
    font-size: 4.24vw;
    font-family: var(--font_accent);
    font-weight: bold;
    color: var(--color_hs);
    border-bottom: 1px solid var(--txt_basiccolor);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.c2_hs_consult .c2_box dd {
    margin: 0;
}
@media (min-width: 768px) {
    .c2_hs_consult {
        background-image: url("../img/senior/consult_bg_pc.jpg");
    }
    .c2_hs_consult .com_slimbox {
        gap: 0.75rem 0;
        padding: 0;
    }
    .c2_hs_consult .c2_box {
        padding: 1.5rem;
    }
    .c2_hs_consult .c2_box dt {
        font-size: 1.25rem;
    }
}
/* #### senior_recommend ------------------------------------------ #### */
.c2_hs_recomm .c2_ttl span {
    display: block;
    font-size: 4.24vw;
    padding-bottom: 0.5em;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .c2_hs_recomm .c2_ttl span {
        font-size: 1.25rem;
    }
}
.c2_hs_recomm table + div {
    overflow-y: scroll;
    height: 105vw;
}
.c2_hs_recomm table + div table:nth-of-type(2n - 1) {
    background-color: var(--palecolor);
}
.c2_hs_recomm table {
    width: 100%;
    border-top: 1px solid var(--txt_basiccolor);
}
.c2_hs_recomm table + table {
    border-top: 0 none;
}
.c2_hs_recomm td {
    width: 26.285vw;
    padding: 0.5em 0;
    text-align: center;
}
.c2_hs_recomm td:nth-last-of-type(1) {
    width: unset;
}
.c2_hs_recomm thead td {
    background-color: var(--color_hs);    
    color: var(--white);
    text-align: center;
    font-weight: bold;
    border-right: 1px solid var(--white);
}
.c2_hs_recomm thead td:last-of-type {
    border-right: 0 none;
}
.c2_hs_recomm thead:after {
	content: "";
	display: block;
	height: 2.12vw;
	width: 100%;
}
.c2_hs_recomm tbody td {
    font-size: 3.445vw;
    border: 1px solid var(--txt_basiccolor);
    border-top: 0 none;
}
@media (min-width: 768px) {
    .c2_hs_recomm table + div {
        height: 40rem;
    }
    .c2_hs_recomm td:not(:nth-last-of-type(1)) {
        width: 18.125rem;
    }
    .c2_hs_recomm thead:after {
        height: 0.75rem;
    }
    .c2_hs_recomm tbody td {
        font-size: 0.9375rem;
    }
}
/* #### senior_recommend ------------------------------------------ #### */
.c2_rslt_pass .c2_ttl span {
    display: block;
    font-size: 4.24vw;
    padding-bottom: 0.5em;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .c2_rslt_pass .c2_ttl span {
        font-size: 1.25rem;
    }
}
.c2_rslt_pass table {
    width: 100%;
}
.c2_rslt_pass th {
    background-color: var(--color_hs);
    color: var(--white);
    text-align: center;
    padding: 0.5em 0.3em;
    font-weight: bold;
}
.c2_rslt_pass td {
    padding: 0.5em 0;
    text-align: center;
} 
.c2_rslt_pass thead:after {
	content: "";
	display: block;
	height: 2.12vw;
	width: 100%;
}
@media (min-width: 768px) {
    .c2_rslt_pass thead:after {
        height: 0.75rem;
    }
}
.c2_rslt_pass thead th {
    white-space: nowrap;
}
.c2_rslt_pass thead th:last-of-type {
    border-left: 1px solid var(--white);
}
.c2_rslt_pass tbody th,
.c2_rslt_pass tbody td {
    border: 1px solid var(--txt_basiccolor);
} 

@media (min-width: 768px) {
    .c2_rslt_pass_01 thead th {
        width: 12rem;
    }
}
.c2_rslt_pass_02 th {
    width: 60%;
}
@media (min-width: 768px) {
    .c2_rslt_pass_02 .com_slimbox {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 2.75rem;
    }
}
.c2_rslt_pass_03 .com_innerbox + .com_innerbox {
    margin-top: 3em;
}
.c2_rslt_pass_03 table + div {
    overflow-y: scroll;
    height: 110vw;
}
.c2_rslt_pass_03 thead th {
    border-right: 1px solid var(--white);
    padding: 0.3em 0;
}
.c2_rslt_pass_03 thead tr:nth-of-type(2) th {
    border-top: 1px solid var(--white);
    width: 8.4vw;
    font-size: 3.445vw;
}
.c2_rslt_pass_03 tbody td {
    width: 8.4vw;
    font-size: 3.445vw;
}
.c2_rslt_pass_03 tbody td:nth-of-type(1) {
    width: unset;
}
@media (min-width: 768px) {
    .c2_rslt_pass_03 table + div {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 40rem;
        border-right: 1px solid var(--color_hs);
    }
    .c2_rslt_pass_03 table + div > table {
        width: calc(100% + 15px);
    }
    .c2_rslt_pass_03 thead tr:nth-of-type(2) th {
        width: 4.5rem;
        font-size: 1rem;
    }
    .c2_rslt_pass_03 tbody td {
        font-size: 0.9375rem;
        width: 4.5rem;
    }
    .c2_rslt_pass_03 tbody td:nth-of-type(1) {
        width: unset;
    }
}