/* ================================
    MV（メインビジュアル）
   ================================ */
.mv {
    width: 100%;
    height: clamp(400px, 56.2vw, 768px);
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
} */

.mv-inner,
.mv-copy,
.mv-news {
    z-index: 2;
}

.mv-inner {
    max-width: 1204px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

/* .mv-copy h1 {
    font-family: 'Noto Serif JP';
    font-weight: 400;
    font-size: clamp(20px, 2.34vw, 32px);
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #fff;
    padding-top: clamp(200px, 33.1vw, 452px);
    padding-bottom: clamp(14px, 2.41vw, 33px);
} */

/* .mv-copy h1 span {
    font-size: clamp(22px, 3.51vw, 48px);
} */

/* .mv-sub {
    font-family: 'Noto Serif JP';
    font-size: clamp(14px, 1.46vw, 20px);
    line-height: 1.3;
    color: #fff;
} */

.mv-news {
    position: absolute;
    bottom: clamp(16px, 2.2vw, 30px);
    right: 0px;
    display: flex;
    align-items: center;
    background: #006E7C;
    color: #fff;
    padding: clamp(4px, 0.88vw, 8px) clamp(14px, 2.49vw, 34px);
    border-radius: 4px;
    width: clamp(260px, 41.7vw, 570px);
    font-weight: 300 !important;
}

.mv-news:hover {
    background-color: #80B7BE;
}

.mv-news-text {
    font-size: clamp(12px, 1.17vw, 16px);
}

.mv-news-arrow {
    margin-left: auto;
    font-size: clamp(12px, 1.17vw, 16px);
    line-height: 1.6;
}

@media screen and (max-width: 1300px) {
    .mv-inner {
        padding-left: clamp(16px, 5.93vw, 81px);
        padding-right: clamp(16px, 5.93vw, 81px);
        margin: 0;
    }

    .mv-news {
        margin-right: clamp(16px, 5.93vw, 81px);
    }
}

/* ===== 出し分け ===== */
.mv--pc {
    display: block;
}

.mv-sp,
.mv-sp-news {
    display: none;
}

@media screen and (max-width: 500px) {
    .mv--pc {
        display: none;
    }

    .mv-sp,
    .mv-sp-news {
        display: block;
    }

    /* ===== SP MV ===== */
    .mv-sp {
        height: 640px;
        background-size: cover;
        position: relative;
    }

    /* コピー白パネル */
    .mv-sp-copy {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(255, 255, 255, .9);
        padding: 24px 20px
    }

    .mv-sp-copy h1 {
        font-family: 'Noto Serif JP';
        font-weight: 600;
        font-size: 30px;
        line-height: 1.3;
        color: #006E7C;
        margin-bottom: 15px;
        text-align: center;
    }

    .mv-sp-copy p {
        font-size: 18px;
        line-height: 1.6;
        color: #565656;
        text-align: center;
    }

    /* ===== SP News ===== */
    .mv-sp-news {
        color: #006E7C;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        line-height: 1.6;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px 12px;
    }

    .mv-sp-news .mv-news-arrow {
        margin-left: auto;
    }

    .mv-news-text {
        font-size: 14px;
        line-height: 1.6;
        color: #006E7C;
    }

    .mv-news-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 115px;
        height: 32px;
        background: #006E7C;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border-radius: 6px;
        margin-bottom: 4px;
        margin-top: 20px;
        grid-column: 1 / -1;
    }

    .mv-news-date {
        display: inline-block;
        margin-right: 8px;
        font-size: 13px;
        opacity: .8;
    }
}

.mv-h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.mv-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mv-text {
    width: 100%;
    height: auto;
    display: block;
}

.mv-copy {
    padding-top: clamp(170px, 29.4vw, 402px);
}

.mv-text--title {
    max-width: clamp(400px, 44.65vw, 610px);
    margin-bottom: clamp(12px, 2.2vw, 24px);
}

.mv-text--sub {
    max-width: clamp(430px, 44.29vw, 605px);
}

@media screen and (max-width: 500px) {
    .mv-sp-copy .mv-text-group {
        align-items: center;
        text-align: center;
    }

    .mv-sp-copy .mv-text--title {
        max-width: 320px;
        margin-bottom: 12px;
    }

    .mv-sp-copy .mv-text--sub {
        max-width: 280px;
    }
}

/* ================================
　　　section1
   ================================ */
.top-section {
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Swiper全体の余白調整 */
.banner-swiper {
    width: 100%;
    padding: clamp(24px, 7.25vw, 99px) 0 clamp(40px, 12.23vw, 167px);
    overflow: hidden;
}

/* 自動で流れる動きを一定速度（直線的）にする */
.banner-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* スライド画像の設定 */
.banner-swiper .swiper-slide a {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.banner-swiper .swiper-slide a:hover {
    opacity: 0.8;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.top-content {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(30px, 5.48vw, 75px);
    align-items: center;
    padding-bottom: clamp(80px, 14.19vw, 194px);
}

.top-text h2 {
    font-size: clamp(26px, 3vw, 41px);
    line-height: 1.3;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: clamp(16px, 1.9vw, 26px);
    color: #3A3A3A;
}

.top-text .lead {
    font-size: clamp(14px, 1.17vw, 16px);
    font-weight: 300;
    color: #3A3A3A;
    letter-spacing: 0;
    line-height: 1.6;
    width: clamp(280px, 36.6vw, 500px);
    margin-bottom: clamp(30px, 4.39vw, 60px);
}

.btn-about {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    padding: clamp(6px, 0.59vw, 8px) clamp(20px, 3.29vw, 45px);
    font-size: clamp(14px, 1.17vw, 16px);
    border-radius: 5px;
    background: #FF8F86;
    color: #fff;
    text-decoration: none;
    line-height: 1.6;
}

.top-image img {
    width: 100%;
    max-width: clamp(240px, 32.8vw, 448px);
    height: auto;
    border-radius: 5px;
}

@media screen and (max-width: 1250px) {
    .top-text .lead {
        width: auto;
    }
}

@media screen and (max-width: 819px) {
    .banner-swiper {
        padding: 40px 0 90px;
    }

    .top-content {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }

    .top-text {
        text-align: left;
    }

    .top-text .lead {
        width: 100%;
        max-width: none;
    }

    .top-image {
        width: 100%;
        text-align: center;
    }

    .top-image img {
        width: 100%;
        max-width: 449px;
        max-height: 350px;
    }

    .btn-about {
        width: 225px;
        margin: 36px auto 42px;
        text-align: center;
        font-size: 16px;
        padding: 8px;
    }

    .top-text h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .top-text .lead {
        font-size: 16px;
        margin-bottom: 65px;
    }

}

/* ================================
　　　section2
   ================================ */
.service-section {
    background-color: #F9F9F9;
}

.service-wap {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.service-head {
    text-align: left;
    padding-top: clamp(60px, 8.94vw, 122px);
}

.service-title {
    font-size: clamp(40px, 7.32vw, 100px);
    font-weight: 300;
    font-family: "ABeeZee", sans-serif;
    color: #BFD1C6;
    line-height: 1.2;
}

.service-subwrap {
    display: flex;
    align-items: center;
    align-items: center;
    gap: clamp(10px, 1.39vw, 19px);
    margin-bottom: clamp(20px, 3.58vw, 49px);
    margin-top: clamp(-5px, -0.37vw, -2px);
}

.service-subline {
    width: clamp(40px, 7.03vw, 96px);
    height: clamp(5px, 0.73vw, 10px);
    background: #006E7C;
}

.service-sub {
    font-size: clamp(14px, 1.46vw, 20px);
    font-weight: 500;
}

.service-lead {
    line-height: 1.6;
    font-size: clamp(14px, 1.17vw, 16px);
    margin-bottom: clamp(28px, 4.24vw, 58px);
    font-weight: 400;
    color: #000;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 38px clamp(30px, 6.44vw, 88px);
    justify-items: center;
}

.service-card {
    width: clamp(100px, 10.68vw, 146px);
    height: clamp(110px, 11.49vw, 157px);
    background: #fff;
    padding: clamp(10px, 1.1vw, 15px) clamp(2px, 0.36vw, 5px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    transition: 0.3s;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-card img {
    width: clamp(40px, 5.78vw, 79px);
    height: auto;
    margin-bottom: clamp(4px, 0.59vw, 8px);
}

.service-card-title {
    font-size: clamp(12px, 1.1vw, 15px);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-top: 0;
    text-align: center;
}

.service-more-wrap {
    text-align: center;
    margin-top: clamp(20px, 4.1vw, 56px);
    padding-bottom: clamp(60px, 9.07vw, 124px);
}

.service-more {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-weight: 300;
    display: inline-block;
    background: #FF8F86;
    color: #fff;
    padding: clamp(6px, 0.59vw, 8px) clamp(30px, 5.12vw, 70px);
    border-radius: 5px;
    font-size: clamp(14px, 1.17vw, 16px);
    text-decoration: none;
}

/* 左の線は消す（使わない） */
.service-subline {
    display: none;
}

/* ● を追加 */
.service-sub::before {
    content: "";
    width: clamp(8px, 1.025vw, 14px);
    height: clamp(8px, 1.025vw, 14px);
    background: #006E7C;
    border-radius: 50%;
    display: inline-block;
    margin-right: clamp(6px, 0.732vw, 10px);
    margin-left: clamp(6px, 0.732vw, 10px);
    transform: translateY(clamp(0px, 0.073vw, 1px));
}

/* service-card をリンクとして使う */
.service-card {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* hover時：opacity */
.service-card:hover {
    opacity: 0.6;
}

@media screen and (max-width: 819px) {
    .service-head {
        padding-top: 50px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .service-sub {
        font-size: 15px;
    }

    .service-sub::before {
        transform: translateY(-1px);
    }

    .service-subwrap {
        margin-bottom: 50px;
    }

    .service-lead {
        font-size: 16px;
        margin-bottom: 30px !important;
    }

    .service-card {
        width: 90%;
        height: 150px;
    }

    .service-card img {
        width: 75px;
        height: auto;
    }

    .service-card-title {
        font-size: 14px;
    }

    .service-grid {
        gap: 25px 0px;
    }

    .service-more-wrap {
        margin-top: 55px;
        padding-bottom: 98px;
    }

    .service-more {
        width: 225px;
        font-size: 20px;
    }
}

/* ================================
　　　section3
   ================================ */
.case-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-head {
    text-align: left;
    padding-top: clamp(80px, 12.74vw, 174px);
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* .case-card {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.case-card img {
    width: 100%;
    height: clamp(140px, 14.64vw, 200px);
    object-fit: cover;
} */

/* .case-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #006E7C;
    color: #fff;
    font-size: clamp(11px, 0.95vw, 13px);
    padding: clamp(3px, 0.37vw, 5px) clamp(6px, 0.73vw, 10px);
    border-radius: 3px;
} */

/* .case-card h3 {
    font-size: clamp(14px, 1.24vw, 17px);
    font-weight: 600;
    margin: clamp(10px, 1.1vw, 15px) clamp(10px, 1.1vw, 15px) clamp(6px, 0.73vw, 10px);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* .case-text {
    font-size: clamp(13px, 1.02vw, 14px);
    color: #444;
    margin: 0 clamp(10px, 1.1vw, 15px) clamp(10px, 1.1vw, 15px);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.6em * 2);
} */

/* .case-date {
    font-size: clamp(11px, 0.88vw, 12px);
    color: #666;
    text-align: right;
    padding: clamp(10px, 1.1vw, 15px) clamp(10px, 1.1vw, 15px) clamp(6px, 0.73vw, 10px);
    margin-top: auto;
} */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.case-more {
    text-align: center;
    margin-top: clamp(30px, 5.13vw, 70px);
    padding-bottom: clamp(60px, 9.52vw, 130px);
}

.case-more-btn {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-weight: 300;
    display: inline-block;
    background: #FF8F86;
    color: #fff;
    padding: clamp(6px, 0.59vw, 8px) clamp(30px, 5.12vw, 70px);
    border-radius: 5px;
    font-size: clamp(14px, 1.17vw, 16px);
    text-decoration: none;
}


/* カードパネル */

.case-swiper .swiper-wrapper {
    margin-bottom: clamp(12px, 1.46vw, 20px);
    margin-top: clamp(12px, 1.46vw, 20px);
    margin-left: 5px;
}

.case-section .service-lead {
    margin-bottom: clamp(10px, 2.78vw, 38px);
}

/* リンクの初期装飾を消す */
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* カード本体 */
.card {
    width: 320px;
    max-width: 360px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: transform .2s, box-shadow .2s;
}

/* hoverはリンクに対して反応させる */
.card-link:hover .card {
    transform: translateY(-2px);
}

/* 画像 */
.card-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 本文 */
.card-body {
    padding: 10px 10px 20px;
}

/* メタ情報 */
.card-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 10px;
}

.card-tag {
    font-size: 14px;
    color: #006E7C;
    background: #BFD1C6;
    padding: 2px 15px;
}

.card-date {
    font-size: 14px;
    color: #006E7C;
}

/* タイトル */
/* .card-title {
    font-size: 18px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */

.card-title {
    font-size: 18px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    /* 2行 */
    min-height: calc(1.5em * 2);
    overflow: hidden;
    margin: 0px 0px 16px;
}

.card-title img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    vertical-align: text-bottom;
}


/* 説明文 */
.card-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* nav */
.case-swiper {
    position: relative;
}

.case-swiper-prev,
.case-swiper-next {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    background-color: #006E7C;
    border-radius: 999px;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.case-swiper-prev::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.case-swiper-next::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.case-swiper-prev::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.case-swiper-next::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.case-swiper-prev:hover::after,
.case-swiper-next:hover::after {
    opacity: 0.6;
}


@media screen and (max-width: 819px) {
    .case-head {
        padding-top: 50px;
    }

    .case-more-btn {
        width: 225px;
        font-size: 20px;
    }
}

/* ================================
　　　section4
   ================================ */
.advantage-section {
    background-color: #F9F9F9;
}

.advantage-wap {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.advantage-ttl {
    padding-top: clamp(80px, 11.28vw, 154px);
}

.advantage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 7.47vw, 102px) clamp(40px, 7.69vw, 105px);
    margin-top: clamp(40px, 6.44vw, 88px);
}

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

.advantage-eyebrow {
    font-size: clamp(16px, 1.46vw, 20px);
    color: #000;
    margin-bottom: clamp(6px, 0.73vw, 10px);
    border-bottom: #006E7C solid 3px;
    line-height: 1.6;
    font-weight: 500;
}

.advantage-title {
    font-weight: 600;
    color: #006E7C;
    font-size: clamp(22px, 2.64vw, 36px);
    line-height: 1.6;
    margin-bottom: clamp(14px, 1.98vw, 27px);

}

.advantage-text {
    font-size: clamp(14px, 1.17vw, 16px);
    line-height: 1.6;
    color: #000;

}

.advantage-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 7.69vw, 105px);
    align-items: center;
    margin-top: clamp(40px, 7.47vw, 102px);
    padding-bottom: clamp(70px, 11.05vw, 151px);
}

.advantage-bottom-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 819px) {
    .advantage-ttl {
        padding-top: 50px;
    }

    .advantage-grid,
    .advantage-bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* ================================
       上段（advantage-grid）
       構成：
       1 テキスト
       2 画像
       3 テキスト
       4 画像
    ================================ */
    /* .advantage-grid {
        margin-top: 40px;
    } */

    /* 1：テキスト（2000社） */
    .advantage-grid>.advantage-item:nth-child(1) {
        order: 1;
    }

    /* 2：画像 */
    .advantage-grid>.advantage-item:nth-child(2) {
        order: 2;
    }

    /* 3：テキスト（ワンストップ） */
    .advantage-grid>.advantage-item:nth-child(4) {
        order: 3;
    }

    /* 4：画像 */
    .advantage-grid>.advantage-item:nth-child(3) {
        order: 4;
    }

    /* ================================
       下段（advantage-bottom）
       テキスト → 画像
    ================================ */
    .advantage-bottom {
        margin-top: 0;
        padding-bottom: 0;
    }

    .advantage-bottom-text {
        order: 1;
    }

    .advantage-bottom-image {
        order: 2;
    }

    /* ================================
       タイポ・余白調整（スマホ最適）
    ================================ */
    .advantage-eyebrow {
        font-size: 15px;
        border-bottom-width: 2px;
    }

    .advantage-title {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 23px;
    }

    .advantage-text {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: -0.05em;
    }

    .advantage-item img,
    .advantage-bottom-image img {
        width: 100%;
        max-width: 449px;
        max-height: 350px;
        margin: 30px auto 60px;
    }
}


/* ================================
　　　section5
   ================================ */
.blog-section {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.blog-head {
    padding-top: clamp(70px, 10.25vw, 140px);
}

/* .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3.95vw, 54px);
    margin-top: clamp(40px, 5.35vw, 73px);
} */

/* .blog-card a {
    display: block;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
} */

/* .blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
} */

/* .blog-body {
    border: 1px solid #D9D9D9;
} */

/* .blog-category {
    display: inline-block;
    margin: clamp(6px, 0.66vw, 9px) clamp(10px, 1.1vw, 15px) clamp(8px, 0.88vw, 12px);
    padding: clamp(4px, 0.44vw, 6px) clamp(12px, 1.46vw, 20px);
    background: #006E7C;
    color: #fff;
    font-size: clamp(11px, 0.88vw, 12px);
    font-weight: 500;
    line-height: 1.6;
} */

/* .blog-title {
    font-size: clamp(13px, 1.02vw, 14px);
    font-weight: 500;
    line-height: 1.2;
    padding: 0 clamp(16px, 2.05vw, 28px) clamp(10px, 1.17vw, 16px) clamp(10px, 1.1vw, 15px);
    color: #3A3A3A;
} */

/* .blog-title-inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 */

.card-meta.blog-card {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: unset;
}

.card-title.blog-card {
    margin: 0px 0 16px;
}

.blog-swiper .swiper-wrapper {
    margin: clamp(12px, 1.46vw, 20px) 0 clamp(12px, 1.46vw, 20px) 5px;
}

/* nav */
.blog-swiper {
    position: relative;
}

.blog-swiper-prev,
.blog-swiper-next {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    background-color: #006E7C;
    border-radius: 999px;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

.blog-swiper-prev::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.blog-swiper-next::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.blog-swiper-prev::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.blog-swiper-next::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.blog-swiper-prev:hover::after,
.blog-swiper-next:hover::after {
    opacity: 0.6;
}


/* 説明文 */
.card-desc2 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: calc(1.5em * 2);
    overflow: hidden;
}

@media screen and (max-width: 819px) {
    .blog-head {
        padding-top: 50px;
    }
}

/* ================================
　　　section6
   ================================ */
.recruit-section {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.recruit-head {
    padding-top: clamp(30px, 4.39vw, 60px);
}

.recruit-inner {
    margin: clamp(40px, 5.35vw, 73px) auto 0;
    display: grid;
    grid-template-columns: clamp(280px, 33.75vw, 461px) clamp(320px, 38.06vw, 520px);
    gap: clamp(40px, 6.08vw, 83px);
    padding-bottom: clamp(120px, 17.35vw, 237px);
}

.recruit-image img {
    width: clamp(300px, 33.75vw, 461px);
    height: auto;
    display: block;
    border-radius: 5px;
}

.recruit-title {
    font-size: clamp(22px, 2.64vw, 36px);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: clamp(20px, 3.07vw, 42px);
}

.recruit-text {
    font-size: clamp(14px, 1.17vw, 16px);
    line-height: 1.6;
    margin-bottom: clamp(14px, 1.76vw, 24px);
    font-weight: 400;
}

.recruit-content .case-more {
    margin-top: clamp(40px, 6.08vw, 83px);
    text-align: left;
    padding-bottom: 0;
}

.blog_recruit-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1180px) {
    .recruit-inner {
        grid-template-columns: clamp(280px, 33.75vw, 461px) 1fr;
    }
}

@media screen and (max-width: 819px) {
    .recruit-inner {
        display: block;
    }

    .recruit-image img {
        width: 100%;
        margin: auto;
        max-width: 449px;
    }

    .recruit-title {
        font-size: 23px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        margin: 39px auto 16px;
    }

    .recruit-text {
        font-size: 16px;
        line-height: 1.54;
        letter-spacing: -0.06em;
    }

    .recruit-content .case-more {
        margin-top: 50px;
        text-align: center;
    }
}

/* 
.news {
    padding: 40px 20px;
    text-align: center;
}

.news__sub {
    font-size: 14px;
    color: #0f9bf2;
    margin-bottom: 4px;
}

.news__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 32px;
}

.news__list {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

.news__item {
    border-top: 1px solid #ccc;
}

.news__item:last-child {
    border-bottom: 1px solid #ccc;
}

.news__item a {
    display: flex;
    gap: 20px;
    padding: 16px 0;
    text-decoration: none;
    color: inherit;
    align-items: center;
}

.news__date {
    color: #0f4fdc;
    font-weight: bold;
    min-width: 120px;
}

.news__text {
    flex: 1;
}


.mv picture,
.mv__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    background-color: #000;
}

.mv__title {
    font-size: clamp(24px, 4vw, 60px);
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1.2s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-2 ul {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    margin: 0;
}

.nav-2 li {
    width: 20%;
    list-style: none;
    text-align: center;
    border-right: 1px solid #FF6633;
    padding: 8px 0;
}

.nav-2 li:last-child {
    border-right: none;
}

.nav-2 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FF6633;
    transition: 0.3s;
}

.nav-2 a:hover {
    color: #d29a37;
}

.nav-2 a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #d29a37;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.nav-2 a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1179px) {
    .nav-2 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mv__inner {
        height: auto;
    }

    .mv__img {
        object-fit: contain;
    }

    .mv__title {
        font-size: clamp(20px, 6vw, 34px);
        line-height: 1.6;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    }
} */

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

.sp-only {
    display: none;
}

@media screen and (max-width: 819px) {
    .pc-only {
        display: none;
    }

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