@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@500&family=Quicksand:wght@600&display=swap');

/*===== footer 共通から現状に揃える用 =====*/
.l-inner {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

/*===== main,section =====*/

main {
    color: #333;
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'HiraKakuProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'helvetica', 'arial', sans-serif;
}

section {
    padding: 0;
}

.sec_inner {
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sec_inner {
        padding: 40px 15px;
    }
}

section p {
    line-height: 1.8;
}

/* title */
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.header_style {
    text-align: center;
    margin: 0 auto 40px;
}

.header_style.-image {
    margin: 0 auto 20px;
}

@media (max-width: 768px) {
    .header_style.-image {
        margin: 0 auto 40px;
    }
}

.header_style h2 {
    font-size: 1.75rem;
}

.header_style .sub_title {
    margin-top: 5px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0070C0;
    text-decoration: none;
    line-height: 1.2;
}

/* btn */
.btn {
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.btn a {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #019CDD;
    color: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    text-align: center;
}

.btn a:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.2s;
}

.btn a:hover::after {
    background: rgba(255, 255, 255, 0.3);
}

/* btn type:arrow */
.btn a.arrow {
    margin: 40px auto;
}

.btn a.arrow {
    min-width: 280px;
    min-height: 50px;
    padding: 10px 50px;
    border-radius: 60px;
    background-color: #019CDD;
    font-size: 1.125rem;
}

.btn a.arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_arrow_r.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    transition: .5s;
}

/* btn type:rounded-square */
.btn a.rounded-square {
    padding: 24px 20px;
    border-radius: 10px;
    font-size: 1.25rem;
}

.btn a.rounded-square.highSchool {
    background-color: #195CB9;
}

.btn a.rounded-square.university {
    background-color: #01A9FB;
}
@media (max-width: 1080px) {
    .btn a.rounded-square {
        font-size: 1.125rem;
        padding: 24px 20px;
    }
}
@media (max-width: 600px) {
    .btn a.rounded-square {
        padding: 15px 40px;
    }
}
/* others */
@media (min-width: 601px) {
    .onlySp {
        display: none;
    }
}

@media (max-width: 600px) {
    .onlyPc {
        display: none;
    }
}

@media (max-width: 1200px) {
    .onlyWide-desktop {
        display: none;
    }
}

.inline-block {
    display: inline-block;
}

.pt0 {
    padding-top: 0;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pb0 {
    padding-bottom: 0;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.mb00 {
    margin-bottom: 0!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.text-center {
    text-align: center;
}
span.strong {
    font-weight: bold;
}

/*===== mainVisual =====*/
.sec_mainVisual {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../img/bg_mainVisual.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.sec_inner.mainVisual {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_title {
    max-width: 62%;
}

.main_text,
.btn_area {
    max-width: 58%;
}

.main_title {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 5vw, 64px);
    line-height: 1.25;
}

.main_text {
    margin: 1.75rem 0;
    font-size: clamp(22px, 1.7vw, 24px);
    line-height: 1.7;
}

.btn_area {
    margin-top: 24px;
    display: flex;
    gap: 16px;
}

@media (max-width: 600px) {
    .sec_mainVisual {
        background-image: url(../img/bg_mainVisual_sp.jpg);
        background-size: contain;
        height: auto;
        display: grid;
        grid-template-rows: minmax(250px, auto) auto;
        grid-template-columns: 1fr;
    }

    .sec_inner.mainVisual {
        display: contents;
    }

    .main_content {
        grid-row: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        max-width: 100%;
    }

    .main_title,
    .main_text {
        max-width: 62%;
    }

    .main_title {
        font-size: 1.5rem;
    }

    .main_text {
        font-size: 0.875rem;
        margin: 15px 0 10px;
    }

    .btn_area {
        grid-row: 2;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 40px 16px 20px;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: none;
    }
}

@media (max-width: 374px) {
    .main_title {
        font-size: 1.2rem;
    }
}

/*===== banner section =====*/
.sec_banner .sec_inner {
    padding-bottom: 0;
}

.item_center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.item_banner {
    text-align: center;
    margin: 60px auto 40px
}
.item_banner.narrow {
    max-width: 780px;
}
.item_banner a {
    display: block;
    transition: all .3s ease-in-out;
}
.item_banner a:hover {
    opacity: 0.8;
}
.item_banner a img {
    width: 100%;
    vertical-align: middle;
}

/*===== news section =====*/
.news-list {
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}

.news-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 2px 0 6px;
    color: #333;
    text-decoration: none;
}

.news-list li time {
    display: inline-block;
    width: 160px;
}

.news-list li span {
    flex: 1;
}

.news-list li span a.news-list-link {
    word-break: break-all;
}

@media (max-width: 768px) {
    .news-list li {
        padding: 0;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 20px;
        font-size: 0.875rem;
    }

    .news-list time {
        width: 100%;
    }
}

/*===== section links =====*/
.sec_links {
    background-image: linear-gradient(90deg, #0055b8, #00a0df);
}

.sec_links .sec_inner {
    background-color: transparent;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.link-grid {
    display: grid;
    gap: 30px;
}

.link-grid__row {
    display: grid;
    gap: 30px;
}

/* PC */
@media (min-width: 768px) {
    .link-grid__row--top {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .link-grid__row--bottom {
        grid-template-columns: repeat(3, 1fr);
    }

    .link-grid__item--with-text {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .link-grid__item--simple {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1.25rem;
    }
}

@media (min-width: 1080px) {
    .link-grid__row--top {
        gap: 40px;
    }

    .link-grid__item--with-text {
        gap: 30px;
    }
}

/* SP */
@media (max-width: 767px) {
    .sec_links .sec_inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .link-grid {
        gap: 15px;
    }

    .link-grid__row--top {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .link-grid__row--bottom {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .link-grid__item--with-text {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .link-grid__item--simple {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 990px) {
    .link-grid__item--simple {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
    }
}

/* アイテム詳細 */
.link-grid__item {
    background: #fff;
    border-radius: 8px;
    padding: 20px 20px 0 20px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.link-grid__item:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.link-grid__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.2s;
}

.link-grid__item:hover::after {
    background: rgba(255, 255, 255, 0.3);
}

.link-grid__row--bottom .link-grid__item {
    padding: 8px 20px 6px 20px;
}

@media (max-width: 768px) {
    .link-grid__item {
        border-radius: 16px;
        padding: 12px 18px 20px 8px;
    }

    .link-grid__row--bottom .link-grid__item {
        padding: 12px 8px 20px 8px;
    }
}

.link-grid__item .icon {
    height: auto;
    flex-shrink: 0;
}

.link-grid__item .icon.large {
    width: 186px;
    height: 160px;
}

.link-grid__item .icon.middle {
    width: 150px;
    height: 136px;
}

.link-grid__item .icon.small {
    width: 130px;
    height: 136px;
}

.link-grid__item .title {
    font-size: clamp(20px, 2.0vw, 28px);
    color: #3C3C3C;
}

.link-grid__item .title span {
    display: inline-block;
    font-size: clamp(16px, 1.8vw, 20px);
}

.link-grid__item .text-wrap {
    max-width: 288px;
}

.link-grid__item .text-wrap .title {
    color: #0055B8;
    margin-bottom: 1rem;
}

.link-grid__item .text-wrap .desc {
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .link-grid__item .icon {
        height: auto;
        flex-shrink: 0;
    }

    .link-grid__item .icon.large {
        width: 93px;
        height: 80px;
    }

    .link-grid__item .icon.middle {
        width: 75px;
        height: 68px;
    }

    .link-grid__item .icon.small {
        width: 65px;
        height: 68px;
    }

    .link-grid__item .text-wrap .title {
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
    }

    .link-grid__item .text-wrap .desc {
        font-size: 0.875rem;
    }

    .link-grid__row--bottom .link-grid__item .title {
        font-size: 0.875rem;
    }

    .link-grid__item .title span {
        font-size: 0.875rem;
    }
}

/*===== overview section =====*/
.sec_overview .sec_inner {
    position: relative;
    padding-bottom: 40px;
}

.sec_overview .sec_inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background-color: #C4C4C4;
    width: 100%;
    max-width: 1200px;
    height: 1px;
}

@media (max-width: 768px) {
    .sec_overview .sec_inner {
        padding-bottom: 20px;
    }

    .sec_overview .sec_inner::after {
        content: none;
    }
}

/*===== simulator section =====*/
.sec_simulator {
    position: relative;
}

.sec_simulator .sec_inner {
    padding-bottom: 0;
    padding-top: 80px;
}

@media (max-width: 768px) {
    .sec_simulator .sec_inner {
        padding-top: 0;
    }
}

/* imulator_wrapper */
.simulator_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.simulator_wrapper .col_item {}

.simulator_wrapper .col_item.-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    padding-bottom: 142px;
    padding-right: 20px;
}

.simulator_wrapper .col_item.-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50vw;
    height: 142px;
    background: url(../img/bg_simulator.png) repeat-x right top;
    z-index: -1;
}

.simulator_wrapper .col_item.-image {}

/* sp */
@media (max-width: 600px) {
    .simulator_wrapper {
        flex-direction: column;
        max-width: 100%;
    }

    .simulator_wrapper .col_item.-text {
        padding-bottom: 20px;
        padding-right: 0;
    }

    .simulator_wrapper .col_item.-text::after {
        content: none;
    }

    .simulator_wrapper .col_item.-text h2 img {
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
    }

    .simulator_wrapper .col_item.-text .img_wrap {
        max-width: 360px;
        margin: 40px auto 0;
    }
}

/*===== section links =====*/
.bg_color {
    background-color: #F5F5F2;
}

/*===== sec_moreLinks =====*/
.sec_moreLinks {
    background-color: #F5F5F2;
}

.sec_moreLinks h3 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-bottom: 2px solid #D9D9D9;
    font-size: 1.125rem;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 1.5;
}

.sec_moreLinks h3::before {
    content: "";
    position: absolute;
    display: block;
    left: 8px;
    top: calc( (1.5em - 12px) / 2 ); 
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .sec_moreLinks h3 {
    }
}

/* moreLinks */
.moreLinks_box {
    display: grid;
    grid-template-columns: 318px minmax(360px, 1fr) minmax(300px, 352px);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.moreLinks_box+h3 {
    margin-top: 50px;
}

@media (max-width: 1080px) {
    .moreLinks_box {
        grid-template-columns: repeat(2, 1fr);
        /* 2カラム */
    }

    .moreLinks_item.-top {
        grid-area: 1 / 1 / 2 / 3;
    }

    .moreLinks_item.-middle {
        grid-area: 2 / 1 / 3 / 3;
    }

    .moreLinks_item.-end {
        grid-area: 3 / 1 / 4 / 3;
    }
}

@media (max-width: 768px) {
    .moreLinks_box {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .moreLinks_box+h3 {
        margin-top: 40px;
    }
}

/* バリエーション */
.moreLinks_box.type01 {
    grid-template-rows: repeat(2, 1fr);
}

.moreLinks_box.type02 {
    grid-template-rows: 1fr;
}

.moreLinks_box.type02 .-middle {
    grid-area: 1 / 3 / 2 / 4;
}

.moreLinks_box.type03 {
    grid-template-columns: repeat(3, 1fr);
}

.moreLinks_box.type03 .-top {
    grid-area: 1 / 1 / 2 / 4;
}

/* moreLinks item */
.moreLinks_item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .moreLinks_item {
        gap: 20px;
        flex-direction: column;
    }
}

/* 各位置 */
.-top {
    grid-area: 1 / 1 / 2 / 3;
}

.-middle {
    grid-area: 2 / 1 / 3 / 3;
}

.-end {
    grid-area: 1 / 3 / 3 / 4;
    gap: 14px;
    font-size: 0.875rem;
}

/* moreLinks item バリエーション*/
.moreLinks_item.-end.-contact {
    flex-direction: column;
}

.moreLinks_item.-end.-contact .contact-title {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .moreLinks_item.-end.-contact .contact-title {
        font-size: 1rem;
    }
}

.moreLinks_item.-end.-contact .contact-contents li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.moreLinks_item.-end.-contact .contact-contents li::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 6px;
    top: calc( (1.5em - 6px) / 2 ); 
    background-color: #333;
    border-radius: 50%;
}

.moreLinks_item.-end.-contact title {}

.moreLinks_item.-end.-contact {}

/* パーツ */
.moreLinks_item a:hover {
    opacity: 0.8;

}

.moreLinks_item .moreLinks_logo {
    width: 30%;
    max-width: 318px;
}

@media (max-width: 768px) {
    .moreLinks_item .moreLinks_logo {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .moreLinks_item .moreLinks_logo {
        min-width: 318px;
    }
}

.moreLinks_item .moreLinks_text {}

.moreLinks_item .moreLinks_text {
    width: 100%;
}

.moreLinks_item .qr {
    flex-shrink: 0;
}

.moreLinks_item .qr img {
    width: 150px;
    height: auto;
}

@media (max-width: 768px) {
    .moreLinks_item.-qr {
        display: none;
    }
}

.moreLinks_item-list .list-item {
    max-width: 100%;
}

.ie .moreLinks_item-list .list-item {
    display: flex;
    width: auto;
}

.moreLinks_item-list .list-item+.list-item {
    margin-top: 25px;
}

.moreLinks_item-list .item-link {
    display: inline-block;
    text-decoration: none;
}

.moreLinks_item-list .item-link>* {
    display: block;
    width: auto;
}

.moreLinks_item-list .item-text {
    margin-bottom: 5px;
    font-size: 1.125rem;
    color: #222;
}

.moreLinks_item-list .item-url {
    font-size: 0.75rem;
}

.moreLinks_item-list .item-img {
    display: block;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .moreLinks_item-list .item-text {
        margin-bottom: 0;
        font-size: 1rem;
    }
}

/*===== SP LINE and go-to-top =====*/
.fixed-bottom-area {
    display: none;
}

/* スマホだけ表示（640px以下） */
@media (max-width: 640px) {
    body {
        padding-bottom: 140px;
    }
    .fixed-bottom-area {
        position: fixed;
        bottom: env(safe-area-inset-bottom, 0);
        right: 0;
        width: 390px;
        height: 140px;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: flex-end; 
        justify-content: flex-end;
        /*padding-bottom: calc(8px + env(safe-area-inset-bottom, 0));*/ /* iOS対応 */
    }

    .fixed-bottom-area img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        transition: filter 0.3s;
    }

    /* トップへ戻るボタン */
    .btn-top img {
        width: 60px;
        height: 60px;
    }

    /* LINEバナー */
    .btn-line img {
        width: 390px;
        height: 80px;
    }

    .btn-top:hover img,
    .btn-line:hover img {
        filter: brightness(1.1);
    }
}

@media (max-width: 375px) {
    .fixed-bottom-area {
        width: 100%;
        height: auto;
    }

    .btn-top img {
        width: 48px;
        height: 48px;
    }

    .btn-line img {
        width: 100%;
        height: auto;
    }
}

/*===== footer 共通から現状に揃える用 =====*/
.l-footer .flex_wrap {
    display: flex;
    justify-content: space-between;
    gap: 36px;
}
.l-footer .department {
    width: 36%;
    margin: 0;
    min-width: 330px;
}
.l-footer .terms {
    display: block;
    margin: 0;
    width: auto;
    max-width: 650px;
}
.l-footer .terms .terms-list {
    

}
.l-footer .terms .terms-list li {
    position: relative;
    line-height: 1.5;
    padding-left: 1.25rem;
}
.l-footer .terms .terms-list li::before {
    content: "※";
    position: absolute;
    top: 0; 
    left: 0;
    display: inline-block;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .l-footer .flex_wrap {
        flex-direction: column;
        gap: 20px;
    }
    .l-footer .department {
        width: 100%;
        min-width: none;
    }
    .l-footer .terms {
        display: block;
        margin-top: 20px;
        margin-right: 0;
        width: 100%;
        font-size: 0.875rem;
    }
    .l-footer .terms .terms-list li {
        padding-left: 1rem;
    }
}
footer .copyright p {
    font-size: 0.675rem;
}

/* ==============================
下層ページ共通nav
============================== */
.local-nav {
    max-width: 880px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .local-nav {
        display: none;
    }
}
.local-nav_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 0;
    margin: 20px auto;
}
.local-nav_list a {
    display: inline-block;
    padding: 6px 5px;
    min-width: 80px;
    text-decoration: none;
    color: #333;
    border-radius: 30px;
    text-align: item_center;
    font-size: 1rem;
}
.local-nav_list a.current {
    background-color: #222;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
}
.local-nav_list a:hover {
    opacity: 0.8;
}
.local-nav_item {

}
@media (max-width: 880px) {
    .local-nav_list a {
        font-size: 0.875rem;
        min-width: 70px;
    }
}
/* ==============================
共通SP
============================== */
@media screen and (max-width: 640px) {
    /* globav nav inner */
    .l-inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /* sp menu */
    .drawer-nav {
        display: block;
        padding: 30px 25px;
        background-color: #fff;
    }
    .drawer-nav .nav-item {
        text-align: left;
    }
    .nav-item + .nav-item {
        margin-top: 15px;
    }
    .drawer-nav .nav-item a {
        position: relative;
        padding: 5px 0;
        text-decoration: none;
        font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'HiraKakuProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'helvetica', 'arial', sans-serif;;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
    }
    .drawer-nav .nav-item a::after {
        content: "";
        position: absolute;
        top: calc( (1.5em - 10px) / 2 + 5px); 
        right: 8px;
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid #222;
        border-bottom: 0;
        border-left: 0;
        line-height: 1.5;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .5s;
        transition: .5s;
    }
}

/* ==============================
下層　共通
============================== */
section.sec_narrow .sec_inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

/* H1 下層メインビジュアルエリア*/
.hero {
    padding: 20px;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00A0DF;
    background-image: linear-gradient(90deg, #0055b8, #00a0df);
    background-position: center center;
    background-size: cover;
}

.hero h1.hero_title {
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 1.25;
}

/* ページ別背景 */
.page_qa .hero {
    background-image: url(../img/bg_hero-qa.jpg);
}

.page_high-school .hero {
    background-image: url(../img/bg_hero-high-school.jpg);
}

.page_university .hero {
    background-image: url(../img/bg_hero-university.jpg);
}

.page_outline .hero {
    background-image: url(../img/bg_hero-outline.jpg);
}

.page_guide .hero {
    background-image: url(../img/bg_hero-guide.jpg);
}

@media screen and (max-width: 640px) {
    .hero {
        min-height: 120px;
    }
    .hero h1.hero_title {
        font-size: 28px;
    }
    .page_qa .hero {
        background-image: url(../img/bg_hero-qa_sp.jpg);
    }
    .page_high-school .hero {
        background-image: url(../img/bg_hero-high-school_sp.jpg);
    }
    .page_university .hero {
        background-image: url(../img/bg_hero-university_sp.jpg);
    }
    .page_outline .hero {
        background-image: url(../img/bg_hero-outline_sp.jpg);
    }
    .page_guide .hero {
        background-image: url(../img/bg_hero-guide_sp.jpg);
    }

}

/* 共通パーツ */
.flex_wrap {
    display: flex;
    gap: 36px;
}

/* 下層共通title */
.header_style.-line h2 {
    font-size: 1.75rem;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    padding: 0.8rem 1.5rem;
    line-height: 1.4;
    background-image:
        url("../img/bg_h2.png"),
        linear-gradient(to right, #195CB9, #01A9FB);
    background-repeat:
        no-repeat,
        no-repeat;
    background-position:
        left bottom,
        left bottom;
    background-size:
        contain,
        100% 100%;
    background-blend-mode: multiply;
    width: 100%;
}
/* 横にボーダーのあるタイトル */    
h3.style_border {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #195CB9;
    margin: 60px auto 30px;
}

h3.style_border::before,
h3.style_border::after {
    content: "";
    background-color: #195CB9;
    height: 3px;
    width: 60px;
}

h3.style_border::before {
    margin-right: 20px;
}

h3.style_border::after {
    margin-left: 20px;
}

.header_style.-line+h3.style_border {
    margin-top: 40px;
}

/* 横にカッコのあるタイトル */
.style_gtle {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 60px auto 30px;
}
.style_gtle::before,
.style_gtle::after {
    content: "";
    color: #ACACAC;
}

.style_gtle::before {
    margin-right: 20px;
    content: "＜";
}

.style_gtle::after {
    margin-left: 20px;
    content: "＞";
}
.style_gtle.-mini {
    font-size: 1.125rem;
}
.style_gtle.-mini::before {margin-right: 10px;}
.style_gtle.-mini::after {margin-left: 10px;}
/* ボックスタイプのタイトル */
.style_box {
    margin: 50px auto 30px;
    padding: 0.75rem 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
}
.style_box span {
    font-size: 1.25rem;
    margin-right: 1rem;
}
.style_box.type01 {
    background: rgba(25, 92, 185, 0.1);
    color: #195CB9;
}
.style_box.type02 {
    background: rgba(19, 138, 150, 0.1);
    color: #138A96;
}


/* ダイヤ付きのタイトル */
.style_rhombus {
    margin: 20px auto 5px;
}
.style_rhombus::before {
    content: "◆";
    color: #195CB9;
    margin-right: 0.4rem;
}
/* サイズ調整用タイトル */
.style_lead {
    font-size: 1.25rem;
}
/* シンプルなタイトル */
h3.style {
    margin: 60px 0 40px;
    font-size: 1.25rem;
    text-align: center;
}

h4.style {
    margin: 80px 0 30px;
    font-size: 1.25rem;
}

h5.style {
    margin: 60px 0 30px;
    font-size: 1.125rem;
}

h6.style {
    margin: 10px 0 5px;
    font-size: 1rem;
    font-weight: 600;
}

h3.style_border+.style_gtle {
    margin-top: 30px;
}

h3.style_border+h4.style {
    margin-top: 30px;
}
h4.style+h5.style {
    margin-top: 30px;
}
.alC {
    text-align: center;
}
/* ナンバー付きのタイトル */
h4.style.-num {
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 10px;
}

h4.style.-num .flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2em;
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

@media screen and (max-width: 640px) {
    .header_style.-line h2 {
        font-size: 1.5rem;
    }
    h3.style_border {
        font-size: 1.25rem;
    }

    .style_gtle {
        font-size: 1.25rem;
    }
    .style_box {
        font-size: 1rem;
        flex-direction: column;
    }
    .style_box span {
        margin-right: 0;
    }
    h3.style {
        font-size: 1.25rem;
    }

    h4.style {
        font-size: 1.125rem;
    }

    h5.style {
        font-size: 1rem;
    }

    h6.style {
        font-size: 1rem;
    }
}
.style_strong {
    font-weight: 600;
}
p.style_strong {
    margin: 10px 0 5px;
}

.faq_wrapper {
    max-width: 980px;
    margin: 20px auto;
}

.tab_wrapper {
    max-width: 960px;
    margin: 0 auto 80px;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.tab_wrapper div {
    display: block;
    width: calc(100% / 2);
    font-size: 1.25rem;
    text-align: center;
}

.tab_wrapper div a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    width: 100%;
    background-color: #F4F4F4;
    transition: 0.3s;
}

.tab_wrapper div.current a {
    color: #FFF;
    background-color: #0158BA;

}

.tab_wrapper div a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .tab_wrapper {
        margin-bottom: 60px;
    }

    .tab_wrapper div {
        font-size: 1rem;
    }
}

.ul_local_link {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 40px auto 60px;
}

.ul_local_link li {
    flex: 1;
}

.ul_local_link a {
    display: block;
    border: 1px solid #A1A1A1;
    border-radius: 100px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 1.125rem;
    transition: 0.3s;
}

.ul_local_link a:hover {
    color: #FFF;
    background-color: #0158BA;
}

.ul_local_link a.current {
    color: #FFF;
    background-color: #0158BA;
}

@media screen and (max-width: 640px) {
    .ul_local_link {
        gap: 15px;
    }

    .ul_local_link a {
        padding: 8px;
        font-size: 0.925rem;
    }
}

/* -------------------------
   アコーディオンアイテム全体
------------------------- */
.accordion-item {
    border: 1px solid #A1A1A1;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 20px 30px 20px 20px;
}

/* -------------------------
   共通変数
------------------------- */
:root {
    --label-left: 0px;
    /* ラベルの左位置 */
    --label-width: 30px;
    /* Q/Aラベル幅 */
    --label-gap: 20px;
    /* ラベルとテキストの間 */
    --text-start: calc(var(--label-left) + var(--label-width) + var(--label-gap));
}

/* -------------------------
   Q ボタン
------------------------- */
.js-accordion-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 30px 12px var(--text-start);
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

/* Qラベル */
.js-accordion-trigger::before {
    content: "Q";
    position: absolute;
    left: var(--label-left);
    top: 0;
    /* 1行目に張り付け */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    top: calc(12px + (1.8em - 30px) / 2);
}

/* プラス／マイナスアイコン */
.js-accordion-trigger::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(12px + (1.8em - 15px) / 2);
    width: 15px;
    height: 15px;
    display: block;
    background-image:
        linear-gradient(#333, #333),
        /* 横線 */
        linear-gradient(#333, #333);
    /* 縦線 */
    background-repeat: no-repeat;
    background-position: center center, center center;
    background-size: 15px 1px, 1px 15px;
    transition: background-size 0.15s ease;
}

/* 開いた時：縦線を消してマイナス表示 */
.js-accordion-trigger.is-opened::after {
    background-size: 15px 1px, 0 15px;
}

/* -------------------------
   A（回答）
------------------------- */
.js-accordion-target {
    position: relative;
    padding: 20px 40px 12px var(--text-start);
    margin-top: 4px;
    /* QとAの間の縦余白 */
    background: #fff;
}

/* Aラベル */
.js-accordion-target::before {
    content: "A";
    position: absolute;
    left: var(--label-left);
    top: 0;
    /* 1行目に張り付け */
    top: calc(20px + (1.8em - 30px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #C00;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
}

/* Q/A間の破線 */
.js-accordion-target::after {
    content: "";
    position: absolute;
    left: var(--label-left);
    right: 0;
    top: 0;
    height: 1px;
    background-image: repeating-linear-gradient(90deg,
            #A1A1A1 0 1px,
            rgba(0, 0, 0, 0) 1px 5px);
}

/* Aテキスト */
.js-accordion-target p {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    /* 28.8px */
}

.js-accordion-target ul,
.js-accordion-target ol {
    padding: 0 0 0 1.75em;
}

.js-accordion-target ul li,
.js-accordion-target ol li {
    line-height: 1.8;
    padding: 0.1em 0;
}

.js-accordion-target ul li {
    list-style: disc;
}

.js-accordion-target ol li {
    list-style: decimal;
}

/* -------------------------
   SPレスポンシブ調整
------------------------- */
@media screen and (max-width: 640px) {
    .accordion-item {
        margin-bottom: 12px;
        padding: 20px;
    }

    .js-accordion-trigger,
    .js-accordion-target {
        padding-right: 25px;
    }

    .js-accordion-trigger::after,
    .js-accordion-target::after {
        right: 0px;
    }

    .js-accordion-target::after {
        right: 30px;
    }
}


/* -------------------------
    ul nav(6つ)
------------------------- */
.ul_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.ul_nav li {
    position: relative;
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    min-width: 280px;
    border-bottom: 1px solid #A1A1A1;
}
.ul_nav li a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 1000px) {
    .ul_nav {
        gap: 20px 10px;
    }
}

@media screen and (max-width: 940px) {
    .ul_nav {
        gap: 20px 10px;
    }

    .ul_nav li {
        width: calc((100% - 20px) / 2);
        max-width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .ul_nav li {
        width: 100%;
        max-width: 100%;
    }
}

.ul_nav li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 17.5px;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_ul_nav.png);
    background-size: contain;
}

.ul_nav li a {
    display: block;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    width: 100%;
    padding: 5px 20px 15px 0;

}

@media screen and (max-width: 640px) {
    .ul_nav li::after {
        bottom: calc(50% - 10.5px);
        transform: translateY(-50%);
    }
}

/* SPでナビ展開中（is-no-scroll中）はフッターを隠す */
@media (max-width: 640px) {

    html.is-no-scroll footer,
    html.is-no-scroll .l-footer {
        visibility: hidden !important;
        /* 占有は保ちつつ文字を消す */
    }

    /* ついでに固定バナーも消しておく（LINE募集バナー等） */
    html.is-no-scroll .fixed-bottom-area {
        display: none !important;
    }
}

/* 念のため、ドロワー自体は白背景にして背面の文字が透けないように */
.drawer-nav {
    background: #fff;
    /* すでに指定があれば不要 */
}

/* high-school */
ul.type-disc,
ol.type-decimal,
.type-simple {
    position: relative;
    padding: 0;
}

ul.type-disc li,
ol.type-decimal li {
    position: relative;
    padding-left: 1.5em;
    margin: 0 0 0.1em;
    line-height: 1.6;
    text-indent: 0;
}
.type-simple li {
    position: relative;
    margin: 0;
    line-height: 1.6;
    text-indent: 0;
}

ul.type-disc li::before {
    content: "•";
    position: absolute;
    left: 0.5em;
    top: 0;
    color: #333;
    font-size: 0.9em;
    line-height: 1.6;
    font-weight: 300;
}

ol.type-decimal {
    list-style-position: outside; 
    margin-left: 2rem;
    margin-bottom: 10px;
    padding-left: 0;
}
ol.type-decimal li {
    list-style: decimal;
    padding-left: 0.4rem;
}
/* 申請フロー */
.flow-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    margin: 40px auto;
}

.flow-item {
    position: relative;
    text-align: center;
    width: 300px;
}

.flow-item img {
    display: block;
    width: 100%;
    height: auto;
}

.flow-item figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

/* 申請フロー 矢印 */
.flow-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #333;
}

@media (max-width: 960px) {
    .flow-area {
        flex-direction: column;
        gap: 30px;
    }

    .flow-item:not(:last-child)::after {
        top: auto;
        bottom: -18px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
    }
}

.note_area {
    margin-top: 60px;
}
.text_strong,
.text_lead {
    font-weight: 600;
}
.text_lead {
    color: #195CB9;
    font-size: 1.5rem;
}
.text_lead.-small {
    font-size: 1rem;
}
/* かなナビ */
.kana-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
    list-style: none;
    padding: 16px 0;
    margin: 0 0 24px;
}

.kana-list li a {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 16px;
    color: #195CB9;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s, color 0.2s;
}

.kana-list li a:hover {
    background: #195CB9;
    color: #fff;
    border-color: #195CB9;
}


.kana-block {
    margin-bottom: 60px;
}

.kana-title {
    margin: 0 0 30px;
    font-size: 1.375rem;
    border-left: 4px solid #195CB9;
    padding-left: 10px;
}

/* 用語詳細 */
.term {
    margin-bottom: 30px;
}

.term-title {
    position: relative;
    display: flex;
    gap: 5px;
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.term-title::before {
    content: "■";
    display: block;
    flex-shrink: 0;
}

.term-desc {
    margin: 0;
}

@media (max-width: 640px) {
    .kana-title {
        font-size: 1.25rem;
    }

    .term-title {
        font-size: 1.125rem;
    }
}


/* 在学申請手続きフロー */
.flow-wrapper {
  margin: 40px auto 0;
}

.flow-wrapper + .style_gtle {
    margin-top: 90px;
}

/* 各行（2カラム） */
.flow-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  position: relative;
  padding-bottom: 90px;
}

.flow-row::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #EFEFEF;
}

.flow-row:last-child {
    padding-bottom: 0;
}
.flow-row:last-child::after {
    content: none;
}

/* カラムの比率指定（リキッド対応） */
.image-col {
  flex: 0 1 44%;
}
.text-col {
  flex: 0 1 52%;
}
/* 画像カラム */
.image-col {
  max-width: 420px;
}
.image-col img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストカラム */
.text-col {
  max-width: 500px;
}

/* 見出し */
.step-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* 注釈 */
.note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.6rem;
    line-height: 1.4;
}

/* レスポンシブ：ギリギリまで2カラム維持 */
@media (max-width: 940px) {
    .flow-row {
        flex-direction: column;
        gap: 30px;
    }

    .image-col,
    .text-col {
        width: 100%;
    }

    .flow-row+.flow-row::before {
        bottom: 10px;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 20px solid #EFEFEF;
    }
}
/* 角丸BOX */
.box-rounded {
    max-width: 780px;
    margin: 40px auto 20px;
    border-radius: 20px;
    border: #195CB9 solid 4px;
    padding: 20px 40px;
    overflow: hidden;
}
.box-rounded_title {
    margin: -20px -40px 20px;
    padding: 1rem;
    text-align: center;
    color: #195CB9;
    font-size: 1.375rem;
    background-color: #EDF4FF;
}
.flex_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    margin: 40px auto;
}

.flex_row .col_item {
}

.flex_row .col_item.title_col {
    width: 120px;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_row .col_item.text_col {
    flex: 1;
    min-width: 0;
}
.flex_row .col_item.text_col .style_title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
/* 青枠青背景＊白背景ボックス */
.title_requirements {
    width: 120px;
    padding: 9px 20px;
    margin-bottom: 5px;
    background-color: #195CB9;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
}
.text_requirements {
    line-height: 1.6;
}
.box-rounded + .note_area {
    max-width: 720px;
    margin: 20px auto;
}
@media (max-width: 940px) {
    .box-rounded {
        padding: 20px;
    }
    .flex_row {
        flex-direction: column;
        gap: 20px;
    }

    .flex_row .col_item.title_col,
    .flex_row .col_item.text_col {
        width: 100%;
    }
    .flex_row .col_item.title_col {
        flex: 1;
        gap: 10px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .title_requirements {
        margin-bottom: 0;
    }
}
/* neko黒板 */
.page-nav_cat {
    margin: 0 auto 80px;
}
.page-nav_cat ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0 12px;
    flex-wrap: wrap;
}
.page-nav_cat a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 80px;
    text-align: center;
    background: #1D3E6B;
    border-radius: 6px;
    border: 5px solid #FBCA5A;
    border-bottom: 7px solid #FBCA5A;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    line-height: 1.4;
}
.page-nav_cat a:hover {
    opacity: 0.8;
}
/* 猫アイコン */
.page-nav_cat a::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -7px;
    width: 50.5px;
    height: 45.36px;
    background: url("../img/img_nav_cat.png") no-repeat center/contain;
}
/* チョークアイコン */
.page-nav_cat a::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -2px;
    width: 52px;
    height: 8px;
    background: url("../img/img_chalk.png") no-repeat center/contain;
}
@media (max-width: 640px) {
    .page-nav_cat ul {
        gap: 30px;
        flex-direction: column;
        padding: 0 12px;
    }
    .page-nav_cat a {
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
    }
}
/* 幅狭エリア */
.narrow_area {
    margin: 20px auto;
    width: 94%;
    max-width: 780px;
}
.narrow_area_inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 740px;
}
/* matome */
.matome {
    margin: 30px auto;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #F5FBFF;
}
.matome_image {
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .matome {
        flex-direction: column;
        gap: 10px;
        padding: 1rem;
    }
}

/* ===============================
    outline
================================ */
/* 画像出し訳エリア */
.image-block__item {
	text-align: center;
	margin-bottom: 20px;
}
.image-block__graph{
    margin-bottom: 30px;
}
.image-block__legend img {
	max-width: 100%;
	height: auto;
}
/* 横スクロール用 */
.scroll-x {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}
/* 原寸基準 */
.image-block__graph img {
	max-width: none;
	display: inline-block;
}
/* 4列2段レイアウト */
.outline-list {
    max-width: 880px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.outline-list .item {
    display: flex;
    justify-content: center;
}
.outline-list .item img {
    width: 100%;
    max-width: 200px;
    height: auto; 
    display: block;
}
@media screen and (max-width: 767px) {
    .outline-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@supports not (aspect-ratio: 1 / 1) {
    .outline-list .item img {
        height: 197px;
        object-fit: contain;
    }
}

/* 2列2段レイアウト */
.outline-list.-two {
    max-width: 740px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.outline-list.-two .item {
    display: flex;
    justify-content: center;
}
.outline-list.-two .item img {
    width: 100%;
    max-width: 350px;
    height: auto; 
    display: block;
}
@media screen and (max-width: 767px) {
    .outline-list.-two {
        grid-template-columns: 1fr;
    }
}
/* 2列：タイトル＋画像 */
.content-two {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.content-two .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-two img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .content-two {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
/* 画像2カラムと＋アイコン */
.image-plus {
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.image-plus img {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
}
.image-plus .plus {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.image-plus .plus::before,
.image-plus .plus::after {
    content: "";
    position: absolute;
    background: #195CB9;
}

/* 横線 */
.image-plus .plus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    transform: translateY(-50%);
}
.image-plus .plus::after {
    left: 50%;
    top: 0;
    width: 6px;
    height: 100%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .image-plus {
        flex-direction: column;
        gap: 16px;
    }
}
