.sub-main {
    background: -moz-linear-gradient(45deg, #ff6f61 0%, #FFD180 100%);
    background: -webkit-linear-gradient(45deg, #ff6f61 0%, #FFD180 100%);
    background: linear-gradient(45deg, #ff6f61 0%, #FFD180 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    /*min-height: calc(100vh - 2rem);*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;
    padding:180px 0 0 0;
}

.sub-main::before,
.sub-main::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.sub-main::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}


.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background: none;
	/* rgba(255, 255, 255, 0.2);*/
	border-radius: 6.25rem;
}


.schedule_form div {
    padding: 10px;
    margin: 15px 0;
    border: solid 1px #aaa;
    border-radius: 10px;
}

.schedule_form label {
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.2em;

}

.schedule_form select {
    padding: 8px;
    border: solid 1px #333;
    border-radius: 5px;
}

.st0 {
    display: none;
}

.st1 {
    display: inline;
}

.st2 {
    opacity: 0.29;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st5 {
    clip-path: url(#SVGID_4_);
}

.st6 {
    clip-path: url(#SVGID_6_);
}

.st7 {
    clip-path: url(#SVGID_8_);
}

.st8 {
    clip-path: url(#SVGID_10_);
}

.st9 {
    fill: none;
}

.st10 {
    clip-path: url(#SVGID_12_);
}

.st11 {
    opacity: 0.7;
}

.st12 {
    clip-path: url(#SVGID_14_);
}

.st13 {
    opacity: 0.2;
}

.st14 {
    clip-path: url(#SVGID_16_);
}

.st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
}

.subheading {
    font-family: "Roboto", sans-serif;
    font-weight: 900;

}

.breadcrumb-item b {
    border-radius: 50vh;

}

.text-color-main {
    color: var(--main);
}

/* hero */
.hero {
    background-image: url(/frontend/img/president02.png);

}


.page-content {
    overflow: hidden;
}

.hero {
    position: relative;
    height: fit-content;
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    -webkit-mask: linear-gradient(to right, transparent 0, transparent 100px, #000 100px, #000 calc(100% - 100px), transparent calc(100% - 100px), transparent 100%);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 60% 100%;
}

/*
.hero::before {
    content: "";
    position: absolute;
    top: -168px;
    right: -117px;
    width: 330px;
    height: 330px;
    box-sizing: border-box;
    border: 35px solid #ffffff;
    border-radius: 400px;
    mix-blend-mode: soft-light;
    opacity: .5;
    z-index: 1;
}
*/
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 30, 47, 0) 0, rgba(22, 30, 47, 0.30) 100%);
}

@media screen and (min-width: 768px) {
    .hero {
        border-bottom-left-radius: 980px 278px;
        border-bottom-right-radius: 980px 278px;
    }

    .hero::before {
        top: -242px;
        right: -227px;
        width: 534px;
        height: 534px;
        border: 60px solid #ffffff;
    }
}

@media screen and (min-width: 1050px) {
    .hero {
        border-bottom-left-radius: 1030px 245px;
        border-bottom-right-radius: 1030px 245px;
    }

    /*
    .hero::before {
        top: -328px;
        right: -178px;
        width: 670px;
        height: 670px;
    }
        */
}

.hero__contents {
    display: grid;
    place-items: center start;
    position: relative;
    z-index: 1;
    min-height: 420px;
    padding-left: 10px;
    padding-right: 10px;

    @media screen and (min-width: 768px) {
        & {
            min-height: 420px;
            padding-left: 0;
            padding-right: 0;
        }
    }
}

.hero__heading {
    margin-top: 60px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;

    @media screen and (min-width: 768px) {
        & {
            margin-top: 55px;
            padding-top: 60px;
            padding-bottom: 60px;
            font-size: 4rem;
        }
    }
}

.president_message {
    width: 70%;
    margin: 50px auto;
    padding: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* 影 */
    -webkit-backdrop-filter: blur(5px);
    /* ぼかし */
    backdrop-filter: blur(5px);
    /* ぼかし */
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.president_message_text {}

.president_message_text p {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 50px;
    color: var(--dark);
    letter-spacing: 0.2rem;
}

.hero__heading__deco {
    display: block;
    margin-bottom: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--dark);
}

@media screen and (min-width: 768px) {
    .hero__heading__deco {
        font-size: 1.2rem;
    }
}

.hero__heading__inner {
    display: block;
    margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
    .hero__heading__inner {
        margin-bottom: 18px;
    }
}

.hero-minimal {
    position: relative;
}

.hero-minimal::before {
    content: "";
    position: absolute;
    top: -96px;
    right: -181px;
    width: 330px;
    height: 330px;
    box-sizing: border-box;
    border: 35px solid #F2F3F4;
    border-radius: 400px;
    opacity: .5;
    z-index: -1;
}

.hero-minimal::after {
    content: none;
}

@media screen and (min-width: 768px) {
    .hero-minimal::before {
        top: -162px;
        right: -247px;
        width: 534px;
        height: 534px;
        border: 60px solid #F2F3F4;
    }
}

@media screen and (min-width: 1050px) {
    .hero-minimal::before {
        top: -318px;
        right: -258px;
        width: 670px;
        height: 670px;
    }
}

.hero-minimal__heading {
    padding-top: 165px;
    padding-bottom: 0;
    color: #1C468D;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .hero-minimal__heading {
        padding-top: 210px;
        font-size: 2.0rem;
    }
}

.hero-minimal__heading__deco {
    display: block;
    margin-bottom: 6px;
    color: #0B0B0B;
    font-family: 'Figtree', sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .hero-minimal__heading__deco {
        margin-bottom: 7px;
        font-size: 6rem;
    }
}

.hero-minimal__heading__inner {
    display: block;
}

/* unique */
@charset "UTF-8";

/* home hero */

.home-hero {
    position: relative;
    height: calc(100vh + 6px);
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .home-hero {
        height: calc(100vh + 15px);
    }
}

@media screen and (min-width: 1050px) {
    .home-hero {
        height: calc(100vh + 42px);
    }
}

.home-hero__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    border-bottom-left-radius: 800px 300px;
    border-bottom-right-radius: 800px 300px;
    -webkit-mask: linear-gradient(to right, transparent 0, transparent 100px, #000 100px, #000 calc(100% - 100px), transparent calc(100% - 100px), transparent 100%);
}

.home-hero__back::before {
    content: "";
    position: absolute;
    bottom: -167px;
    left: -171px;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    border: 35px solid #ffffff;
    border-radius: 400px;
    mix-blend-mode: soft-light;
    opacity: .5;
    z-index: 1;
}

.home-hero__back::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 30, 47, .02) 0, rgba(22, 30, 47, .35) 100%);
}

@media screen and (min-width: 768px) {
    .home-hero__back {
        border-bottom-left-radius: 980px 278px;
        border-bottom-right-radius: 980px 278px;
    }

    .home-hero__back::before {
        bottom: -305px;
        left: -379px;
        width: 746px;
        height: 746px;
        border: 60px solid #ffffff;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero__back {
        border-bottom-left-radius: 1030px 245px;
        border-bottom-right-radius: 1030px 245px;
    }

    .home-hero__back::before {
        bottom: -374px;
        left: -145px;
        width: 812px;
        height: 812px;
    }
}

.home-hero__slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 6px);
    opacity: 0;
    transition: 1s;
    縲
}

@media screen and (min-width: 768px) {
    .home-hero__slider__item {
        height: calc(100vh + 15px);
    }
}

@media screen and (min-width: 1050px) {
    .home-hero__slider__item {
        height: calc(100vh + 42px);
    }
}

.home-hero__slider__item.is-active {
    opacity: 1;
    animation: sliderSmall 6s linear 0s, fadeIn 1s ease-in-out;
}

.home-hero__slider.stop .home-hero__slider__item.is-active {
    animation-play-state: paused;
}

.home-hero__slider__item.manual-active {
    opacity: 1 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes sliderSmall {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.home-hero__slider .home-hero__slider__item__inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__slider .home-hero__slider__item__inner--pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-hero__slider .home-hero__slider__item__inner--sp {
        display: none;
    }

    .home-hero__slider .home-hero__slider__item__inner--pc {
        display: block;
    }
}


.home-hero .slide-dots {
    display: flex;
    align-items: center;
    gap: 21px;
    position: absolute;
    top: calc(50% - 12px);
    right: -29px;
    transform: rotate(90deg) translateY(-50%);
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 5;
}

@media screen and (min-width: 768px) {
    .home-hero .slide-dots {
        gap: 23px;
        right: -15px;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero .slide-dots {
        top: calc(50% - 27px);
        right: -10px;
    }
}

.home-hero .slide-dots .slide-dots__slide-dot {
    display: flex;
    align-items: center;
    width: 10px;
    height: 10px;
}

@media screen and (min-width: 768px) {
    .home-hero .slide-dots .slide-dots__slide-dot {
        width: 12px;
        height: 12px;
    }
}

.home-hero .slide-dots .slide-dots__slide-dot button {
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    padding: 0;
    font-size: 0;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 10px;
    transition: width .3s, height .3s;
}

.home-hero .slide-dots .slide-dots__slide-dot button:focus {
    outline: auto royalblue;
}

.home-hero .slide-dots .slide-dots__slide-dot.is-active button {
    width: 10px;
    height: 10px;
}

@media screen and (min-width: 768px) {
    .home-hero .slide-dots .slide-dots__slide-dot.is-active button {
        width: 12px;
        height: 12px;
    }
}

.home-hero .slide-dots .slide-dots__slide-dot button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s;
}

@media screen and (min-width: 768px) {
    .home-hero .slide-dots .slide-dots__slide-dot button::before {
        width: 30px;
        height: 30px;
    }
}

.home-hero .slide-dots .slide-dots__slide-dot.is-active button::before {
    opacity: .3;
}

.home-hero__slider__button {
    position: relative;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.home-hero__slider__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

.home-hero__slider__button::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%3E%20%3Cpath%20d%3D%22M7.5%2C0%2C15%2C13H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.home-hero__slider__button.off::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2212.001%22%20viewBox%3D%220%200%2015%2012.001%22%3E%20%3Cpath%20d%3D%22M-8%2C26V11h4V26Zm-8%2C0V11h4V26Z%22%20transform%3D%22translate(26%2016)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

@media screen and (min-width: 768px) {

    .home-hero__slider__button,
    .home-hero__slider__button::before {
        width: 15px;
        height: 15px;
    }
}


.home-hero .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 96px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .home-hero .container {
        padding-bottom: 165px;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero .container {
        max-width: calc(1170px + 100px* 2);
    }
}

.home-hero__heading {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.5;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
}

.home-hero__heading__large {
    font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
    .home-hero__heading {
        margin-left: 5px;
        font-size: 3rem;
        letter-spacing: .1em;
    }

    .home-hero__heading__large {
        font-size: 4rem;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero__heading {
        margin-left: 0;
    }
}

.home-hero__sub-heading {
    margin-top: 17px;
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .home-hero__sub-heading {
        margin-top: 25px;
        margin-left: 5px;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero__sub-heading {
        margin-left: 0;
    }
}


.home-hero__scroll {
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    padding-bottom: 40px;
    width: 100px;
    text-align: center;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .home-hero__scroll {
        font-size: 1.4rem;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero__scroll {
        padding-bottom: 90px;
    }
}

.home-hero__scroll::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .home-hero__scroll::after {
        bottom: -14px;
        height: 70px;
    }
}

@media screen and (min-width: 1050px) {
    .home-hero__scroll::after {
        height: 90px;
    }
}


.topContact {
    position: relative;
    margin-bottom: 280px;
}

@media screen and (max-width: 1080px) {
    .topContact {
        margin-bottom: 130px;
    }
}

@media screen and (max-width: 768px) {
    .topContact {
        margin-bottom: 70px;
    }
}

.topContact .objectCloud {
    position: absolute;
    left: 0;
    top: -95px;
}

.topContact .objectCloud__img {
    width: 178px;
}

.topContact__container {
    z-index: 1;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 60px;
}

@media screen and (max-width: 1080px) {
    .topContact__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .topContact__container {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1080px) {
    .topContact__container:after {
        content: "";
        display: block;
        background-color: #3d62ad;
        width: calc(100% - 60px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 60px;
        border-radius: 16px 0 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .topContact__container:after {
        width: calc(100% - 30px);
        left: 30px;
    }
}

.topContact__text {
    width: 465px;
    min-width: 465px;
    min-width: 465px;
    color: #fff;
    padding-right: 135px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1350px) {
    .topContact__text {
        padding-left: 50px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 1080px) {
    .topContact__text {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .topContact__text {
        margin-top: 35px;
        padding-left: 35px;
        padding-right: 5px;
    }
}

.topContact__text:after {
    content: "";
    display: block;
    background-color: #3d62ad;
    position: absolute;
    left: calc(-50vw + 550px + 6.2vw);
    top: -95px;
    width: 93.8vw;
    height: calc(100% + 200px);
    border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 1350px) {
    .topContact__text:after {
        width: calc(100vw - 60px);
        left: 0;
        height: calc(100% + 80px);
        top: -40px;
    }
}

@media screen and (max-width: 1080px) {
    .topContact__text:after {
        display: none;
    }
}

.topContact__textInner {
    position: relative;
    z-index: 1;
}

.topContact__ttl {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .topContact__ttl {
        margin-bottom: 20px;
    }
}

.topContact__ttl::before {
    background-color: #fff;
}

.topContact__subTtl {
    font-size: 4.2rem;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .topContact__subTtl {
        font-size: 3.5rem;
    }
}

.topContact__desc {
    line-height: 2.125;
    margin-bottom: 35px;
}

@media screen and (max-width: 1350px) {
    .topContact__desc br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .topContact__desc {
        line-height: 1.6875;
        margin-bottom: 25px;
    }
}

.topContact__bt {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3d62ad;
}

.topContact__bt:hover {
    background: transparent;
    color: #fff;
}

.topContact__fig {
    width: 55.7vw;
    -webkit-flex-basis: 55.7vw;
    -ms-flex-preferred-size: 55.7vw;
    flex-basis: 55.7vw;
    z-index: 1;
    position: relative;
    margin-right: calc(-50vw + 550px);
}

@media screen and (max-width: 1350px) {
    .topContact__fig {
        margin-right: -10px;
        left: 50px;
    }
}

@media screen and (max-width: 1080px) {
    .topContact__fig {
        width: calc(100% + 10px);
        -webkit-flex-basis: calc(100% + 10px);
        -ms-flex-preferred-size: calc(100% + 10px);
        flex-basis: calc(100% + 10px);
        min-width: calc(100% + 10px);
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        top: -70px;
        margin-right: -60px;
    }
}

@media screen and (max-width: 768px) {
    .topContact__fig {
        top: -33px;
        margin-bottom: -33px;
        left: 37px;
    }
}

.topContact__figImg {
    border-radius: 16px 0 0 16px;
    max-height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1350px) {
    .topContact__figImg {
        aspect-ratio: 1.25/1;
    }
}

@media screen and (max-width: 1080px) {
    .topContact__figImg {
        aspect-ratio: auto;
    }
}

.note4 {
    color: #696969;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #e6e6e6;
    padding: 0.3em 1em 2em 1em;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
}

.sen4 {
    background-color: #fff;
    /* background-image:
        linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);*/
    background-size: 8px 100%, 100% 3.2em;
    line-height: 2em;
    padding: 2em 1em 0.2em 1em;
}

/*  sub04  */
.philosophy {
    background-color: #fff;
    margin: 50px auto 100px;

}

.philosophy .inner-content {
    padding-inline: 20px;
    font-weight: 700;
    margin: 0 auto;
}

.philosophy .titled-box {
    margin: 150px auto;
    max-width: 800px;
    border-width: 3px;
    border-radius: 5px;
    padding-inline: 20px;
    padding-block: 60px 40px;
    position: relative;
    padding: 50px 20px 55px;
    box-shadow: -5px -5px 15px 1px rgba(255, 111, 97, 1), 5px 5px 15px 7px rgba(255, 209, 128, 1);
}

.philosophy .titled-box p {
    font-size: 14px;
    text-align: justify;
    max-width: 720px;
    margin-inline: auto;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0.3rem;
}

.philosophy .titled-box:last-child p {
    text-align: left;
}

.philosophy .titled-box__title {
    background-color: #fff;
    border: 3px solid var(--dark);
    color: var(--dark);
    font-size: 25px;
    padding: 5px;
    width: 450px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-inline: 20px;
    font-size: 30px;
    line-height: 1.58;
    font-weight: 700;
    position: absolute;
    flex-direction: column;
    white-space: nowrap;
}

/*   sub05  */
.corporate_profile table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
}

.corporate_profile table th {
    color: white;
    background: var(--dark);
    border: solid 1px white;
    text-align: center;
    padding: 10px 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.corporate_profile table td {
    color: var(--dark);
    background: var(--light);
    border: solid 1px white;
    text-align: left;
    padding: 20px;
}

/* sub06 */
.cp_timeline04 {
    position: relative;
    margin: 3em auto;
    padding-bottom: 2em;
}

.cp_timeline04:before {
    position: absolute;
    top: 0px;
    top: -30px;
    left: 45px;
    width: 3px;
    height: 100%;
    content: '';
    background: var(--dark);
}

.cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 80px;
}

.cp_timeline04 .timeline_item .time_date .time {
    font-family: serif;
    font-size: 6em;
    font-weight: bold;
    position: relative;
    margin: 0;
    letter-spacing: 3px;
    color: rgba(233, 30, 99, 0.1);
}

.cp_timeline04 .timeline_item .time_date .time:before {
    position: absolute;
    top: 50%;
    left: -42px;
    width: 15px;
    height: 15px;
    content: '';
    transform: rotate(45deg);
    border: 5px solid var(--dark);
    background: #fff;
}

.cp_timeline04 .timeline_item .time_date .flag {
    font-size: 1.3rem;
    font-weight: 700;
    margin: -65px 0 0 0;
    color: var(--dark);
}

.cp_timeline04 .timeline_item .desc {
    font-size: 1.5rem;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 5px solid var(--dark);
    margin-bottom: 100px;
}

.cp_timeline04 .timeline_item .desc p {
    color: var(--dark);
}

@media only screen and (max-width: 767px) {
    .cp_timeline04:before {
        left: 15px;
    }

    .cp_timeline04 .timeline_item .time_date .time:before {
        left: -32px;
    }

    .cp_timeline04 .timeline_item {
        margin: 0px 0px 0px 40px;
    }

    .cp_timeline04 .timeline_item .desc {
        padding-left: 0px;
        border-top: 1px solid var(--dark);
        border-left: none;
    }
}

.login-box {
    border: 2px solid #eee;
    border-radius: 20px;
    margin: 100px 0;
    padding: 20px;
    width: 30vw;
}


.register-box {
    border: 2px solid #eee;
    border-radius: 20px;
    margin: 100px auto;
    padding: 20px;
    width: 40vw;
}

.ttl_line3 {
    font-weight: bold;
    border-bottom: 3px solid #e3e3e3;
    padding: 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}

.ttl_line3::after {
    content: '';
    background-color: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

.booking_ttl01 {
    font-size: 2rem;
    padding: 20px 20px;
    background: #ddd;
    box-shadow: 0px 0px 0px 5px #ddd;
    border: double 1px white;

}

.booking_ttl02 {
    font-size: 2rem;
    padding: 20px 20px;
    background: var(--sub);
    box-shadow: 0px 0px 0px 5px var(--sub);
    border: double 1px white;

}

.design04 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.design04 tr:nth-child(2n) {
    background: #fff;
}

.design04 tr:nth-child(2n+1) {
    background: #e9faf9;
}

.design04 th {
    padding: 10px;
    background: #778ca3;
    border-right: solid 1px #778ca3;
    color: #ffffff;
}

.design04 th:last-child {
    border-right: none;
}

.design04 td {
    padding: 10px;
    border-right: solid 1px #778ca3;
}

.design04 td:last-child {
    border-right: none;
}

.design03 {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;

}

.design03 tr {
    border-bottom: 3px solid #eee;
}

.design03 th,
.design03 td {
    padding: 10px;
}

.design03 th {
    background: #eee;
    width: 40%;
    border-bottom: 1px solid #eee;
}

.design05 th {
    position: relative;
    text-align: left;
    width: 50%;
}

.design05 th:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: -15px;
}

.design05 td {
    text-align: left;
    padding: 7px 0 7px 30px;
    width: 50%;
}

/* ============================================================
   CFS 搬入先 共通スタイル  (.cfs-*)
   /cfs 一覧ページ・/cfs/{slug} 詳細ページ 両方で使用
   ============================================================ */

/* 外枠カード */
.cfs-wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.08),
        0  2px 12px rgba(0, 0, 0, 0.04);
    border-top: 3px solid #d4916a;
}

/* 注意書きエリア */
.cfs-notes {
    background: #fdf9f6;
    padding: 20px 28px;
    border-bottom: 1px solid #f0ece8;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cfs-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #555;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
.cfs-note-gem {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    background: linear-gradient(135deg, #d4916a, #c4622d);
    transform: rotate(45deg);
    border-radius: 1px;
    margin-top: 5px;
}

/* メインリスト */
.cfs-list {
    background: #ffffff;
}

/* 地域グループ */
.cfs-group {
    display: flex;
    border-bottom: 1px solid #ede8e2;
}
.cfs-group:last-child {
    border-bottom: none;
}

/* 地域タグ列 */
.cfs-region-col {
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, #fdf3ec, #fef8f4);
    border-right: 1px solid #ede8e2;
    padding: 12px 8px;
}
.cfs-region-tag {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 900;
    color: #c4622d;
    letter-spacing: 0.08em;
    writing-mode: horizontal-tb;
    padding: 5px 12px;
    border: 1.5px solid rgba(196, 98, 45, 0.45);
    border-radius: 3px;
    background: rgba(212, 145, 106, 0.08);
}

/* CFS アイテム列 */
.cfs-items-col {
    flex: 1;
    min-width: 0;
}
.cfs-item {
    border-bottom: 1px solid #f5f0eb;
}
.cfs-item:last-child {
    border-bottom: none;
}

/* アイテム行 */
.cfs-item-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: #ffffff;
    transition: background 0.15s;
}
.cfs-item-row:hover {
    background: #fdfaf8;
}
.cfs-item-name {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1e3a5c;
    letter-spacing: 0.04em;
}
.cfs-item-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* 詳細ボタン（アコーディオン開閉） */
.cfs-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #c4622d;
    background: transparent;
    border: 1.5px solid rgba(196, 98, 45, 0.55);
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}
.cfs-detail-btn:hover,
.cfs-detail-btn[aria-expanded="true"] {
    background: linear-gradient(135deg, #d4916a, #c4622d);
    color: #ffffff;
    border-color: transparent;
}
.cfs-detail-btn .cfs-btn-arrow {
    font-size: 10px;
    transition: transform 0.25s;
}
.cfs-detail-btn[aria-expanded="true"] .cfs-btn-arrow {
    transform: rotate(180deg);
}

/* トラック入出庫ボタン */
.cfs-truck-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: linear-gradient(135deg, #2a5c80, #1a3d5c);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: opacity 0.18s;
    white-space: nowrap;
}
.cfs-truck-btn:hover {
    opacity: 0.85;
}

/* 詳細ページリンクボタン（一覧 → 個別ページへ） */
.cfs-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: linear-gradient(135deg, #2a5c80, #1a3d5c);
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: opacity 0.18s;
    white-space: nowrap;
}
.cfs-page-btn:hover {
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
}

/* アコーディオン詳細パネル */
.cfs-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.cfs-panel.is-open {
    max-height: 900px;
}
.cfs-panel-inner {
    padding: 24px 24px 28px;
    background: #fdfaf8;
    border-top: 2px solid rgba(212, 145, 106, 0.30);
}

/* パネル見出し */
.cfs-panel-hd {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.cfs-panel-hd-gem {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #d4916a, #c4622d);
    transform: rotate(45deg);
    border-radius: 1px;
}
.cfs-panel-hd-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #1e3a5c;
    letter-spacing: 0.08em;
    margin: 0;
}
.cfs-panel-hd-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 145, 106, 0.35), transparent);
}

/* パネル本文 2カラム */
.cfs-panel-body {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

/* 情報テーブル（一覧・詳細 共通） */
.cfs-info-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
}
.cfs-info-table th {
    padding: 7px 10px 7px 0;
    color: #9a9a9a;
    font-weight: 600;
    letter-spacing: 0.04em;
    vertical-align: top;
    border-bottom: 1px solid #f0ece8;
    text-align: left;
    width: 110px;
    white-space: nowrap;
}
.cfs-info-table td {
    padding: 7px 0;
    color: #1e3a5c;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #f0ece8;
    vertical-align: top;
    line-height: 1.8;
}
.cfs-info-table tr:last-child th,
.cfs-info-table tr:last-child td {
    border-bottom: none;
}
.cfs-naccs {
    display: inline-block;
    padding: 1px 8px;
    background: rgba(30, 58, 92, 0.07);
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #1e3a5c;
    letter-spacing: 0.08em;
}
.cfs-biko {
    color: #555;
    font-size: 12px;
    font-weight: 500;
}

/* Google Map */
.cfs-map-wrap {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e8e2dc;
}
.cfs-map-frame {
    width: 100%;
    height: 280px;
    display: block;
    border: none;
}

/* yoktrk モーダル */
.cfs-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.cfs-modal.is-open {
    pointer-events: auto;
    opacity: 1;
}
.cfs-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 32, 0.80);
    cursor: pointer;
}
.cfs-modal-box {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    width: min(94vw, 1000px);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.40);
    transform: translateY(12px);
    transition: transform 0.3s ease;
}
.cfs-modal.is-open .cfs-modal-box {
    transform: translateY(0);
}
.cfs-modal-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: linear-gradient(135deg, #2a5c80, #1a3d5c);
    flex-shrink: 0;
}
.cfs-modal-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.06em;
    margin: 0;
}
.cfs-modal-close-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}
.cfs-modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.28);
}
.cfs-modal-img-wrap {
    overflow: auto;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
    background: #f5f5f5;
}
.cfs-modal-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   CFS 詳細ページ専用スタイル  (.cfsd-*)
   /cfs/{slug} のみで使用
   ============================================================ */

/* 詳細外枠 */
.cfsd-wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow:
        0 20px 56px rgba(0, 0, 0, 0.08),
        0  2px 12px rgba(0, 0, 0, 0.04);
    border-top: 3px solid #d4916a;
    margin-bottom: 40px;
}

/* 会社ブロック */
.cfsd-company {
    background: #fdfaf8;
    padding: 28px 28px 32px;
}
.cfsd-company + .cfsd-company {
    border-top: 2px solid rgba(212, 145, 106, 0.30);
}

/* 会社見出し */
.cfsd-company-hd {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.cfsd-company-hd-gem {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #d4916a, #c4622d);
    transform: rotate(45deg);
    border-radius: 1px;
}
.cfsd-company-hd-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #1e3a5c;
    letter-spacing: 0.06em;
    margin: 0;
}
.cfsd-company-hd-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 145, 106, 0.35), transparent);
}

/* 情報 + マップ 2カラムグリッド */
.cfsd-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* 詳細ページのマップは一覧より高め */
.cfsd-body .cfs-map-frame {
    height: 300px;
}

/* トラック入出庫ガイド画像 */
.cfsd-truck-wrap {
    margin-top: 20px;
    grid-column: 1 / -1;
}
.cfsd-truck-hd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #2a5c80;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cfsd-truck-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #e8e2dc;
    border-radius: 5px;
}

/* 一覧に戻るリンク */
.cfsd-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #c4622d;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: opacity 0.2s;
}
.cfsd-back-link:hover {
    opacity: 0.7;
    color: #c4622d;
    text-decoration: none;
}

/* ============================================================
   CFS レスポンシブ（一覧・詳細 共通）
   ============================================================ */
@media screen and (max-width: 860px) {
    .cfs-group {
        flex-direction: column;
    }
    .cfs-region-col {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ede8e2;
        padding: 10px 20px;
        justify-content: flex-start;
    }
    .cfs-panel-body,
    .cfsd-body {
        grid-template-columns: 1fr;
    }
    .cfs-map-frame {
        height: 220px;
    }
    .cfsd-body .cfs-map-frame {
        height: 240px;
    }
}
@media screen and (max-width: 560px) {
    .cfs-item-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 16px;
    }
    .cfs-item-btns {
        justify-content: flex-start;
    }
    .cfs-panel-inner,
    .cfsd-company {
        padding: 18px 16px 22px;
    }
    .cfs-notes {
        padding: 16px 16px;
    }
}