/*
Theme Name: SEEED Child
Theme URI: https://tcd-theme.com/tcd105/
Description: Child theme for the SEEED theme
Author: TCD
Author URI: https://tcd-theme.com/
Version: 1.11.3
Template: seeed_tcd105-13
Text Domain: tcd-seeed
*/

@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap";

.cb_selling_point.num2 .sp_content.num1 {
    color: #ffffff;
    background-color: #0085b2;
}
/*================================*/
@media (min-width: 781px) {
    :root {
        --base-size: 1366;
    }
}
@media (max-width: 780px) {
    :root {
        --base-size: 390;
    }
}
html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-size: 100%;
    font-size: calc(100vw / var(--base-size) * 10);
}
@media (max-width: 1920px) and (min-width: 781px) {
    html {

    }
}
.p-home-what{
    font-size: 1.5rem;
}
img{
    width: 100%;
    height: auto;
}
.desc.animate_desc{
    position: relative;
    display: inline-block;
    padding-inline: 30px 30px;
}
.c-sec-heading__bg{
    background-image: -webkit-gradient(linear, left top, right top, from(#3a83ae), to(#03c0e7));
    background-image: -webkit-linear-gradient(left, #3a83ae, #03c0e7);
    background-image: linear-gradient(90deg, #3a83ae, #03c0e7);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    will-change: clip-path;
    z-index: -1;
    transition: clip-path 0.5s ease-out, background-image 1s ease-out;
}
.desc.animate_desc p{
    color: #fff;
}

.desc.animate_desc.active .c-sec-heading__bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.desc.animate_desc.done .c-sec-heading__bg {
    background-image: linear-gradient(90deg, #000, #000);
}


@media (max-width: 780px) {
    .c-sec-heading {
        width: 100%;
    }
}
@media (min-width: 781px) {
    .c-sec-heading {
        width: 37.277%;
    }
}
.c-sec-heading__wrap {
    position: relative;
}
@media (max-width: 780px) {
    .c-sec-heading__wrap--ja {
        margin: 1.1976% 0 0;
        padding: 0.8982% 1.79641% 1.1976%;
    }
}
@media (min-width: 781px) {
    .c-sec-heading__wrap--ja {
        margin: 3.77834% 0 0;
        padding: 0.75567% 1.51134% 1.00756%;
    }
}
.c-sec-heading__bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#3a83ae), to(#03c0e7));
    background-image: -webkit-linear-gradient(left, #3a83ae, #03c0e7);
    background-image: linear-gradient(90deg, #3a83ae, #03c0e7);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    will-change: clip-path;
}
.c-sec-heading__en {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width: 780px) {
    .c-sec-heading__en {
        font-size: 3.5rem;
        letter-spacing: 1.75px;
    }
}
@media (min-width: 781px) {
    .c-sec-heading__en {
        font-size: 7rem;
        letter-spacing: 3.5px;
        font-family: "Roboto Condensed", sans-serif;
    }
}
.c-sec-heading__en.is-black {
    color: #000;
}
.c-sec-heading__en.is-white {
    color: #3E85B0;
}
.c-sec-heading__en.is-transform-none {
    text-transform: none;
}
.c-sec-heading__ja {
    position: relative;
}
.c-sec-heading__text {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#3a83ae), to(#03c0e7));
    background-image: -webkit-linear-gradient(left, #3a83ae, #03c0e7);
    background-image: linear-gradient(90deg, #3a83ae, #03c0e7);
    color: transparent;
    display: inline-block;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
@media (max-width: 780px) {
    .c-sec-heading__text {
        font-size: 1.2rem;
    }
}
@media (min-width: 781px) {
    .c-sec-heading__text {
        font-size: 1.6rem;
    }
}

.c-home-what-list {
    width: 100%;
}
@media (min-width: 781px) {
    .c-home-what-list {
        -webkit-box-align:  flex-start;
        -ms-flex-align:  flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .c-home-what-list--index2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .c-home-what-list--index2,
    .c-home-what-list--index3 {
        align-items: flex-start;
    }
}
.c-home-what-list__item {
    position: relative;
}
@media (max-width: 780px) {
    .c-home-what-list__item--image {
        width: 100%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__item--image {
        width: 49.95305%;
    }
}
@media (max-width: 780px) {
    .c-home-what-list__item--body {
        margin: 27.54491% 0 0;
        width: 100%;
    }
    .c-home-what-list__item--body.index2 {
        margin: 10.47904% 0 0;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__item--body {
        width: 40.84507%;
    }
}
.c-home-what-list__image {
    position: relative;
    will-change: transform;
}
.c-home-what-list__image--under {
    padding-bottom: 76%;
}
@media (max-width: 780px) {
    .c-home-what-list__image--under {
        margin-left: 8.38323%;
        width: 102.09581%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__image--under {
        width: 100%;
    }
}
.c-home-what-list__image--up {
    overflow: hidden;
    padding-bottom: 39%;
    position: absolute;
}
@media (max-width: 780px) {
    .c-home-what-list__image--up {
        bottom: -23.9521%;
        left: -3.59281%;
        width: 61.97605%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__image--up {
        bottom: -24.43609%;
        left: -9.3985%;
        width: 60.90226%;
    }
}
.c-home-what-list__image--liver {
    padding-bottom: 46%;
}
@media (max-width: 780px) {
    .c-home-what-list__image--liver {
        width: 60.47904%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__image--liver {
        width: 62.40602%;
    }
}
.c-home-what-list__image--listener {
    padding-bottom: 34%;
}
@media (max-width: 780px) {
    .c-home-what-list__image--listener {
        margin: 8.98204% 0 0 auto;
        width: 49.7006%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__image--listener {
        margin: 10.33835% 0 0 auto;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        width: 51.50376%;
    }
}
.c-home-what-list__image-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-home-what-list__image-inline {
    height: 120%;
    left: 0;
    position: absolute;
    top: -10%;
    width: 100%;
    will-change: transform;
}
.c-home-what-list__image-inline--under {
    height: 100%;
    top: 0;
}
.c-home-what-list__name {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-top: 4px;
    position: absolute;
}
@media (max-width: 780px) {
    .c-home-what-list__name {
        font-size: 2.3rem;
        letter-spacing: 1.15px;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__name {
        font-size: 4rem;
        letter-spacing: 2px;
    }
}
.c-home-what-list__name--liver {
    left: -8%;
    top: -10%;
}
.c-home-what-list__name--listener {
    right: -8%;
    top: -15%;
}
.c-home-what-list__text {
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    text-align: center;
}
@media (max-width: 780px) {
    .c-home-what-list__text {
        font-size: 1.2rem;
        letter-spacing: 0.6px;
        line-height: 1.67;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__text {
        font-size: 1.6rem;
        letter-spacing: 0.8px;
    }
}
.c-home-what-list__text--liver {
    opacity: 0;
}
@media (max-width: 780px) {
    .c-home-what-list__text--liver {
        right: 0;
        top: 10%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__text--liver {
        right: -5%;
        top: 22%;
    }
}
@media (max-width: 780px) {
    .c-home-what-list__text--liver {
        -webkit-transform: translate3d(0, 24px, 0);
        transform: translate3d(0, 24px, 0);
    }
}
@media (min-width: 781px) {
    .c-home-what-list__text--liver {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
}
.c-home-what-list__text--liver.is-inview {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.c-home-what-list__text--listener {
    opacity: 0;
}
@media (max-width: 780px) {
    .c-home-what-list__text--listener {
        bottom: 5%;
        left: 0;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__text--listener {
        bottom: 7%;
        left: 6%;
    }
}
@media (max-width: 780px) {
    .c-home-what-list__text--listener {
        -webkit-transform: translate3d(0, 24px, 0);
        transform: translate3d(0, 24px, 0);
    }
}
@media (min-width: 781px) {
    .c-home-what-list__text--listener {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
}
.c-home-what-list__text--listener.is-inview {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.c-home-what-list__arrow {
    position: absolute;
}
.c-home-what-list__arrow.is-inview .c-home-what-list__arrow-inline {
    -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition: -webkit-clip-path 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition: clip-path 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        clip-path 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-clip-path 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.c-home-what-list__arrow.is-inview .c-home-what-list__arrow-inline--liver {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.c-home-what-list__arrow.is-inview .c-home-what-list__arrow-inline--listener {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.c-home-what-list__arrow--liver {
    left: 64%;
    top: 25%;
}
@media (max-width: 780px) {
    .c-home-what-list__arrow--liver {
        width: 23.9521%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__arrow--liver {
        width: 26.50376%;
    }
}
.c-home-what-list__arrow--listener {
    left: 23%;
}
@media (max-width: 780px) {
    .c-home-what-list__arrow--listener {
        bottom: 13%;
        width: 25.4491%;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__arrow--listener {
        bottom: 15%;
        width: 24.62406%;
    }
}
.c-home-what-list__arrow-inline--liver {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.c-home-what-list__arrow-inline--listener {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.c-home-what-list__heading {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 4px;
}
@media (max-width: 780px) {
    .c-home-what-list__heading {
        font-size: 2rem;
        letter-spacing: 1px;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__heading {
        font-size: 3rem;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 780px) {
    .c-home-what-list__title-wrap {
        margin: 4.19162% 0 0;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__title-wrap {
        margin: 4.5977% 0 0;
    }
}
.c-home-what-list__title-wrap.index3 {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
.c-home-what-list__title {
    position: relative;
}
.c-home-what-list__title-inline {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3a83ae),
        color-stop(50%, #03c0e7),
        color-stop(50%, #fff)
        );
    background-image: -webkit-linear-gradient(90deg, #3A83AE, #A9D6E5 50%, #fff 0);
    background-image: linear-gradient(90deg, #3A83AE, #A9D6E5 50%, #fff 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
    display: inline-block;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 600;
}
@media (max-width: 780px) {
    .c-home-what-list__title-inline {
        font-size: 2.5rem;
        letter-spacing: 1.5px;
        line-height: 1.45;
        white-space: nowrap;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__title-inline {
        font-size: 3rem;
        line-height: 1.25;
    }
}
.c-home-what-list__desc {
    color: #2a2a2a;
    line-height: 2;
    opacity: 0;
}
@media (max-width: 780px) {
    .c-home-what-list__desc {
        -webkit-transform: translate3d(0, 24px, 0);
        transform: translate3d(0, 24px, 0);
    }
}
@media (min-width: 781px) {
    .c-home-what-list__desc {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
}
.c-home-what-list__desc.is-inview {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width: 780px) {
    .c-home-what-list__desc {
        letter-spacing: 1.4px;
        margin: 5.98802% 0 0;
    }
}
@media (min-width: 781px) {
    .c-home-what-list__desc {
        letter-spacing: 1.5px;
        margin: 8.04598% 0 0;
    }
}



.p-home-what {
    background-color: #fff;
}
@media (max-width: 780px) {
    .p-home-what {
        padding: calc(60 / var(--base-size) * 100%) 0 calc(55 / var(--base-size) * 100%);
    }
}
@media (min-width: 781px) {
    .p-home-what {
        padding: calc(120 / var(--base-size) * 100%) 0 calc(240 / var(--base-size) * 100%);
    }
}
.p-home-what__inner {
    margin: auto;
    position: relative;
}
@media (max-width: 780px) {
    .p-home-what__inner {
        width: calc(334 / var(--base-size) * 100%);
    }
}
@media (min-width: 781px) {
    .p-home-what__inner {
        width: calc(1065 / var(--base-size) * 100%);
    }
}
.p-home-what__desc {
    color: #2a2a2a;
    line-height: 2;
    opacity: 0;
}
@media (max-width: 780px) {
    .p-home-what__desc {
        -webkit-transform: translate3d(0, 24px, 0);
        transform: translate3d(0, 24px, 0);
    }
}
@media (min-width: 781px) {
    .p-home-what__desc {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
}
.p-home-what__desc.is-inview {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    transition:
        opacity 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.2, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width: 780px) {
    .p-home-what__desc {
        letter-spacing: 1.4px;
        margin: 8.08383% 0 0;
    }
}
@media (min-width: 781px) {
    .p-home-what__desc {
        letter-spacing: 1.5px;
        margin: 2.723% 0 0;
        width: 92.58216%;
    }
}
@media (max-width: 780px) {
    .p-home-what__list {
        margin: 14.97006% 0 0;
    }
}
@media (min-width: 781px) {
    .p-home-what__list {
        margin-top: 9.38967%;
    }
}

@media (max-width: 780px) {
    .p-home-what__list + .p-home-what__list {
        margin: 17.96407% 0 0;
    }
}
@media (min-width: 781px) {
    .p-home-what__list + .p-home-what__list {
        margin: 10.24883% 0 0;
    }
}
@media (max-width: 780px) {
    .p-home-what__list:last-child {
        margin: 13.47305% 0 0;
    }
}
@media (min-width: 781px) {
    .p-home-what__list:last-child {
        margin: 8.26761% 0 0;
    }
}

.p-home-what__heading p{
    position: relative;
    z-index: 2;
    padding-block: 10px 10px;
}
.p-home-what__heading .c-sec-heading__bg{
    z-index: 1;
}
.desc.animate_desc.done .c-sec-heading__bg{
    background-image: -webkit-gradient(linear, left top, right top, from(#3a83ae), to(#03c0e7));
    background-image: -webkit-linear-gradient(left, #3a83ae, #03c0e7);
    background-image: linear-gradient(90deg, #3a83ae, #03c0e7);
}
.page-id-304 .case_study_list .meta{
    height: 110px;
}


.c-home-what-list__title.active{
    overflow: hidden;
    display: inline-block;
    animation: slideFromLeft 0.8s forwards;
}
.c-home-what-list__title.active .c-home-what-list__title-inline{
    animation: slideFromRight 0.8s forwards;
}

@keyframes slideFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

body.page-id-309 .inner, body.page-id-337 .inner,
body.page-id-309 .inner, body.page-id-339 .inner,
body.page-id-309 .inner, body.page-id-341 .inner  {
    max-width: 1060px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}
body.page-id-309 section.intro, body.page-id-337 section.intro,
body.page-id-309 section.intro, body.page-id-339 section.intro,
body.page-id-309 section.intro, body.page-id-341 section.intro {
    padding: 80px 0 93px;
}
body.page-id-309 section.company, body.page-id-337 section.company,
body.page-id-309 section.company, body.page-id-339 section.company,
body.page-id-309 section.company, body.page-id-341 section.company {
    padding: 96px 0 200px;
}
body.page-id-309 section.history, body.page-id-337 section.history,
body.page-id-309 section.history, body.page-id-339 section.history,
body.page-id-309 section.history, body.page-id-341 section.history, {
    background-color: rgb(216 240 244);
    padding: 98px 0 100px;
}
body.page-id-309 section.history .content-box .left ul.history-list, body.page-id-337 section.history .content-box .left ul.history-list, body.page-id-339 section.history .content-box .left ul.history-list, body.page-id-341 section.history .content-box .left ul.history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history, body.page-id-337 section.history, body.page-id-339 section.history, body.page-id-341 section.history {
        padding: 58px 0 55px;
    }
}
body.page-id-309 section.history .content-box, body.page-id-337 section.history .content-box, body.page-id-339 section.history .content-box, body.page-id-341 section.history .content-box {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box, body.page-id-337 section.history .content-box, body.page-id-339 section.history .content-box, body.page-id-341 section.history .content-box {
        margin-top: 40px;
    }
}
body.page-id-309 section.history .content-box .left, body.page-id-337 section.history .content-box .left, body.page-id-339 section.history .content-box .left, body.page-id-341 section.history .content-box .left {
    width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .left, body.page-id-337 section.history .content-box .left, body.page-id-339 section.history .content-box .left, body.page-id-341 section.history .content-box .left {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .left ul.history-list, body.page-id-337 section.history .content-box .left ul.history-list, body.page-id-339 section.history .content-box .left ul.history-list, body.page-id-341 section.history .content-box .left ul.history-list {
        margin-bottom: 36px;
    }
}
body.page-id-309 section.history .content-box .left ul.history-list li, body.page-id-337 section.history .content-box .left ul.history-list li, body.page-id-339 section.history .content-box .left ul.history-list li, body.page-id-341 section.history .content-box .left ul.history-list li {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 6px;
    padding: 21px 40px 16px;
    width: 100%;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .left ul.history-list li, body.page-id-337 section.history .content-box .left ul.history-list li, body.page-id-334 section.history .content-box .left ul.history-list li, body.page-id-341 section.history .content-box .left ul.history-list li {
        margin-bottom: 10px;
        padding: 17px 23px 13px;
    }
}
body.page-id-309 section.history .content-box .left ul.history-list li:last-child, body.page-id-337 section.history .content-box .left ul.history-list li:last-child, body.page-id-339 section.history .content-box .left ul.history-list li:last-child, body.page-id-341 section.history .content-box .left ul.history-list li:last-child {
    margin-bottom: 0;
}
body.page-id-309 section.history .content-box .left ul.history-list li .year, body.page-id-337 section.history .content-box .left ul.history-list li .year , body.page-id-339 section.history .content-box .left ul.history-list li .year , body.page-id-341 section.history .content-box .left ul.history-list li .year {
    color: #3A83AD;
    font-size: 24px;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .left ul.history-list li .year, body.page-id-337 section.history .content-box .left ul.history-list li .year, body.page-id-339 section.history .content-box .left ul.history-list li .year, body.page-id-341 section.history .content-box .left ul.history-list li .year {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
body.page-id-309 section.history .content-box .left ul.history-list li .year:before,
body.page-id-337 section.history .content-box .left ul.history-list li .year:before,
body.page-id-339 section.history .content-box .left ul.history-list li .year:before,
body.page-id-341 section.history .content-box .left ul.history-list li .year:before {
    background-color: #e1e4dc;
    content: "";
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(100% - 66px);
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .left ul.history-list li .year:before,
body.page-id-337 section.history .content-box .left ul.history-list li .year:before,
body.page-id-339 section.history .content-box .left ul.history-list li .year:before,
body.page-id-341 section.history .content-box .left ul.history-list li .year:before	{
        width: calc(100% - 50px);
    }
}
body.page-id-309 section.history .content-box .left ul.history-list li .reg-txt,
body.page-id-337 section.history .content-box .left ul.history-list li .reg-txt,
body.page-id-339 section.history .content-box .left ul.history-list li .reg-txt,
body.page-id-341 section.history .content-box .left ul.history-list li .reg-txt {
    font-weight: bold;
    line-height: 2.14;
    color: #4a7408;
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .left ul.history-list li .reg-txt,
body.page-id-337 section.history .content-box .left ul.history-list li .reg-txt,
body.page-id-339 section.history .content-box .left ul.history-list li .reg-txt,
body.page-id-341 section.history .content-box .left ul.history-list li .reg-txt	{
        line-height: 1.73;
    }
}
body.page-id-309 section.history .content-box .right,
body.page-id-337 section.history .content-box .right,
body.page-id-339 section.history .content-box .right,
body.page-id-341 section.history .content-box .right {
    margin-top: -5px;
    width: calc(50% - 42px);
}
@media only screen and (max-width: 767px) {
    body.page-id-309 section.history .content-box .right,
body.page-id-337 section.history .content-box .right,
body.page-id-339 section.history .content-box .right,
body.page-id-341 section.history .content-box .right	{
        width: 100%;
    }

    body.page-id-309 section.company table tr th,
    body.page-id-309 section.company table tr td,
	body.page-id-337 section.company table tr th,
    body.page-id-337 section.company table tr td,
	body.page-id-339 section.company table tr th,
    body.page-id-339 section.company table tr td,
	body.page-id-341 section.company table tr th,
    body.page-id-341 section.company table tr td {
        display: block;
        text-align: left;
    }
}



.post_content .table-medical{
    border: none;
}

.table-medical tr th {
    border: none;
    background: none;
    padding: 0;
    border-bottom: 1px solid #0085b2;
    font-size: 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 60px;
    padding-top: 26px;
    vertical-align: text-top;
    width: 240px; 
    text-align: left;
    color: #0085b2;
}
@media only screen and (max-width: 767px) {
    .table-medical tr th {
        border-bottom: none;
        border-top: 1px solid #4a7408;
        display: block;
        padding: 23px 0 18px;
        width: 100%; 
    } 
}
.table-medical tr td{
    border: none;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #72cbeb;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 26px 60px 26px;
    width: calc(100% - 240px);
    color: #666;
}
@media only screen and (max-width: 767px) {
    .table-medical tr td{
        border-bottom: none;
        border-top: 1px solid #e1e4dc;
        display: block;
        line-height: 1.5;
        padding: 17px 0 22px;
        width: 100%; } 
}

.table-medical tr td ul.list{
    list-style: none;
    margin: 0;
}
.table-medical tr td ul.list li, 
.table-medical tr .td ul.list li, 
.table-medical .line td ul.list li, 
.table-medical .line .td ul.list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px; 
    line-height: 16px;
}
@media only screen and (max-width: 767px) {
    .table-medical tr td ul.list li, 
    .table-medical tr .td ul.list li, 
    .table-medical .line td ul.list li, 
    .table-medical .line .td ul.list li{
        margin-bottom: 10px;
        padding-left: 16px;
        line-height: 1.5; 
    } 
}
.table-medical tr td ul.list li:last-child, 
.table-medical tr .td ul.list li:last-child, 
.table-medical .line td ul.list li:last-child, 
.table-medical .line .td ul.list li:last-child{
    margin-bottom: 0; 
}
.table-medical tr td ul.list li:before, 
.table-medical tr .td ul.list li:before, 
.table-medical .line td ul.list li:before, 
.table-medical .line .td ul.list li:before {
    background-color: #f9db8c;
    border-radius: 50%;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 4px;
    height: 8px;
    width: 8px; }
@media only screen and (max-width: 767px) {
    .table-medical tr td ul.list li:before, 
    .table-medical tr .td ul.list li:before, 
    .table-medical .line td ul.list li:before, 
    .table-medical .line .td ul.list li:before{
        top: 9px;
        height: 5px;
        width: 5px; 
    } 
}
.post_content h3.ttl-03{
    color: #3A83AD;
    font-family: "Shippori Mincho", serif;
}
.post_content h3.ttl-03+img{
    margin-bottom: 20px;
    aspect-ratio: 1000/450;
    object-fit: cover;
}

.ttl-01 {
    text-align: left;
    /* IE11  */
    /* Edge(Chromium) */
    /* IE11  */
    /* Edge(Chromium) */
    /* IE11  */
    /* Edge(Chromium) */ }
.ttl-01 span {
    display: inline-block; }
.ttl-01 .en {
    color: #9ca78a;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.05em;
    padding-right: 50px;
    position: relative; }
@media only screen and (max-width: 767px) {
    .ttl-01 .en {
        font-size: 16px;
        font-size: 1.6rem; } }
.ttl-01 .en:before {
    background-color: #9ca78a;
    content: "";
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    height: 1px;
    width: 40px; }
@media only screen and (max-width: 767px) {
    .ttl-01 .en:before {
        top: 8px; } }
.ttl-01 .ja-sml {
    background-color: #3A83AD;
    color: white;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: 31px;
    margin-bottom: 4px;
    padding: 6px 18px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif, serif;
    height: 34px; }
@media only screen and (max-width: 767px) {
    .ttl-01 .ja-sml {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 17px;
        padding: 6px 8px 0;
        height: 27px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ttl-01 .ja-sml {
        padding-top: 7px; } }
.ttl-01 _:lang(x)::-ms-backdrop, .ttl-01 .ja-sml {
    padding-top: 11px; }
.ttl-01 _:lang(x)::-ms-, .ttl-01 .ja-sml {
    padding-top: 6px; }
.ttl-01 .ja-mid {
    background-color: #3A83AD;
    color: white;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 16px;
    padding: 13px 18px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif, serif;
    height: 54px; font-weight: 400;line-height: 1;}
@media only screen and (max-width: 767px) {
    .ttl-01 .ja-mid {
        font-size: 22px;
        padding: 7px 8px 0;
        height: 35px;
        margin-top: 16px; }
    .ttl-01 .ja-mid.last {
        margin-top: 5px; } }
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .ttl-01 .ja-mid {
        padding: 5px 18px 0; } }
.ttl-01 _:lang(x)::-ms-backdrop, .ttl-01 .ja-mid {
    padding-top: 18px; }
.ttl-01 _:lang(x)::-ms-, .ttl-01 .ja-mid {
    padding-top: 13px; }
.ttl-01 .ja-big {
    background-color: #3A83AD;
    color: white;
    font-size: 36px;
    letter-spacing: 0.1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif, serif;
    padding: 12px 18px 0;
    height: 60px; }
@media only screen and (max-width: 767px) {
    .ttl-01 .ja-big {
        font-size: 24px;
        padding: 5px 8px 0;
        height: 35px; } }
.ttl-01 .ja-big .sml {
    font-size: 30px; }
@media only screen and (max-width: 767px) {
    .ttl-01 .ja-big .sml {
        font-size: 18px; } }
.ttl-01 _:lang(x)::-ms-backdrop, .ttl-01 .ja-big {
    padding-top: 19px; }
.ttl-01 _:lang(x)::-ms-, .ttl-01 .ja-big {
    padding-top: 12px; }


/*===================*/
.bl_section_cont {
    position: relative;
}
@media screen and (min-width: 1024px) {
    .bl_section_inn__alignCenter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bl_section_ttl {
        text-align: left;
    }
    .bl_section_ttl__hasLead .bl_section_ttl_inn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48px;
    }
    .bl_section_ttl__hasLead .bl_section_ttl_inn + * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .bl_section_ttl__hasLead_lead {
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .bl_section__row .bl_section_inn {
        grid-template-rows: auto;
        grid-template-columns: 1fr 188px;
        gap: 15.8%;
    }
    .bl_section__row .bl_section_ttl {
        grid-row: 1;
        grid-column: 2/3;
        margin: 0;
        text-align: center;
    }
    .bl_section__row .bl_section_cont {
        grid-row: 1;
        grid-column: 1;
    }
}
.bl_section__leftTtl .bl_section_inn {
    gap: 40px;
}
@media screen and (min-width: 1024px) {
    .bl_section__leftTtl .bl_section_inn {
        grid-template-columns: 364px 1fr;
        gap: 16px;
    }
    .bl_section__leftTtl .bl_section_ttl {
        text-align: center;
    }
}
.bl_ttlOrnament {
    container-type: inline-size;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.bl_ttlOrnament_item {
    position: absolute;
    pointer-events: none;
}
.bl_ttlOrnament_item > img {
    width: 100%;
}
.bl_ttlOrnament__about .bl_ttlOrnament_item__1 {
    top: -22cqw;
    right: -10cqw;
    width: 40cqw;
}
.bl_ttlOrnament__about .bl_ttlOrnament_item__2 {
    left: -10cqw;
    bottom: -14cqw;
    width: 8.5cqw;
}
.bl_ttlOrnament__about .bl_ttlOrnament_item__3 {
    left: -10cqw;
    bottom: -17cqw;
    width: 32.6cqw;
}
@media screen and (min-width: 1024px) {
    .bl_ttlOrnament__about .bl_ttlOrnament_item__1 {
        top: -104cqw;
        right: -61cqw;
        width: 151cqw;
    }
    .bl_ttlOrnament__about .bl_ttlOrnament_item__2 {
        left: -34cqw;
        bottom: -60.6cqw;
        width: 22.9cqw;
    }
    .bl_ttlOrnament__about .bl_ttlOrnament_item__3 {
        left: -36cqw;
        bottom: -70cqw;
        width: 87.7cqw;
    }
}
.bl_ttlOrnament__biz .bl_ttlOrnament_item__1 {
    top: -31cqw;
    right: 77.7cqw;
    width: 41.7cqw;
}
.bl_ttlOrnament__biz .bl_ttlOrnament_item__2 {
    top: -11.62cqw;
    right: 60cqw;
    width: 23.78cqw;
}
.bl_ttlOrnament__biz .bl_ttlOrnament_item__3 {
    bottom: -7.92cqw;
    left: 93cqw;
    width: 14cqw;
}
@media screen and (min-width: 1024px) {
    .bl_ttlOrnament__biz .bl_ttlOrnament_item__1 {
        top: -23cqw;
        right: 96cqw;
        width: 27.8cqw;
    }
    .bl_ttlOrnament__biz .bl_ttlOrnament_item__2 {
        top: -9.6cqw;
        right: 85.5cqw;
        width: 15.3cqw;
    }
    .bl_ttlOrnament__biz .bl_ttlOrnament_item__3 {
        bottom: -3.9cqw;
        left: 43.8cqw;
        width: 5.75cqw;
    }
}
.bl_ttlOrnament__feature .bl_ttlOrnament_item__1 {
    top: -9.14cqw;
    right: 79.56cqw;
    width: 37.8cqw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.bl_ttlOrnament__feature .bl_ttlOrnament_item__2 {
    bottom: -14.36cqw;
    left: 87.8cqw;
    width: 28.04cqw;
}
.bl_ttlOrnament__feature .bl_ttlOrnament_item__3 {
    z-index: 2;
    bottom: -22.23cqw;
    left: 60.97cqw;
    width: 42.07cqw;
}
@media screen and (min-width: 1024px) {
    .bl_ttlOrnament__feature .bl_ttlOrnament_item__1 {
        width: 100cqw;
        top: -185px;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
    .bl_ttlOrnament__feature .bl_ttlOrnament_item__2 {
        bottom: -72cqw;
        left: 53.8cqw;
        width: 72.34cqw;
    }
    .bl_ttlOrnament__feature .bl_ttlOrnament_item__3 {
        bottom: -92.23cqw;
        left: -20cqw;
        width: 109cqw;
    }
}
.bl_ttlOrnament__environment .bl_ttlOrnament_item__1 {
    top: -7cqw;
    left: -30cqw;
    width: 40cqw;
}
.bl_ttlOrnament__environment .bl_ttlOrnament_item__2 {
    top: 0cqw;
    right: -46cqw;
    width: 70cqw;
}
@media screen and (min-width: 1024px) {
    .bl_ttlOrnament__environment .bl_ttlOrnament_item__1 {
        top: -95px;
        left: -258px;
        width: 256px;
    }
    .bl_ttlOrnament__environment .bl_ttlOrnament_item__2 {
        top: -20cqw;
        right: revert;
        left: 50%;
        width: 23.75cqw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.bl_ttlOrnament__recruitment .bl_ttlOrnament_item__1 {
    display: none;
}
.bl_ttlOrnament__recruitment .bl_ttlOrnament_item__2 {
    top: -12cqw;
    left: -18cqw;
    width: 34cqw;
}
.bl_ttlOrnament__recruitment .bl_ttlOrnament_item__3 {
    top: -15cqw;
    left: -10cqw;
    width: 37cqw;
}
.bl_ttlOrnament__recruitment .bl_ttlOrnament_item__4 {
    z-index: 2;
    top: -20px;
    right: -6cqw;
    width: 80px;
}
@media screen and (min-width: 1024px) {
    .bl_ttlOrnament__recruitment .bl_ttlOrnament_item__1 {
        display: block;
        top: -118cqw;
        right: -110cqw;
        width: 148cqw;
    }
    .bl_ttlOrnament__recruitment .bl_ttlOrnament_item__2 {
        top: revert;
        bottom: -104cqw;
        left: -50cqw;
        width: 92cqw;
    }
    .bl_ttlOrnament__recruitment .bl_ttlOrnament_item__3 {
        top: revert;
        bottom: -92cqw;
        left: 0;
        width: 98cqw;
    }
    .bl_ttlOrnament__recruitment .bl_ttlOrnament_item__4 {
        top: revert;
        bottom: -138cqw;
        right: -14cqw;
        width: 52cqw;
    }
}
.bl_slide {
    height: 100%;
    padding: 16px 0;
    letter-spacing: 0;
    cursor: -webkit-grab;
    cursor: grab;
}
.bl_slide_inn {
    width: 84%;
    height: 100%;
    margin: auto;
    padding: 32px;
    background-color: #def5af;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.swiper-slide:nth-child(3n-1) .bl_slide_inn {
    background-color: #f7f377;
}
.swiper-slide:nth-child(3n) .bl_slide_inn {
    background-color: #fff;
}
.bl_slide_term {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    font-size: 0.75rem;
    font-weight: 400;
}
.bl_slide_term_icon {
    position: absolute;
    top: -48px;
    right: -8px;
}
.bl_slide_desc {
    position: relative;
    margin-top: 20px;
    font-size: 0.875rem;
}
.bl_slide_desc::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background-color: #71dba6;
}
.bl_acPanel {
    --bl_acPanel-padding: 16px;
    position: relative;
    z-index: 5;
    display: grid;
    gap: clamp(0.625rem, 2.2vw, 1.875rem);
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .bl_acPanel {
        --bl_acPanel-padding: 24px;
    }
}
.bl_acPanel_item {
    overflow: hidden;
    background-color: #fff;
    border-radius: clamp(10px, 1.5vw, 20px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 clamp(8px, 1.2vw, 16px) rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 clamp(8px, 1.2vw, 16px) rgba(0, 0, 0, 0.2);
}
.bl_acPanel_term {
    position: relative;
    display: grid;
    grid-template-columns: 2em 1fr;
    gap: 8px;
    padding: var(--bl_acPanel-padding);
    font-weight: 500;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.bl_acPanel_term::before {
    white-space: nowrap;
    content: "Q.";
    color: #0f86b0;
    font-size: clamp(1.375rem, 2.2vw, 2.15rem);
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
}
.bl_acPanel_term > span {
    padding-right: 32px;
}
.bl_acPanel_term_icon {
    position: absolute;
    top: calc(50% - 8px);
    right: var(--bl_acPanel-padding);
    aspect-ratio: 21/25;
    width: 16px;
    background: url(https://recruit.hcao-tkc.com/assets/images/common/icon-arrow-d-gray.svg) center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.is_open .bl_acPanel_term_icon {
    -webkit-transform: rotateX(-0.5turn);
    transform: rotateX(-0.5turn);
}
@media screen and (min-width: 768px) {
    .bl_acPanel_term_icon {
        top: calc(50% - 12px);
        width: 21px;
    }
}
@media (hover: hover) {
    .bl_acPanel_term:hover {
        background-color: #1ec6ff;
    }
    .bl_acPanel_term:hover.is_open {
        background-color: rgba(0, 0, 0, 0);
    }
}
.bl_acPanel_desc_inn {
    display: grid;
    grid-template-columns: 2em 1fr;
    gap: 8px;
    padding: var(--bl_acPanel-padding);
    border-top: 1px solid #d3d7c7;
}
.bl_acPanel_desc_inn::before {
    white-space: nowrap;
    content: "A.";
    color: #0085b2;
    font-size: clamp(1.375rem, 2.2vw, 2.15rem);
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
}

.js_acPanel_btn {
    cursor: pointer;
}
.js_acPanel_cont {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.page-id-316 #page_contents{
    width: auto;
}

.cst-footer-recruit_title .text-img{
    font-size: 92px;
    line-height: 1;
    font-size: 192px;
    line-height: 0.7;
    opacity: 0.7;
    font-family: "Corinthia", cursive;
    color: #bddde7;
}
@media only screen and (min-width: 768px){
    .cst-footer-recruit_title .text-img{
        font-size: 192px;
        line-height: 0.7;
    }
}

.policy-box h4{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif, serif;
}
.ttl-01 .ja-mid{
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
.headline span{
    font-size:27px;
}
}

@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}
