@charset "UTF-8";
:root {
    --main: #333;
    --white: #fff;
    --main-green: #A8D8C3;
    --main-yellow: #FFEB99;
    --main-blue: #9FD8E6;
    --main-pink: #F6B7C1;
    --font-sub-color: #102B5C;
    --accent-yellow: #FFE36E;
    --gray01: #a2a2a2;
    --container-narrow: 970px;
    --container-wide: 1210px;
    --container-padding: 16px;
}
/*--------------------------------
 全体
---------------------------------*/
body {
    font-size: 14px;
    letter-spacing: 1px;
}
/*--------------------------------
 ボタン
---------------------------------*/
/* ノーマルボタン */
.arrow_btn {
    padding: 1em 3em 1em 2em;
}
/* イラスト付きボタン */
.illust_btn_boy,
.illust_btn_girl {
    font-size: 16px;
    /* 25px-32px 300-699 */
    margin-top: clamp(1.563rem, 1.234rem + 1.75vw, 2rem);
}
.illust_btn_boy::after {
    width: 63px;
    height: 74px;
}
.illust_btn_girl::before {
    width: 63px;
    height: 75px;
    left: 9px;
}
/*--------------------------------
 レイアウト
---------------------------------*/
.sp-only {
    display: block;
}
/*--------------------------------
 header
---------------------------------*/
.menu_btn::after {
    transform: translate(10px, 43px);
}
.menu_btn.active::after {
    transform: translate(7px, 43px);
}
#navi {
    padding: 30px;
    border-radius: 0 0 0 30px;
}
#navi .nav-list>p {
    /* font-size:  24px-38px 300-699 */
    font-size: clamp(1.5rem, 0.842rem + 3.51vw, 2.375rem);
}
#navi .nav-menu {
    margin-top: 14px;
}
#navi .nav-menu li a {
    font-size: 16px;
    padding: 18px 10px;
}
#navi .nav-list {
    padding-bottom: 10px;
}
#navi .sns-box li img {
    width: 55px;
    height: auto;
}
@media screen and (max-width: 600px) {
    .menu_btn {
        width: 50px;
        height: 50px;
        border: 1px solid var(--gray01);
        border-radius: 4px;
        right: 10px;
    }
    .menu_btn span {
        height: 1px;
        width: 50%;
    }
    .menu_btn span:nth-of-type(1) {
        top: 11px;
    }
    .menu_btn span:nth-of-type(2) {
        top: 18px;
    }
    .menu_btn span:nth-of-type(3) {
        top: 26px;
    }
    .menu_btn::after {
        transform: translate(10px, 31px);
        font-size: 10px;
    }
    .menu_btn.active::after {
        transform: translate(7px, 31px);
    }
    .menu_btn.active span:nth-of-type(1) {
        transform: translateX(-50%) translateY(8px) rotate(45deg);
    }
    .menu_btn.active span:nth-of-type(3) {
        transform: translateX(-50%) translateY(-8px) rotate(-45deg);
    }
    .merit_logo a img {
        max-width: 150px;
    }
    .header_inner {
        padding: 1em 1.3em;
    }
    #navi .nav-menu li a {
        font-size: 14px;
        padding: 16px 8px;
    }
    #navi .nav-menu {
        margin-top: 8px;
    }
    #navi .sns-box {
        margin-top: 10px;
    }
    #navi .sns-box li img {
        width: 50px;
    }
}
/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual,
.scroll_down {
    aspect-ratio: 16 / 18;
}
.main-visual {
    background: url(../images/mainvisual-bg-sp.webp);
    background-repeat: no-repeat;
    background-position: center 85%;
    background-size: cover;
}
.main-visual h1 {
    /* top: 16%; */
    left: 5%;
}
.main-visual h1 .sub-title {
    /* font-size:  21px-30px 300-699 */
    font-size: clamp(1.313rem, 0.89rem + 2.26vw, 1.875rem);
    /* margin-bottom: 12px; */
}
.main-visual h1 .main-title {
    /* font-size:  49px-62px 300-699 */
    font-size: clamp(2.5rem, 1.466rem + 5.51vw, 3.875rem);
}
@media screen and (max-width: 500px) {
    .main-visual {
        aspect-ratio: auto;
        height: 90dvh;
    }
    .main-visual-img {
        justify-content: initial;
        /* flex制御解除 */
        align-items: initial;
    }
    .scroll_down {
        display: none;
    }
    .main-visual-img img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-54%);
        height: 70%;
        width: auto !important;
        max-width: none;
    }
}
/*--------------------------------
 大学のビジョン
---------------------------------*/
.sec-vision {
    padding-top: 16vw;
    padding-bottom: 18vw;
}
.sec-vision .vision-box::before,
.sec-vision .vision-box::after,
.sec-vision .vision-box>*:last-child::before,
.sec-vision .vision-box>*:last-child::after {
    /* 11px-30px 300-699 */
    width: clamp(0.688rem, -0.205rem + 4.76vw, 1.875rem);
    height: clamp(0.688rem, -0.205rem + 4.76vw, 1.875rem);
}
.sec-vision .vision-box {
    border-radius: 20px;
    padding: 5em 3em;
}
.sec-vision .vision-box h2 {
    margin-bottom: 20px;
}
.sec-vision .vision-box h2 img {
    max-width: 70%;
    height: auto;
}
.sec-vision .vision-box h3 img {
    width: 90%;
    height: auto;
}
@media screen and (max-width: 500px) {
    .sec-vision .vision-box::before {
        top: 20px;
        left: 20px;
    }
    .sec-vision .vision-box::after {
        top: 20px;
        right: 20px;
    }
    .sec-vision .vision-box>*:last-child::before {
        bottom: 20px;
        left: 20px;
    }
    .sec-vision .vision-box>*:last-child::after {
        bottom: 20px;
        right: 20px;
    }
    .sec-vision .vision-box {
        border-radius: 10px;
        padding: 3em 1.5em;
        border: 1px solid var(--gray01);
    }
    .sec-vision .vision-box h2 img {
        max-width: 60%;
    }
    .sec-vision .vision-box h3 img {
        width: 80%;
    }
    .sec-vision .vision-box h3 {
        margin-bottom: 30px;
    }
    .note {
        margin-bottom: 25px;
    }
}
/*--------------------------------
 コンテンツ
---------------------------------*/
.sec-contents {
    padding: 70px 0;
    background-size: 25px 25px;
}
.sec-contents h2 {
    margin-bottom: 40px;
}
.sec-contents h2 img {
    max-width: 70%;
}
@media screen and (max-width: 650px) {
    .sec-contents h2 {
        margin-bottom: 20px;
    }
    .sec-contents ul {
        flex-direction: column;
        gap: 10px;
    }
    .sec-contents ul li:nth-child(1) img {
        margin-right: 200px;
    }
    .sec-contents ul li:nth-child(2) img {
        margin-left: 200px;
    }
    .sec-contents ul li:nth-child(3) img {
        margin-right: 200px;
    }
}
@media screen and (max-width: 500px) {
    .sec-contents ul {
        gap: 0;
    }
    .sec-contents {
        padding: 50px 0;
    }
    .sec-contents ul li:nth-child(1) img {
        margin-right: 100px;
    }
    .sec-contents ul li:nth-child(2) img {
        margin-left: 100px;
    }
    .sec-contents ul li:nth-child(3) img {
        margin-right: 100px;
    }
}
@media screen and (max-width: 400px) {
    .sec-contents ul img {
        max-width: 220px;
    }
}
@media screen and (max-width: 350px) {
    .sec-contents ul img {
        max-width: 190px;
    }
}
/*--------------------------------
 3大メリット
---------------------------------*/
.highlight::after {
    height: 8px;
}
.sec-merit h2 {
    width: 75%;
    /* 24px-50px 300-699 */
    margin-bottom: clamp(1.5rem, 0.278rem + 6.52vw, 3.125rem);
}
.sec-merit article {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 16px;
    margin-bottom: 70px;
}
.merit-badge-img {
    width: 75px;
    top: 27px;
}
.merit-title {
    padding: 18px 1em 18px 3em;
    /* 20px-26px 300-699 */
    font-size: clamp(1.25rem, 0.968rem + 1.5vw, 1.625rem);
}
.merit-box .img-item {
    width: 100%;
}
.merit-box .text-item span {
    font-size: 16px;
}
.merit1-point {
    padding: 30px 15px;
    background-size: 20px 20px;
    box-shadow: 6px 6px 0px 0px rgba(225, 225, 225, 1);
    margin-bottom: 60px;
}
.merit1 .merit-box {
    /* 40px-60px 300-699 */
    margin-bottom: clamp(2.5rem, 1.56rem + 5.01vw, 3.75rem);
}
.merit1-point::before {
    /* 38px-90px 300-699 */
    width: clamp(2.375rem, -0.069rem + 13.03vw, 5.625rem);
    /* 29px-69px 300-699 */
    height: clamp(1.813rem, -0.067rem + 10.03vw, 4.313rem);
}
@media screen and (max-width: 500px) {
    .merit1-point::before {
        top: -25px;
    }
}
.merit1-point h4 {
    /* 20px-38px 300-699 */
    font-size: clamp(1.25rem, 0.404rem + 4.51vw, 2.375rem);
    /* 20px-45px 300-699 */
    margin-bottom: clamp(1.25rem, 0.075rem + 6.27vw, 2.813rem);
}
.merit1-point::after {
    /* 60px-100px 300-699 */
    width: clamp(3.75rem, 1.87rem + 10.03vw, 6.25rem);
    height: clamp(3.75rem, 1.87rem + 10.03vw, 6.25rem);
    top: 10px;
}
.merit1-point figure figcaption {
    line-height: 1.7;
}
.merit1 .merit-box h4 {
    width: 85%;
    /* 20px-42px 300-699 */
    margin-bottom: clamp(1.25rem, 0.216rem + 5.51vw, 2.625rem);
}
/* メリット2 */
.merit2 .merit-badge-img {}
.merit2::before {
    /* 60px-100px 300-699 */
    width: clamp(3.75rem, 1.87rem + 10.03vw, 6.25rem);
    height: clamp(3.75rem, 1.87rem + 10.03vw, 6.25rem);
    top: 117px;
}
.merit2 .desc {
    /* 30px-48px 300-699 */
    padding-bottom: clamp(1.875rem, 1.029rem + 4.51vw, 3rem);
}
.merit2 .desc::after {
    background-image: repeating-linear-gradient(to right,
            #FDECEF,
            #FDECEF 5px,
            /* 点の長さ */
            transparent 8px,
            transparent 10px
            /* 点の間隔 */
        )
}
.merit2 .flex {
    /* 30px-48px 300-699 */
    margin-top: clamp(1.875rem, 1.029rem + 4.51vw, 3rem);
}
@media screen and (max-width: 400px) {
    .merit2::before {
        top: 98px;
        right: 5%;
    }
}
@media screen and (max-width: 550px) {
    .merit2 .illust {
        gap: 10px;
    }
    .merit2 .illust img {
        max-width: 100%;
        height: auto;
        min-width: 0;
    }
    .merit2 .link-list {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}
/* メリット3 */
.merit3 .merit-badge-img {
    top: 27px;
}
.merit3 .merit-container {
    /* 20px-50px 300-699 */
    margin-bottom: clamp(1.25rem, -0.16rem + 7.52vw, 3.125rem);
}
.merit3 .title {
    /* 10px-30px 300-699 */
    margin-bottom: clamp(0.625rem, -0.315rem + 5.01vw, 1.875rem);
}
.merit3 .merit-box {
    /* 46px-60px 300-699 */
    padding-bottom: clamp(2.875rem, 2.217rem + 3.51vw, 3.75rem);
}
.merit3 .border::after {
    background-image: repeating-linear-gradient(to right,
            #FDECEF,
            #FDECEF 5px,
            /* 点の長さ */
            transparent 8px,
            transparent 10px
            /* 点の間隔 */
        )
}
.merit3 .title-second {
    /* 46px-60px 300-699 */
    padding-top: clamp(2.875rem, 2.217rem + 3.51vw, 3.75rem);
}
@media screen and (max-width: 370px) {
    .merit3 .merit-title {
        font-size: 18px;
        padding: 18px 0.5em 18px 3em;
    }
    .merit3 .merit-title {
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 420px) {
    .merit3 .merit-box.reverse-item .illust_btn_boy {
        font-size: 14px;
    }
}
/*--------------------------------
 データで見る平成医療短期大学
---------------------------------*/
.sec-lookdata {
    padding: 100px 0;
}
.sec-lookdata h2 {
    width: 80%;
    /* 30px-50px 300-699 */
    margin-bottom: clamp(1.875rem, 0.935rem + 5.01vw, 3.125rem);
}
.sec-lookdata::before {
    /* 189px-300px 300-699 */
    width: clamp(11.813rem, 6.596rem + 27.82vw, 18.75rem);
    height: clamp(11.813rem, 6.596rem + 27.82vw, 18.75rem);
    right: -60px;
}
.sec-lookdata::after {
    /* 250px-350px 300-699 */
    width: clamp(15.625rem, 10.926rem + 25.06vw, 21.875rem);
    height: clamp(15.625rem, 10.926rem + 25.06vw, 21.875rem);
    left: -40px;
    bottom: -23px;
}
.sec-lookdata ul {
    flex-direction: column;
    gap: 2.5em;
}
.sec-lookdata ul li,
.sec-lookdata ul li a {
    width: 100%;
}
.sec-lookdata ul li a {
    padding: 20px;
    font-size: 18px;
}
.sec-lookdata ul li a::after {
    width: 36px;
    height: 36px;
    bottom: -20px;
}
.sec-lookdata ul li a span {
    font-size: 26px;
}
@media screen and (max-width: 400px) {
    .sec-lookdata {
        padding: 80px 0;
    }
    .sec-lookdata ul li a {
        border: 4px solid #6fb3cb;
    }
    .sec-lookdata ul li a span {
        font-size: 22px;
    }
    .sec-lookdata h2 {
        width: 85%;
    }
    .sec-lookdata ul li a {
        border-radius: 8px;
    }
    .sec-lookdata ul li a::after {
        width: 32px;
        height: 32px;
    }
}
/*--------------------------------
 大学のデータ
---------------------------------*/
.sec-university {
    background-size: 30px auto;
    /* 120px-170px 300-699 */
    padding: clamp(7.5rem, 5.15rem + 12.53vw, 10.625rem) 0;
}
.sec-university h2 {
    padding-bottom: 85px;
}
.sec-university::before {
    background-size: auto 100%;
    height: 30px;
}
.sec-university .grid {
    /* 40px-60px 300-699 */
    gap: clamp(2.5rem, 1.56rem + 5.01vw, 3.75rem);
}
.sec-university h2::before {
    background: url(../images/university/sinbol-sp.webp)no-repeat;
    background-size: auto 100%;
    width: 127px;
    height: 170px;
}
.sec-university h2::after {
    background: url(../images/university/school-sp.webp)no-repeat;
    background-size: auto 100%;
    width: 123px;
    height: 168px;
    top: -24px;
}
@media screen and (max-width: 520px) {
    .sec-university h2::before {
        width: 104px;
        height: 143px;
    }
    .sec-university h2 img {
        /* 180px-310px 300-520 */
        width: clamp(11.25rem, 0.17rem + 59.09vw, 19.375rem);
    }
    .sec-university h2::after {
        width: 105px;
        height: 143px;
    }
}
@media screen and (max-width: 400px) {
    .sec-university h2::before {
        width: 84px;
        height: 116px;
    }
    .sec-university h2::after {
        width: 87px;
        height: 116px;
    }
}
/* 就職率 */
.sec-university .grid .employment .number::before {
    top: 63%;
    transform: translateY(-50%);
    left: 0;
}
.sec-university .grid .employment .number::after {
    right: 0;
    top: 63%;
    transform: translateY(-50%);
    height: 120px;
}
.sec-university .grid .employment .number {
    /* 100px-140px 300-699 */
    font-size: clamp(6.25rem, 4.37rem + 10.03vw, 8.75rem);
    line-height: 1.2;
}
@media screen and (max-width: 400px) {
    .sec-university .grid .employment .number::before {
        width: 64px;
        height: 100px;
    }
    .sec-university .grid .employment .number::after {
        width: 56px;
        height: 100px;
    }
}
/* 国家資格合格率 */
.data-list .list-title {
    /* 18px-20px 300-699 */
    font-size: clamp(1.125rem, 1.031rem + 0.5vw, 1.25rem);
}
.data-list li img {
    /* 60px-80px 300-699 */
    width: clamp(3.75rem, 2.81rem + 5.01vw, 5rem);
}
.data-list .number {
    /* 30px-40px 300-699 */
    font-size: clamp(1.875rem, 1.405rem + 2.51vw, 2.5rem);
}
.qualification .final-data {
    margin-top: 30px;
}
.qualification .data-list .number {
    /* 73px-89px 300-699 */
    width: clamp(4.563rem, 3.811rem + 4.01vw, 5.563rem);
}
/* 在学生男女比 */
.block-progress__ttl {
    /* 16px-20px 300-699 */
    font-size: clamp(1rem, 0.812rem + 1vw, 1.25rem);
}
.block-progress__percent em {
    /* 18px-28px 300-699 */
    font-size: clamp(1.125rem, 0.655rem + 2.51vw, 1.75rem);
}
.progress+* {
    /* 20px-30px 300-699 */
    margin-top: clamp(1.25rem, 0.78rem + 2.51vw, 1.875rem);
}
.sec-university .grid .student .img {
    gap: 0.5em;
    /* 10px-35px 300-699 */
    margin-bottom: clamp(0.625rem, -0.55rem + 6.27vw, 2.188rem);
}
.sec-university .grid .student .img img {
    /* 115px-140px 300-699 */
    width: clamp(7.188rem, 6.013rem + 6.27vw, 8.75rem);
}
/* 教員数 */
.teacher .desc img {
    width: 80px;
}
.teacher-list .teacher-title {
    /* 14px-18px 300-699 */
    font-size: clamp(0.875rem, 0.687rem + 1vw, 1.125rem);
}
.teacher-list .teacher-title {
    width: 45%;
}
.teacher-list .number {
    /* 24px-30px 300-699 */
    font-size: clamp(1.5rem, 1.218rem + 1.5vw, 1.875rem);
}
.teacher-list .people {
    /* 3px-5px 300-699 */
    gap: clamp(0.188rem, 0.094rem + 0.5vw, 0.313rem);
}
.teacher-list .people img {
    /* 8px-11px 300-699 */
    width: clamp(0.5rem, 0.359rem + 0.75vw, 0.688rem);
}
/* 卒業後の進路割合 */
.rank-occupation {
    width: 100%;
}
.big-box.course .rank {
    width: 80%;
    gap: 1em;
    margin: 0 auto;
}
.big-box.course h4 {
    /* 18px-20px 300-699 */
    font-size: clamp(1.125rem, 1.031rem + 0.5vw, 1.25rem);
}
@media screen and (max-width: 600px) {
    .big-box.course .rank {
        width: 75%;
    }
}
.course .big-box-area {
    gap: 36px 0;
}
.big-box.course .ranking {
    gap: 15px;
}
@media screen and (max-width: 440px) {
    .big-box.course .rank {
        width: 100%;
    }
}
/*--------------------------------
 学生のデータ
---------------------------------*/
.sec-student {
    background-size: 30px auto;
    /* 120px-170px 300-699 */
    padding: clamp(7.5rem, 5.15rem + 12.53vw, 10.625rem) 0;
}
.sec-student::before {
    background-size: auto 100%;
    height: 30px;
}
.sec-student h2 {
    /* 85px-150px 300-699 */
    padding-bottom: clamp(5.313rem, 2.258rem + 16.29vw, 9.375rem);
}
.sec-student h2 img {
    /* 180px-310px 300-520 */
    width: clamp(11.25rem, 0.17rem + 59.09vw, 19.375rem);
}
.sec-student h2::before {
    left: -20px;
    width: 140px;
    height: 150px;
    top: -15px;
}
.sec-student h2::after {
    right: -20px;
    width: 130px;
    height: 195px;
    top: -50px;
}
@media screen and (max-width: 550px) {
    .sec-student h2::before {
        left: -27px;
        width: 111px;
        height: 120px;
    }
    .sec-student h2::after {
        right: -27px;
        width: 109px;
        height: 167px;
    }
}
@media screen and (max-width: 380px) {
    .sec-student h2::before {
        width: 98px;
        height: 106px;
        top: -6px;
    }
    .sec-student h2::after {
        width: 104px;
        height: 145px;
    }
}
.sec-student .grid-first {
    /* 40px-60px 300-699 */
    gap: clamp(2.5rem, 1.56rem + 5.01vw, 3.75rem);
}
.house-card>h4,
.img-area>p {
    /* 16px-20px 300-699 */
    font-size: clamp(1rem, 0.812rem + 1vw, 1.25rem);
    width: 165px;
}
.house-card .flex img {
    width: 90%;
}
.house-card .number {
    /* 45px-110px 300-699 */
    font-size: clamp(2.813rem, -0.242rem + 16.29vw, 6.875rem);
}
.grid-house {
    margin-bottom: clamp(2.5rem, 2.03rem + 2.51vw, 3.125rem);
}
@media screen and (max-width: 550px) {
    .house-card>h4,
    .img-area>p {
        width: 90%;
        padding: 0.4em 0;
    }
    .grid-house {
        grid-template-columns: repeat(1, 1fr);
        gap: clamp(2.5rem, 1.75rem + 4vw, 3.125rem);
    }
}
.rent-item .number {
    /* 34px-60px 300-699 */
    font-size: clamp(2.125rem, 1.239rem + 4.73vw, 3.75rem);
}
.text-content {
    font-size: 12px;
}
.house-banner {
    /* 34px-50px 300-699 */
    margin-bottom: clamp(2.125rem, 1.58rem + 2.91vw, 3.125rem);
}
.house-banner .highlight {
    font-size: 1.3rem;
    background: linear-gradient(transparent 60%, #FDE376 60%);
}
.character img {
    height: 110px;
    margin-top: -37px;
}
@media screen and (max-width: 600px) {
    .character img {
        margin-bottom: -24px;
        height: 90px;
        margin-top: -24px;
    }
    .house-banner .highlight {
        font-size: 1rem;
    }
}
@media screen and (max-width: 515px) {
    .character img {
        height: 80px;
        margin-top: -21px;
    }
    .house-banner {
        padding: 18px 0;
    }
}
.lunch .data-list .list-title {
    width: 110px;
}
.lunch .data-list .number {
    width: 9vw;
}
@media screen and (max-width: 600px) {
.lunch .data-list .list-title {
    width: 105px;
}
.lunch .data-list .number {
    width: 10vw;
}
}
/*--------------------------------
 大学のデータ・学生のデータ共通
---------------------------------*/
.final-data {
    /* 12px-14px 300-699 */
    font-size: clamp(0.75rem, 0.656rem + 0.5vw, 0.875rem);
    margin-top: 10px;
}
.data-card h3 {
    /* 20px-26px 300-699 */
    margin-bottom: clamp(1.25rem, 0.968rem + 1.5vw, 1.625rem);
    font-size: 22px;
}
.big-box {
    padding: 45px 20px;
}
.big-box>h3 {
    /* 24px-34px 300-699 */
    font-size: clamp(1.5rem, 1.03rem + 2.51vw, 2.125rem);
    /* 22px-36px 300-699 */
    margin-bottom: clamp(1.375rem, 0.717rem + 3.51vw, 2.25rem);
}
.big-box::before,
.sec-student .big-box::before {
    background-size: auto 60%;
    width: 250px;
    top: -30px;
}
.sec-student .big-box::before {
    width: 223px;
}
@media screen and (max-width: 580px) {
    .school-to .data-list .number {
        width: 11vw;
    }
}
@media screen and (max-width: 500px) {
    .data-card {
        padding: 26px 17px;
    }
    .data-list li {
        /* justify-content: space-between; */
    }
    .data-card::before {
        width: 24px;
        height: 40px;
        top: -20px;
    }
    .big-box .big-box-area {
        padding: 30px 20px;
    }
.lunch .data-list .number {
    width: 11vw;
}
}
@media screen and (max-width: 450px) {
.school-to .data-list .list-title {
    width: 120px;
}
.school-to .data-list .number {
    width: 13vw;
}
}
@media screen and (max-width: 400px) {
    .data-card h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 405px) {
.lunch .data-list .number {
    width: 13vw;
}
}
@media screen and (max-width: 340px) {
.school-to .data-list .number {
    width: 14vw;
}
}
/*--------------------------------
 大学の周辺環境
---------------------------------*/
.sec-around::after {
    /* right: 20px; */
    /* 35px-60px 300-699 */
    width: clamp(2.188rem, 1.013rem + 6.27vw, 3.75rem);
}
.sec-around {
    /* 80px-140px 300-699 */
    padding-top: clamp(5rem, 2.18rem + 15.04vw, 8.75rem);
}
.sec-around.note {
    /* 80px-140px 300-699 */
    padding-bottom: clamp(5rem, 2.18rem + 15.04vw, 8.75rem);
}
.sec-around h2 img {
    /* 220px-400px 700-999 */
    width: clamp(13.75rem, 5.291rem + 45.11vw, 25rem);
}
.sec-around::before {
    background-image: none;
}
.sec-around .container_wide {
    padding: 0 5%;
}
.sec-around h2 {
    /* 20px-80px 300-699 */
    margin-bottom: clamp(1.25rem, -1.57rem + 15.04vw, 5rem);
}
.sec-around h3 {
    /* 16px-26px 300-699 */
    font-size: clamp(1rem, 0.53rem + 2.51vw, 1.625rem);
    /* 8px-16px 300-699 */
    margin-bottom: clamp(0.5rem, 0.124rem + 2.01vw, 1rem);
}
.about-area {
    /* 14px-70px 300-699 */
    margin-bottom: clamp(0.875rem, -1.757rem + 14.04vw, 4.375rem);
}
.about-area p {
    line-height: 1.9;
}
@media screen and (max-width: 450px) {
    .about-area p {
        text-align: left;
    }
}
.instax-area {
    /* 40px-60px 300-699 */
    padding: clamp(2.5rem, 1.56rem + 5.01vw, 3.75rem) 0;
}
.instax-area img {
    width: 60vw;
    /* 150px-300px 300-699 */
    max-width: clamp(9.375rem, 2.326rem + 37.59vw, 18.75rem);
}
.instax-area li:nth-child(1) {
    margin-top: 0;
    transform: translateX(-55%);
}
.instax-area li:nth-child(2) {
    /* -140px--200px 300-699 */
    margin-top: clamp(-8.75rem, -5.93rem + -15.04vw, -12.5rem);
    transform: translateX(55%);
}
.instax-area li:nth-child(3) {
    transform: translateX(-55%);
    margin-top: -230px;
}
@media screen and (max-width: 600px) {
    .instax-area li:nth-child(3) {
        margin-top: -200px;
    }
}
@media screen and (max-width: 550px) {
    .instax-area li:nth-child(3) {
        margin-top: -150px;
    }
}
@media screen and (max-width: 460px) {
    .instax-area li:nth-child(3) {
        margin-top: -120px;
    }
}
@media screen and (max-width: 400px) {
    .instax-area li:nth-child(3) {
        margin-top: -70px;
    }
}
@media screen and (max-width: 320px) {
    .instax-area li:nth-child(3) {
        margin-top: -60px;
    }
}
@media screen and (max-width: 500px) {
    .instax-area li:nth-child(1) {
        transform: translateX(-52%);
    }
    .instax-area li:nth-child(2) {
        transform: translateX(52%);
    }
    .instax-area li:nth-child(3) {
        transform: translateX(-52%);
    }
}
@media screen and (max-width: 400px) {
    .instax-area {
        background-size: 120%;
        background-position: 0% center;
    }
}
.around-list {
    margin-right: 0vw;
    margin-left: 0vw;
}
.around-list figure .title {
    /* 18px-22px 300-699 */
    font-size: clamp(1.125rem, 0.937rem + 1vw, 1.375rem);
}
@media screen and (max-width: 500px) {
    .around-list {
        flex-direction: column;
    }
    .around-list li,
    .around-list li.last {
        width: 80%;
    }
}
@media screen and (max-width: 350px) {
    .around-list li,
    .around-list li.last {
        width: 100%;
    }
    .fukidashi {
        font-size: 100%;
        font-weight: 700;
        padding: 10px 14px;
        border-radius: 5px;
    }
    .fukidashi::after {
        width: 16px;
        height: 9px;
    }
}
/*--------------------------------
 CTA
---------------------------------*/
.sec-cta {
    background-size: 29px 29px;
    /* 50px-80px 300-699 */
    padding: clamp(3.125rem, -1.265rem + 10.03vw, 5rem) 0;
}
.sec-cta p {
    /* 22px-32px 300-699 */
    font-size: clamp(1.375rem, -0.088rem + 3.34vw, 2rem);
    /* 16px-36px 300-699 */
    margin-bottom: clamp(1rem, -1.926rem + 6.69vw, 2.25rem);
}
/*--------------------------------
 footer
---------------------------------*/
.page-top__link {
    width: 60px;
    height: 60px;
}
.page-top {
    right: 5px;
    bottom: 46px;
}
@media screen and (max-width: 550px) {
    .footer-wrap {
        flex-direction: column;
    }
    footer .merit_logo a img {
        max-width: 190px;
    }
    .address p {
        margin-bottom: 4px;
    }
}
.footer-wrap {
    gap: 10px;
}
.copy-area small {
    /* 10px-11px 300-699 */
    font-size: clamp(0.625rem, 0.479rem + 0.33vw, 0.688rem);
}
/*--------------------------------
 既存サイドナビ
---------------------------------*/
#s_Nav {
	z-index: 80;
}

#s_Nav li a {
	height: 50px;
	font-size: 80%;
}