/*====================================================
////id |  header
====================================================*/
.toppage-logo {
    position: fixed;
        top: min(3vw, 50px);
        left: 57px;
    transition: .3s ease-in-out;
    width: min(8vw, 100px);
    z-index: 10;
}
.body_wrapper.global .toppage-logo {
    opacity: 0;
    pointer-events: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .toppage-logo {
        display: none;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    header {
        height: 0;
    }
    .body_wrapper.first header .headerBox {
        backdrop-filter: none;
        background: transparent;
        color: #fff;
    }
    .body_wrapper.first #contents::before {
        background: linear-gradient(to bottom, rgba(22, 22, 22, 1), rgba(22, 22, 22, 0));
/*         background: linear-gradient(to bottom, rgb(63 121 183 / 100%) 0%, rgb(68 117 169 / 44%) 50%, rgb(80 129 182 / 0%) 100%); */
        content: '';
        display: block;
        margin: auto;
        position: fixed;
            top: 0;
            left: 0;
        transition: .2s ease-in-out;
        width: 100%;
        height: 140px;
        z-index: 10;
    }
    .body_wrapper.global #contents::before {
        top: -100px;
        opacity: 0;
    }
    .body_wrapper.first .header-logo {
        opacity: 0;
    }
    .body_wrapper.first header .header-pc_menu .menu a::before {
        border-color: #fff;
    }
    .body_wrapper.first .header-pc_menu-tel .tel {
        color: inherit;
    }
    .body_wrapper.first .header-pc_menu-contact .contactBtn::before,
    .body_wrapper.first .header-pc_menu-contact .contactBtn::after {
        border-color: #fff;
    }
    .body_wrapper.first .header-pc_menu-contact .contactBtn .icon-mail {
        filter: invert(10);
    }
}

@media (hover: hover) {}


/*====================================================
////id |  mv
====================================================*/
.mv-img-item figcaption {
    color: #fff;
    font-size: 10px;
    opacity: .8;
    position: absolute;
        right: 10px;
        bottom: 10px;
}
.mv-head {
    font-size: min(8vw, 40px);
    line-height: 1.3;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .mv-img-item figcaption {
        transform: scale(.8);
        transform-origin: right bottom;
    }
    .mv-inner {
        padding: 0;
    }
    .mv-head {
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
        margin-top: -.8em;
        margin-bottom: .5em;
    }
    .mv-text-en {
        font-size: min(5.4vw, 25px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .mv-inner {
        color: #fff;
        margin: auto;
        padding-top: min(25vw, 375px);
        position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
    }
    .mv-head {
/*         text-shadow: 0 0 10px #000, 0 0 15px #000; */
        text-shadow: 0 0 10px #000;		
        margin-bottom: 1em;
    }
    .mv-text-en {
        font-size: min(5.4vw, 35px);
    }
    .mv-text-en > span {
        color: #fff;
        text-shadow: 0 0 10px #000;			
    }

}

@media (hover: hover) {}

/*====================================================
////id |  about
====================================================*/
.about-wrapper {
    display: grid;
}
.about-head {
    margin-bottom: 1em;
}
.about-catch_copy {
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
}
.about-catch_copy::after {
    background: linear-gradient(to right, #AD0025, #8A1B2C 25%, #008949, rgb(0, 137, 73, 0));
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        left: 0;
        bottom: 0;
    width: 100%;
    height: 2px;
}
.about-img {
    width: calc(var(--innerBox_wide_margin) + min(90%, 1440px));
}
.about-img .coverImg {
    padding-top: 0;
    height: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .about-catch_copy {
        font-size: min(7.4vw, 35px);
        margin-bottom: min(10.5vw, 60px);
    }
    .about-catch_copy::after {
        width: 50%;
    }
    .about-head {
        font-size: min(6.4vw, 30px);
    }
    .about-img {
        height: min(60vw, 300px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .about-wrapper {
        align-items: center;
        grid-template-columns: auto 1fr;
    }
    .about-content {
        margin: 0 0 0 auto;
        width: min(45vw, 580px);
    }
    .about-catch_copy {
        font-size: min(3.8vw, 40px);
    }
    .about-head {
        font-size: 35px;
    }
    .about-img {
        height: min(40vw, 468px);
    }
}

@media (hover: hover) {}

/*====================================================
////id |  feature
====================================================*/
#feature {
    overflow: hidden;
}
.feature-item-wrapper {
    display: grid;
        grid-gap: min(12.5vw, 55px) min(2.5vw, 34px);
    margin: min(12vw, 60px) auto 0;
}
.feature-item-text dt {
    line-height: 1.45;
    text-align: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1080px) {
    .feature-inner {
        padding-bottom: 0;
    }
    .feature-head {
        margin-bottom: 1em;
    }
    .feature-item-wrapper {
        max-width: 700px;
    }
    .feature-item-img .coverImg {
        padding-top: min(53.3%, 320px);
    }
    .feature-item-text dt {
        font-size: min(5.33vw, 22px);
        margin: 1em 0 .8em;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 1080.1px) {
    .feature-inner {
        max-width: 1440px;
    }
    .feature-wrapper {
        display: grid;
            align-items: center;
            grid-gap: min(4vw, 50px);
            grid-template-columns: auto 1fr;
    }
    .feature-head .jp_en {
        font-size: min(5vw, 52px);
    }
    .feature-main_text {
        display: flex;
            justify-content: flex-end;
    }
    .feature-item-wrapper {
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }
    .feature-item-wrapper::before {
        background-color: #F6F6F6;
        content: '';
        display: block;
        margin: auto;
        position: absolute;
            top: 160px;
            left: calc(var(--innerBox_margin) * -1);
        width: calc(100% + (var(--innerBox_margin) * 2));
        height: calc(100% + min(10vw, 100px));
    }
    .feature-item-img .coverImg {
        padding-top: 320px;
    }
    .feature-item-text dt {
        display: flex;
            align-items: center;
            justify-content: center;
        font-size: min(2vw, 22px);
        min-height: 5.45em;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  business
====================================================*/
.business-head {
    margin-bottom: .5em;
}
.business-item-wrapper {
    display: grid;
    margin: min(12.8vw, 90px) auto 0;
}
.business-item-head {
    margin-bottom: .5em;
}
.business-link-wrapper {
    margin-top: min(10.5vw, 90px);
}

.business-other {
    border-top: solid 1px #DBDBDB;
    display: grid;
        grid-gap: 0 min(5vw, 60px);
    padding: min(8vw, 56px) min(2.5vw, 60px);
}
.business-other:last-child {
    border-bottom: solid 1px #DBDBDB;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 1200px) {
    .business-item-wrapper {
        grid-gap: min(10.6vw, 80px);
    }
    .business-item {
        max-width: min(90%, 700px);
    }
    .business-item:nth-child(even) {
        margin: 0 0 0 auto;
    }
    .business-item-img {
        margin-bottom: 30px;
        width: calc(100% + var(--innerBox_margin));
    }
    .business-item:nth-child(odd) .business-item-img {
        margin-left: calc(var(--innerBox_margin) * -1);
    }
    .business-item:nth-child(even) .business-item-img {
        margin-right: calc(var(--innerBox_margin) * -1);
    }

}

@media screen and (max-width: 769px) {
    .business-other {
        grid-template-columns: min(30%, 130px) 1fr;
    }
    .business-other-head {
        font-size: min(4.8vw, 24px);
    }
    .business-other-text-wrapper {
        grid-column: 1 / 3;
        margin-top: .8em;
    }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
    .business-other {
        grid-template-columns: 30% 1fr;
    }
    .business-other-img {
        grid-row: 1 / 3;
    }
    .business-other-head-wrapper {
        display: flex;
            align-items: flex-end;
    }
    .business-other-head {
        margin-bottom: .5em;
    }
    .business-other-text-wrapper {
        grid-column: 2;
        grid-row: 2;
    }
}

@media screen and (min-width: 1200px) {
    .business-item-wrapper {
        grid-gap: min(8vw, 120px);
    }
    .business-item {
        display: flex;
            align-items: center;
            gap: min(5vw, 140px);
    }
    .business-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .business-item-img {
        width: 53%;
    }
    .business-item-text {
        flex: 1;
    }
}
@media screen and (min-width: 1600px) {
    .business-item {
        gap: 140px;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  works
====================================================*/
#works {
    background-color: var(--l_gray);
    overflow: hidden;
}
.works-head {
    margin-bottom: .5em;
}
.works-item-wrapper {
    margin: min(10vw, 40px) calc(min(6.4vw, 18px) * -1) 0;
    width: calc(100% + (min(6.4vw, 18px) * 2));
}
.works-item {
    padding: 0 min(2vw, 10px);
}
.works-item a {
    display: block;
    width: 100%;
}
.works-item-title {
    display: flex;
        justify-content: center;
    font-size: .75em;
    margin-top: .5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    #works .works-swiper {
        margin: 0 auto 0 0;
        width: 110%;
    }
    #works .swiper-scrollbar {
        margin-top: 25px;
        margin-left: min(6.4vw, 18px);
        transform: scaleX(.87);
        transform-origin: left;
    }
    .works-link-wrapper {
        margin-top: min(10vw, 45px);
    }
}

@media screen and (max-width: 800px) {
    #works .works-swiper {
        width: 140%;
    }
    #works .swiper-scrollbar {
        transform: scaleX(.68);
    }
}
@media screen and (max-width: 600px) {
    #works .works-swiper {
        width: 180%;
    }
    #works .swiper-scrollbar {
        transform: scaleX(.52);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
    #works .works-item-wrapper {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #works .swiper-wrapper {
        display: grid;
            grid-gap: 20px min(2vw, 36px);
            grid-template-columns: repeat(3, 1fr);
    }
    #works .swiper-scrollbar {
        display: none;
    }
    .works-item {
        padding: 0;
        width: auto !important;
    }
    .works-item.hidden-pc_w {
        display: none;
    }
    .works-link-wrapper {
        margin-top: 50px;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  flow
====================================================*/
#flow {
    overflow: hidden;
}
.flow-head {
    margin-bottom: .5em;
}
.flow-item-wrapper {
    margin: min(10vw, 70px) calc(min(3vw, 24px) * -1) 0;
    width: calc(100% + (min(3vw, 24px) * 2));
}
#flow .swiper {
    margin: 0 auto 0 0;
    width: 90%;
    overflow: visible;
}
#flow .swiper-scrollbar {
    margin-top: 25px;
    margin-left: min(3vw, 24px);
    transform: scaleX(1.05);
    transform-origin: left;
}
.flow-item {
    padding: 0 min(3vw, 24px);
}
.flow-item-no {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-align: center;
}
.flow-item-img .coverImg {
    padding-top: 100%;
}
.flow-item-text dt {
    display: flex;
        align-items: center;
        justify-content: center;
    font-size: 1.3em;
    line-height: 1.5;
    margin: .7em 0 .4em;
    min-height: 3.5em;
    text-align: center;
}
.flow-item-text dd {
    text-align: justify;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .flow-item-img {
        margin: auto;
        width: 26%;
    }
}
@media screen and (max-width: 600px) {
    #flow .swiper {
        width: 70%;
    }
    #flow .swiper-scrollbar {
        transform: scaleX(1.35);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .flow-item-img {
        margin: auto;
        width: 32%;
    }
}

@media screen and (min-width: 1600px) {
    #flow .swiper {
        width: 100%;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  news
====================================================*/
#news {
    background-color: #F6F6F6;
    overflow: hidden;
}
.archive-item-wrapper {
    position: relative;
}
.archive-item-wrapper::before {
    background-color: #fff;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    margin: auto;
    width: calc(100% + var(--innerBox_margin));
    height: calc(100% + 300px);
}
.news-link-wrapper {
    margin-top: min(12vw, 50px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .news-inner {
        padding-left: min(9.6vw, 50px);
        padding-bottom: min(15vw, 30px);
    }
    .news-head {
        margin-bottom: min(12vw, 50px);
    }
    .archive-item-wrapper {
        padding: .5em 0 0 min(9.6vw, 50px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .news-inner {
        padding-bottom: 20px;
    }
    .news-wrapper {
        display: grid;
            align-items: center;
            grid-gap: min(8vw, 90px);
            grid-template-columns: auto 1fr;
    }
    .archive-item-wrapper {
        padding: calc(min(8vw, 90px) - 2.5em) 0 0 min(8vw, 90px);
    }
}

@media (hover: hover) {}

/*====================================================
////id |  column
====================================================*/
#column {
    overflow: hidden;
}
.column-item-wrapper {
    margin: 0 calc(min(3vw, 10px) * -1);
    width: calc(100% + (min(3vw, 10px) * 2));
}
#column .swiper {
    margin: 0 auto 0 0;
    width: 90%;
    overflow: visible;
}
#column .swiper-scrollbar {
    margin-top: 25px;
    margin-left: min(3vw, 10px);
    transform: scaleX(1.05);
    transform-origin: left;
}
.column-item-link {
    display: block;
    width: 100%;
}
.column-head {
    margin-bottom: 1em;
}
.column-item {
    padding: 0 min(3vw, 10px);
}
.column-item-title {
    margin-top: .8em;
    line-height: 1.5;
}
.column-item-category {
    color: var(--color_5);
    font-size: .85em;
    margin-top: .5em;
}
.column-link-wrapper {
    margin-top: min(10vw, 45px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media screen and (min-width: 1330px) {
    #column .swiper {
        width: 100%;
    }
}


@media (hover: hover) {}

/*====================================================
////id |  company
====================================================*/
.company-img .coverImg {
    padding-top: 0;
    height: 100%;
}
.company-item {
    padding: min(12vw, 60px) 0;
    position: relative;
}
.company-item:first-child:before ,
.company-item::after {
    border-bottom: solid 1px #DBDBDB;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        left: 0;
        bottom: 0;
    width: 100%;
    height: 0;
}
.company-item:first-child:before {
    top: 0;
    bottom: auto;
}
.company-item-link-wrapper {
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
    .company-img {
        margin: 0 calc(var(--innerBox_wide_margin) * -1);
        width: calc(100% + (var(--innerBox_wide_margin)) * 2);
        height: min(53.3vw, 300px);
    }
    .company-item-wrapper {
        margin: 0 auto;
        max-width: 700px;
    }
    .company-item:first-child:before {
        display: none
    }
    .company-item-link-wrapper {
        margin-top: min(10vw, 40px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .company-wrapper {
        display: grid;
            grid-gap: 0;
            grid-template-columns: 1fr 57%;
    }
    .company-img {
        margin-left: calc(var(--innerBox_wide_margin) * -1);
        width: calc(100% + var(--innerBox_wide_margin));
    }
    .company-item {
        padding-left: min(5vw, 140px);
    }
    .company-item:first-child:before ,
    .company-item::after {
        width: calc(100% + var(--innerBox_wide_margin));
    }
    .company-item-link-wrapper {
        margin-top: min(5vw, 60px);
        text-align: right;
    }
}

@media screen and (min-width: 1600px) {
    .company-item {
        padding-left: 140px;
    }
}
@media (hover: hover) {}

/*====================================================
////id |  xxx
====================================================*/
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media (hover: hover) {}
