/* global styles を無効化 */
:root {
  --wp--style--global--content-size: auto;
  --wp--style--global--wide-size: auto;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.15;
}
/* =========================
   共通
========================= */
a:focus {
    outline: unset;
}
img {
    width: 100%;
}
#g-nav,
section,
main {
    margin: 0!important;
}
.has-global-padding {
    padding: 0!important;
    display: block!important;
}

.section-inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1250px) {
    .section-inner {
        padding: 0 20px!important;
    }
}

@media only screen and (max-width: 980px) {
    .section-inner {
        padding: 0 40px!important;
    }
}

@media only screen and (max-width: 680px) {
    .section-inner {
        padding: 0 20px!important;
    }
}

.pc {
    display: block;
}

.pc-tab {
    display: block;
}

.sp {
    display: none;
}

.tab-only {
    display: none;
}

.sp-only {
    display: none;
}

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

    .sp {
        display: block;
    }

    .tab-only {
        display: block;
    }
}

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

    .sp-only {
        display: block;
    }

    .tab-only {
        display: none;
    }
}

/* タイトル */
.title-en-lg,
.title-en-md,
.title-en-sm,
.title-jp-lg,
.title-jp-md {
    font-weight: bold;
    line-height: 1.6;
}

.title-en-md,
.title-en-sm {
    font-family: "Montserrat", sans-serif;
}
.title-en-lg {
    font-family: "Work Sans", sans-serif;
    font-size: 64px;
    letter-spacing: 0.05em;
}

.title-en-md {
    font-size: 32px;
    letter-spacing: 0.1em;
}

.title-en-sm {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.title-jp-lg {
    font-size: 48px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.title-jp-md {
    font-size: 32px;
    letter-spacing: 0.1em;
}

.title-jp-sm {}

.card-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
@media (max-width: 980px) {
    .title-en-lg {
        font-size: 55px;
    }

    .title-en-md {
        font-size: 26px;
    }

    .title-en-sm {
        font-size: 22px;
    }

    .title-jp-lg {
        font-size: 40px;
    }

    .title-jp-md {
        font-size: 24px;
    }

    .card-title {
        font-size: 24px;
    }
}
@media (max-width: 680px) {
    .title-en-lg {
        font-size: 36px;
    }

    .title-en-md {
        font-size: 20px;
    }

    .title-en-sm {
        font-size: 20px;
    }

    .title-jp-lg {
        font-size: 32px;
    }

    .title-jp-md {
        font-size: 24px;
    }


    .card-title {
        font-size: 22px;
    }
}
/* テキスト */
.text-xlg {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #333333;
}
.text-lg {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
}
.text-md {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
	color: #333333;
}
.text-sm {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
	color: #333333;
}
.text_h4 {
    font-size: 20px;
	font-weight: bold;
	color: #333333;
}
@media (max-width: 980px) {
    .text-xlg {
        font-size: 19px;
    }
    .text-lg {
        font-size: 17px;
    }
    .text-md {
        font-size: 15px;
    }
	.text_h4 {
    font-size: 18px;
}
}
@media (max-width: 768px) {
    .text-xlg {
        font-size: 18px;
    }
    .text-lg {
        font-size: 16px;
    }
    .text-md {
        font-size: 14px;
    }
	.text_h4 {
    font-size: 16px;
}
}
/* カラー */
.fc-lightgreen {
    color: #12ACA9;
}
.fc-darkgreen {
    color: #136564;
}
.fc-white {
    color: #fff;
}
.fc-black {
    color: #333;
}
/* 太字 */
.fw-bold {
    font-weight: bold;
}
.tx-center {
    text-align: center;
}
/* ボタン */
.more-btn {
    text-align: center;
}

.more-btn-link {
    display: block;
    font-family: "Montserrat", sans-serif;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid #12ACA9;
    color: #12ACA9;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.more-btn-link:hover {
    background-color: #12ACA9;
    color: #fff;
}
.more-btn-link:hover:before {
    transform: scale(1);
    transform-origin: left top;
    background-color: #fff;
}

.more-btn-link::after {
    position: absolute;
    content: "";
    background: #12ACA9;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.more-btn-link:hover:after {
    background-color: #fff;
}
@media (max-width: 980px) {
    .more-btn-link {
        padding: 15px;
        font-size: 18px;
    }
    .more-btn-link::after {
        right: 15px;
    }
}
@media (max-width: 680px) {
    .more-btn-link {
        padding: 16px 10px;
        font-size: 16px;
    }
    .more-btn-link::after {
        right: 10px;
    }
}
/* =========================
   KV
========================= */
.kv {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.kv-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.kv-bg-img img {
    height: 100%;
    object-fit: cover;
}
.kv-overlay {
    position: relative;
    background: rgba(67, 67, 67, 0.40);
    padding: 245px 0 415px;
}

.kv-container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    color: #fff;
}

.kv-title {
    font-family: "Gothic A1", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}

.kv-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.15em;
}

.kv-scroll {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
}

.kv-scroll span {
    display: block;
    background-image: url("/wp-content/uploads/img/scroll-icon.webp");
    background-size: cover;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

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

@media (max-width: 980px) {
    .kv-overlay {
        padding: 200px 0px;
    }
    .kv-sub {
        font-size: 20px;
    }
	.kv-title {
    font-size: 38px;
}
}

@media (max-width: 680px) {

    .kv-bg-img img {
        object-position: bottom;
    }
    .kv-overlay {
        padding-top: 120px;
        padding-bottom: 380px;
        padding-left: 0;
        padding-right: 0;
    }
    .kv-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .kv-nav ul {
        gap: 15px;
        font-size: 12px;
    }

    .kv-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .kv-sub {
        font-size: 20px;
    }
}
@media (max-width: 400px) {
    .kv-title {
        font-size: 26px;
    }
}
/* =========================
   TOPお知らせ
========================= */
.top-news {
    padding: 45px 0 40px;
    background: rgba(18, 172, 169, 0.15);
}

.top-news-inner {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.top-news-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.top-news-title_container {
    width: 20%;
}

.top-news-title_box {
    margin-bottom: 45px;
}

.top-news-title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1.25;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.top-news-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 65px;
    height: 5px;
    background-color: #12ACA9;
}

.top-news-title_container .more-btn-link {
    max-width: 180px;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;

}

.top-news-list {
    width: 70%;
}
.top-news-item p {
    display: none;
}
.top-news-item-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
}

.top-news-item-meta {
    margin-bottom: 0;
}



.top-news-item-link:hover {
    opacity: 0.6;
}

.top-news-item-link {
    display: flex;
    gap: 0 30px;
    padding: 15px 0;
    margin: auto;
}

.top-news-item .top-news-item-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-news-item .top-news-item-day {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.55px;
    display: flex;
    align-items: center;
    width: 115px;
    color: #333333;
    margin-bottom: 0;
}

.top-news-item .top-news-item-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% - 135px);
}

.top-news-item .top-news-item-tag {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 3px 10px;
    background-color: #12ACA9;
    display: block;
}

.top-news-item-tag {
    white-space: nowrap;
}

.top-news-item .top-news-item-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.55px;
    line-height: 1.7;
    text-decoration: underline;
    color: #333;
    display: flex;
    align-items: center;
}
.top-news-item .top-news-item-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
@media only screen and (max-width: 1200px) {
    .top_news .top-news-inner {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 980px) {
    .top_news {}

    .top-news-container {
        flex-direction: column;
        gap: 0;
    }
    .top-news-title_container {
        width: 100%;
        margin-bottom: 30px;
    }
    .top-news-title_box {
        margin-bottom: 0;
    }
    .top-news-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .top-news-list {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .top-news-item-link {
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
    }
    .top-news-item .top-news-item-tag-list {
        width: 100%;
    }
    .top-news .more-btn-link {
        margin: auto;
        max-width: 250px;
    }
    .top-news .section-inner {
        padding: 0 40px!important;
    }
		.top-news-item {
    border-bottom: 1px solid #bebebe;
}
}

@media only screen and (max-width: 680px) {
    .top-news-title {
        font-size: 20px;
    }

    .top-news-sub_title {
        font-size: 20px;
    }
    .top-news-item-link {
        flex-direction: column;
    }
    .top-news .section-inner {
        padding: 0 20px;
    }
}

/* =========================
   TOPABOUT
========================= */
.top-about {
    position: relative;
    padding-top: 50px;
}

.top-about-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    max-width: 635px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/img/top-about-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.top-about-container {
    background-color: rgba(255, 255, 255, .8);
    max-width: 1180px;
    width: 100%;
    margin: auto;
}

.top-about-inner {
    position: relative;
    padding: 82px 0;
    max-width: 1040px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.top-about-main_title {
    display: block;
    color: #12ACA9;
    margin-bottom: 15px;
}

.top-about-sub_title {
    color: #136564;
    margin-bottom: 25px;
}

.top-about-text {
    color: #333;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1250px) {
    .top-about {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .top-about-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (max-width: 980px) {
    .top-about {
        padding: 60px 20px;
    }

    .top-about-inner {
        padding: 50px 20px;
    }

    .top-about-main_title {
        margin-bottom: 10px;
    }

    .top-about-sub_title {
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 680px) {
    .top-about {
        background-size: contain;
        margin-top: 30px;
    }

    .top-about-inner{
        padding: 30px 20px;
    }
    .top-about {
        padding: 30px 0;
    }

    .top-about-main_title {
        margin-bottom: 10px;
    }

    .top-about-sub_title {
        margin-bottom: 18px;
        color: #136564;
    }
.top-about .title-jp-md {
    font-size: 22px;
}
}


/* =========================
   TOPWORK
========================= */
.top_works {
    position: relative;
    overflow: hidden;
}

.top_works::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 28vw;
    left: -201vw;
    right: 0;
    background-color: #12ACA9;
    transform: skewY(10deg);
    z-index: -1;
}


.top_works_inner {
        padding: 0px 0 170px;
    }
.top_works_list {
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    margin: auto;
    position: relative;
    gap: 10px;
}

.top_works_title {
    position: absolute;
    left: -25px;
    bottom: -50px;
    font-size: 8.9vw;
    color: rgba(255, 255, 255, 0.14);
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top_works_item {
    width: calc(100% / 3 - 20px);
    max-width: 380px;
    background-color: #fff;
    padding: 25px 20px 45px;
    height: 620px;
    box-shadow: 0px 4px 20px 0px rgba(20, 85, 199, 0.20);
}

.top_works_item:nth-child(2) {
    margin-top: 70px;
}

.top_works_item:nth-child(3) {
    margin-top: 140px;
}


.top_works_item_inner {
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.top_works_tag {
    color: rgba(18, 172, 169, 0.50);
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}


.top-works-img {
    margin-bottom: 25px;
}

.top-works-title {
    text-align: center;
    color: #136564;
    margin-bottom:10px;
}

.top-works-text {
    position: relative;
    color: #333;
}


.works-btn {
    margin-top: auto;
}

@media only screen and (min-width: 1440px) {
    .top_works_inner {
        padding-bottom: 11.81vw;
}

}

@media only screen and (max-width: 1250px) {
    .top_works_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (max-width: 1200px) {
    .top_works_title {
        left: 20px;
    }

    .top_works_item {}

    .top_works_item:first-child {
        margin-bottom: 210px;
    }

    .top_works_item:nth-child(2) {
        margin-bottom: 140px;
    }

    .top_works_item:nth-child(3) {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 980px) {
    .top_works_inner {
        padding-bottom: 100px;
    }
    .top_works_list {
        justify-content: center;
        gap: 30px 20px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .top_works_item {
        width: calc(100% / 2 - 20px);
        min-height: unset;
        height: unset;
    }

    .top_works_item:first-child {
        margin-bottom: 0;
    }

    .top_works_item:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .top_works_item:nth-child(3) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .top_works_item:nth-child(4) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .top_works_title {
        bottom: -35px;
    }
    .top-works-text {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 680px) {
    .top_works_inner {
        padding-bottom: 80px;
    }
    
    .top_works_list {
        margin-bottom: 0;
        gap: 0 35px;
    }

    .top_works_item {
        width: 100%;
        max-width: unset;
        height: unset;
        margin: auto;
    }

    .top_works_item:first-child,
    .top_works_item:nth-child(2),
    .top_works_item:nth-child(3),
    .top_works_item:nth-child(4) {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .top_works_item:nth-child(3) {
        margin-bottom: 0;
    }
    .top-works-img {
        margin-bottom: 20px;
    }
    .top_works_title {
        bottom: -5px;
        font-size: 12.9vw;
    }

    .top_works_item_inner {
        max-width: unset;
        width: 100%;
    }
    .works-btn .more-btn-link {
        margin: auto;
        max-width: 250px;
    }
}

@media only screen and (max-width: 680px) {
    .top_works_item_inner {
        width: 100%;
    }
}

/* =========================
   TOPリクルート
========================= */
.recruit {
    background: rgba(18, 172, 169, 0.15);
    padding: 80px 0 105px;
}

.recruit-container {
    padding: 50px 0;
    background-color: #fff;
}

.recruit-container-inner {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.recruit-main-title {
    color: #12ACA9;
    line-height: 1;
}

.recruit-sub-title {
    color: #136564;
}

.recruit-text {
    color: #333;
}

.recruit-btn .more-btn-link {
    margin: auto;
}
@media (max-width: 980px) {
    .recruit {
        padding: 80px 0;
    }
    .recruit-container {
        padding: 50px 20px;
    }
    .recruit-container-inner {
        gap: 30px;
    }
}
@media (max-width: 680px) {

    .recruit {
        padding: 50px 0;
    }

    .recruit-container {
        padding: 50px 20px;
    }
	
    .recruit-container-inner {
        gap: 20px;
    }
    .recruit-text {
        font-size: 14px;
    }

    .recruit-btn {
        padding: 14px 28px;
    }
}

/* =========================
   
========================= */
.top-slider {
    background: rgba(18, 172, 169, 0.15);
    padding-bottom: 5.56vw;
}
.jp-slide-img-wrapper {
    position: relative;
    width: 100%;
    height: 33.34vw;
    background-image: url("/wp-content/uploads/img/top-slider.webp");
    background-repeat: repeat-x;
    background-size: cover;
}


.top_feature_slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

.top_feature_slider .slick-slide {
    margin: 0 35px;
}

@media (max-width: 680px) {
    .jp_slide_img_wrapper {
        animation-duration: 30s;
        /* スマホ向けにアニメーションを速くする */
    }
	.top-slider {
    background: rgba(18, 172, 169, 0.15);
    padding-bottom: 50px;
}
}

/* =========================
   CTA
========================= */
.cta-contact {
    background: #12ACA9;
    padding: 60px 20px;
}

.cta-contact__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.cta-contact__box {
    background: #fff;
    padding: 70px 0px 30px;
}

.cta-contact__title {
    margin: 0 0 42px;
    color: #1c6b6b;
    text-align: center;
}

.cta-contact-container {
    max-width: 990px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.cta-contact__item {
    max-width: 435px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-contact__label {
    margin: 0 0 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.cta-contact__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    min-height: 70px;
    padding: 16px 0;
    border-radius: 9999px;
    background: #12ACA9;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    box-sizing: border-box;
}

.cta-contact__btn:hover {
    background-color: #fff;
    color: #12ACA9;
}
.cta-contact__btn--tel {
    border: 2px solid #12ACA9;
}
.cta-contact__btn--tel span,
.cta-contact__btn--form {
    position: relative;
}
.cta-contact__btn--tel span {
    padding-left: 40px;
}
.cta-contact__btn--form {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    padding-right: 25px;
}
.cta-contact__btn--form:hover {
    color: #000;
}
.cta-contact__btn--tel span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 32px;
    background-image: url("/wp-content/uploads/img/cta-tel-icon.webp");
    background-size: cover;
}
.cta-contact__btn--tel:hover span::before {
    background-image: url("/wp-content/uploads/img/cta-tel-icon-green.webp");
}
.cta-contact__btn--form::before {
    position: absolute;
    content: "";
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/img/cta-arrow-icon.webp");
    background-size: cover;
}
.cta-contact__btn--form:hover:before {
    background-image: url("/wp-content/uploads/img/cta-arrow-icon-black.webp");

}
.cta-contact__btn--:hover:before {
    background-color: #fff;
}
.cta-contact__btn-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
}
.cta-contact__btn--form .cta-contact__btn-text {
    font-size: 20px;
}
.cta-contact__note {
    margin: 15px 0 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
}
@media (max-width: 1100px) {
    .cta-contact__box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 980px) {
    .cta-contact {
        padding: 60px 40px;
    }
    .cta-contact__note {
        font-size: 16px;
		margin-top: 10px;
    }
    .cta-contact__box {
        padding: 40px;
    }
    .cta-contact-container {
        gap: 30px;
    }
    .cta-contact__items {
        gap: 32px;
    }
    .cta-contact__label {
        font-size: 16px;
    }
    .cta-contact__btn-text {
        font-size: 24px;
    }
	.cta-contact__btn {
    min-height: 65px;
}
	.cta-contact__btn--form .cta-contact__btn-text {
    font-size: 18px;
}
	.cta-contact__btn--form::before {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 680px) {
    .cta-contact {
        padding: 40px 20px;
    }

    .cta-contact__box {
        padding: 40px 20px;
    }

    .cta-contact__title {
        margin-bottom: 32px;
        font-size: 22px;
    }
    .cta-contact-container {
        flex-direction: column;
    }

    .cta-contact__items {
        flex-direction: column;
        gap: 28px;
    }

    .cta-contact__item {
        width: 100%;
        margin: auto;
    }

    .cta-contact__label {
        font-size: 15px;
    }

    .cta-contact__btn {
        min-height: 60px;
        padding: 14px 20px;
    }
    .cta-contact__btn--tel span {
        padding-left: 30px;
    }
    .cta-contact__btn--tel span::before {
        width: 20px;
        height: 25px;
    }
    .cta-contact__btn-text {
        font-size: 22px;
    }
    .cta-contact__btn--form .cta-contact__btn-text {
        font-size: 16px;
    }
    .cta-contact__note {
        font-size: 16px;
        margin-top: 10px;
    }
}
/* =========================
   ヘッダー
========================= */
#header {
  background: transparent;
  color: #fff;
  /* position: relative; */
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  transition: background-color 0.3s;
}

#header.scrolled {
  position: fixed;
  background-color: #fff;
  color: #333;
}

.scrolled {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-logo {
  max-width: 285px;
  width: 25%;
  display: flex;
  align-items: center;
}

.header-logo-img {
    background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  padding: 20px 26px 15px;
}
.header-logo-img img {
    width: 100%;
}
.header-nav {
  max-width: 855px;
  width: 70%;
  display: flex;
  gap: 45px;
  justify-content: space-between;
}

.header-nav_menu {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
}

.header-right_nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-nav-menu-item {
  font-size: 18px;
  font-weight: 500;
  height: 100%;
}

.header-nav-menu-item-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-nav-menu-item-link::after {
  content: '';
  position: absolute;
  bottom: 25%;
  left: 0%;
  right: 0;
  margin: auto;
  width: 65%;
  height: 2px;
  background: #fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.header-nav-menu-item-link:hover::after {
  transform: scale(1, 1);
  background-color: #12ACA9;
}
.header-contact-tel,
.header-contact-mail {
  position: relative;
  height: 100%;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.header-contact-mail {
  background-color: #000;
  border: 1px solid #000;
}

.header-contact-mail:hover {
  background-color: #423a3a;
}

.header-contact-mail:hover span {
  color: #fff;
}

.header-contact-tel {
  background-color: #12ACA9;
  border: 1px solid #12ACA9;
}

.header-contact-tel:hover {
  background-color: #27817f;
}


.header-contact-link {
  display: block;
  padding: 17px 14px 16px;
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
}

.header-contact-link span {
  font-size: 12px;
}

.header-contact-mail_img img {
  width: 30px;
  margin: auto;
}

.header-contact-tel_img img {
  width: 23px;
  margin: auto;
}

.header-contact-link .header-contact-mail_img .default,
.header-contact-link .header-contact-tel_img .default {
  display: block;
}

.header-contact-link .header-contact-mail_img .hover,
.header-contact-link .header-contact-tel_img .hover {
  display: none;
}

.header-contact-link:hover .header-contact-mail_img .default,
.header-contact-link:hover .header-contact-tel_img .default {
  display: none;
}

.header-contact-link:hover .header-contact-mail_img .hover,
.header-contact-link:hover .header-contact-tel_img .hover {
  display: block;
}

@media only screen and (max-width: 1200px) {

  .header-nav {
    width: 75%;
  }

  .header-nav_menu {
    margin-right: 20px;
    justify-content: right;
  }

  .header-nav-menu-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 980px) {

  .header-logo {
    padding: 0;
  }
  .header-logo-img {
    width: 90px;
    padding: 10px 20px;
  }
  .header-nav {
    display: none;
  }

  .header-right_nav,
  .header-nav_menu {
    display: none;
  }

  .header-contact-link {
    width: 100%;
    height: unset;
  }

  .header-contact-link span {
    color: #fff;
  }

  .header-contact-link span {
    color: #fff;
  }
  .header-nav-menu-item-link::after {
    display: none;
  }
  .header-contact-btn {
    width: 300px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .header-contact-mail {
    margin-bottom: 10px;
	width: 100%;
  }
.header-contact-tel {
    width: 100%;
}
  .header-contact-mail .header-contact-link:hover span {
    color: #fff;
  }
}

@media only screen and (max-width: 680px) {
  .header-logo {
    width: 180px;
  }

}

/* =========================
   フッター
========================= */
footer {
    margin: 0;
}
.footer {
    background-color: #fff;
    padding: 60px 0 20px;
}

.footer-inner {
    max-width: 1070px;
    width: 100%;
    margin: auto;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.footer-logo-container {
    max-width: 340px;
    width: 30%;
}

.footer-logo {
    max-width: 120px;
    width: 100%;
    margin-bottom: 30px;
}
.footer-logo img {
    height: 100%;
    aspect-ratio: 1/ 1;
    object-fit: cover;
}
.footer-company-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.footer-company-item:last-child {
    margin-bottom: 0;
}

.footer-company-item span {
    font-weight: bold;
}

.footer-link-menu {
    padding-top: 25px;
    max-width: 560px;
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.footer-link-menu-nav:last-child .footer-link-menu-list {
    position: relative;
}

.policy-img {
    margin-top: 30px;
    width: 72px;
    height: 72px;
}

.policy-img a:hover {
    opacity: 0.6;
}
/* フッター */
.footer-link-menu-item a,
.footer-link-sub-menu-item a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
	color: #333333;
}

.footer-link-sub-menu-item a {
    margin-bottom: 10px;
}

.footer-link-menu-item a:hover,
.footer-link-sub-menu-item a:hover {
    opacity: 0.6;
}

.footer-link-sub-menu {
    padding-left: 15px;
}

.footer-copyright {
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1100px) {
    .footer-inner {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 980px) {
    .footer {
        padding: 50px 0 20px;
    }

    .footer-container {
        margin-bottom: 50px;
		gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .policy-img {
        bottom: -50px;
        width: 40px;
        height: 40px;
    }
    .footer-inner {
        padding: 0 40px;
    }
	.footer-link-menu {
    width: 100%;
}
	.footer-logo-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.footer-container hr {
    border: 1px solid #ebebeb;
    width: 80%;
}
}

@media only screen and (max-width: 680px) {
    .footer {
        padding: 30px 0 15px;
    }

    .footer-inner {
        max-width: 400px;
    }

    .footer-container {
        position: relative;
        flex-direction: column;
        margin-bottom: 45px;
    }

    .footer-logo-container {
        max-width: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-logo {
        margin: auto;
    }

    .footer-link-menu-nav:last-child {
        position: static;
    }

    .footer-link-menu {
        position: relative;
        margin: auto;
        width: 100%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .footer-link-menu-nav:last-child .footer-link-menu-item:last-child a {
        margin-bottom: 0;
    }

    .footer-link-menu-item a,
    .footer-link-sub-menu-item a {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .policy-img {
        position: static;
        margin: auto;
        margin-bottom: 30px;
        width: 60px;
        height: 60px;
    }

    .footer-company-item {
        text-align: left;
        font-size: 14px;
    }

    .footer-company {
        padding-top: 30px;
        border-top: 1px solid #D9D9D9;
    }

    .footer-copyright {
        font-size: 12px;
    }
	
	.footer-inner {
        padding: 0 20px;
    }
	.footer-logo {
    max-width: 100px;
}
}

/* =========================
   サービス
========================= */
.page-kv {
    position: relative;
    width: 100%;
    background: url('/wp-content/uploads/img/service-kv.webp') center/cover no-repeat;
    color: #fff;
    overflow: hidden;
}
.page-kv.recruit-kv {
    background: url('/wp-content/uploads/img/recruit-kv.webp') center/cover no-repeat;
}
.page-kv.company-kv {
    background: url('/wp-content/uploads/img/company-kv.webp') center/cover no-repeat;
}
.page-kv.safety-kv {
    background: url('/wp-content/uploads/img/safety-kv.webp') center/cover no-repeat;
}
.page-kv.kv-no-img {
    background: #12ACA9;
}
.page-kv.kv-no-img .page-kv-overlay {
    background: unset;
}
.page-kv-overlay {
    background: rgba(67, 67, 67, 0.40);
    padding: 250px 0 125px;
}
.page-kv .page-kv-title-jp {
    margin: 0;
}
.page-kv .text-xlg {
    color: #fff;
}
@media (max-width: 980px) {
    .page-kv-overlay {
        padding: 200px 0 100px;
    }
    .page-kv.kv-no-img .page-kv-overlay {
        padding: 150px 0 100px;
    }
	.page-kv-overlay {
    background: rgb(67 67 67 / 55%);
}
}
@media (max-width: 680px) {
    .page-kv-overlay {
        padding: 90px 0;
    }
    .page-kv.kv-no-img .page-kv-overlay {
        padding: 100px 0 50px;
    }
}
/* =========================
   SECTION
========================= */
.service {
    background: rgba(18, 172, 169, 0.15);
    padding: 100px 0;
}

.service-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.service-content {
    max-width: 560px;
    width: 50%;
}

.service-title {
    color: #2f6f6b;
    margin-bottom: 20px;
}

.service-text {
    color: #333;
    margin-bottom: 20px;
}
.service-area {
    background: #fff;
    padding: 20px;
    width: 100%;
}

.service-area-title {
    color: #136564;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.service-area ul {
    list-style: none;
}

.service-area li {
    position: relative;
    /* padding-left: 1em; */
    font-size: 14px;
    line-height: 1.8;
}
/* .service-area li::before {
    position: absolute;
    left: 0;
    content: "・";
} */
.service-img {
    width: 50%;
    display: flex;
    align-items: center;
}
.service-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 980px) {
    .service {
        padding: 80px 0;
    }
}
@media (max-width: 680px) {
    .service {
        padding: 50px 0;
    }
    .service-container {
        flex-direction: column;
        gap: 30px;
    }

    .service-content,
    .service-img {
        width: 100%;
    }

    .service-area {
        width: 100%;
    }
}
/* =========================
   サービスリスト
========================= */
/* =========================
   SECTION
========================= */
.service-list {
  padding: 100px 20px;
  background: #fff;
}
.service-list__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.service-list__item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.service-list__item:last-child {
  margin-bottom: 0;
}

.service-list__img {
  width: 50%;
}

.service-list__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.service-list__content {
  width: 50%;
}

.service-list__title {
  color: #2f6f6b;
  margin-bottom: 20px;
}

.service-list__text {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list__text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #333;
}

.service-list__text li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 1em;
}
@media (max-width: 980px) {
    .service-list {
        padding: 80px 20px;
    }
    .service-list__item {
        gap: 30px;
    }
}
@media (max-width: 680px) {

  .service-list {
    padding: 60px 20px;
  }

  .service-list__item {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .service-list__img,
  .service-list__content {
    width: 100%;
  }

  .service-list__title {
    font-size: 20px;
  }
}
/* =========================
   terms
========================= */
.terms {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.terms-inner {
  max-width: 480px;
  margin: 0 auto;
}
.terms-title {
  color: #136564;
  margin-bottom: 20px;
}
.terms-text {
  color: #333;
  margin-bottom: 20px;
}

.terms-btn {
  display: inline-block;
  max-width: 435px;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  border: 2px solid #12ACA9;
  background: #12ACA9;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 60px;
  text-decoration: none;
  transition: 0.3s;
}

.terms-btn:hover {
  background: #fff;
  color: #12ACA9;
}
@media (max-width: 680px) {
.terms-btn {
    font-size: 16px;
}
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .terms {
    padding: 60px 20px;
  }

  .terms-title {
    font-size: 22px;
  }

  .terms-text {
    font-size: 14px;
  }

  .terms-btn {
    padding: 16px;
  }
}
/* =========================
   安全への取り組み
========================= */
/* =========================
   ポリシー
========================= */
/* =========================
   SECTION
========================= */
.policy {
  background: #12ACA9;
  padding: 60px 0;
}

.policy-inner {
  max-width: 800px;
  margin: 0 auto;
}
.policy-box {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}

.policy-box:last-child {
  margin-bottom: 0;
}

.policy-title {
    color: #136564;
  margin-bottom: 8px;
}
.policy-text {
    color: #333;
}
@media (max-width: 980px) {

  .policy {
    padding: 80px 40px;
  }

  .policy-box {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

}
@media (max-width: 680px) {

  .policy {
    padding: 50px 20px;
  }

  .policy-box {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

}

/* =========================
   SECTION
========================= */
.safety {
  padding: 60px 0;
  background: #fff;
}

.safety.bg-alt {
  background: rgba(18, 172, 169, 0.15);
}


.safety-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.safety-item.reverse {
  flex-direction: row-reverse;
}

.safety-img {
    max-width: 560px;
  width: 50%;
}


.safety-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.safety-content .fc-darkgreen {
    font-size: 18px;
    letter-spacing: 5%;
    line-height: 1.4;
}
.safety-content .safety-shuuchi {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.safety-content {
    max-width: 560px;
  width: 50%;
}

.safety-title {
    text-align: center;
    color: #136564;
    margin-bottom: 40px;
}

.safety-sub {
    color: #333;
    margin-bottom: 30px;
}
.safety-content .sub-title {
    color: #136564;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.safety-content p {
    margin-bottom: 20px;
}
.safety-content p:last-child {
    margin-bottom: 0;
}
.safety-shuuchi {
    display: inline-block;
    margin-top: 40px;
}
@media (max-width: 980px) {
.safety-content .fc-darkgreen {
    font-size: 16px;
}
	.safety-sub {
    color: #333;
    margin-bottom: 10px;
    font-size: 20px;
}
}

/* リスト */
.safety-content ul {
    list-style: none;
    margin-bottom: 20px;
}

.safety-content ul:last-child {
    margin-bottom: 0;
}
.safety-content li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.5em;
}
.safety-content li::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;

}
.safety-sub span.fc-darkgreen {
    font-size: 28px;
    letter-spacing: 5%;
    line-height: 1.4;
}
@media (max-width: 980px) {
    .safety {
        padding: 50px 0px;
    }
  .safety-title {
    margin-bottom: 30px;
  }
  .safety-content .sub-title {
    font-size: 17px;
  }
  .safety-shuuchi {
    margin-top: 30px;
  }
.safety-sub span.fc-darkgreen {
    font-size: 20px;
}
}
@media (max-width: 680px) {

  .safety {
    padding: 40px 0px;
  }

  .safety-item {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .safety-item.reverse {
    flex-direction: column-reverse;
  }

  .safety-img,
  .safety-content {
    width: 100%;
  }
.safety-sub span.fc-darkgreen {
    font-size: 20px;
}
  .safety-title {
    margin-bottom: 25px;
  }
  .safety-sub {
    margin-bottom: 16px;
  }
  .safety-content .card-title {
     font-size: 20px;
  }
  .safety-content .sub-title {
    font-size: 16px;
  }
  .safety-shuuchi {
    margin-top: 5px;
  }
  .safety-content .safety-shuuchi {
    font-size: 14px;
  }
}

/* =========================
   採用
========================= */
.recruit-link-section {
  padding: 60px 0;
  background:  rgba(18, 172, 169, 0.15);
}

.recruit-link-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.recruit-link-container {
    position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.recruit-link-container::before,
.recruit-link-container::after {
    content: "";
    width: calc(100% / 4 - 20px );
    max-width: 250px;
}
.recruit-link-container::before {
    order: 1;
}

.recruit-link-card {
    position: relative;
    width: calc(100% / 4 - 20px );
    max-width: 250px;
  min-height: 70px;
  padding: 17px;
  background: #12ACA9;
  box-shadow: 0 4px 20px 0 rgba(80, 80, 80, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}
.recruit-link-card:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

.recruit-link-icon {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-link-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-link-text {
    position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

/* tablet */
@media screen and (max-width: 1200px) {
  .recruit-link-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

}

/* sp */
@media screen and (max-width: 980px) {
    .recruit-link-container::before,
    .recruit-link-container::after {
        width: calc(100% / 3 - 10px );
    }
    .recruit-link-card {
        width: calc(100% / 3 - 10px );
        min-height: 64px;
    }
	.recruit-link-text {
    font-size: 18px;
}
}
@media screen and (max-width: 680px) {
  .recruit-link-section {
    padding: 50px 0;
  }

  .recruit-link-container {
    gap: 20px;
    justify-content: center;
  }

  .recruit-link-card {
    width: calc(100% / 2 - 10px );
    min-height: 64px;
	padding: 12px;
  }

  .recruit-link-text {
    font-size: 14px;
  }

  .recruit-link-icon {
    width: 24px;
    margin-right: 12px;
  }
    .safety-sub {
		color: #333;
		margin-bottom: 10px;
		font-size: 20px;
	}
}


/* =========================
   タブ
========================= */
:root {
      --teal-dark:  #1a5e58;
      --teal-mid:   #237970;
      --teal-light: #d4ecea;
      --teal-tab:   #c2e4e1;
      --teal-active:#237970;
      --accent:     #e8f5f4;
      --dot:        #3aada3;
      --line:       #b0d8d5;
      --text-dark:  #1a2e2d;
      --text-mid:   #3d5c5a;
      --text-light: #ffffff;
      --bg:         #f5fafa;
      --note:       #5a8a86;
    }
/* ─── Tabs ─── */
.schedule-section {
      padding: 80px 0;
      background: #136564;
    }
    .section-heading {
        text-align: center;
    }
    .section-heading h2 {
        margin-bottom: 20px;
    }
    .tab-nav {
      display: flex;
      overflow: hidden;
      gap: 20px;
      margin-top: 60px;
      margin-bottom: 0;
    }

    .tab-btn {
      flex: 1;
      padding: 35px 20px;
      background: linear-gradient(0deg, rgba(18, 172, 169, 0.15) 0%, rgba(18, 172, 169, 0.15) 100%), #FFF;
      border: none;
      cursor: pointer;
      color: #136564;
      text-align: center;
      transition: background .25s, color .25s;
      position: relative;
    }

    .tab-btn + .tab-btn {
        
    }

    .tab-btn:hover {
        color: #136564;
        background-color: #fff;
    }

    .tab-btn.active {
        color: #136564;
        background: #fff;
    }

    /* ─── Tab Content Wrapper ─── */
    .tab-content-area {
      border-top: none;
      background: #fff;
    }

    .tab-panel {
      display: none;
      padding: 70px 0 130px;
      max-width: 1000px;
      width: 100%;
      margin: auto;
    }

    .tab-panel.active {
      display: block;
      animation: fadeIn .35s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(8px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ─── Profile block ─── */
    .profile-block {
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 40px;
      align-items: start;
      margin-bottom: 50px;
    }

    .profile-img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
      border-radius: 4px;
      background: var(--teal-light);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--teal-mid);
      font-size: .85rem;
      overflow: hidden;
    }

    .profile-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .profile-img-placeholder {
      width: 100%;
      aspect-ratio: 4/3;
      background: var(--teal-light);
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }



    /* ─── Divider ─── */
    .divider {
      border: none;
      border-top: 1px solid #333;
      margin-bottom: 55px;
    }

    /* ─── Schedule heading ─── */
    .schedule-heading {
        color: #136564;
      text-align: center;
      margin-bottom: 60px;
    }

    /* ─── Timeline ─── */
    .timeline {
      max-width: 480px;
      margin: 0 auto;
      position: relative;
      padding-left: 0;
      margin-bottom: 45px;
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 120px 1fr;
      align-items: start;
      gap: 0 0;
      position: relative;
    }

    .tl-time,
    .tl-label {
        font-size: 16px;
        padding: 15px 0;
    }
    .tl-time {
        position: relative;
        color: #136564;
        font-size: 16px;
      font-weight: 700;
      letter-spacing: unset;
      text-align: center;
      padding-right: 25px;
    }

    .tl-time::before {
        content: "";
        position: absolute;
        top: 18px;
        right: -10px;
        width: 16px;
        height: 16px;
        background: #12ACA9;
        border-radius: 50%;
        z-index: 2;
    }

    .tl-label {
        position: relative;
        color: #3F3D56;
        padding-left: 35px;
    }
    .tl-label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: #D9D9D9;
        z-index: 1;
    }
    .timeline-item:first-child .tl-label::before {
        top: unset;
        bottom: 0;
        height: calc(100% - 20px);
    }
    .timeline-item:last-child .tl-label::before {
        top: 0;
        height: 20px;
    }
    /* ─── Note ─── */
    .schedule-note {
      text-align: left;
      max-width: 480px;
      margin: auto;
      padding-left: 10px;
      font-size: 16px;
      font-weight: 400;
    }

    /* ─── Responsive ─── */
    @media (max-width: 1250px) {
        .schedule-section {
            padding-left: 20px;
            padding-right: 20px;
        }

    }
    @media (max-width: 1100px) {
        .tab-panel {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    @media (max-width: 980px) {
        .schedule-section {
            padding: 80px 0;
        }
        .tab-nav {
            margin-top: 50px;
            gap: 10px;
        }
        .tab-panel {
            padding: 50px 40px;
        }
        .schedule-heading {
            margin-bottom: 50px;
        }
		.schedule-section .tab-btn {
            font-size: 18px;
        }
		.tab-btn {
            padding: 20px 10px;
        }
    }
    @media (max-width: 680px) {
    /*    .tab-nav {
            flex-direction: column;
        }*/
        .tab-nav {
            margin-top: 30px;
            gap: 10px;
        }
        .tab-panel {
            padding: 30px 20px;
        }
        .schedule-heading {
            margin-bottom: 30px;
        }
        .profile-block {
            display: block;
            margin-bottom: 30px;
        }
        .divider {
            margin-bottom: 30px;
        }
        .schedule-heading {
            margin-bottom: 30px;
        }
        .timeline-item {
            display: block;
        }
        .tl-time {
            padding: 10px 0;
            padding-left: 30px;
            padding-right: 0;
            text-align: left;
        }
        .tl-time::before {
            left: 0;
            top: 12px;
        }
        .tl-label {
            padding: 2px 0 12px;
            padding-left: 30px;
        }
        .tl-label::before {
            height: calc(100% + 35px);
            top: -18px;
            left: 6px;
        }
        .timeline-item:first-child .tl-label::before {
            top: -17px;
            left: 6px;
            height: calc(100% + 35px);
        }
        .timeline-item:last-child .tl-label::before {
            display: none;
        }
		.schedule-section .tab-btn {
            font-size: 14px;
            padding: 20px 5px;
        }
		.profile-img-placeholder {
            margin-bottom: 30px;
        }
		.schedule-section {
            padding: 50px 0;
        }
		    .tl-time,
        .tl-label {
            font-size: 14px;
        }
		.timeline {
        padding-left: 10px;
        }
    }
/* =========================
   採用フロー
========================= */
.flow {
    padding: 90px 0;
    background: #fff;
}
.flow-title {
    margin-bottom: 60px;
}
.flow_area .section_title_box {
    margin-bottom: 70px;
}
.flow_area .section_title {
    margin-bottom: 80px;
}
.flow_area .section_text {
    line-height: 1.1;
}
.flow_box {
    max-width: 870px;
    width: 100%;
    margin: auto;
    background: rgba(18, 172, 169, 0.15);
    border-radius: 30px;
    margin-bottom: 25px;
}
.flow_box_inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 70px;
}
.flow_img {
    width: 20%;
}
.flow_img img {
    width: 150px;
}
.flow_text_box {
    width: 80%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.flow_item_title {
    max-width: 170px;
    width: 100%;
    background: #136564;
    margin-bottom: 16px;
    text-align: left;
    border-radius: 30px;
    margin-right: auto;
    padding: 7px 35px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.flow_sub_title {
    font-size: 20px;
    font-weight: bold;
    margin-right: auto;
	line-height: 1.4;
	color: #333;
	letter-spacing: 5%;
}
.flow_sub_title a {
    color: #136564;
    text-decoration: underline;
}
.flow_sub_title a:hover {
    opacity: 0.6;
}
.flow_text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-right: auto;
}
.flow_triangle {
    width: 80px;
    margin: auto;
    margin-bottom: 25px;
}
@media only screen and (max-width: 980px) {
    .flow {
        padding: 80px 0;
    }
    .flow-title {
        margin-bottom: 50px;
    }
    .flow_box_inner {
        gap: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .flow_sub_title {
        font-size: 18px;
    }
    .flow_text {
        font-size: 14px;
    }
    .flow .section_text {
        text-align: center;
    }
	.flow_text_box {
    width: 75%;
}
	.flow_img {
    width: 20%;
}
	.flow_img img {
    width: 120px;
}
	.flow_item_title {
    font-size: 20px;
}
	.flow_triangle {
    width: 70px;
    margin-bottom: 15px;
}
	.flow_box {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 680px) {
    .flow {
        padding: 50px 0;
    }
    .flow-title {
        margin-bottom: 30px;
    }
    .flow_item_title {
        padding: 2px 0;
    }
    .flow_img img {
        width: 100%;
    }
    .flow .section_text {
        text-align: left;
    }
	.flow_text_box {
        width: 70%;
    }
	.flow_img {
        width: 25%;
    }
	.flow_item_title {
    padding: 7px 35px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.flow_triangle {
        width: 60px;
        margin-bottom: 10px;
    }
	.flow_box {
       margin-bottom: 15px;
    }
	    .flow_sub_title {
        font-size: 16px;
    }
}
/* =========================
   よくある質問
========================= */
/* よくある質問 */
.faq-sec {
    background-color: #fff;
    padding: 75px 0 120px;
}
.recruit-faq-sec {
    background: rgba(18, 172, 169, 0.15);
}
.recruit-faq-sec .section-inner {
    max-width: 980px;
}
.faq-sec .title-jp-md {
    margin-bottom: 60px;
}
.faq-title-container {
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 70px;
    text-align: center
}



.faq-accordion {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 75px;
}

.faq-accordion-item {
    background-color: #fff;
    border: 3px solid #12ACA9;
    border-radius: 20px;
    margin-bottom: 40px;
	max-width: 980px;
    margin: 0 auto 30px;
}

.faq-item-title-container {
    background-color: #12ACA9;
    border-radius: 15px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    padding: 30px 100px 30px 0;
    position: relative;
    transition: all .5s ease;
}

.faq-item-title {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-left: 110px;
	line-height: 1.4;
}

.faq-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "Q";
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    height: 32px;
    left: 35px;
    margin: auto;
}

.faq-item-title-container:after,
.faq-item-title-container:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 28px;
    top: 0;
    transform: translateY(-50%);
    transition: opacity .25s;
    width: 20px;
}

.faq-item-title-container:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .25s;
}

.faq-item-title-container.close {
    border-radius: 15px 15px 0px 0;
}
.faq-item-title-container.close:before {
    opacity: 0;
}

.faq-item-title-container.close:after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-item-text {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    padding: 25px 100px 25px 110px;
}
.faq-item-text a {
    text-decoration: underline;
}

@media only screen and (max-width: 980px) {
    .faq-sec {
        padding:60px 0 100px;
    }
    .faq-sec .title-jp-md {
        margin-bottom: 50px;
    }
    .faq-accordion {
        margin-top: 50px;
    }
    .faq-title-container {
        margin-bottom: 60px;
    }

    .faq-jp-title {
        font-size: 40px;
    }

    .faq-item-title-container {
        padding-bottom: 20px;
        padding-right: 80px;
        padding-top: 20px;
    }

    .faq-item-title {
        padding-left: 80px;
		font-size: 18px;
    }

    .faq-item-title:before {
        height: 40px;
    }

    .faq-item-text {
        padding-left: 80px;
        padding-right: 80px;
    }

    .faq-item-title:before {
        font-size: 28px;
        left: 30px;
    }

    .faq-accordion-item {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 680px) {
    .faq-sec {
        padding:50px 0 60px;
    }

    .faq-sec .title-jp-md {
        margin-bottom: 30px;
    }
    .faq-accordion {
        margin-top: 30px;
    }
    .faq-title-container {
        margin-bottom: 50px;
    }

    .faq-en-title {
        font-size: 24px;
        line-height: 1.5;
    }

    .faq-jp-title {
        font-size: 32px;
        line-height: 1.5;
    }

    .faq-item-title-container {
        padding-bottom: 15px;
        padding-right: 50px;
        padding-top: 15px;
    }

    .faq-item-title-container:after,.faq-item-title-container:before {
        right: 15px;
    }

    .faq-item-title {
        font-size: 16px;
        padding-left: 50px;
    }

    .faq-item-title:before {
        height: 32px;
    }

    .faq-item-text {
        font-size: 14px;
        line-height: 1.7;
        padding: 18px 25px 18px 35px;
    }

    .faq-item-title:before {
        font-size: 24px;
        left: 15px;
    }

    .faq-accordion-item {
        margin-bottom: 15px;
    }
}
/* =========================
   会社概要
========================= */
#company_about {
    padding: 90px 0;
    background:  rgba(18, 172, 169, 0.15);
}

.company_about_container {
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 95px 0;
  background-color: #fff;
}

.company_about_container_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.company_about_title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 45px;
}

.company_about_table table {
  width: 100%;
  table-layout: fixed;
}

.company_about_table th {
  width: 180px;
  padding: 21px 0;
  padding-left: 8px;
}

.company_about_table th p {
    color: #136564;
  letter-spacing: 0.05em;
}

.company_about_table td {
  padding: 21px 0;
  padding-left: 50px;
}

.company_about_table td p {
}

.company_about_table td {
  border-bottom: 1px solid #BEBEBE;
}

.company_about_table th {
  border-bottom: 2px solid #136564;
}


@media only screen and (max-width: 980px) {
  #company_about {
    padding: 80px 0;
  }

  .company_about_container {
    padding: 60px 0 70px;
  }

  .company_about_container_inner {
    padding: 0 40px;
  }

  .company_about_table th,
  .company_about_table td {
    width: 100%;
    display: block;
  }

  .company_about_table th {
    border-bottom: unset;
    padding-left: 10px;
  }

  .company_about_table td {
    border-bottom: 1px solid #bebebe;
    padding-left: 10px;
  }

  .company_adress {
    margin-bottom: 50px;
  }
  .company_about_table td {
    padding: 0px 0 10px;
}
.company_about_table th {
    padding: 10px 0;
}
.company_about_table th p {
    font-size: 16px;
}
.company_about_table td p {
    font-size: 16px;
}
.qualification_table th p, .qualification_table td p {
    font-size: 16px;
}
.t_head {
    font-size: 16px;
}
}

@media only screen and (max-width: 680px) {
  #company_about {
    padding: 50px 0;
  }

  .company_about_container {
    padding: 50px 0;
  }

  .company_about_title {
    margin-bottom: 30px;
  }

  .company_about_table td {
    padding: 0 0 15px;
    padding-left: 8px;
    border-bottom: unset;
  }

  .company_about_table td p {
    font-size: 14px;
    line-height: 1.45;
  }
  .company_about_table th {
    width: 185px;
    padding: 10px 0;
    padding-left: 8px;
  }
  .company_about_table th p {
    font-size: 16px;
    font-weight: bold;
  }

  .company_adress {
    margin-bottom: 30px;
  }
	
  .company_about_container_inner {
    padding: 0 20px;
  }
	.company_about_table tr {
    border-bottom: 1px solid #bebebe;
}
}
/* =========================
   沿革
========================= */
.history-section {
  padding: 80px 0px;
  background: #f7f2f4;
}

.history-inner {
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
}

.history-title {
  margin: 0 0 60px;
  text-align: center;
  color: #136564;
}

.history-timeline {
  position: relative;
}


.history-item {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  
}



.history-year {
  position: relative;
  color: #0d7373;
  width: 185px;
}
.history-year::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #12ACA9;
    border-radius: 50%;
    z-index: 2;
}
.history-body {
  position: relative;
  padding-left: 65px;
  padding-bottom: 30px;
}
.history-body::before {
      content: "";
    position: absolute;
    z-index: 10;
    left: 0px;
    width: 3px;
    height: 100%;
    background-color: #D9D9D9;
    z-index: 1;
}
.history-item:first-child .history-body::before {
    top: unset;
    bottom: 0;
    height: calc(100% - 10px);
}
.history-item:last-child .history-body::before {
    top: 0;
    height: 10px;
}
.history-text {
  margin: 0;
}

.history-image {
  margin-top: 25px;
  width: 100%;
  max-width: 450px;
}

.history-image img {
    max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.history-image-sm {
  max-width: 126px;
}



/* タブレット */
@media screen and (max-width: 980px) {
  .history-inner {
    padding: 0 40px;
    box-sizing: border-box;
  }

  .history-title {
    margin-bottom: 56px;
    font-size: 32px;
  }

  .history-timeline::before {
    left: 168px;
  }

  .history-item {
    grid-template-columns: 130px 1fr;
    column-gap: 56px;
  }

  .history-body::before {
    left: -6px;
  }

  .history-year {
    font-size: 24px;
  }

  .history-text {
    font-size: 18px;
	color: #333;
  }

  .history-image {
    max-width: 360px;
  }
}

/* SP */
@media screen and (max-width: 680px) {
  .history-section {
    padding: 60px 0 80px;
  }

  .history-title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .history-timeline::before {
    left: 18px;
    top: 8px;
    bottom: 8px;
    width: 3px;
  }

  .history-item {
    display: block;
  }

  .history-item::before {
    left: 10px;
    top: 8px;
    width: 14px;
    height: 14px;
  }
  

  .history-year {
    font-size: 20px;
    padding-left: 30px;
  }
  .history-year::before {
    left: 0;
    top: 5px;
  }
  .history-body {
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .history-body::before {
    left: 7px;
  }
  .history-body::before {
    height: calc(100% + 20px);
    top: -10px;
  }
  .history-item:first-child .history-body::before {
    top: -10px;
    height: calc(100% + 20px);
  }
  .history-item:last-child .history-body::before {
    display: none;
  }
  .history-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .history-image {
    max-width: 100%;
    margin-top: 16px;
  }

  .history-image-sm {
    max-width: 110px;
  }
  .history-inner {
    padding: 0 30px;
  }
}
/* =========================
   あいさつ
========================= */
.greeting-section {
      padding: 90px 0;
      background: #ffffff;
    }

    /* ── Layout: photo overlaps left of card ── */
    .greeting-wrap {
      position: relative;
      display: flex;
      align-items: center;
    }

    /* ── Photo ── */
    .greeting-photo {
      flex: 0 0 auto;
      width: 330px;
      position: relative;
      z-index: 2;
      flex-shrink: 0;
    }

    .greeting-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
    }

    /* placeholder */
    .photo-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      background: #b8d9d6;
      color: #237970;
      font-size: .78rem;
      letter-spacing: .05em;
      text-align: center;
    }


    /* ── Card (teal bg, overlaps behind photo) ── */
    .greeting-card {
      flex: 1;
      background: rgba(18, 172, 169, 0.15);
      margin-left: -50px;
      padding: 50px 85px 25px 105px;
      min-height: 480px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* ── Title inside card ── */
    .greeting-section .title-jp-md {
        color: #136564;
        text-align: center;
        margin-bottom: 35px;
    }

    /* ── Catch ── */
    .greeting-catch {
        text-align: left;
        color: #333;
         margin-bottom: 20px;
    }

    /* ── Body text ── */
    .greeting-text {
      color: #333;
      margin-bottom: 20px;
    }


    /* ── Sign ── */
    .greeting-sign {
      text-align: right;
    }

    @media (max-width: 1200px) {
        .greeting-card {
            padding-right: 50px;
        }
    }
    /* ── SP ── */
    @media (max-width: 980px) {
        .greeting-section {
            padding: 80px 0;
        }
        .greeting-card {
            padding: 30px 50px 20px 80px;
            margin-left: -40px;
        }
      .greeting-photo {
        margin: auto;
        z-index: 2;
        position: relative;
      }
      .greeting-section .title-jp-md {
        margin-bottom: 30px;
      }
    }
    
    @media (max-width: 680px) {
        .greeting-section {
            padding: 50px 0;
        }
        .greeting-wrap {
            flex-direction: column-reverse;
            align-items: stretch;
        }

      .greeting-card .card-title {
            font-size: 20px;
        }

      .greeting-card {
        margin-left: 0;
        padding: 30px 25px 125px;
      }
      .greeting-catch,
      .greeting-text {
        margin-bottom: 10px;
      }
        .greeting-photo {
            width: calc(100% - 100px);
            margin-top: -90px;
        }
    }
/* =========================
   記事詳細
========================= */
.post-detile-kv {
    background-color: #12ACA9;
    padding: 145px 0 25px;
}
.post-detile-kv-title {
    color: #fff;
    margin-bottom: 40px;

}
.post-detile-kv .post-detile-kv-meta {
    color: #fff;
    padding: 0;
    margin: 0;
}
.post-detile-kv .post-date {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 12px;
}
.post-cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
  color: #fff;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb a:hover {
    opacity: 0.6;
}
.breadcrumb_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  margin: auto;
  max-width: 1180px;
  width: 100%;
}

.breadcrumb_item {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  letter-spacing: .1em;
  margin: 0;
  position: relative;
}

.breadcrumb_item:after {
  background-image: url("/wp-content/uploads/img/breadcrumb_arrow.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 10px;
  margin-left: 9px;
  width: 5px;
}

.breadcrumb_item:last-child:after {
  display: none
}

.breadcrumb_text {
  align-items: center;
  color: inherit;
  display: block;
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
    .post-detile-kv {
        padding: 120px 0 20px;
    }
}
@media screen and (max-width: 680px) {
    .post-detile-kv {
        padding: 100px 0 20px;
    }

}
.post-detail-border-inner {
    border: 4px solid #f6f6f6;
    padding: 32px
}

@media screen and (max-width: 680px) {
    .post-detail-border-inner {
        padding:32px 24px
    }
}
/* 記事タイトル */
.news-detail {
    padding: 50px 0 90px;
}
.news-detail-inner {
    max-width: 880px;
    width: 100%;
    margin: auto;
}
.news-detail .news-detail-heading-img img {
    border-radius: 0;
}
.news-title-container {
    margin-bottom: 45px;
}
.news-title {
    margin-bottom: 25px;
}
.post-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin-bottom: 10px
}

.post-date {
    font-family: "Lato", sans-serif;
    color: #8c8d91;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
    display: flex;
    align-items: center;
}
.post-date .material-symbols-outlined {
    font-size: 14px;
}
.post-item-tag-list {
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
}
.post-item-tag {
    position: relative;
    display: block;
    padding: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    background-color: #12ACA9;
}
.news-detail .post-item-tag {
    padding-left: 24px;
    border-radius: 5px;
}
.news-detail .post-item-tag::before {
    position: absolute;
    content: "";
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/uploads/img/tag-icon.webp");
    background-size: cover;
}
.news-detail-related-post_item_tag span {
    position: relative;
    padding-left: 16px;
}
.news-detail-related-post_item_tag span::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-image: url("../../wp-content/uploads/img/tag_icon_green.webp");
}
.news-detail-img {
    max-width: 760px;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}
.post-detail-text {
    margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
    .news-detail-inner {
        padding: 0 40px;
    }
    .post-detail-text {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px) {
    .news-title_container {
        margin-bottom: 40px;
    }
    .news-detail-related-post_item_tag_list {
        margin-bottom: 40px;
    }
    .news-detail img {
        width: 100%;
    }
    .post-detail-text {
        margin-bottom: 20px;
    }
	 .news-detail-inner {
        padding: 0 20px;
    }
}

/* 目次 */
.post-detail-title-icon {
    color: #12171d;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-left: 30px;
    position: relative
}
.post-body.post-detail .post-detail-title-icon h2,
.post-detail-title-icon h2 {
    color: #12171d;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0
}

.post-body.post-detail .post-detail-title-icon h2:after,
.post-body.post-detail .post-detail-title-icon h2:before,.post-detail-title-icon h2:after,.post-detail-title-icon h2:before {
    display: none
}

.post-detail-title-icon img {
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px
}
/* 目次 */
.news-detail-toc {
    margin-bottom: 45px;
}
.news-detail-toc-container {
}
.news-detail-toc-title {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}
.news-detail-toc-list_none,
.news-detail-toc-list_display {
    font-size: 14px;
    font-weight: 300;
}
.news-detail-toc-list_none span,
.news-detail-toc-list_display span {
    color: #0EA594;
    text-decoration: underline;
}
.news-detail-toc-list {
    position: relative;
    list-style: none;
    counter-reset: toc-counter;
    padding-top: 15px;
}
.news-detail-toc-list::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px dashed #D1D3D5;
}
.news-detail-toc-item {
    position: relative;
    counter-increment: toc-counter;
    padding-left: 25px;
    margin-bottom: 20px;
}
.news-detail-toc-item:last-child {
    margin-bottom: 0;
}
.news-detail-toc-item::before {
    position: absolute;
    content: counter(toc-counter) ".";
    color: #0EA594;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1.5;
}
.news-detail-toc-list .news-detail-toc-item-link {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    color: #0EA594;
}
.news-detail-toc-list .news-detail-toc-item-link:hover {
    opacity: 0.6;
}
.news-detail-toc-list .news-detail-toc-sub_list {
    margin-top: 10px;
    list-style: none;
}
.news-detail-toc-list .news-detail-toc-sub-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.news-detail-toc-list .news-detail-toc-sub-item:last-child {
    margin-bottom: 0;
}
.news-detail-toc-list .news-detail-toc-sub-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 14px;
    height: 21px;
    background-image: url("/wp-content/uploads/img/post_detail_arrow_delta_green.webp");
    background-size: cover;
}
.news-detail-toc-list .news-detail-toc-sub-item-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #303030;
    letter-spacing: 0.05em;
}
.news-detail-toc-list .news-detail-toc-sub-item-link:hover {
    opacity: 0.6;
}

@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .news-detail-toc {
        margin-bottom: 40px;
    }
}
/* 要約 */
.news-detail-summary {
    margin-bottom: 45px;
}
.news-detail-summary .post-detail-border-inner {
    border: 4px solid #E1F4F3;
    padding: 32px!important;
}
.news-detail-summary-title {
    padding-left: 0;
    margin-bottom: 20px;
}
.news-detail-summary-title h3::before {
    display: none;
}
.news-detail .news-detail-summary-title h3 {
    margin-bottom: 25px;
}
.news-detail-summary-list {
    list-style: none;
}
.news-detail-summary-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px!important;
}
.news-detail-summary-item:last-child {
    margin-bottom: 0!important;
}
.news-detail-summary-item::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #0EA594;
}
.news-detail .news-detail-summary-item .news-detail-summary-item_title  {
    position: static;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #12ACA9;
    margin-bottom: 0;
}
.news-detail .news-detail-summary-item .news-detail-summary-item_title::before {
    display: none;
}
.news-detail-summary-item-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #303030;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .news-detail-summary {
        margin-bottom: 40px;
    }
}
.news-detail h2 {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #303030;
    padding-top: 32px;
    margin: 0;
    margin-bottom: 25px;
}
.news-detail h2:before {
    background-color: #d1d3d5;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 4px;
    width: calc(100% - 15px);
}
.news-detail h2:after {
    background-color: #0ea594;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.news-detail h3 {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
    padding-left: 25px;
    margin: 0;
    color: #12171D;
    margin-bottom: 25px;
}
.news-detail h3::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #0EA594;
}
.news-detail h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
    .news-detail h2 {
        font-size: 27px;
    }
}
@media screen and (max-width: 680px) {
    .news-detail h2 {
        font-size: 26px;
    }
}

.news-detail-number_list,
.news-detail-dot_list {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 30px;
}
.news-detail-number_list {
    counter-reset: toc-counter;
}
.news-detail-number_item,
.news-detail-dot_item {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}
.news-detail-number_item {
    counter-increment: toc-counter;
}
.news-detail-dot_item::before {
    position: absolute;
    content: "";
    left: 7px;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #0EA594;
    border-radius: 50%;
}
.news-detail-number_item::before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(toc-counter, decimal-leading-zero) ".";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #0EA594;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {

}
.news-detail-table-sec {
    padding: 0 10px;
    margin-bottom: 45px;
}
.news-detail-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-detail-table th,
.news-detail-table td {
    border: 1px solid #D1D3D5;
    width: calc(100% / 3);
    padding: 12px;
}
.news-detail-table th {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.news-detail-table thead {
    border-bottom: 1px solid #D1D3D5;
}
.news-detail-table thead th {
    color: #fff;
    background-color: #0EA594;
}
.news-detail-table tbody th {
    vertical-align: middle;
    color: #303030;
    background-color: #fff;
}
.news-detail-table-td {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .news-detail-table-sec {
        margin-bottom: 40px;
    }
}
.related-links {
    margin-bottom: 45px;
}
.related-links .post-detail-border-inner {
    border: 1px solid #0EA594;
    padding: 32px;
    border-radius: 10px;
}
.related-links-title {
    margin-bottom: 20px;
}
h3.related-links-title::before {
    display: none;
}
.related-links-list {
    list-style: none;
}
.related-links-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.related-links-item:last-child {
    margin-bottom: 0;
}
.related-links-item .related-links-item-link {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
    color: #2DB3A4;
}
.related-links-item .related-links-item-link:hover {
    opacity: 0.6;
}
.related-links-item .related-links-item-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 14px;
    height: 21px;
    background-image: url("/wp-content/uploads/img/post_detail_arrow_delta_green.webp");
    background-size: cover;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .related-links {
        margin-bottom: 40px;
    }
}
.recommended_article {
    margin-bottom: 45px;
}
.recommended_article .post-detail-border-inner {
    border: 1px solid #0EA594;
    padding: 32px;
    border-radius: 10px;
}
.recommended_article_title {
    margin-bottom: 20px;
}
.recommended_article_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.recommended_article_item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D1D3D5;
}
.recommended_article_item:hover {
    opacity: 0.6;
}
.recommended_article_item:last-child {
    margin-bottom: 0;
}
.recommended_article_item_img {
    max-width: 230px;
    width: 30%;
}
.recommended_article_item_text_box {
    max-width: 545px;
    width: 70%;
    display: flex;
    align-items: center;
}
.recommended_article_item_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    color: #01483B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .recommended_article_item {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .recommended_article_item::before {
        bottom: -20px;
    }
    .recommended_article_item_text_box,
    .recommended_article_item_img {
        max-width: unset;
        width: 100%;
    }
    .recommended_article_item_title {
        -webkit-line-clamp: 3;

    }

    
}
.citation {
    margin-bottom: 45px;
}
.citation .post-detail-border-inner {
    position: relative;
    border: 4px solid #F6F6F6;
    padding-top: 64px;
}
.citation .post-detail-border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    width: 55px;
    height: 45px;
    aspect-ratio: 48/38;
    background-size: cover;
}
.citation .post-detail-border-inner::before {
    background-image: url("/wp-content/uploads/img/citation_icon.webp");
}
.citation-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #12171D;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .citation {
        margin-bottom: 40px;
    }
    .citation .post-detail-border-inner {
        padding-top: 64px;
    }
}
.news-detail-text-img {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
.news-detail-ti-text,
.news-detail-ti-img {
    width: 50%;
}
@media screen and (max-width: 980px) {
    .news-detail-text-img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px) {
    .news-detail-text-img {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .news-detail-ti-text,
    .news-detail-ti-img {
        width: 100%;
    }
}
.news-detail-single_img {
    max-width: 760px;
    width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
.news-detail-single_img img {
    border-radius: 10px;
    margin-bottom: 15px;
}
.news-detail-single_img figcaption {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #8C8D91;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .news-detail-single_img {
        width: 100%;
    }
}
.news-detail-text-link {
    padding: 0 10px;
    margin-bottom: 45px;
}
.news-detail-text-link-list {
    list-style: none;
}
.news-detail-text-link-item {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.news-detail-text-link-item:last-child {
    margin-bottom: 0;
}
.news-detail-text-link-item .news-detail-text-link-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #2DB3A4;
    text-decoration: underline;
}
.news-detail-text-link-item .news-detail-text-link-text:hover {
    opacity: 0.6;
}
.news-detail-text-link-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/img/link.webp);
    background-size: cover;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .news-detail-text-link {
        margin-bottom: 40px;
    }
}
.blog_author {
    margin-bottom: 45px;
}
.blog_author_inner {
    margin: auto;
    padding: 40px;
    width: 100%;
    background-color: #F4F5F7;
}

.blog_author_container {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.blog_author_img {
    max-width: 130px;
    width: 18%;
    display: flex;
}

.blog_author_img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.blog_author_text_box {
    width: 82%;
}

.blog_author_position_name {
    font-size: 28px;
    font-weight: bold;
    color: #303030;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}


.blog_author_text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .blog_author_container {
        flex-direction: column;
    }
    .blog_author_img,
    .blog_author_text_box {
        width: 100%;
        text-align: center;
    }

    .blog_author {
        margin-bottom: 40px;
    }
}
.news-detail-related-post {
    margin-bottom: 45px;
}
.news-detail-related-post-container {
    position: relative;
    padding: 32px 24px;
}
.news-detail-related-post-container::before,
.news-detail-related-post-container::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8C8D91;
}
.news-detail-related-post-container::before {
    top: 0;
}
.news-detail-related-post-container::after {
    bottom: 0;
}
.news-detail-related-post-title {
    margin-bottom: 20px;
}
.news-detail-related-post-list {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.news-detail-related-post-item {
    display: flex;
    max-width: 260px;
    overflow: hidden;
    width: calc(100% / 3 - 10px);
}
.news-detail-related-post-item-link {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news-detail-related-post-item-link:hover {
    opacity: 0.6;
}
.news-detail-related-post-item-img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.news-detail-related-post-item-img img {
  aspect-ratio: 125 / 94;
  object-fit: cover;
  height: auto;
}
.news-detail-related-post-item-info {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.news-detail-related-post .post_dates {
    margin-bottom: 0;
}
.news-detail .news-detail-related-post-item-title {
    margin: 0;
    padding: 0;
    position: static;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #12171D;
}
.news-detail .news-detail-related-post-item-title::before {
    display: none;
}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 680px) {
    .news-detail-related-post {
        margin-bottom: 40px;
    }
    .news-detail-related-post-list {
        flex-direction: column;
        gap: 0;
    }
    .news-detail-related-post-item {
        max-width: unset;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D9E7E7;
    }
    .news-detail-related-post-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: unset;
    }
    .news-detail-related-post-item-link {
      flex-direction: row;
    }
    .news-detail-related-post-item-img {
      display: flex;
      width: 26%;
      margin-bottom: 0;
    }
    .news-detail-related-post-item-info {
      width: 70%;
    }
}
.news-detail-back .more-btn-link {
    margin: auto;
}
/* =========================
   お知らせ一覧
========================= */
.news-list-sec {
    padding: 90px 0 175px;
}
.news-list-inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
}
.news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9E7E7;
}
/* カード全体をクリック可能にする */
.news-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.news-item .wp-block-post-title a::after {
    position: absolute;
    content: "";
    inset: 0;
}

.news-item:hover {
    opacity: 0.7;
}
.news-item-img {
    max-width: 250px;
    width: 26%;
}
.news-item-img img {
    object-fit: contain;
    aspect-ratio: 125/94;
    border-radius: unset;
}
.news-item-info {
    margin: 0;
    max-width: 645px;
    width: 70%;
}
.news-item-meta {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 2;
    color: #136564;
}
.news-item-date {

}
.news-item-cat-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.news-item-cat-list .wp-block-post-terms__separator {
    display: none;
}
.news-item-cat-list::before {
    position: absolute;
    content: "";
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 1em;
    background-color: #136564;
}
.post-detile-kv .news-item-cat-list::before {
    background-color: #fff;
}
.news-iten-title {
    letter-spacing: unset;
    margin: 0;
    color: #000;
}
.wp-block-query-pagination {
    margin-top: 95px;
    justify-content: center;
}
.wp-block-query-pagination-numbers {
    display: flex;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    color: #9F9F9F;
}
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:focus,
.page-numbers:focus {
    outline: unset;
}
ul.page-numbers {
    position: absolute;
    background-color: #FFF;
    right: 0;
    left: 0;
    bottom: 95px;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: none;
}
.page-numbers {
    display: block;
    text-align: center;
    width: 40px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-bottom: 2px solid #F8F3EE;
    color: #9F9F9F;
    margin: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.current.page-numbers {
    border-bottom: 2px solid #12ACA9;
    background-color: #fff;
}
.page-numbers.next, .page-numbers.prev {
    border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
    .news-list-inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 980px) {
    .news-list-sec {
        padding: 80px 0 100px;
    }
    .wp-block-query-pagination {
        margin-top: 50px;
    }
    .news-list-inner {
        padding: 0 40px;
    }
}
@media screen and (max-width: 680px) {
    .news-list-sec {
        padding: 50px 0 80px;
    }
    .news-item-meta {
        line-height: 1.25;
    }
    .wp-block-query-pagination {
        margin-top: 30px;
    }
	.news-list-inner {
        padding: 0 20px;
    }
}
/* プライバシーポリシー */
.privacy_announce {
  padding: 110px 0;
}

.privacy_announce_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.privacy_announce_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.policy_company {
    text-align: right;
    margin-bottom: 25px;
}
.privacy_announce_text h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-top: 25px;
}
.policy_text {
    margin-bottom: 20px;
}
.policy_text_list {
    list-style: none;
    margin-bottom: 25px;
}
.policy_text_list li {
    position: relative;
    padding-left: 1.4em;

}
.policy_text_list li::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
    font-size: 1em;
}
@media only screen and (max-width: 980px) {
  .privacy_announce_inner {
    padding: 0 40px;
  }

  .privacy_announce {
    padding: 80px 0;
  }
  .privacy_announce_text h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 680px) {
  .privacy_announce {
    padding: 50px 0;
  }
  .privacy_announce_inner {
    padding: 0 20px;
  }
  .privacy_announce_text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .privacy_announce_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .policy_text_list {
    margin-bottom: 20px;
  }
}
/* ===== KEYFRAMES ===== */
    @keyframes scrollDown {
      from { transform: translateY(-50%); }
      to   { transform: translateY(0); }
    }
 
    @keyframes scrollUp {
      from { transform: translateY(0); }
      to   { transform: translateY(-50%); }
    }
 
    @keyframes scrollLeft {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
 
    @keyframes scrollRight {
      from { transform: translateX(-50%); }
      to   { transform: translateX(0); }
    }
 
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
 
    /* ===== KV SECTION ===== */
    .recruit_kv {
      /* 高さは .recruit_kv_text に追従（JS制御） */
      background-color: #00A49A;
      display: flex;
      align-items: stretch;
      overflow: hidden;
    }
 
    .recruit_kv_container {
      max-width: 1180px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      align-items: stretch; /* テキスト高さに両者を揃える */
      gap: 30px;
    }
 
    /* ===== TEXT ===== */
    .recruit_kv_text {
        max-width: 500px;
        width: 45%;
      color: #fff;
      padding: 130px 0;
      display: flex;
      flex-direction: column;
      justify-content: center; /* テキスト内容を上下中央に */
      animation: fadeInUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    }
 
    .recruit_kv_title {
      margin-bottom: 30px;
    }
 
    .recruit_kv_subtitle {
      margin-bottom: 30px;
    }
 
    .recruit_kv_desc {
    }
 
    .recruit_kv_desc strong {
      font-weight: 700;
      color: #fff;
    }
 
    /* ===== PHOTOS WRAPPER ===== */
    .recruit_kv_photos {
        max-width: 630px;
        width: 50%;
      flex: 1;
      min-height: 0; /* flex子要素の自動拡張を抑制 */
      display: flex;
      gap: 10px;
      overflow: hidden;
      position: relative;
    }
 
    /* Top / Bottom gradient fade */
    /* .recruit_kv_photos::before,
    .recruit_kv_photos::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 140px;
      z-index: 2;
      pointer-events: none;
    }
    .recruit_kv_photos::before {
      top: 0;
      background: linear-gradient(to bottom, #00A49A 0%, transparent 100%);
    }
    .recruit_kv_photos::after {
      bottom: 0;
      background: linear-gradient(to top, #00A49A 0%, transparent 100%);
    } */
 
    /* ===== PHOTO COLUMN ===== */
    .recruit_kv_col {
      flex: 1;
      min-height: 0; /* flex子要素の自動拡張を抑制 */
      overflow: hidden;
      position: relative;
    }
 
    .recruit_kv_col_track {
      display: flex;
      flex-direction: column;
      gap: 10px;
        max-width: 300px;
    }
 
    /* PC: left col = down, right col = up */
    .recruit_kv_col--down .recruit_kv_col_track {
      animation: scrollDown 24s linear infinite;
    }
 
    .recruit_kv_col--up .recruit_kv_col_track {
      animation: scrollUp 24s linear infinite;
    }
 
    .recruit_kv_col_track img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: 10px;
      display: block;
    }
 .recruit_kv_desc.text-md {
    color: #fff;
}
    @media (max-width: 1250px) {
      .recruit_kv_container {
        padding: 0 20px;
      }
    }
    /* ===== TAB (980px以下) ===== */
    @media (max-width: 980px) {
      .recruit_kv_container {
        padding: 0 40px;
        gap: 36px;
      }
 
      .recruit_kv_text {
        flex: 0 0 46%;
        padding: 60px 0;
      }
	.recruit_kv_text .title-jp-lg {
        font-size: 32px;
    }
    }
 
    /* ===== SP (680px以下) ===== */
    @media (max-width: 680px) {
      .recruit_kv {
        height: auto;
        min-height: auto;
        overflow: visible;
        padding-top: 50px;
        padding-bottom: 50px;
      }
 
      .recruit_kv_container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        max-width: 100%;
        width: 100%;
        padding: 0;
      }
      .recruit_kv_title,
      .recruit_kv_subtitle {
        margin-bottom: 20px;
      }
 
      .recruit_kv_text {
        flex: none;
        max-width: unset;
        width: 100%;
        padding: 0 20px;
      }
 
      /* Photos: 縦2段の横スクロール */
      .recruit_kv_photos {
        max-width: unset;
        flex-direction: column;
        height: auto;
        width: 100%;
        overflow: visible;
        gap: 10px;
      }
 
      /* PC縦フェードを無効化 */
      .recruit_kv_photos::before,
      .recruit_kv_photos::after {
        display: none;
      }
 
      .recruit_kv_col {
        overflow: hidden;
        width: 100%;
        flex: none;
        position: relative;
      }
 
      /* .recruit_kv_col::before,
      .recruit_kv_col::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 48px;
        z-index: 2;
        pointer-events: none;
      } */
      .recruit_kv_col::before {
        left: 0;
        background: linear-gradient(to right, #00A49A, transparent);
      }
      .recruit_kv_col::after {
        right: 0;
        background: linear-gradient(to left, #00A49A, transparent);
      }
 
      /* 横並びに切り替え */
      .recruit_kv_col_track {
        flex-direction: row;
        gap: 10px;
        width: max-content;
      }
 
      /* SP: 上段（元left/down）→ 左スクロール */
      .recruit_kv_col--down .recruit_kv_col_track {
        animation: scrollLeft 18s linear infinite;
      }
 
      /* SP: 下段（元right/up）→ 右スクロール */
      .recruit_kv_col--up .recruit_kv_col_track {
        animation: scrollRight 18s linear infinite;
      }
 
      .recruit_kv_col_track img {
        width: 140px;
        flex-shrink: 0;
        height: auto;
      }
		.recruit_kv_text .title-jp-lg {
        font-size: 28px;
    }
		.recruit_kv_text .card-title {
        font-size: 20px;
      }
    }
    .contact-sec {
    padding: 95px 0 70px;
  }
  .contact-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .contact-sec-inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .contact-text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.2em;
    margin-bottom: 60px;
  }
  .contact-sec-btn {
    text-align: center;
    margin-bottom: 70px;
  }
  .contact-sec-btn-link {
    display: block;
    position: relative;
    max-width: 330px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #0095D3;
    background-color: #0095D3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .contact-sec-btn-link:hover {
    background-color: #fff;
    color: #0095D3;
  }
  .contact_tel_btn_link span {
    font-size: 24px;
}
  .contact-form-container {
  }
  .contact-form-container-inner {
    max-width: 790px;
    width: 100%;
    margin: auto;
  }
  .contact-box {
    margin-bottom: 25px;
  }
  .contact-box-flex {
    display: flex;
    flex-direction: column;
    gap: 10px 25px;
    margin-bottom: 40px;
  }
  .contact-name-box {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    line-height: 1.45;
  }
  
  
  .label-req {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #D30000;
    padding: 1px 6px;
    display: inline-block;
    height: 19px;
  }
  .contact-name-box {
    display: flex;
    /* justify-content: space-between;
    width: 250px; */
    gap: 10px;
    margin-bottom: 0;
  }
  .contact-nenrei-container {
    display: flex;
    align-items: center;
    /* width: calc(100% - 260px); */
    width: 100%;

  }
  .contact-nenrei-box {
    display: flex;
    align-items: baseline;
  }
  .contact-nenrei-text {
    width: 50px;
    display: flex;
    justify-content: center;
  }
  .contact-nenrei-input {
    width: calc(100% - 50px);
  }
  .contact-nenrei-input p {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .contact-nenrei-input input {
    border: 1px solid #000;
    background-color: #fff;
  }
  .contact-nenrei-text {
    
  }
  .contact-input {
    width: 100%;
  }
  .contact-input .form-naiyou {
    height: 150px;
  }
  .policy-agree-box {
    justify-content: center;
    margin-bottom: 45px;
  }
  .policy-agree-box label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .policy-agree-btn {
    margin-top: 55px;
    text-align: center;
  }
  .policy-agree-btn-link {
    display: block;
    text-align: center;
	width: 100%;
    max-width: 335px;
    margin: auto;
    padding: 10px 0!important;
    border: 2px solid #D30000;
    background-color: #D30000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .policy-agree-btn-link:hover {
    background-color: #fff;
    color: #D30000;
  }
  .agree {
    width: 100%;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .agree a {
    text-decoration: underline;
  }
  .agree a:hover {
    opacity: 0.6;
  }
.wpcf7-not-valid-tip {
	font-size: 18px;
}
  @media only screen and (max-width: 1100px) {
    .contact-sec-inner {
        padding: 0 20px;
    }
  }
  @media only screen and (max-width: 980px) {
    .contact-sec {
      padding: 40px 0 100px;
    }
    .contact-sub-title {
        font-size: 18px;
    }
    .contact-sec-text {
        margin-bottom: 50px;
    }
    .contact-sec-btn {
        margin-bottom: 50px;
    }
    .contact-text {
        margin-bottom: 30px;
    }
    .contact-box-flex {
        margin-bottom: 30px;
    }
    .contact-btn-container {
        margin-bottom: 80px;
    }
    .contact-btn-title {
        font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .contact-sec {
      padding: 60px 0 80px;
    }
    .contact-sub-title {
        font-size: 16px;
		margin-bottom: 10px;
    }
    .contact-btn-container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .contact-form-container {
        border-radius: 50px;
    }
    .contact-sec-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .contact-sec-btn {
        margin-bottom: 30px;
    }
    .contact-text {
        font-size: 14px;
    }
    .contact-text {
        margin-bottom: 20px;
    }
    .contact-name-box {
      justify-content: left;
      gap: 5px;
    }
    .contact-box-flex {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 20px;
    }
    .contact-box-flex .contact-box-title {
      margin-bottom: 0;
    }
    .contact-box-flex .contact-box-flex {
      flex-direction: row;
      align-items: center;
      margin-bottom: 0;
    }
    .contact-box-flex .contact-box-flex:first-child,
    .contact-box-flex .contact-box-flex:last-child,
    .contact-box-flex .contact-input {
      width: 100%;
  
    }
    .policy-agree-box label {
        align-items: baseline;
        flex-direction: column-reverse;
        gap: 10px;
    }
	  .contact-name-box {
    font-size: 14px;
}
  }
  .inquiry {
    margin-bottom: 20px;
    background-color: #fff7d9;
  }
  
  .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px;
  }
  
  .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .wpcf7-list-item.last {
    margin-bottom: 0;
  }
  .contact-input input,
  .contact-input textarea {
    background-color: #fff;
    border: 1px solid #DDD;
    height: 38px;
	border-radius: 5px;
    font-size: 16px;
  }
  .contact-sec-inner .wpcf7-form-control {
    padding: 7px 5px;
    padding-left: 20px;
  }
  /* .wpcf7-list-item input {
    display: none;
  } */
  .wpcf7 input[type="date"] {
    flex: 1; /* Ã£Æ’â€¢Ã£Æ’Â¬Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹Ã£Æ’Å“Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹Ã¥â€ â€¦Ã£ÂÂ§Ã©ÂÂ©Ã¥Ë†â€¡Ã£ÂÂªÃ¥Â¹â€¦Ã£â€šâ€™Ã§Â¢ÂºÃ¤Â¿Â */
    max-width: 100%;
    -webkit-appearance: none; /* iOSÃ£ÂÂ®Ã£Æ’â€¡Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â«Ã£Æ’Ë†Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â«Ã£â€šâ€™Ã£Æ’ÂªÃ£â€šÂ»Ã£Æ’Æ’Ã£Æ’Ë† */
    appearance: none;
}
  .form-control {}
  
  .btn-submit {
    height: 60px;
    max-width: 250px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #642A2A;
    border: 2px solid #642A2A;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    text-align: center;
    margin: auto;
  }
  .btn-submit:hover {
    background-color: #fff;
    color: #642A2A;
  }
  @media only screen and (max-width: 850px) {
    .contact-sec-inner {
      padding: 0 20px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .inquiry {
      margin-bottom: 30px;
    }
    
    .contact-sec-inner .wpcf7-form-control {
        padding-left: 10px;
    }
  }


.policy-agree-box input {
    appearance: auto;
}
input[type="checkbox"] {
    border: 2px solid red;
}
.contact-koumoku input[type="checkbox"],
.policy-agree-box input[type="checkbox"] {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    vertical-align: -5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.contact-koumoku input[type="checkbox"]:checked,
.policy-agree-box input[type="checkbox"]:checked {
    background-color: #0075FF;
}
.contact-koumoku input[type="checkbox"]:checked:before,
.policy-agree-box input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    right: 0px;
    left: 0;
    margin: auto;
    transform: rotate(50deg);
    width: 8px;
    height: 15px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
  }
.policy-agree-box input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    vertical-align: -5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.policy-agree-box input[type="checkbox"]:checked {
    background-color: #0075FF;
}
.policy-agree-box input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    right: 0px;
    left: 0;
    margin: auto;
    transform: rotate(50deg);
    width: 8px;
    height: 15px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
  }
.wpcf7-submit:disabled {
    background-color: #999;
}
.form_btn_flex {
    width: 90%;
    display: flex;
    justify-content: space-around;
}
.wpcf7-list-item-label {
    padding-left: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.form_btn {
    text-align: center;
}

.form_btn input {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    border: 1px solid #D30000;
    background-color: #D30000;
	padding: 10px;
    color: #fff;
    border-radius: 30px;
}
.form_flex_customer .form_inquiry .wpcf7-text {
    height: 38px;
}
.form_btn input:hover {
    background-color: #fff;
    color: #D30000;
}
@media screen and (max-width: 980px) {
    .form_title {
        font-size: 20px;
    }

    .form_flex,
    .form_flex_customer {
        display: block;
    }

    .form_flex_box {
        justify-content: left;
    }
}


@media screen and (max-width: 680px) {
    .form_book_flex {
        display: block;
    }

    .form_flex_box {
        display: block;
        margin-bottom: 10px;
    }
    .wpcf7-list-item-label {
        padding-left: 0;
        font-size: 14px;
    }
}
.message_404 {
    padding: 80px 0;
}
.message_404 p {
    text-align: center;
    margin-bottom: 20px;
}
.message_404 .more-btn {
    margin-top: 30px;
}
.message_404 .more-btn-link {
    margin: auto;
}
@media only screen and (max-width: 680px) {
    .message_404 {
        padding: 50px 0;
    }
    .message_404-title .page-main-title {
        font-size: 24px;
    }
    .message_404 p {
        text-align: left;
    }
}