:root {
    --c-TresNavy: hsl(216 100% 22%);
    --c-TresBlue: hsl(206 100% 32.4%);
    --c-TresLightBlue: hsl(210 76.9% 74.5%);
    --c-TresTypeGray: hsl(15 4.7% 16.9%);
    --c-agent: hsl(50 25% 47.1%);
    --c-sell: var(--c-TresBlue);
    --c-leasing: hsl(0 0% 46.7%);
    --c-consulting: var(--c-TresBlue);
    --c-planting: var(--c-TresBlue);
    --c-TresNavy45: hsla(216 100% 22% / 0.45);
    --c-TresBlue45: hsla(206 100% 32.4% / 0.45);
    --c-grad_3: hsl(209 72.1% 57.8%);
    --c-grad_3_45: hsla(209 72.1% 57.8% / 0.45);
    --c-error: hsl(0 100% 45.1%);
    --c-Black: hsl(0 0% 0%);
    --c-black: hsl(0 0% 20%);
    --c-White: hsl(0 0% 100%);
    --c-white: hsl(0 0% 100%);
    --c-text: hsl(0 0% 20%);
    --c-grayEB: hsl(0 0% 92.2%);
    --c-dummy: hsl(0 0% 85%);
    --c-pink: hsl(300 100% 50%);
    --fvRightW: 72px;
    --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
    --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
    --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
    --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
    --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
    --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
    --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
    --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
    --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
    --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
    --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
    --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
    --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
    --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
    --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

#wrapper header .logo {
    opacity: 0;
    translate: 0 -15px;
}
#wrapper header .nav_switch {
    opacity: 0;
    translate: 15px 0;
}
#wrapper main .fv .fv_carousel .swiper_fv_wrap {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 0;
}
#wrapper main .fv .fv_carousel .swiper-pagination_fv {
    opacity: 0;
    translate: 15px 0;
}
#wrapper main .fv .copyright {
    opacity: 0;
    translate: 15px 0;
}
#wrapper main .scroll_down .container {
    opacity: 0;
    translate: 0 15px;
}

#wrapper.fadeIn header .logo {
    -webkit-transition: opacity 0.6s 1.4s, translate 0.6s var(--easeOutQuart) 1.4s;
    transition: opacity 0.6s 1.4s, translate 0.6s var(--easeOutQuart) 1.4s;
    opacity: 1;
    translate: 0 0;
}
@media screen and (max-width: 839px) {
    #wrapper.fadeIn header .logo {
        -webkit-transition-delay: 0.9s;
                transition-delay: 0.9s;
    }
}
#wrapper.fadeIn header .nav_switch {
    -webkit-transition: opacity 0.6s 0.8s, translate 0.6s var(--easeOutQuart) 0.8s;
    transition: opacity 0.6s 0.8s, translate 0.6s var(--easeOutQuart) 0.8s;
    opacity: 1;
    translate: 0 0;
}
@media screen and (max-width: 839px) {
    #wrapper.fadeIn header .nav_switch {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }
}
#wrapper.fadeIn main .fv .fv_carousel .swiper_fv_wrap {
    -webkit-transition: opacity 1s 0.05s, clip-path 1s var(--easeOutQuart);
    transition: opacity 1s 0.05s, clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
}
#wrapper.fadeIn main .fv .fv_carousel .swiper-pagination_fv {
    -webkit-transition: opacity 0.6s 1.2s, translate 0.6s var(--easeOutQuart) 1.2s;
    transition: opacity 0.6s 1.2s, translate 0.6s var(--easeOutQuart) 1.2s;
    opacity: 1;
    translate: 0 0;
}
#wrapper.fadeIn main .fv .copyright {
    -webkit-transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    opacity: 1;
    translate: 0 0;
}
#wrapper.fadeIn main .scroll_down .container {
    -webkit-transition: opacity 0.6s 1.4s, translate 0.6s var(--easeOutQuart) 1.4s;
    transition: opacity 0.6s 1.4s, translate 0.6s var(--easeOutQuart) 1.4s;
    opacity: 1;
    translate: 0 0;
}

main {
    position: relative;
}
main .fv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 839px) {
    main .fv {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-top: 60px;
    }
}
main .fv .fv_carousel {
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    padding: 40px 0;
    width: calc(100vw - var(--fvRightW));
    height: 100vh;
    height: 100svh;
    position: relative;
}
@media screen and (max-width: 839px) {
    main .fv .fv_carousel {
        padding: 6vw 6vw 6vw 0;
        width: 100vw;
        height: calc(100vh - 60px);
        height: calc(100svh - 60px);
    }
}
main .fv .fv_carousel .swiper_fv_wrap {
    width: 100%;
    height: 100%;
}
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv {
    width: 100%;
    height: 100%;
}
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo,
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo_mb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo img,
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo_mb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 839px) {
    main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo {
        display: none;
    }
}
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide .photo_mb {
        display: block;
    }
}
main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide-on .photo img {
    -webkit-animation: photoAnimation 8s linear 0s 1 normal both;
            animation: photoAnimation 8s linear 0s 1 normal both;
}
@media screen and (max-width: 839px) {
    main .fv .fv_carousel .swiper_fv_wrap .swiper_fv .swiper-wrapper .swiper-slide-on .photo_mb img {
        -webkit-animation: photoAnimation 8s linear 0s 1 normal both;
                animation: photoAnimation 8s linear 0s 1 normal both;
    }
}
main .fv .fv_carousel .swiper-pagination_fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: var(--fvRightW);
    position: absolute;
    left: 100%;
    top: auto;
    right: auto;
    bottom: 30px;
    z-index: 1;
}
@media screen and (max-width: 839px) {
    main .fv .fv_carousel .swiper-pagination_fv {
        display: none;
    }
}
main .fv .fv_carousel .swiper-pagination_fv span.swiper-pagination-bullet {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 10px;
    width: 28px;
    height: 28px;
    background: transparent;
    border-radius: 0;
}
main .fv .fv_carousel .swiper-pagination_fv span.swiper-pagination-bullet::before {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--c-white);
}
@media screen and (min-width: 1023px) {
    main .fv .fv_carousel .swiper-pagination_fv span.swiper-pagination-bullet:hover::before {
        background: var(--c-white);
    }
}
main .fv .fv_carousel .swiper-pagination_fv span.swiper-pagination-bullet-active {
    opacity: 1;
}
main .fv .fv_carousel .swiper-pagination_fv span.swiper-pagination-bullet-active::before {
    background: var(--c-white);
}
@-webkit-keyframes photoAnimation {
    0% {
        -webkit-transform: scale(1.3) rotate(0.1deg);
                transform: scale(1.3) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1.01) rotate(0.1deg);
                transform: scale(1.01) rotate(0.1deg);
    }
}
@keyframes photoAnimation {
    0% {
        -webkit-transform: scale(1.3) rotate(0.1deg);
                transform: scale(1.3) rotate(0.1deg);
    }
    100% {
        -webkit-transform: scale(1.01) rotate(0.1deg);
                transform: scale(1.01) rotate(0.1deg);
    }
}
main .fv .copyright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 839px) {
    main .fv .copyright {
        display: none;
    }
}
main .fv .copyright .text {
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
}
main .fv .copyright .text span {
    font-weight: 500;
}
main .scroll_down {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
@media screen and (max-width: 839px) {
    main .scroll_down {
        left: 17px;
    }
}
main .scroll_down .container {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 31px;
}
main .scroll_down .container .text {
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
}
main .scroll_down .container .text span {
    font-weight: 500;
}
@media screen and (max-width: 1139px) {
    main .scroll_down .container .text {
        font-size: 10.5px;
    }
}
@media screen and (max-width: 639px) {
    main .scroll_down .container .text {
        font-size: 10px;
    }
}
main .scroll_down .container .motion {
    margin-top: 15px;
    width: 100%;
    height: 110px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .scroll_down .container .motion {
        margin-top: 12px;
        height: 82px;
    }
}
@media screen and (max-width: 839px) {
    main .scroll_down .container .motion {
        margin-top: 10px;
        height: 54px;
    }
}
main .scroll_down .container .motion .motion_container {
    overflow: hidden;
    position: absolute;
    inset: 0;
}
main .scroll_down .container .motion .motion_container .motion_line {
    margin-left: 15px;
    width: 1px;
    height: 100%;
    background-color: var(--c-white);
}
main .scroll_down .container.start .motion .motion_container {
    -webkit-animation: scrollAnimation 3.5s 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
            animation: scrollAnimation 3.5s 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
main .scroll_down.on {
    opacity: 1;
    pointer-events: auto;
}
main .scroll.duration05 {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@-webkit-keyframes scrollAnimation {
    0% {
        top: 0%;
        bottom: 0%;
    }
    25% {
        top: 100%;
        bottom: 0%;
    }
    26% {
        top: 0%;
        bottom: 100%;
    }
    50% {
        top: 0%;
        bottom: 0%;
    }
}
@keyframes scrollAnimation {
    0% {
        top: 0%;
        bottom: 0%;
    }
    25% {
        top: 100%;
        bottom: 0%;
    }
    26% {
        top: 0%;
        bottom: 100%;
    }
    50% {
        top: 0%;
        bottom: 0%;
    }
}
main section .section_top .section_title .line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5px;
    -ms-flex-line-pack: center;
        align-content: center;
}
main section .section_top .section_title .line span {
    width: 100%;
    height: 1.5px;
    background-color: var(--c-TresNavy);
}
main section .section_top .section_title .title_en h2 {
    margin-right: -0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
}
main section .section_top .section_title .title_en h2 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section .section_top .section_title .title_en h2 {
        font-size: 49px;
    }
}
@media screen and (max-width: 639px) {
    main section .section_top .section_title .title_en h2 {
        font-size: 38px;
    }
}
main section .section_top .section_title .title_jp {
    margin-top: 20px;
}
main section .section_top .section_title .title_jp h4 {
    padding-left: 0.08em;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--c-TresNavy);
}
main section .section_top .section_title .title_jp h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section .section_top .section_title .title_jp h4 {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    main section .section_top .section_title .title_jp h4 {
        font-size: 16px;
    }
}
main section .section_top.fadeElem .section_title .lineL span {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main section .section_top.fadeElem .section_title .lineR span {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section .section_top.fadeElem .section_title .title_en {
    opacity: 0;
    translate: 0 20px;
}
main section .section_top.fadeElem .section_title .title_jp {
    opacity: 0;
    translate: 0 20px;
}
main section .section_top.fadeIn .section_title .line span {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main section .section_top.fadeIn .section_title .title_en {
    -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
    transition: opacity 1s, translate 1s var(--easeOutQuart);
    opacity: 1;
    translate: 0 0;
}
main section .section_top.fadeIn .section_title .title_jp {
    -webkit-transition: opacity 1s 0.4s, translate 1s var(--easeOutQuart) 0.4s;
    transition: opacity 1s 0.4s, translate 1s var(--easeOutQuart) 0.4s;
    opacity: 1;
    translate: 0 0;
}
main section .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 174px;
    height: 40px;
    position: relative;
}
main section .btn a::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border: 1px solid var(--c-TresNavy);
    background-color: transparent;
    position: absolute;
    inset: 0;
}
main section .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
    position: relative;
}
main section .btn a .text span {
    font-weight: 700;
}
main section .btn a .arrow {
    -webkit-transition: translate 0.3s var(--easeOutQuart);
    transition: translate 0.3s var(--easeOutQuart);
    position: absolute;
    right: 12px;
    top: 50%;
    translate: 0 -50%;
}
main section .btn a .arrow svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke: var(--c-TresNavy);
    stroke-width: 1px;
}
@media screen and (min-width: 1023px) {
    main section .btn a:hover::before {
        background-color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main section .btn a:hover .text {
        color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    main section .btn a:hover .arrow {
        translate: 3px -50%;
    }
}
@media screen and (min-width: 1023px) {
    main section .btn a:hover .arrow svg {
        stroke: var(--c-white);
    }
}
main section .btn.btn_white a::before {
    border: 1px solid var(--c-white);
}
main section .btn.btn_white a .text {
    color: var(--c-white);
}
main section .btn.btn_white a .arrow svg {
    stroke: var(--c-white);
}
@media screen and (min-width: 1023px) {
    main section .btn.btn_white a:hover::before {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    main section .btn.btn_white a:hover .text {
        color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main section .btn.btn_white a:hover .arrow svg {
        stroke: var(--c-TresNavy);
    }
}
main section.section_about {
    margin-top: 50px;
    padding-top: 100px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_about {
        margin-top: 40px;
        padding-top: 75px;
        width: 88vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about {
        margin-top: 30px;
        padding-top: 50px;
        width: 100vw;
    }
}
main section.section_about .bg_shape {
    -webkit-transform: opacity 0.5s;
            transform: opacity 0.5s;
    pointer-events: none;
    position: absolute;
    inset: 0;
}
@media screen and (max-width: 639px) {
    main section.section_about .bg_shape {
        display: none;
    }
}
main section.section_about .bg_shape .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    inset: 0;
    opacity: 0.1;
}
main section.section_about .bg_shape .container svg {
    fill: var(--c-TresBlue);
}
main section.section_about .bg_shape.hide {
    opacity: 0;
}
main section.section_about .section_top .section_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px auto 40px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .section_top .section_title {
        -webkit-column-gap: 28px;
           -moz-column-gap: 28px;
                column-gap: 28px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .section_title {
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
    }
}
main section.section_about .section_top .section_title .title_en h2 {
    font-size: 52px;
    padding-left: 0.14em;
}
@media screen and (max-width: 1139px) {
    main section.section_about .section_top .section_title .title_en h2 {
        font-size: 43px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .section_title .title_en h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .section_top .section_title .title_en h2 span.h2_pc {
        display: none;
    }
}
main section.section_about .section_top .section_title .h2_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_about .section_top .section_title .h2_mb {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        display: block;
        margin-top: 0.3em;
        font-family: "Red Hat Display", sans-serif;
        font-size: 34px;
        line-height: 1em;
        letter-spacing: 0.14em;
        font-weight: 700;
        color: var(--c-white);
        text-align: center;
    }
    main section.section_about .section_top .section_title .h2_mb span {
        font-weight: 700;
    }
}
main section.section_about .section_top .section_title .title_jp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
}
main section.section_about .section_top .section_title .title_jp h4 {
    text-align: center;
}
main section.section_about .section_top .lead {
    padding-top: 60px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .section_top .lead {
        padding-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .lead {
        padding-top: 50px;
        padding-left: 6vw;
        padding-right: 6vw;
    }
}
main section.section_about .section_top .lead p {
    margin-block: calc((1em - 1lh) / 2);
    margin-right: -0.15em;
    font-size: 18px;
    line-height: 2.2em;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: var(--c-white);
    text-align: center;
}
main section.section_about .section_top .lead p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_about .section_top .lead p {
        font-size: 17px;
        line-height: 2.1em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .lead p {
        font-size: 16px;
        line-height: 2em;
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .lead p br {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .lead p br.br_mobile {
        display: block;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .lead p span.b {
        display: inline;
    }
}
main section.section_about .section_top .btn {
    margin-top: 60px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .section_top .btn {
        margin-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .section_top .btn {
        margin-top: 50px;
    }
}
main section.section_about .section_top .btn a {
    margin-inline: auto;
}
main section.section_about .section_top.fadeElem .h2_mb {
    opacity: 0;
    translate: 0 20px;
}
main section.section_about .section_top.fadeElem .lead {
    opacity: 0;
    translate: 0 20px;
}
main section.section_about .section_top.fadeElem .btn {
    opacity: 0;
    translate: 0 20px;
}
main section.section_about .section_top.fadeIn .h2_mb {
    -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
    transition: opacity 1s, translate 1s var(--easeOutQuart);
    opacity: 1;
    translate: 0 0;
}
main section.section_about .section_top.fadeIn .lead {
    -webkit-transition: opacity 1s 0.8s, translate 1s var(--easeOutQuart) 0.8s;
    transition: opacity 1s 0.8s, translate 1s var(--easeOutQuart) 0.8s;
    opacity: 1;
    translate: 0 0;
}
main section.section_about .section_top.fadeIn .btn {
    -webkit-transition: opacity 1s 1.2s, translate 1s var(--easeOutQuart) 1.2s;
    transition: opacity 1s 1.2s, translate 1s var(--easeOutQuart) 1.2s;
    opacity: 1;
    translate: 0 0;
}
main section.section_about .sub_section .sub_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px auto 25px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section .sub_title {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .sub_section .sub_title {
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
    }
}
main section.section_about .sub_section .sub_title .line {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 1px;
    background-color: var(--c-white);
}
main section.section_about .sub_section .sub_title h3 {
    padding-left: 0.12em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--c-white);
    translate: 0 0.05em;
}
main section.section_about .sub_section .sub_title h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section .sub_title h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .sub_section .sub_title h3 {
        font-size: 22px;
    }
}
main section.section_about .sub_section .sub_title.fadeElem .lineL {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main section.section_about .sub_section .sub_title.fadeElem .lineR {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section.section_about .sub_section .sub_title.fadeIn .line {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main section.section_about .sub_section .content {
    margin-top: 60px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section .content {
        margin-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .sub_section .content {
        margin-top: 50px;
    }
}
main section.section_about .sub_section.group_company {
    margin-top: 120px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.group_company {
        margin-top: 90px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_about .sub_section.group_company {
        margin-top: 60px;
    }
}
main section.section_about .sub_section.group_company .content {
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content {
        margin-inline: 6vw;
        padding: 40px 30px;
    }
}
main section.section_about .sub_section.group_company .content::before {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content::before {
        content: "";
        display: inline-block;
        background-color: var(--c-white);
        position: absolute;
        inset: 0;
    }
}
main section.section_about .sub_section.group_company .content .group_company_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 240px;
    grid-template-rows: 240px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
main section.section_about .sub_section.group_company .content .group_company_ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
main section.section_about .sub_section.group_company .content .group_company_ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.group_company .content .group_company_ul {
        -webkit-column-gap: 3vw;
           -moz-column-gap: 3vw;
                column-gap: 3vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        row-gap: 30px;
    }
    main section.section_about .sub_section.group_company .content .group_company_ul > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}
main section.section_about .sub_section.group_company .content .group_company_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
main section.section_about .sub_section.group_company .content .group_company_ul li::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li::before {
        display: none;
    }
}
main section.section_about .sub_section.group_company .content .group_company_ul li img {
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.tres_arrows img {
        height: 54px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.tres_arrows img {
        height: 48px;
    }
}
main section.section_about .sub_section.group_company .content .group_company_ul li.tres_development {
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.tres_development {
        padding-top: 30px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.tres_development::before {
        display: inline-block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        background-position: left top;
        background-repeat: repeat-x;
    }
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.tres_development img {
        height: 54px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.tres_development img {
        height: 48px;
    }
}
main section.section_about .sub_section.group_company .content .group_company_ul li.fadeElem {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.fadeElem {
        clip-path: none;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.fadeElem::before {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.fadeElem img {
        opacity: 0;
        translate: 0 20px;
    }
}
main section.section_about .sub_section.group_company .content .group_company_ul li.fadeIn {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.fadeIn {
        clip-path: none;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.fadeIn::before {
        -webkit-transition: clip-path 1s var(--easeOutQuart);
        transition: clip-path 1s var(--easeOutQuart);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content .group_company_ul li.fadeIn img {
        -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
        transition: opacity 1s, translate 1s var(--easeOutQuart);
        opacity: 1;
        translate: 0 0;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content.fadeElem::before {
        opacity: 0;
        translate: 0 20px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.group_company .content.fadeIn::before {
        -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
        transition: opacity 1s, translate 1s var(--easeOutQuart);
        opacity: 1;
        translate: 0 0;
    }
}
main section.section_about .sub_section.alliance_company {
    margin-top: 100px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company {
        margin-top: 80px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company {
        margin-top: 60px;
    }
}
main section.section_about .sub_section.alliance_company .content {
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content {
        margin-inline: 6vw;
        padding: 40px 30px;
    }
}
main section.section_about .sub_section.alliance_company .content::before {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content::before {
        content: "";
        display: inline-block;
        background-color: var(--c-white);
        position: absolute;
        inset: 0;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 240px 40px 180px;
    grid-template-rows: 240px 180px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul {
        -webkit-column-gap: 3vw;
           -moz-column-gap: 3vw;
                column-gap: 3vw;
        row-gap: 3vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        row-gap: 30px;
    }
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li {
        padding-top: 30px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li::before {
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        background-position: left top;
        background-repeat: repeat-x;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li img {
    position: relative;
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(1) {
        grid-column: auto;
        padding-top: 0;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(1)::before {
        display: none;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(1) img {
    width: 78px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(1) img {
        width: 70.2px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(1) img {
        width: 62.4px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(2) {
        grid-column: auto;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(2) img {
    width: 151px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(2) img {
        width: 135.9px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(2) img {
        width: 120.8px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(3) {
        grid-column: auto;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(3) img {
    width: 145px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(3) img {
        width: 130.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(3) img {
        width: 116px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(4) {
        grid-column: auto;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(4) img {
    width: 258px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(4) img {
        width: 232.2px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(4) img {
        width: 206.4px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(5) {
        grid-column: auto;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(5) img {
    width: 323px;
}
@media screen and (max-width: 1139px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(5) img {
        width: 290.7px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li:nth-of-type(5) img {
        width: 258.4px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeElem {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeElem {
        clip-path: none;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeElem::before {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeElem img {
        opacity: 0;
        translate: 0 20px;
    }
}
main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeIn {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeIn {
        clip-path: none;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeIn::before {
        -webkit-transition: clip-path 1s var(--easeOutQuart);
        transition: clip-path 1s var(--easeOutQuart);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content .alliance_company_ul li.fadeIn img {
        -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
        transition: opacity 1s, translate 1s var(--easeOutQuart);
        opacity: 1;
        translate: 0 0;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content.fadeElem::before {
        opacity: 0;
        translate: 0 20px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_about .sub_section.alliance_company .content.fadeIn::before {
        -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
        transition: opacity 1s, translate 1s var(--easeOutQuart);
        opacity: 1;
        translate: 0 0;
    }
}
main section.section_service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    margin-top: 150px;
    padding-top: 100px;
    margin-inline: auto;
    width: 1440px;
}
@media screen and (max-width: 1339px) {
    main section.section_service {
        width: 88vw;
    }
}
@media screen and (max-width: 1139px) {
    main section.section_service {
        margin-top: 120px;
        padding-top: 70px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_service {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 90px;
        padding-top: 40px;
        width: 100vw;
    }
}
main section.section_service .section_top .section_title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-left: 80px;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 839px) {
    main section.section_service .section_top .section_title {
        grid-column: auto;
        grid-row: auto;
        -ms-grid-columns: 1fr 16px auto 16px 1fr;
        grid-template-columns: 1fr auto 1fr;
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
        margin-left: 0;
        margin-top: 0;
    }
}
main section.section_service .section_top .section_title .line.lineL {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_service .section_top .section_title .line.lineL {
        display: -ms-grid;
        display: grid;
    }
}
@media screen and (max-width: 839px) {
    main section.section_service .section_top .section_title .title_jp {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }
}
@media screen and (max-width: 839px) {
    main section.section_service .section_top .section_title .title_jp h4 {
        text-align: center;
    }
}
main section.section_service .photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 760px;
    height: 570px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1339px) {
    main section.section_service .photo {
        width: 35vw;
        height: 26.25vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_service .photo {
        grid-column: auto;
        grid-row: auto;
        margin-top: 90px;
        width: 60vw;
        height: 45vw;
    }
}
@media screen and (max-width: 439px) {
    main section.section_service .photo {
        width: 77vw;
        height: 57.75vw;
    }
}
main section.section_service .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
main section.section_service .content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: start;
        justify-self: start;
    margin-top: 100px;
    padding: 75px 95px 75px 50px;
    position: relative;
}
@media screen and (max-width: 1339px) {
    main section.section_service .content {
        margin-top: 80px;
        padding: 55px 75px 55px 30px;
    }
}
@media screen and (max-width: 1139px) {
    main section.section_service .content {
        margin-top: 60px;
        padding: 40px 60px 40px 30px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_service .content {
        grid-column: auto;
        grid-row: auto;
        margin-left: 14vw;
        margin-top: -80px;
        padding: 40px;
    }
}
main section.section_service .content .bg_shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: multiply;
    overflow: hidden;
}
main section.section_service .content .bg_shape img {
    rotate: -45deg;
}
main section.section_service .content .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main section.section_service .content .bg_shape {
    position: absolute;
    left: -540px;
    right: 320px;
    top: -10px;
    bottom: -100px;
}
@media screen and (max-width: 839px) {
    main section.section_service .content .bg_shape {
        left: -14vw;
        right: 13vw;
        top: -80px;
        bottom: calc(100% - 100px);
    }
}
main section.section_service .content .bg {
    background-color: var(--c-black);
    position: absolute;
    left: -80px;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    z-index: 3;
}
@media screen and (max-width: 839px) {
    main section.section_service .content .bg {
        left: 0;
    }
}
main section.section_service .content .lead {
    width: 430px;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 1139px) {
    main section.section_service .content .lead {
        width: 40vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_service .content .lead {
        width: auto;
    }
}
main section.section_service .content .lead p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0em;
    font-weight: 400;
    color: var(--c-white);
    text-align: justify;
}
main section.section_service .content .lead p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_service .content .lead p {
        font-size: 15.5px;
        line-height: 2em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_service .content .lead p {
        font-size: 15px;
    }
}
main section.section_service .content .btn {
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 1139px) {
    main section.section_service .content .btn {
        margin-top: 50px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_service .content .btn {
        margin-top: 40px;
    }
}
main section.section_case_study {
    margin-top: 280px;
    padding-top: 100px;
    width: 100vw;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study {
        margin-top: 190px;
        padding-top: 70px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study {
        margin-top: 40px;
        padding-top: 40px;
    }
}
main section.section_case_study .section_top .section_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px auto 40px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-inline: auto;
    width: 1000px;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .section_top .section_title {
        -webkit-column-gap: 28px;
           -moz-column-gap: 28px;
                column-gap: 28px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .section_top .section_title {
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
        width: 100vw;
    }
}
main section.section_case_study .section_top .section_title .title_en h2 {
    margin-right: -0.14em;
}
main section.section_case_study .section_top .section_title .title_jp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
}
main section.section_case_study .section_top .section_title .title_jp h4 {
    text-align: center;
}
main section.section_case_study .case_study_carousel {
    margin-top: 60px;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel {
        margin-top: 50px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel {
        margin-top: 40px;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 560px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap {
        height: 49.28vw;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study {
    width: 5200px;
    height: 560px;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
    z-index: auto;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study {
        width: calc(440vw + 200px);
        height: 49.28vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study {
        width: 100%;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide {
    width: 1000px;
    height: 100%;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide {
        width: 88vw;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a .frame {
    padding: 15px;
    width: 100%;
    height: 100%;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a .frame {
        padding: 10px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a .frame {
        padding: 5px;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a .frame::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a .frame .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a .frame .photo img {
    -webkit-transition: scale 0.5s var(--easeOutQuart);
    transition: scale 0.5s var(--easeOutQuart);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (min-width: 1023px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide a:hover .frame .photo img {
        scale: 1.05;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 252px;
    translate: 0 -50%;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button {
        width: 39px;
        height: 39px;
        top: 24.64vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button {
        width: 28px;
        height: 28px;
        top: 24.64vw;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: var(--c-TresNavy);
    position: absolute;
    inset: 0;
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke-width: 1px;
    stroke: var(--c-white);
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button svg.svg_pc {
        display: none;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button svg.svg_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button svg.svg_mb {
        display: block;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-prev_case_study {
    right: calc(50% + 500px + 32px);
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-prev_case_study {
        right: calc(50% + 44vw - 28px);
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-prev_case_study {
        right: calc(50% + 44vw - 14px);
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-prev_case_study svg {
    translate: -1px 0;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-prev_case_study svg {
        translate: 0 0;
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-next_case_study {
    left: calc(50% + 500px + 32px);
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-next_case_study {
        left: calc(50% + 44vw - 28px);
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-next_case_study {
        left: calc(50% + 44vw - 14px);
    }
}
main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-next_case_study svg {
    translate: 1px 0;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button-next_case_study svg {
        translate: 0 0;
    }
}
@media screen and (min-width: 1023px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button:hover::before {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    main section.section_case_study .case_study_carousel .swiper_wrap .swiper-button:hover svg {
        stroke: var(--c-TresNavy);
    }
}
main section.section_case_study .case_study_carousel .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: calc(50% - 500px + 45px);
    top: -17px;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .number {
        left: calc(50% - 44vw + 45px);
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .number {
        display: none;
    }
}
main section.section_case_study .case_study_carousel .number .bg {
    mix-blend-mode: multiply;
    position: absolute;
    inset: 0;
}
main section.section_case_study .case_study_carousel .number .bg::before {
    content: "";
    display: inline-block;
    background-color: var(--c-TresBlue);
    position: absolute;
    inset: 0;
}
main section.section_case_study .case_study_carousel .number .container {
    position: relative;
}
main section.section_case_study .case_study_carousel .number .container .title {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.1em;
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
}
main section.section_case_study .case_study_carousel .number .container .title span {
    font-weight: 500;
}
main section.section_case_study .case_study_carousel .number .container .title.hide {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}
main section.section_case_study .case_study_carousel .number .container .num {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
    margin-top: 6px;
    padding-left: 0.1em;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
}
main section.section_case_study .case_study_carousel .number .container .num span {
    font-weight: 500;
}
main section.section_case_study .case_study_carousel .number .container .num.hide {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}
main section.section_case_study .case_study_carousel .information {
    margin-top: 30px;
    margin-inline: auto;
    width: 1000px;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .information {
        margin-top: 25px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information {
        margin-top: 20px;
        width: 88vw;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}
main section.section_case_study .case_study_carousel .information .information_ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
main section.section_case_study .case_study_carousel .information .information_ul li {
    opacity: 0;
    pointer-events: none;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 20px 1fr;
    grid-template-columns: 180px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    width: 587px;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 30px;
        width: 100%;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .title {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-right: 20px;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .title span {
    font-weight: 400;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .title {
        margin-right: 0;
        width: 74px;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .content {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    margin-block: calc((1em - 1lh) / 2);
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .content span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .content {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info .content {
        font-size: 15px;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info::after {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    content: "";
    display: inline-block;
    margin-top: 6px;
    width: 100%;
    height: 1px;
    background-color: var(--c-black);
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info.info_title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info.info_title {
        grid-column: auto;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info.info_title .content a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 600;
}
main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info.info_title .content a span {
    font-weight: 600;
}
@media screen and (min-width: 1023px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .info_wrap .info.info_title .content a:hover {
        color: var(--c-TresBlue);
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .category {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -ms-grid-column-align: end;
        justify-self: end;
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .category {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column-align: start;
            justify-self: start;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .category .item {
    padding: 10px 15px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .category .item {
        padding: 10px 12px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .category .item {
        padding: 10px 10px;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li .category .item::before {
    content: "";
    display: inline-block;
    background-color: var(--c-TresBlue);
    position: absolute;
    inset: 0;
}
main section.section_case_study .case_study_carousel .information .information_ul li .category .item .text {
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.05em;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--c-white);
    text-align: center;
    position: relative;
}
main section.section_case_study .case_study_carousel .information .information_ul li .category .item .text span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .category .item .text {
        font-size: 13.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_case_study .case_study_carousel .information .information_ul li .category .item .text {
        font-size: 13px;
    }
}
main section.section_case_study .case_study_carousel .information .information_ul li.active {
    opacity: 1;
    pointer-events: auto;
}
main section.section_case_study .case_study_carousel .information .information_ul.hide li .info_wrap .info .content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}
main section.section_case_study .case_study_carousel .information .information_ul.hide li .category {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}
main section.section_case_study .case_study_carousel.fadeElem .swiper_wrap .swiper_case_study {
    opacity: 0;
    translate: calc(-50% + 2000px) 0;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel.fadeElem .swiper_wrap .swiper_case_study {
        translate: calc(-50% + 88vw) 0;
    }
}
@media screen and (max-width: 639px) {
    main section.section_case_study .case_study_carousel.fadeElem .swiper_wrap .swiper_case_study {
        translate: calc(-50% + 44vw) 0;
    }
}
main section.section_case_study .case_study_carousel.fadeElem .swiper_wrap .swiper-button {
    opacity: 0;
}
main section.section_case_study .case_study_carousel.fadeElem .number .bg::before {
    opacity: 0;
    translate: 0 30px;
}
main section.section_case_study .case_study_carousel.fadeElem .number .container {
    opacity: 0;
    translate: 0 30px;
}
main section.section_case_study .case_study_carousel.fadeElem .information {
    opacity: 0;
    translate: 0 30px;
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study {
    -webkit-transition: opacity 2s 0.5s, translate 2s var(--easeOutQuart) 0.5s;
    transition: opacity 2s 0.5s, translate 2s var(--easeOutQuart) 0.5s;
    opacity: 1;
    translate: calc(-50% + 0px) 0;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study {
        -webkit-transition: opacity 1s 0.5s, translate 1s var(--easeOutQuart) 0.5s;
        transition: opacity 1s 0.5s, translate 1s var(--easeOutQuart) 0.5s;
    }
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide {
    -webkit-transition: padding 0.5s var(--easeOutQuart) 1.5s, width 0.5s var(--easeOutQuart) 1.5s, scale 1s var(--easeOutQuart) 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    transition: padding 0.5s var(--easeOutQuart) 1.5s, width 0.5s var(--easeOutQuart) 1.5s, scale 1s var(--easeOutQuart) 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    scale: 0.9;
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide.setTransition {
    -webkit-transition: scale 0.5s var(--easeOutQuart), translate 0.5s var(--easeOutQuart);
    transition: scale 0.5s var(--easeOutQuart), translate 0.5s var(--easeOutQuart);
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide-prev {
    translate: 5% -5%;
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide-next {
    translate: -5% -5%;
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper_case_study .swiper-wrapper .swiper-slide-active {
    scale: 1;
    translate: 0 0;
}
main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper-button {
    -webkit-transition: opacity 1s 1.5s;
    transition: opacity 1s 1.5s;
    opacity: 1;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel.fadeIn .swiper_wrap .swiper-button {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }
}
main section.section_case_study .case_study_carousel.fadeIn .number .bg::before {
    -webkit-transition: opacity 1s 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    transition: opacity 1s 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    opacity: 1;
    translate: 0 0;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel.fadeIn .number .bg::before {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }
}
main section.section_case_study .case_study_carousel.fadeIn .number .container {
    -webkit-transition: opacity 1s 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    transition: opacity 1s 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    opacity: 1;
    translate: 0 0;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel.fadeIn .number .container {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }
}
main section.section_case_study .case_study_carousel.fadeIn .information {
    -webkit-transition: opacity 1s 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    transition: opacity 1s 1.5s, translate 1s var(--easeOutQuart) 1.5s;
    opacity: 1;
    translate: 0 0;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .case_study_carousel.fadeIn .information {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }
}
main section.section_case_study .case_study_carousel .number .bg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.85;
}
main section.section_case_study .case_study_carousel .number .bg.hide {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0;
}
main section.section_case_study .btn {
    margin-top: 60px;
}
@media screen and (max-width: 1139px) {
    main section.section_case_study .btn {
        margin-top: 50px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_case_study .btn {
        margin-top: 40px;
    }
}
main section.section_case_study .btn a {
    margin-inline: auto;
}
main section.section_news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 630fr 810fr;
    grid-template-columns: 630fr 810fr;
    margin-top: 50px;
    padding-top: 100px;
    margin-inline: auto;
    width: 1440px;
}
@media screen and (max-width: 1339px) {
    main section.section_news {
        width: 88vw;
    }
}
@media screen and (max-width: 1139px) {
    main section.section_news {
        margin-top: 20px;
        padding-top: 70px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 40px;
        padding-top: 40px;
        width: 100vw;
    }
}
main section.section_news .section_top .section_title {
    -ms-grid-row-align: start;
        align-self: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-top: 40px;
    margin-right: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_news .section_top .section_title {
        -webkit-column-gap: 38px;
           -moz-column-gap: 38px;
                column-gap: 38px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .section_top .section_title {
        -ms-grid-columns: 1fr 16px auto 16px 1fr;
        grid-template-columns: 1fr auto 1fr;
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
        margin-top: 0;
        margin-right: 0;
    }
}
main section.section_news .section_top .section_title .line.lineR {
    display: none;
}
@media screen and (max-width: 639px) {
    main section.section_news .section_top .section_title .line.lineR {
        display: -ms-grid;
        display: grid;
    }
}
main section.section_news .section_top .section_title .title_jp {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: center;
}
@media screen and (max-width: 639px) {
    main section.section_news .section_top .section_title .title_jp {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }
}
main section.section_news .photo_1 {
    width: 540px;
    height: 240px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1339px) {
    main section.section_news .photo_1 {
        width: 40vw;
        height: 17.7777777778vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .photo_1 {
        margin-top: 50px;
        width: 72vw;
        height: 32vw;
    }
}
main section.section_news .photo_1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
main section.section_news .content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: -40px;
    margin-inline: auto;
    padding: 100px;
    width: 1100px;
    position: relative;
}
@media screen and (max-width: 1339px) {
    main section.section_news .content {
        margin-top: 0;
        padding: 60px;
        width: 88vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .content {
        grid-column: auto;
        margin-top: -50px;
        padding: 110px 5vw;
        width: 88vw;
    }
}
main section.section_news .content .bg_shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: multiply;
    overflow: hidden;
}
main section.section_news .content .bg_shape img {
    rotate: -45deg;
}
main section.section_news .content .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main section.section_news .content .bg_shape {
    position: absolute;
    left: 100px;
    right: -170px;
    top: 50%;
    bottom: -60px;
}
@media screen and (max-width: 639px) {
    main section.section_news .content .bg_shape {
        left: -6vw;
        right: 5vw;
        top: calc(100% - 150px);
        bottom: -40px;
    }
}
main section.section_news .content .bg {
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main section.section_news .content .news_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-left: 20px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_news .content .news_ul {
        row-gap: 35px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .content .news_ul {
        row-gap: 30px;
    }
}
main section.section_news .content .news_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
}
main section.section_news .content .news_ul li .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    color: var(--c-black);
}
@media screen and (max-width: 1139px) {
    main section.section_news .content .news_ul li .container {
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .content .news_ul li .container {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
}
main section.section_news .content .news_ul li .container .date {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main section.section_news .content .news_ul li .container .date span {
    font-weight: 400;
}
main section.section_news .content .news_ul li .container .category {
    -ms-grid-column-align: start;
        justify-self: start;
}
main section.section_news .content .news_ul li .container .category .item {
    padding: 6.5px 10px;
    position: relative;
}
main section.section_news .content .news_ul li .container .category .item::before {
    content: "";
    display: inline-block;
    background-color: var(--c-TresBlue);
    position: absolute;
    inset: 0;
}
main section.section_news .content .news_ul li .container .category .item .text {
    margin-right: -0.05em;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--c-white);
    text-align: center;
    translate: 0 0.05em;
    position: relative;
}
main section.section_news .content .news_ul li .container .category .item .text span {
    font-weight: 400;
}
main section.section_news .content .news_ul li .container .title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-top: 20px;
}
main section.section_news .content .news_ul li .container .title a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 1.55em;
    letter-spacing: 0.05em;
    font-weight: 600;
    word-break: auto-phrase;
}
main section.section_news .content .news_ul li .container .title a span {
    font-weight: 600;
}
@media screen and (min-width: 1023px) {
    main section.section_news .content .news_ul li .container .title a:hover {
        color: var(--c-TresBlue);
    }
}
main section.section_news .content .news_ul li .news_ul_btn {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-left: 20px;
}
main section.section_news .content .news_ul li .news_ul_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_news .content .news_ul li .news_ul_btn a {
        width: 33px;
        height: 33px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .content .news_ul li .news_ul_btn a {
        width: 30px;
        height: 30px;
    }
}
main section.section_news .content .news_ul li .news_ul_btn a::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--c-TresNavy);
    background-color: transparent;
    position: absolute;
    inset: 0;
}
main section.section_news .content .news_ul li .news_ul_btn a .arrow {
    -webkit-transition: translate 0.5s var(--easeOutQuart);
    transition: translate 0.5s var(--easeOutQuart);
    line-height: 0;
    position: relative;
}
main section.section_news .content .news_ul li .news_ul_btn a .arrow svg {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    fill: none;
    stroke-width: 1px;
    stroke: var(--c-TresNavy);
}
@media screen and (max-width: 839px) {
    main section.section_news .content .news_ul li .news_ul_btn a .arrow svg.svg_pc {
        display: none;
    }
}
main section.section_news .content .news_ul li .news_ul_btn a .arrow svg.svg_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_news .content .news_ul li .news_ul_btn a .arrow svg.svg_mb {
        display: block;
    }
}
@media screen and (min-width: 1023px) {
    main section.section_news .content .news_ul li .news_ul_btn a:hover::before {
        background-color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main section.section_news .content .news_ul li .news_ul_btn a:hover .arrow {
        translate: 2px 0;
    }
}
@media screen and (min-width: 1023px) {
    main section.section_news .content .news_ul li .news_ul_btn a:hover .arrow svg {
        stroke: var(--c-white);
    }
}
main section.section_news .content .news_ul li .line {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 30px;
    width: 100%;
    height: 1px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_news .content .news_ul li .line {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .content .news_ul li .line {
        margin-top: 20px;
    }
}
main section.section_news .content .news_ul li .line::before {
    content: "";
    display: inline-block;
    background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: left top;
    background-repeat: repeat-x;
    position: absolute;
    inset: 0;
}
main section.section_news .content .btn {
    -ms-grid-column-align: end;
        justify-self: end;
    margin-top: 60px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_news .content .btn {
        margin-top: 50px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .content .btn {
        margin-top: 40px;
    }
}
main section.section_news .photo_2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: -100px;
    margin-left: 370px;
    width: 480px;
    height: 320px;
    position: relative;
}
@media screen and (max-width: 1339px) {
    main section.section_news .photo_2 {
        margin-left: 10vw;
        width: 35vw;
        height: 23.3333333333vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_news .photo_2 {
        grid-column: auto;
        -ms-grid-column-align: end;
            justify-self: end;
        margin-top: -50px;
        margin-left: 0;
        width: 60vw;
        height: 40vw;
    }
}
main section.section_news .photo_2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
main section.section_contact {
    margin-top: 50px;
    padding-top: 100px;
}
@media screen and (max-width: 1139px) {
    main section.section_contact {
        margin-top: 20px;
        padding-top: 70px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact {
        margin-top: 40px;
        padding-top: 40px;
    }
}
main section.section_contact .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100vw;
    padding: 166px 0;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_contact .content {
        padding: 110px 0;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact .content {
        -ms-flex-line-pack: center;
            align-content: center;
        padding: 0;
        height: 48.7179487179vw;
        max-height: 360px;
    }
}
main section.section_contact .content .photo {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    bottom: -100px;
}
main section.section_contact .content .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
main section.section_contact .content .blue {
    background-color: var(--c-TresLightBlue);
    mix-blend-mode: multiply;
    position: absolute;
    inset: 0;
}
main section.section_contact .content .shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: difference;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    inset: 0;
}
main section.section_contact .content .shape img {
    rotate: -45deg;
}
main section.section_contact .content .contact_us_btn {
    -ms-grid-column-align: center;
        justify-self: center;
}
main section.section_contact .content .contact_us_btn a {
    display: inline-block;
    padding: 34px 0;
    width: 640px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_contact .content .contact_us_btn a {
        width: 450px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact .content .contact_us_btn a {
        padding: 13px 0;
        width: 260px;
    }
}
main section.section_contact .content .contact_us_btn a::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    border: 1.5px solid var(--c-white);
    background-color: transparent;
    position: absolute;
    inset: 0;
}
main section.section_contact .content .contact_us_btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-family: "Red Hat Display", sans-serif;
    margin-right: -0.18em;
    font-size: 42px;
    line-height: 1em;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--c-white);
    text-align: center;
    position: relative;
}
main section.section_contact .content .contact_us_btn a .text span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_contact .content .contact_us_btn a .text {
        margin-right: -0.16em;
        font-size: 31px;
        letter-spacing: 0.16em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact .content .contact_us_btn a .text {
        margin-right: -0.14em;
        font-size: 20px;
        letter-spacing: 0.14em;
    }
}
main section.section_contact .content .contact_us_btn a .arrow {
    -webkit-transition: translate 0.3s var(--easeOutQuart);
    transition: translate 0.3s var(--easeOutQuart);
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
}
@media screen and (max-width: 1139px) {
    main section.section_contact .content .contact_us_btn a .arrow {
        right: 16px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact .content .contact_us_btn a .arrow {
        right: 12px;
    }
}
main section.section_contact .content .contact_us_btn a .arrow svg {
    fill: none;
    stroke-width: 1px;
    stroke: var(--c-white);
}
@media screen and (max-width: 839px) {
    main section.section_contact .content .contact_us_btn a .arrow svg.svg_pc {
        display: none;
    }
}
main section.section_contact .content .contact_us_btn a .arrow svg.svg_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_contact .content .contact_us_btn a .arrow svg.svg_mb {
        display: block;
    }
}
@media screen and (min-width: 1023px) {
    main section.section_contact .content .contact_us_btn a:hover::before {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    main section.section_contact .content .contact_us_btn a:hover .text {
        color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    main section.section_contact .content .contact_us_btn a:hover .arrow {
        translate: 5px -50%;
    }
}
@media screen and (min-width: 1023px) {
    main section.section_contact .content .contact_us_btn a:hover .arrow svg {
        stroke: var(--c-TresNavy);
    }
}
main section.section_contact .content .jp {
    padding-top: 40px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_contact .content .jp {
        padding-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact .content .jp {
        padding-top: 20px;
    }
}
main section.section_contact .content .jp .text {
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.08em;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--c-white);
    text-align: center;
}
main section.section_contact .content .jp .text span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_contact .content .jp .text {
        font-size: 16.5px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_contact .content .jp .text {
        font-size: 15px;
    }
}
main .bellmare {
    margin-top: 200px;
}
@media screen and (max-width: 1139px) {
    main .bellmare {
        margin-top: 130px;
    }
}
@media screen and (max-width: 639px) {
    main .bellmare {
        margin-top: 60px;
    }
}
main .bellmare .banner {
    margin-inline: auto;
    width: 900px;
}
@media screen and (max-width: 1139px) {
    main .bellmare .banner {
        width: 76vw;
    }
}
@media screen and (max-width: 839px) {
    main .bellmare .banner {
        width: 400px;
    }
}
@media screen and (max-width: 639px) {
    main .bellmare .banner {
        width: 76vw;
        height: 37.2297297297vw;
    }
}
main .bellmare .banner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 839px) {
    main .bellmare .banner img.img_pc {
        display: none;
    }
}
main .bellmare .banner img.img_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .bellmare .banner img.img_mb {
        display: block;
    }
}
main .bellmare .banner.fadeElem {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 0;
    translate: 0 30px;
}
main .bellmare .banner.fadeIn {
    -webkit-transition: opacity 1s 0.1s, clip-path 1s var(--easeOutQuart), translate 1s var(--easeOutQuart);
    transition: opacity 1s 0.1s, clip-path 1s var(--easeOutQuart), translate 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
    translate: 0 0;
}
main .bellmare .box {
    display: none;
    -ms-grid-columns: auto 40px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-inline: auto;
    width: 900px;
    height: 200px;
    position: relative;
}
@media screen and (max-width: 639px) {
    main .bellmare .box {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        width: 76vw;
        height: 37.2297297297vw;
        max-height: 300px;
    }
}
main .bellmare .box .bg {
    position: absolute;
    inset: 0;
}
main .bellmare .box .bg .photo {
    opacity: 0.9;
    position: absolute;
    inset: 0;
}
main .bellmare .box .bg .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 839px) {
    main .bellmare .box .bg .photo img.img_pc {
        display: none;
    }
}
main .bellmare .box .bg .photo img.img_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .bellmare .box .bg .photo img.img_mb {
        display: block;
    }
}
main .bellmare .box .bg .photo_12 img {
    mix-blend-mode: multiply;
}
main .bellmare .box .bellmare_logo {
    position: relative;
}
@media screen and (max-width: 639px) {
    main .bellmare .box .bellmare_logo {
        -ms-grid-column-align: center;
            justify-self: center;
    }
}
main .bellmare .box .bellmare_logo img {
    height: 70px;
}
@media screen and (max-width: 1139px) {
    main .bellmare .box .bellmare_logo img {
        height: 55px;
    }
}
@media screen and (max-width: 639px) {
    main .bellmare .box .bellmare_logo img {
        height: 40px;
    }
}
main .bellmare .box .text_wrap {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
@media screen and (max-width: 639px) {
    main .bellmare .box .text_wrap {
        margin-top: 20px;
    }
}
main .bellmare .box .text_wrap .text {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 24px;
    line-height: 1.58em;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--c-white);
    position: relative;
}
main .bellmare .box .text_wrap .text span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .bellmare .box .text_wrap .text {
        font-size: 20px;
    }
}
@media screen and (max-width: 639px) {
    main .bellmare .box .text_wrap .text {
        font-size: 15px;
        line-height: 1.55em;
        text-align: center;
    }
}
main .bellmare .box.fadeElem {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 0;
    translate: 0 30px;
}
main .bellmare .box.fadeIn {
    -webkit-transition: opacity 1s 0.1s, clip-path 1s var(--easeOutQuart), translate 1s var(--easeOutQuart);
    transition: opacity 1s 0.1s, clip-path 1s var(--easeOutQuart), translate 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
    translate: 0 0;
}

footer {
    margin-top: 100px;
}
@media screen and (max-width: 1139px) {
    footer {
        margin-top: 90px;
    }
}
@media screen and (max-width: 639px) {
    footer {
        margin-top: 80px;
    }
}
footer::before {
    display: none;
}
footer .footer_cotainer .footer_nav_ul > li::before {
    background-color: var(--c-TresNavy);
}
footer .footer_cotainer .footer_nav_ul > li a .text {
    color: var(--c-TresNavy);
}
footer .footer_cotainer .sub_nav .sub_nav_ul li.li_pp a .text {
    color: var(--c-TresNavy);
}
footer .footer_cotainer .copyright .text {
    color: var(--c-TresNavy);
}

#wrapper.bgBlue section .section_title .line span {
    background-color: var(--c-white);
}
#wrapper.bgBlue section .section_title .title_en h2 {
    color: var(--c-white);
}
#wrapper.bgBlue section .section_title .title_jp h4 {
    color: var(--c-white);
}
#wrapper.bgBlue section .btn a::before {
    border: 1px solid var(--c-white);
}
#wrapper.bgBlue section .btn a .text {
    color: var(--c-white);
}
#wrapper.bgBlue section .btn a .arrow svg {
    stroke: var(--c-white);
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlue section .btn a:hover::before {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlue section .btn a:hover .text {
        color: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlue section .btn a:hover .arrow svg {
        stroke: var(--c-TresNavy);
    }
}
#wrapper.bgBlue section.section_service .section_title .line span {
    background-color: var(--c-TresNavy);
}
#wrapper.bgBlue section.section_service .section_title .title_en h2 {
    color: var(--c-TresNavy);
}
#wrapper.bgBlue section.section_service .section_title .title_jp h4 {
    color: var(--c-TresNavy);
}

#wrapper.bgBlueFooter #bg #bg_blue {
    background-color: var(--c-TresNavy);
}
@media screen and (max-width: 839px) {
    #wrapper.bgBlueFooter #bg #bg_blue {
        background-color: transparent;
    }
}
#wrapper.bgBlueFooter footer .footer_cotainer .footer_nav_ul > li::before {
    background-color: var(--c-white);
}
#wrapper.bgBlueFooter footer .footer_cotainer .footer_nav_ul > li a .text {
    color: var(--c-white);
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .footer_nav_ul > li a:hover .text {
        color: var(--c-TresBlue);
    }
}
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_facebook a svg path.path_frame,
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_x a svg path.path_frame,
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_line a svg path.path_frame {
    stroke: var(--c-white);
}
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_facebook a svg path.path_mark,
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_x a svg path.path_mark,
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_line a svg path.path_mark {
    fill: var(--c-white);
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_facebook a:hover svg path.path_frame,
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_x a:hover svg path.path_frame,
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_line a:hover svg path.path_frame {
        fill: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_facebook a:hover svg path.path_mark,
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_x a:hover svg path.path_mark,
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_line a:hover svg path.path_mark {
        fill: var(--c-TresNavy);
    }
}
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_pp a .text {
    color: var(--c-white);
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav .sub_nav_ul li.li_pp a:hover .text {
        color: var(--c-TresBlue);
    }
}
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav #pagetop {
    border: 1px solid var(--c-white);
}
#wrapper.bgBlueFooter footer .footer_cotainer .sub_nav #pagetop .arrow svg {
    stroke: var(--c-white);
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav #pagetop:hover {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav #pagetop:hover .arrow svg {
        stroke: var(--c-TresNavy);
    }
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .sub_nav::after {
        background-color: var(--c-white);
    }
}
@media screen and (min-width: 1023px) {
    #wrapper.bgBlueFooter footer .footer_cotainer .copyright .text {
        color: var(--c-white);
    }
}
/*# sourceMappingURL=style.css.map */