/* ************************************
　共通
*************************************** */
#contents {
    max-width: 100%;
}
#konan_stage2024 {
    max-width: 100%;
}
#konan_stage2024 * {
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}
#konan_stage2024 p {
    padding-bottom: 0;
}
#konan_stage2024 .en {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#konan_stage2024 .btn {
    display: block;
    border-radius: 50px;
    /* fontsize MIN:16px , MAX:24px */
    font-size: clamp(1rem, 0.865rem + 0.68vw, 1.625rem);
    padding: 0.8em 0;
    text-decoration: none;
    position: relative;
    max-width: 400px;
    margin: auto;
}
#konan_stage2024 .btn span {
    position: relative;
}
#konan_stage2024 .btn span::after {
   content: '\025b6';
   padding-left: 0.5em;
}

.for-sp {
    display: inherit;
}
@media screen and (min-width: 706px) {
    .for-sp {
        display: none;
    }
}
@media only screen and (max-width: 705px) {
    #contents {
        padding: 0;
    }
    #contents nav#breadClumb {
        padding-left: 10px;
    }
    .for-pc {
        display: none;
    }
}
@media screen and (min-width: 1030px) {
    #konan_stage2024 .btn {
        font-size: 24px;
    }
}

/* ************************************
　KV
*************************************** */
#konan_stage2024 .kv{
    position: relative;
}
#konan_stage2024 .kv img{
    display: block;
}
#konan_stage2024 .kvTxtBlock .kvTxt{
    display: inline-block;
    color: #203864;
    /* fontsize MIN:14px , MAX:20px */
    font-size: clamp(0.65rem, 0.257rem + 2vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #fff;
    padding: 0 5px;
    margin-bottom: 4px;
}
#konan_stage2024 .kvTxtBlock01{
    position: absolute;
    top: 22%;
    left: 2%;
}
#konan_stage2024 .kvTxtBlock02{
    position: absolute;
    top: 24%;
    right: 2%;
    text-align: right;
}
#konan_stage2024 .kvTxtBlock03{
    position: absolute;
    bottom: 19%;
    left: 2%;
}
#konan_stage2024 .kvTxtBlock04{
    position: absolute;
    bottom: 18%;
    right: 2%;
    text-align: right;
}

@media screen and (min-width: 706px) {
    #konan_stage2024 .kvTxtBlock .kvTxt{
        /* fontsize MIN:16px , MAX:24px */
        font-size: clamp(1rem, 0.704rem + 0.67vw, 1.5rem);
        padding: 0 10px;
        margin-bottom: 15px;
    }
    #konan_stage2024 .kvTxtBlock01{
        top: 27%;
        right: auto;
        left: 2%;
    }
    #konan_stage2024 .kvTxtBlock02{
        top: 29%;
        left: auto;
        right: 2%;
        text-align: right;
    }
    #konan_stage2024 .kvTxtBlock03{
        left: 2%;
        right: auto;
        bottom: 18%;
    }
    #konan_stage2024 .kvTxtBlock04{
        left: auto;
        right: 2%;
        bottom: 15%;
        text-align: right;
    }
}

/* ************************************
　ABOUT
*************************************** */
#konan_stage2024 .about{
    margin-top: 60px;
}
#konan_stage2024 .aboutTtl{
    /* fontsize MIN:24px , MAX:42px */
    font-size: clamp(1.5rem, 1.167rem + 1.67vw, 2.625rem);
    letter-spacing: 0.01em;
    line-height: 2;
    text-align: center;
}
#konan_stage2024 .aboutLine{
    display: inline-block;
    width: 80%;
    max-width: 630px;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #991f24, #002a58) 1;
}
#konan_stage2024 .aboutContents{
    padding: 2em 0;
    text-align: center;
    background-image: url(../img/about_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#konan_stage2024 .aboutTxt{
    /* fontsize MIN:12px , MAX:21px */
    font-size: clamp(0.75rem, 0.636rem + 0.57vw, 1.313rem);
    line-height: 2;
    margin-bottom: 1.2rem;
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .about{
        margin-top: 80px;
    }
    #konan_stage2024 .aboutLine{
        border-bottom: 10px solid;
    }
    #konan_stage2024 .aboutContents{
        padding: 5em 0 3em;
    }
}
@media screen and (max-width: 370px) {
    #konan_stage2024 .aboutTtl{
        font-size: 21px;
    }
}

/* ************************************
　コラム
*************************************** */
#konan_stage2024 .columnBox {
    width: 90%;
    margin: 5em auto 0;
    padding: 3em 2em 2em;
    border: 3px solid;
    border-image: linear-gradient(to right, #991f24, #002a58) 1;
    position: relative;
}
#konan_stage2024 .columnIcon {
    position: absolute;
    left: -5%;
    top: -5%;
    width: calc(81vw / 3.75);
    height: calc(40vw / 3.75);
    max-width: 150px;
    max-height: 75px;
    z-index: 1;
}
#konan_stage2024 .columnImg {
    position: absolute;
    right: 0;
    top: -20%;
    width: calc(96vw / 3.75);
    height: calc(83vw / 3.75);
    max-width: 192px;
    max-height: 166px;
    z-index: 1;
}
#konan_stage2024 .columnTtl {
    /* fontsize MIN:16px , MAX:31px */
    font-size: clamp(1rem, 0.81rem + 0.95vw, 1.938rem);
    font-weight: 600;
    color: #840b1d;
    line-height: 1.5;
    background-color: #fff;
    letter-spacing: 0.0055em;
    padding: 0 1rem;
    position: absolute;
    top: -4%;
    left: 13%;
}
#konan_stage2024 .columnTxt {
    /* fontsize MIN:12px , MAX:21px */
    font-size: clamp(0.75rem, 0.636rem + 0.57vw, 1.313rem);
    line-height: 1.9;
}
#konan_stage2024 .columnSubTtl {
    /* fontsize MIN:16px , MAX:31px */
    font-size: clamp(1rem, 0.81rem + 0.95vw, 1.938rem);
    font-weight: 600;
    color: #840b1d;
    letter-spacing: 0.002em;
    background-color: #fff;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-right: 1rem;
    position: relative;
}
#konan_stage2024 .columnSubTtl::after {
    content: '';
    position: absolute;
    right: 0;
    top: 22%;
    width: 70%;
    height: 3px;
    background: linear-gradient(to right, #991f24, #002a58);
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .columnBox {
        padding: 3.5em 3em 3em;
    }
    #konan_stage2024 .columnIcon {
        top: -10%;
    }
    #konan_stage2024 .columnImg {
        top: -35%;
    }
    #konan_stage2024 .columnTtl {
        top: -6%;
        left: 9%;
    }
    #konan_stage2024 .columnTxt {
        line-height: 2;
    }
    #konan_stage2024 .columnSubTtl::after {
        top: 50%;
        width: 30%;
    }
}
/* ipad用 */
@media screen and (max-width: 1000px) and (min-width: 706px) {
    #konan_stage2024 .columnIcon {
        width: calc(120vw / 7.68);
    }
    #konan_stage2024 .columnImg {
        top: -40%;
    }
}
@media screen and (max-width: 370px) {
    #konan_stage2024 .columnSubTtl {
        font-size: 14px;
    }
}

/* ************************************
　VISION
*************************************** */
#konan_stage2024 .vision {
    margin-top: 2em;
    position: relative;
}
#konan_stage2024 .visionMainTtl {
    text-align: center;
    max-width: 900px;
    margin: auto;
}
#konan_stage2024 .visionLinks {
    padding: 5em 0 0;
    background-image: url(../img/vision_bg_top.png);
    background-size: 100% 95%;
    background-position: left 50% bottom 0;
    background-repeat: no-repeat;
    text-align: center;
}
#konan_stage2024 .visionLinkImg {
    max-width: 90%;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}
#konan_stage2024 .visionLinkNotice {
    color: #fff;
    text-align: right;
    font-size: 60%;
    width: 90%;
    max-width: 630px;
    margin: 5px auto 0;
    padding-bottom: 2em;
}
#konan_stage2024 .visionLink:last-of-type .visionLinkImg {
    margin-bottom: 0;
}
#konan_stage2024 .visionInner {
    margin-top: -0.03em;
    background-image: url(../img/vision_bg_bottom.png);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: calc(70vw / 3.5) 0 calc(120vw / 3.5);
    position: relative;
    overflow: hidden;
}
#konan_stage2024 .visionInner::before,
#konan_stage2024 .visionInner::after {
    position: absolute;
    bottom: 3%;
    display: block;
    width: 99.9%;
    height: 200%;
    content: '';
    background-color: #203864;
}
#konan_stage2024 .visionInner::before{
    left: -50%;
    border-radius: 0 0 25% 0;
}
#konan_stage2024 .visionInner::after{
    right: -50%;
    border-radius: 0 0 0 25%;
}
#konan_stage2024 .visionBox {
    background-color: #fff;
    width: 90%;
    max-width: 900px;
    margin: auto;
    padding: 2em 0 0;
    position: relative;
    margin-bottom: 80px;
    z-index: 10;
}
#konan_stage2024 .visionBox:not(:first-of-type) {
    margin-top: 8em;
}
#konan_stage2024 .visionTtl {
    width: 70%;
    position: absolute;
    top: -2%;
    left: -3.5%;
    z-index: 1;
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .vision {
        margin-top: 5em;
    }   
    #konan_stage2024 .visionInner {
        padding: calc(140vw / 14) 0 calc(500vw / 14);
    }
    #konan_stage2024 .visionLinks {
        background-size: cover;
        padding: 10em 0 0;
        margin-top: 2em;
    }
    #konan_stage2024 .visionLinkImg {
        margin-bottom: 4em;
        max-width: 630px;
    }
    #konan_stage2024 .visionLinkNotice {
        font-size: 16px;
    }
    #konan_stage2024 .visionBox {
        padding: 4em 0 0;
    }
    #konan_stage2024 .visionTtl {
        top: -3%;
        left: -2.5%;
    }
}
@media screen and (min-width: 1600px) {
    #konan_stage2024 .visionInner {
        padding: calc(80vw / 25.6) 0 calc(500vw / 25.6);
    }
}
@media screen and (max-width: 705px) {
    #konan_stage2024 .visionMainTtl {
        overflow: hidden;
        position: relative;
        height: 50vw;
    }
    #konan_stage2024 .visionMainTtl img {
        max-width: 900px;
        width: 125%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}
/* VISION メインイメージ
============================= */
#konan_stage2024 .visionMainImg {
    position: relative;
}
#konan_stage2024 .visionProfile {
    color: #203864;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 5%;
}
#konan_stage2024 .visionName span{
    font-weight: 600;
    /* fontsize MIN:15px , MAX:27px */
    font-size: clamp(0.938rem, 0.786rem + 0.76vw, 1.688rem);
    letter-spacing: 0.04em;
}
#konan_stage2024 .visionAcademic{
    /* fontsize MIN:11px , MAX:16px */
    font-size: clamp(0.688rem, 0.624rem + 0.32vw, 1rem);
    letter-spacing: 0;
}
/* VISION map スタイル
============================= */
#konan_stage2024 .visionMap {
    background-color: #dadada;
    padding: 2em 0.5em 4em;
    margin-top: 1em;
}
#konan_stage2024 .visionMapTtl {
    color: #203864;
    font-weight: 600;
    letter-spacing: 0.1em;
    /* fontsize MIN:18px , MAX:36px */
    font-size: clamp(1.125rem, 0.897rem + 1.14vw, 2.1rem);
    max-width: 82%;
    margin: 0 auto;
}
#konan_stage2024 .visionMapBox {
    padding-top: calc(127vw / 7);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
#konan_stage2024 .visionMapBox .visionMapBoxTxtBox {
    background-repeat: repeat-y;
    background-size: 100%;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
#konan_stage2024 .visionMapBox .visionMapBoxTxt {
    margin-top: calc(-45vw / 7);
}
#konan_stage2024 .visionMapBox:nth-of-type(odd) .visionMapBoxTxtBox {
    background-image: url(../img/vision_map_line_l_sp.png);
    background-position: top left;
}
#konan_stage2024 .visionMapBox:nth-of-type(even) .visionMapBoxTxtBox {
    background-image: url(../img/vision_map_line_r_sp.png);
    background-position: top right;
}
#konan_stage2024 .visionMapBox01 {
    background-image: url(../img/vision_map_line01_sp.png);
    margin-top: calc(-35vw / 7);
}
#konan_stage2024 .visionMapBox02 {
    background-image: url(../img/vision_map_line02_sp.png),url(../img/vision_map_line05_sp.png);
    background-position: top right,bottom left;
    padding-bottom: calc(54vw / 7);
}
#konan_stage2024 .visionMapBox02 .visionMapBoxTxtBox {
    padding-bottom: calc(55vw / 7);
}
#konan_stage2024 .visionMapBox03 {
    background-image: url(../img/vision_map_line03_sp.png),url(../img/vision_map_line04_sp.png);
    background-position: top right,bottom left;
    padding-bottom: calc(46vw / 7);
}
#konan_stage2024 .visionMapBox03 .visionMapBoxTxtBox {
    padding-bottom: calc(55vw / 7);
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .visionMapBox {
        padding-top: calc(133vw / 10);
    }
    #konan_stage2024 .visionMapTtl {
        max-width: 68%;
        margin: 0 auto 20px;
    }
    #konan_stage2024 .visionMapBox:nth-of-type(odd) .visionMapBoxTxtBox {
        background-image: url(../img/vision_map_line_l_pc.png);
    }
    #konan_stage2024 .visionMapBox:nth-of-type(even) .visionMapBoxTxtBox {
        background-image: url(../img/vision_map_line_r_pc.png);
    }
    #konan_stage2024 .visionMapBox01 {
        background-image: url(../img/vision_map_line01_pc.png);
    }
    #konan_stage2024 .visionMapBox02 {
        padding-bottom: calc(47vw / 7);
        background-image: url(../img/vision_map_line02_pc.png),url(../img/vision_map_line05_pc.png);
    }
    #konan_stage2024 .visionMapBox03 {
        background-image: url(../img/vision_map_line03_pc.png),url(../img/vision_map_line04_pc.png);
    }
}
@media screen and (min-width: 1030px) {
    #konan_stage2024 .visionMapBox {
        padding-top: 134px;
    }
    #konan_stage2024 .visionMapBox .visionMapBoxTxt {
        margin-top: -50px;
    }
    #konan_stage2024 .visionMapBox03 {
        padding-bottom: 60px;
    }
    #konan_stage2024 .visionMapBox03 .visionMapBoxTxtBox {
        padding-bottom: 10px;
    }
    #konan_stage2024 .visionMapBox02 {
        padding-bottom: 60px;
    }
    #konan_stage2024 .visionMapBox02 .visionMapBoxTxtBox {
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 1920px) {
    #konan_stage2024 .visionMapBox01 {
        margin-top: calc(-50vw / 25.6);
    }
}
@media screen and (max-width: 370px) {
    #konan_stage2024 .visionMapTtl {
        font-size: 16px;
    }
}
/* VISION map イラスト
============================= */
#konan_stage2024 .visionMapBoxIllust {
    position: absolute;
    z-index: 2;
}
#konan_stage2024 .visionMapBox01 .visionMapBoxIllust  {
    width: calc(180vw / 7.5);
    height: calc(150vw / 7.5);
    min-width: 100px;
    max-width: 220px;
    right: 5%;
}
#konan_stage2024 #map01 .visionMapBox01 .visionMapBoxIllust {
    bottom: -24%;
    right: 8%;
}
#konan_stage2024 #map01 .visionMapBox02 .visionMapBoxIllust:first-of-type {
    width: calc(120vw / 7.5);
    height: calc(130vw / 7.5);
    min-height: 50px;
    max-height: 120px;
    bottom: -5%;
    left: 30%;
}
#konan_stage2024 #map01 .visionMapBox02 .visionMapBoxIllust:last-of-type {
    width: calc(80vw / 7.5);
    height: calc(132vw / 7.5);
    min-width: 65px;
    max-width: 120px;
    max-height: 150px;
    bottom: -5%;
    left: 2%;
}
#konan_stage2024 #map02 .visionMapBox01 .visionMapBoxIllust {
    bottom: -40%;
    right: 5%;
}
#konan_stage2024 #map02 .visionMapBox02 .visionMapBoxIllust:first-of-type {
    width: calc(207vw / 7.5);
    height: calc(80vw / 7.5);
    min-height: 50px;
    max-height: 80px;
    bottom: -2%;
    right: 20%;
}
#konan_stage2024 #map02 .visionMapBox02 .visionMapBoxIllust:last-of-type {
    width: calc(80vw / 7.5);
    height: calc(132vw / 7.5);
    min-width: 65px;
    max-width: 80px;
    max-height: 150px;
    bottom: -5%;
    left: 2%;
}
#konan_stage2024 #map03 .visionMapBox02 .visionMapBoxIllust {
    width: calc(160vw / 7.5);
    height: calc(111vw / 7.5);
    min-width: 100px;
    max-width: 220px;
    bottom: 0;
    left: 8%;
}
#konan_stage2024 #map04 .visionMapBox02 .visionMapBoxIllust:first-of-type {
    width: calc(200vw / 7.5);
    height: calc(80vw / 7.5);
    min-height: 50px;
    max-height: 80px;
    bottom: 0;
    right: 20%;
}
#konan_stage2024 #map04 .visionMapBox02 .visionMapBoxIllust:last-of-type {
    width: calc(95vw / 7.5);
    height: calc(115vw / 7.5);
    min-height: 80px;
    max-height: 118px;
    max-width: 80px;
    bottom: -4%;
    left: 5%;
    transform: scale(-1, 1);
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .visionMapBox01 .visionMapBoxIllust {
        width: 180px;
        height: 124px;
    }
    #konan_stage2024 #map01 .visionMapBox01 .visionMapBoxIllust {
        bottom: -35%;
        right: 10%;
    }
    #konan_stage2024 #map01 .visionMapBox02 .visionMapBoxIllust:first-of-type {
        bottom: -6%;
        left: 30%;
    }
    #konan_stage2024 #map01 .visionMapBox02 .visionMapBoxIllust:last-of-type {
        bottom: -8%;
        left: 4%;
    }
    #konan_stage2024 #map02 .visionMapBox02 .visionMapBoxIllust:first-of-type {
        bottom: -2%;
        right: 5%;
    }
    #konan_stage2024 #map02 .visionMapBox02 .visionMapBoxIllust:last-of-type {
        bottom: -8%;
        left: 4%;
    }
    #konan_stage2024 #map03 .visionMapBox02 .visionMapBoxIllust:first-of-type {
        width: 114px;
        height: 84px;
        bottom: 0;
    }
    #konan_stage2024 #map03 .visionMapBox02 .visionMapBoxIllust:last-of-type {
        width: calc(200vw / 14);
        height: calc(100vw / 14);
        max-width: 250px;
        max-height: 120px;
        min-width: 150px;
        min-height: 100px;
        bottom: -2%;
        left: 5%;
    }
}
/* ipad用 */
@media screen and (max-width: 1000px) and (min-width: 706px) {
    #konan_stage2024 .visionMapBox02 .visionMapBoxIllust {
        width: 180px;
        height: 101px;
    }
}

/* VISION map コンテンツ
============================= */
#konan_stage2024 .visionMapBoxTtl {
    text-align: center;
}
#konan_stage2024 .visionMapBoxTtl img{
    height: calc(72vw / 7.5);
    min-height: 50px;
    max-height: 72px;
}
#konan_stage2024 .visionMapBoxDesc {
    color: #203864;
    max-width: 80%;
    /* fontsize MIN:12px , MAX:21px */
    font-size: clamp(0.75rem, 0.583rem + 0.83vw, 1.313rem);
    letter-spacing: 0.06em;
    margin: auto;
    padding: 0.7em 0;
    word-break: normal;
}
#konan_stage2024 .visionMapColumn {
    background-color: #fff;
    width: 80%;
    margin: 1em auto 0;
    border-radius: 10px;
    padding: 2em;
    text-align: center;
    color: #830b1d;
    position: relative;
}
#konan_stage2024 .visionMapColumnLogo {
    position: absolute;
    top: -10%;
    left: -13%;
    min-height: 80px;
    max-height: 96px;
}
#konan_stage2024 .visionMapColumnTtl {
    /* fontsize MIN:16px , MAX:25px */
    font-size: clamp(1rem, 0.833rem + 0.83vw, 1.563rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.055em;
    margin-bottom: 1rem;
}
#konan_stage2024 .visionMapColumnTxt {
    /* fontsize MIN:14px , MAX:20px */
    font-size: clamp(0.875rem, 0.799rem + 0.38vw, 1.25rem);
    text-align: left;
    margin-bottom: 1.2rem;
}
#konan_stage2024 .btnCheck {
    color: #dbdbdb;
    background-color: #830b1d;
    letter-spacing: 0.14em;
}
#konan_stage2024 .btnCheck span::after {
    color: #dbdbdb;
    right: 15%;
}
@media screen and (max-width: 705px) {
    #konan_stage2024 .visionMapColumnLogo {
        width: 40%;
    }
}
@media screen and (max-width: 370px) {
    #konan_stage2024 .visionMapColumnTtl {
        font-size: 15px;
    }
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .visionMapBoxDesc {
        max-width: 68%;
        padding: 1em 0;
    }
    #konan_stage2024 .visionMapColumn {
        padding: 2em 3em 2.2em;
        max-width: 68%;
    }
    #konan_stage2024 .visionMapColumnLogo {
        top: -20px;
        left: -50px;
        left: -10%;
    }
}
/* ************************************
　追従飛行機アイコン
*************************************** */
#konan_stage2024 .floatIcon {
    position: relative;
    z-index: 1;
}
#konan_stage2024 .floatIcon img {
    width: 70px;
    height: 58px;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%) rotate(180deg);
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .floatIcon img {
        width: 138px;
        height: 115px;
        /* bottom: 4%; */
    }
    
}

/* ************************************
　STAGE
*************************************** */
#konan_stage2024 .stage {
    margin-top: -8em;
    padding-top: 8em;
    text-align: center;
    color: #203864;
    position: relative;
}
#konan_stage2024 .stage p {
    /* fontsize MIN:16px , MAX:32px */
    font-size: clamp(1rem, 0.704rem + 1.48vw, 2rem);
}
#konan_stage2024 .stageLogo {
    width: calc(280vw / 7.5);
    height: calc(175vw / 7.5);
    max-width: 280px;
    min-width: 140px;
    margin-bottom: 20px;
}
#konan_stage2024 p.stageName {
    /* fontsize MIN:24px , MAX:48px */
    font-size: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
    line-height: 1.1;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-bottom: 5px;
}
#konan_stage2024 .stageName span {
    /* fontsize MIN:20px , MAX:40px */
    font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .stage {
        margin-top: -6em;
    }
}

/* ************************************
　学びの特長
*************************************** */
#konan_stage2024 .feature {
    margin-top: 60px;
}
#konan_stage2024 .featureSummary {
    text-align: center;
    margin-bottom: 5em;
}
#konan_stage2024 .featureSummaryTtl {
    width: 85%;
    max-width: 900px;
}
#konan_stage2024 .featureSummaryImg {
    margin: 20px 0;
}
#konan_stage2024 .featureSummaryTxt {
    /* fontsize MIN:13px , MAX:21px */
    font-size: clamp(0.813rem, 0.664rem + 0.74vw, 1.313rem);
    line-height: 2;
}

#konan_stage2024 .featureItems {
    margin-top: 50px;
}
#konan_stage2024 .featureTtl {
    text-align: right;
    margin-bottom: 1em;
}
#konan_stage2024 .featureDesc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#konan_stage2024 .featureDescImg {
    display: flex;
    justify-content: space-around;
    margin-top: 1em;
}
#konan_stage2024 .featureItems:nth-of-type(2) .featureDesc {
    flex-direction: row-reverse;
}
#konan_stage2024 .featureTxt {
    /* fontsize MIN:12px , MAX:24px */
    font-size: clamp(0.75rem, 0.598rem + 0.76vw, 1.5rem);
    line-height: 1.75;
    letter-spacing: 0.03em;
}
#konan_stage2024 .featureDesc .featureTxt {
    width: 100%;
}
#konan_stage2024 .featureTxt p {
    padding: 1em 2em;
}
#konan_stage2024 .featureDesc .featureTxt img {
    display: block;
    max-width: 90%;
    margin: auto;
}
#konan_stage2024 .featureItems picture {
    width: 85%;
    margin: auto;
}
#konan_stage2024 .featureItems:nth-of-type(4) picture {
    width: 100%;
    margin-bottom: 20px;
}
#konan_stage2024 .featureItems .featureImg {
    width: 100%;
    height: auto;
    /* max-width: 380px; */
}
#konan_stage2024 .columnList {
    /* fontsize MIN:12px , MAX:22px */
    font-size: clamp(0.75rem, 0.623rem + 0.63vw, 1.375rem);
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, auto);
}
#konan_stage2024 .columnList li {
    line-height: 2;
}
#konan_stage2024 .columnList li:nth-of-type(3) {
    grid-column: 1 / 3;
    grid-row   : 3 / 3;
}
#konan_stage2024 .featureItems .columnIcon {
    top: -15%;
}
#konan_stage2024 .featureItems .columnTtl {
    top: -13%;
}
#konan_stage2024 .featureItems .columnImg {
    top: auto;
    bottom: -36%;
}
@media screen and (max-width: 705px) {
    #konan_stage2024 .featureItems .columnBox {
        margin: 3em auto;
        padding: 2em 1.5em 1.5em;
    }
    #konan_stage2024 .featureItems:nth-of-type(4) .featureTxt {
        padding: 1em 2em;
    }
    #konan_stage2024 .featureDesc {
        flex-wrap: wrap;
    }
    #konan_stage2024 .featureItems:not(:nth-of-type(3)) .featureDesc {
        flex-direction: column-reverse;
    }
    #konan_stage2024 .featureDescImg {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 370px) {
    #konan_stage2024 .featureSummary {
        margin-bottom: 8em;
    }
    #konan_stage2024 .featureSummaryTxt {
        font-size: 12px;
    }
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .feature {
        margin-top: 80px;
    }
    #konan_stage2024 .featureItems {
        margin-top: 80px;
    }
    #konan_stage2024 .featureDesc {
        padding-left: 2em;
        justify-content: space-between;
    }
    #konan_stage2024 .featureDesc .featureTxt {
        width: 60%;
        /* padding: 1em 2em; */
    }
    #konan_stage2024 .featureDesc .featureImg {
        width: 100%;
    }
    #konan_stage2024 .featureItems picture {
        width: auto;
        margin: auto;
    }
    #konan_stage2024 .featureItems:nth-of-type(3) .featureDesc .featureTxt {
        width: 50%;
    }
    #konan_stage2024 .featureItems:nth-of-type(4) picture {
        width: 45%;
    }
    #konan_stage2024 .columnList {
        grid-template-rows: repeat(2, auto);
    }
    #konan_stage2024 .columnList li:nth-of-type(3) {
        grid-column: auto;
        grid-row   : auto;
    }
    #konan_stage2024 .featureItems .columnImg {
        top: auto;
        bottom: -55%;
    }
    #konan_stage2024 .featureDescImg {
        margin-top: 4em;
    }
    #konan_stage2024 .featureTtl {
        margin-bottom: 3em;
    }
}

/* ************************************
　めざす進路
*************************************** */
#konan_stage2024 .course {
    margin-top: 60px;
}
#konan_stage2024 .courseContents {
    text-align: center;
}
#konan_stage2024 .courseTtl {
    width: 85%;
    max-width: 900px;
}
#konan_stage2024 .courseList {
    width: 85%;
    margin: auto;
    line-height: 1.8;
    /* fontsize MIN:12px , MAX:24px */
    font-size: clamp(0.875rem, 0.748rem + 0.63vw, 1.5rem);
}
#konan_stage2024 .courseList li {
    text-align: left;
    text-indent: -1.3em;
    padding-left: 1em;
}

@media screen and (min-width: 706px) {
    #konan_stage2024 .course {
        margin-top: 80px;
    }
    #konan_stage2024 .courseList {
        line-height: 2;
    }
}

/* ************************************
　リンク
*************************************** */
#konan_stage2024 .links {
    margin-top: 60px;
    text-align: center;
}
#konan_stage2024 .linksTop {
    background-color: #c30d23;
    padding: 2em 0;
    position: relative;
}
#konan_stage2024 .linksMiddle {
    padding: 1.5em 0;
    position: relative;
}
#konan_stage2024 .linksBottom {
    background-color: #203864;
    padding: 0 0 2em;
}
#konan_stage2024 .linksTop::after {
    content: '';
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}
#konan_stage2024 .linksBottomContents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#konan_stage2024 .linkBottomItem {
    width: 100%;
}
#konan_stage2024 .linksTxt {
    /* fontsize MIN:13px , MAX:18px */
    font-size: clamp(0.813rem, 0.72rem + 0.46vw, 1.125rem);
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
}
#konan_stage2024 .linksBottom .linksTxt {
    padding-top: 1em;
}
#konan_stage2024 .linksMiddle .linksTxt {
    color: #002a58;
    margin: 0 auto 0.5em;
    padding: 1em 0;
    width: 80%;
    max-width: 560px;
    background-color: #fff;
    border-bottom: solid 2px #525252;
    position: relative;
}
#konan_stage2024 .linksMiddle .linksTxt::before,
#konan_stage2024 .linksMiddle .linksTxt::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#konan_stage2024 .linksMiddle .linksTxt::before {
    border: solid 12px transparent;
    border-top: solid 12px #525252;
}
#konan_stage2024 .linksMiddle .linksTxt::after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
#konan_stage2024 .linksMiddle .iconSpecial {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 60px;
    height: auto;
    z-index: 1;
}
#konan_stage2024 .linksMiddle .btnImage img {
    max-width: 630px;
    width: 90%;
    margin: auto;
}
#konan_stage2024 .linksBtn {
    /* fontsize MIN:16px , MAX:22px */
    font-size: clamp(1rem, 0.924rem + 0.38vw, 1.375rem);
    letter-spacing: 0.13em;
    font-weight: 500;
    max-width: 500px;
    width: 85%;
}
#konan_stage2024 .linksTop .linksBtn {
    color: #203864;
    background-color: #ffff89;
    /* max-width: 500px; */
    position: relative;
}
#konan_stage2024 .linksTop .linksBtn::after {
    content: '';
    position: absolute;
    top: -5%;
    left: -8%;
    width: 22%;
    height: 100%;
    background-image: url(../img/check_icon02.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#konan_stage2024 .linksBottom .linksBtn {
    color: #850b1d;
    background-color: #fff;
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .linksTop {
        padding: 3em 0;
    }
    #konan_stage2024 .linksTop::after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 20px solid #fff;
    }
    #konan_stage2024 .linksBottom {
        padding: 2em 3em 3em;
    }
    #konan_stage2024 .linksMiddle {
        padding: 2em 0;
    }
    #konan_stage2024 .linksBtn {
        letter-spacing: 0.1em;
        width: 90%;
    }
    #konan_stage2024 .linkBottomItem {
        width: calc(100% / 3);
    }
    #konan_stage2024 .linksTop .linksTxt {
        margin-bottom: 1em;
    }
    #konan_stage2024 .linksTop .linksBtn::after {
        top: -28%;
        left: -10%;
    }
    #konan_stage2024 .linksMiddle .iconSpecial {
        left: 15%;
        top: 5%;
        width: 92px;
        height: 84px;
    }
}

/* ************************************
　フッターロゴ
*************************************** */
#konan_stage2024 .logo {
    margin-top: 60px;
    text-align: center;
}
@media screen and (min-width: 706px) {
    #konan_stage2024 .logo {
        margin-top: 80px;
    }
}