: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);
}

:root {
    --illust3Delay: 0.5s;
}

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;
    }
}
main .fv .bg_blend {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    width: 500px;
    height: 110px;
    background-color: var(--c-TresNavy);
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .bg_blend {
        width: 12vw;
        height: 112px;
        bottom: calc(6vw + 20px);
    }
}
main .fv .photo {
    width: calc(100vw - var(--fvRightW));
    height: 100vh;
    height: 100svh;
    position: relative;
}
@media screen and (max-width: 839px) {
    main .fv .photo {
        width: 100%;
        height: 100%;
    }
}
main .fv .photo .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
}
@media screen and (max-width: 1139px) {
    main .fv .photo .container {
        top: 30px;
        bottom: 30px;
    }
}
@media screen and (max-width: 839px) {
    main .fv .photo .container {
        top: calc(60px + 6vw);
        bottom: 6vw;
        right: 6vw;
    }
}
main .fv .photo .container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_pc {
        display: none;
    }
}
main .fv .photo .container img.img_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_mb {
        display: block;
    }
}
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 .fv .page_title {
    padding: 20px 130px 46px 20px;
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .page_title {
        padding: 20px 12vw 20px 20px;
        bottom: calc(40px + 6vw);
    }
}
main .fv .page_title .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 .fv .page_title .bg_shape img {
    rotate: -45deg;
}
main .fv .page_title .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main .fv .page_title .bg_shape {
    position: absolute;
    inset: 0;
}
main .fv .page_title h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 44px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-white);
    position: relative;
}
main .fv .page_title h1 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .fv .page_title h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 639px) {
    main .fv .page_title h1 {
        font-size: 32px;
    }
}
main .fv.bgBlueHide .bg_blend {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: transparent;
}
main .fv.fadeElem .photo {
    opacity: 0;
}
main .fv.fadeElem .photo .container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main .fv.fadeElem .photo .container img {
    scale: 1.1;
}
main .fv.fadeElem .copyright {
    opacity: 0;
}
main .fv.fadeElem .page_title .bg_shape {
    opacity: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main .fv.fadeElem .page_title h1 {
    opacity: 0;
    translate: 0 15px;
}
main .fv.fadeIn .photo {
    -webkit-transition: opacity 1s 0.05s;
    transition: opacity 1s 0.05s;
    opacity: 1;
}
main .fv.fadeIn .photo .container {
    -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 .fv.fadeIn .photo .container img {
    -webkit-transition: scale 1s 0.05s;
    transition: scale 1s 0.05s;
    scale: 1;
}
main .fv.fadeIn .copyright {
    -webkit-transition: opacity 0.6s 0.4s;
    transition: opacity 0.6s 0.4s;
    opacity: 1;
}
main .fv.fadeIn .page_title .bg_shape {
    -webkit-transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .page_title h1 {
    -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;
}
main section {
    margin-top: 100px;
    padding-top: 100px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section {
        margin-top: 70px;
        padding-top: 70px;
        width: 88vw;
    }
}
@media screen and (max-width: 639px) {
    main section {
        margin-top: 40px;
        padding-top: 40px;
        width: 100vw;
    }
}
main section .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_title {
        -webkit-column-gap: 28px;
           -moz-column-gap: 28px;
                column-gap: 28px;
    }
}
@media screen and (max-width: 639px) {
    main section .section_title {
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
    }
}
main section .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_title .line span {
    width: 100%;
    height: 1.5px;
    background-color: var(--c-TresNavy);
}
main section .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_title .title_en h2 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section .section_title .title_en h2 {
        font-size: 49px;
    }
}
@media screen and (max-width: 639px) {
    main section .section_title .title_en h2 {
        font-size: 38px;
    }
}
@media screen and (max-width: 839px) {
    main section .section_title .title_en h2 span.h2_pc {
        display: none;
    }
}
main section .section_title .title_jp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin-top: 20px;
}
main section .section_title .title_jp h4 {
    padding-left: 0.08em;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
}
main section .section_title .title_jp h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section .section_title .title_jp h4 {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    main section .section_title .title_jp h4 {
        font-size: 16px;
    }
}
main section .section_title.fadeElem .lineL span {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main section .section_title.fadeElem .lineR span {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section .section_title.fadeElem .title_en {
    opacity: 0;
    translate: 0 20px;
}
main section .section_title.fadeElem .h2_mb {
    opacity: 0;
    translate: 0 20px;
}
main section .section_title.fadeElem .title_jp {
    opacity: 0;
    translate: 0 20px;
}
main section .section_title.fadeIn .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_title.fadeIn .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_title.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_title.fadeIn .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.section_greetings {
    margin-top: 0;
}
main section.section_greetings .lead {
    padding-top: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .lead {
        padding-top: 60px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .lead {
        padding-top: 40px;
        margin-inline: auto;
        width: 88vw;
    }
}
main section.section_greetings .lead p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 18px;
    line-height: 2.1em;
    letter-spacing: 0.15em;
    font-weight: 400;
    text-align: center;
}
main section.section_greetings .lead p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .lead p {
        font-size: 17px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .lead p {
        font-size: 16px;
        line-height: 2em;
        letter-spacing: 0.05em;
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .lead p br {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .lead p span.b {
        display: inline;
    }
}
main section.section_greetings .person_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 200px;
    margin-top: 150px;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul {
        row-gap: 140px;
        margin-top: 110px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul {
        row-gap: 60px;
        margin-top: 100px;
        margin-inline: auto;
        width: 76vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .person_ul {
        width: 88vw;
    }
}
main section.section_greetings .person_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    position: relative;
}
main section.section_greetings .person_ul li .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_greetings .person_ul li .bg_shape img {
    rotate: -45deg;
}
main section.section_greetings .person_ul li .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
main section.section_greetings .person_ul li .bg_shape {
    width: 380px;
    height: 255px;
    position: absolute;
    top: 175px;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .bg_shape {
        width: 35vw;
        height: 23.4868421053vw;
        top: 80px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .bg_shape {
        width: 20vw;
        height: 35.5vw;
    }
}
main section.section_greetings .person_ul li .photo {
    width: 525px;
    height: 350px;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .photo {
        width: 40vw;
        height: 26.6666666667vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .photo {
        width: 76vw;
        height: 50.6666666667vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .person_ul li .photo {
        width: 88vw;
        height: 58.6666666667vw;
    }
}
main section.section_greetings .person_ul li .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
main section.section_greetings .person_ul li .container {
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .container {
        -ms-grid-rows: none;
        grid-template-rows: none;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .container {
        margin-top: 30px;
    }
}
main section.section_greetings .person_ul li .container .position {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.06em;
    font-weight: 700;
}
main section.section_greetings .person_ul li .container .position span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .container .position {
        font-size: 17px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .container .position {
        font-size: 16px;
    }
}
main section.section_greetings .person_ul li .container .position span.en {
    font-weight: 500;
}
main section.section_greetings .person_ul li .container .position span.en span {
    font-weight: 500;
}
main section.section_greetings .person_ul li .container .name {
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 1em;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: var(--c-TresNavy);
    position: relative;
}
main section.section_greetings .person_ul li .container .name span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .container .name {
        margin-top: 30px;
        font-size: 30px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .container .name {
        margin-top: 20px;
        font-size: 24px;
    }
}
main section.section_greetings .person_ul li .container .name span.en {
    display: inline-block;
    margin-left: 35px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: var(--c-text);
    position: relative;
}
main section.section_greetings .person_ul li .container .name span.en span {
    font-weight: 500;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .container .name span.en {
        margin-left: 30px;
        font-size: 15.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .container .name span.en {
        margin-left: 25px;
        font-size: 15px;
    }
}
main section.section_greetings .person_ul li .container .name::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--c-TresNavy);
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
main section.section_greetings .person_ul li .container .description {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 50px;
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: justify;
}
main section.section_greetings .person_ul li .container .description span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_greetings .person_ul li .container .description {
        padding-top: 40px;
        font-size: 15.5px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li .container .description {
        -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto;
        padding-top: 30px;
        font-size: 15px;
        line-height: 2em;
    }
}
main section.section_greetings .person_ul li:nth-of-type(odd) .bg_shape {
    left: -120px;
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li:nth-of-type(odd) .bg_shape {
        top: -10px;
        left: -6vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .person_ul li:nth-of-type(odd) .bg_shape {
        top: -30px;
        left: -6vw;
    }
}
main section.section_greetings .person_ul li:nth-of-type(even) {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li:nth-of-type(even) {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
main section.section_greetings .person_ul li:nth-of-type(even) .bg_shape {
    right: -120px;
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li:nth-of-type(even) .bg_shape {
        top: calc(29.3333333333vw + 20px - 100px);
        right: -6vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_greetings .person_ul li:nth-of-type(even) .bg_shape {
        top: calc(29.3333333333vw + 20px - 20px);
        right: -6vw;
    }
}
main section.section_greetings .person_ul li:nth-of-type(even) .photo {
    -ms-grid-column: 2;
    grid-column: 2;
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li:nth-of-type(even) .photo {
        grid-column: auto;
    }
}
main section.section_greetings .person_ul li:nth-of-type(even) .container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
@media screen and (max-width: 839px) {
    main section.section_greetings .person_ul li:nth-of-type(even) .container {
        grid-column: auto;
        grid-row: auto;
    }
}
main section.section_strengths {
    margin-top: 150px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths {
        margin-top: 120px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths {
        margin-top: 80px;
    }
}
main section.section_strengths .illust {
    margin-top: 80px;
    width: 100%;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust {
        margin-top: 60px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .illust {
        margin-top: 40px;
    }
}
main section.section_strengths .illust .strengths_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 639px) {
    main section.section_strengths .illust .strengths_ul {
        display: none;
    }
}
main section.section_strengths .illust .strengths_ul li {
    width: 480px;
    height: 480px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li {
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li {
        width: 320px;
        height: 320px;
    }
}
main section.section_strengths .illust .strengths_ul li.c_1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-bottom: -120px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.c_1 {
        margin-bottom: -100px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.c_1 {
        margin-bottom: -80px;
    }
}
main section.section_strengths .illust .strengths_ul li.c_2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-right: -32px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.c_2 {
        margin-right: -26.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.c_2 {
        margin-right: -21px;
    }
}
main section.section_strengths .illust .strengths_ul li.c_3 {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-left: -32px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.c_3 {
        margin-left: -26.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.c_3 {
        margin-left: -21px;
    }
}
main section.section_strengths .illust .strengths_ul li.border .bg {
    border-radius: 50%;
    position: absolute;
    inset: -4px;
}
main section.section_strengths .illust .strengths_ul li.border_1 .bg {
    border: 1px solid var(--c-TresNavy);
}
main section.section_strengths .illust .strengths_ul li.border_2 .bg {
    border: 1px solid var(--c-TresBlue);
}
main section.section_strengths .illust .strengths_ul li.border_3 .bg {
    border: 1px solid var(--c-grad_3);
}
main section.section_strengths .illust .strengths_ul li.white .bg {
    border-radius: 50%;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main section.section_strengths .illust .strengths_ul li.main {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 480px;
    height: 480px;
    color: var(--c-white);
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main {
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main {
        width: 320px;
        height: 320px;
    }
}
main section.section_strengths .illust .strengths_ul li.main::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    inset: 0;
}
main section.section_strengths .illust .strengths_ul li.main .title {
    width: 290px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .title {
        width: 260px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .title {
        width: 230px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .title .en h3 {
    margin-right: -0.12em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-align: center;
}
main section.section_strengths .illust .strengths_ul li.main .title .en h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .title .en h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .title .en h3 {
        font-size: 22px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .title .jp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px auto 15px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 20px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .title .jp {
        -webkit-column-gap: 12px;
           -moz-column-gap: 12px;
                column-gap: 12px;
        margin-top: 17px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .title .jp {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        margin-top: 14px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .title .jp::before, main section.section_strengths .illust .strengths_ul li.main .title .jp::after {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--c-white);
}
main section.section_strengths .illust .strengths_ul li.main .title .jp h5 {
    margin-right: -0.08em;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    translate: 0 0.05em;
}
main section.section_strengths .illust .strengths_ul li.main .title .jp h5 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .title .jp h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .title .jp h5 {
        font-size: 14px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .title .jp.fadeElem::before {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main section.section_strengths .illust .strengths_ul li.main .title .jp.fadeElem::after {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section.section_strengths .illust .strengths_ul li.main .title .jp.fadeElem h5 {
    opacity: 0;
    translate: 0 20px;
}
main section.section_strengths .illust .strengths_ul li.main .title .jp.fadeIn::before, main section.section_strengths .illust .strengths_ul li.main .title .jp.fadeIn::after {
    -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_strengths .illust .strengths_ul li.main .title .jp.fadeIn h5 {
    -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
    transition: opacity 1s, translate 1s var(--easeOutQuart);
    opacity: 1;
    translate: 0 0;
}
main section.section_strengths .illust .strengths_ul li.main .content {
    margin-top: 35px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .content {
        margin-top: 25px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .content .head h4 {
    margin-right: -0.08em;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
}
main section.section_strengths .illust .strengths_ul li.main .content .head h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .content .head h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .content .head h4 {
        font-size: 16px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .content .body {
    padding-top: 25px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .content .body {
        padding-top: 22px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .content .body {
        padding-top: 18px;
    }
}
main section.section_strengths .illust .strengths_ul li.main .content .body p {
    margin-block: calc((1em - 1lh) / 2);
    margin-right: -0.08em;
    font-size: 15px;
    line-height: 1.65em;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: center;
}
main section.section_strengths .illust .strengths_ul li.main .content .body p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .illust .strengths_ul li.main .content .body p {
        font-size: 14px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .illust .strengths_ul li.main .content .body p {
        font-size: 13px;
        line-height: 1.55em;
    }
}
main section.section_strengths .illust .strengths_ul li.main_1::before {
    background: linear-gradient(135deg, var(--c-TresNavy45) 0%, var(--c-TresNavy) 70%);
}
main section.section_strengths .illust .strengths_ul li.main_1 .content {
    margin-bottom: 16px;
}
main section.section_strengths .illust .strengths_ul li.main_2::before {
    background: linear-gradient(135deg, var(--c-TresBlue45) 0%, var(--c-TresBlue) 70%);
}
main section.section_strengths .illust .strengths_ul li.main_3::before {
    background: linear-gradient(135deg, var(--c-grad_3_45) 0%, var(--c-grad_3) 70%);
}
main section.section_strengths .illust .strengths_ul li.main.fadeElem::before {
    opacity: 0;
    translate: 0 20px;
}
main section.section_strengths .illust .strengths_ul li.main.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_strengths .illust .strengths_ul li.main.main_3::before {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
}
main section.section_strengths .illust .strengths_ul li.main.main_3 .title .en h3 {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
}
main section.section_strengths .illust .strengths_ul li.main.main_3 .title .jp::before, main section.section_strengths .illust .strengths_ul li.main.main_3 .title .jp::after {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
}
main section.section_strengths .illust .strengths_ul li.main.main_3 .title .jp h5 {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
}
main section.section_strengths .illust .strengths_ul li.main.main_3 .content .head h4 {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
}
main section.section_strengths .illust .strengths_ul li.main.main_3 .content .body p {
    -webkit-transition-delay: var(--illust3Delay);
            transition-delay: var(--illust3Delay);
}
main section.section_strengths .illust .illust_mb {
    display: none;
}
@media screen and (max-width: 639px) {
    main section.section_strengths .illust .illust_mb {
        display: block;
        margin-inline: auto;
        width: 88vw;
        position: relative;
    }
}
main section.section_strengths .illust .illust_mb .thumb img {
    width: 100%;
    height: auto;
}
main section.section_strengths .illust .illust_mb .btn {
    opacity: 0;
    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: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 58%;
    translate: -50% -50%;
}
main section.section_strengths .illust .illust_mb .btn::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    border-radius: inherit;
    position: absolute;
    inset: 0;
}
main section.section_strengths .illust .illust_mb .btn .icon {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    width: 20px;
    height: 20px;
    position: relative;
}
main section.section_strengths .illust .illust_mb .btn .icon > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
main section.section_strengths .illust .illust_mb .btn .icon::before, main section.section_strengths .illust .illust_mb .btn .icon::after {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
    content: "";
    display: inline-block;
    background-color: var(--c-TresNavy);
}
main section.section_strengths .illust .illust_mb .btn .icon::before {
    width: 20px;
    height: 1.5px;
}
main section.section_strengths .illust .illust_mb .btn .icon::after {
    width: 1.5px;
    height: 20px;
}
main section.section_strengths .illust .illust_mb .btn.fadeIn {
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
    opacity: 1;
    -webkit-animation: fadeInPop_1 0.3s var(--easeOutCubic) 0.3s both, fadeInPop_2 0.2s var(--easeInCubic) 0.6s forwards, fadeOut 0.8s var(--easeOutCubic) 1.8s forwards;
            animation: fadeInPop_1 0.3s var(--easeOutCubic) 0.3s both, fadeInPop_2 0.2s var(--easeInCubic) 0.6s forwards, fadeOut 0.8s var(--easeOutCubic) 1.8s forwards;
}
main section.section_strengths .lead {
    margin-top: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .lead {
        margin-top: 55px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .lead {
        margin-top: 30px;
        margin-inline: auto;
        width: 88vw;
    }
}
main section.section_strengths .lead p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
}
main section.section_strengths .lead p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .lead p {
        font-size: 15.5px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .lead p {
        font-size: 15px;
        line-height: 2em;
        text-align: justify;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .lead p br {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .lead p span.b {
        display: inline;
    }
}
main section.section_strengths .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_strengths .sub_section .sub_title {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .sub_section .sub_title {
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
    }
}
main section.section_strengths .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-TresNavy);
}
main section.section_strengths .sub_section .sub_title h3 {
    margin-right: -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-TresNavy);
    translate: 0 0.05em;
}
main section.section_strengths .sub_section .sub_title h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section .sub_title h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .sub_section .sub_title h3 {
        font-size: 22px;
    }
}
main section.section_strengths .sub_section .sub_title.fadeElem .lineL {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main section.section_strengths .sub_section .sub_title.fadeElem .lineR {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section.section_strengths .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_strengths .sub_section .content {
    margin-top: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section .content {
        margin-top: 65px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .sub_section .content {
        margin-top: 50px;
        margin-inline: auto;
        width: 88vw;
    }
}
main section.section_strengths .sub_section.group_company {
    margin-top: 150px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company {
        margin-top: 105px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_strengths .sub_section.group_company {
        margin-top: 60px;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul {
        row-gap: 55px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul {
        row-gap: 30px;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li {
    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;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 40px;
        padding: 40px 5vw;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li::before {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li::before {
        content: "";
        display: inline-block;
        background-color: var(--c-white);
        position: absolute;
        inset: 0;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo {
    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: 450px;
    height: 240px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo {
        width: 40vw;
        height: 21.3333333333vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo {
        width: 100%;
        height: auto;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo::before {
        display: none;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo img {
    height: 60px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo img {
        height: 54px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo img {
        height: 48px;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo.fadeElem {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo.fadeElem {
        clip-path: none;
        opacity: 0;
        translate: 0 20px;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .logo.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_strengths .sub_section.group_company .content .group_company_ul li .logo.fadeIn {
        clip-path: none;
        -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
        transition: opacity 1s, translate 1s var(--easeOutQuart);
        opacity: 1;
        translate: 0 0;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container {
    padding: 0 40px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container {
        padding: 0 20px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container {
        padding: 0;
        padding-top: 30px;
        position: relative;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container::before {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container::before {
        content: "";
        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;
        position: absolute;
        left: 0;
        top: 0;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .head h4 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 30px;
    line-height: 1.65em;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--c-TresBlue);
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .head h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .head h4 {
        font-size: 26px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .head h4 {
        font-size: 22px;
        line-height: 1.55em;
        text-align: center;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body {
    padding-top: 40px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body {
        padding-top: 35px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body {
        padding-top: 30px;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: justify;
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body p {
        font-size: 15.5px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container .body p {
        font-size: 15px;
        line-height: 2em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container.fadeElem::before {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li .container.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%);
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li:nth-of-type(even) .logo {
    -ms-grid-column: 2;
    grid-column: 2;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li:nth-of-type(even) .logo {
        grid-column: auto;
    }
}
main section.section_strengths .sub_section.group_company .content .group_company_ul li:nth-of-type(even) .container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li:nth-of-type(even) .container {
        grid-column: auto;
        grid-row: auto;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li.fadeElem::before {
        opacity: 0;
        translate: 0 20px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.group_company .content .group_company_ul li.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_strengths .sub_section.alliance_company {
    margin-top: 120px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company {
        margin-top: 90px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company {
        margin-top: 60px;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr 70px 1fr 70px 1fr 70px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    row-gap: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul {
        -webkit-column-gap: 3vw;
           -moz-column-gap: 3vw;
                column-gap: 3vw;
        row-gap: 55px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li {
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 40px;
        padding: 40px 5vw;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li::before {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li::before {
        content: "";
        display: inline-block;
        background-color: var(--c-white);
        position: absolute;
        inset: 0;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo {
    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: 240px;
    position: relative;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo {
        height: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo::before {
        display: none;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo img {
    position: relative;
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo.fadeElem {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo.fadeElem {
        clip-path: none;
        opacity: 0;
        translate: 0 20px;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .logo.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_strengths .sub_section.alliance_company .alliance_company_ul li .logo.fadeIn {
        clip-path: none;
        -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
        transition: opacity 1s, translate 1s var(--easeOutQuart);
        opacity: 1;
        translate: 0 0;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container {
    padding-top: 45px;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container {
        padding: 0;
        padding-top: 30px;
        position: relative;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container::before {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container::before {
        content: "";
        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;
        position: absolute;
        left: 0;
        top: 0;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .head h4 {
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.05em;
    font-size: 24px;
    line-height: 1.65em;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--c-TresBlue);
    text-align: center;
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .head h4 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .head h4 {
        font-size: 23px;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .head h4 {
        font-size: 22px;
        line-height: 1.55em;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body {
    padding-top: 35px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body {
        padding-top: 32px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body {
        padding-top: 30px;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 15px;
    line-height: 2.1em;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: justify;
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body p {
        line-height: 2.05em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container .body p {
        line-height: 2em;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container.fadeElem::before {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li .container.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%);
    }
}
main section.section_strengths .sub_section.alliance_company .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_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(1) {
        grid-column: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(1) .logo img {
    width: 78px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(1) .logo img {
        width: 70.2px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(1) .logo img {
        width: 62.4px;
    }
}
main section.section_strengths .sub_section.alliance_company .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_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(2) {
        grid-column: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(2) .logo img {
    width: 151px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(2) .logo img {
        width: 135.9px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(2) .logo img {
        width: 120.8px;
    }
}
main section.section_strengths .sub_section.alliance_company .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_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(3) {
        grid-column: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(3) .logo img {
    width: 145px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(3) .logo img {
        width: 130.5px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(3) .logo img {
        width: 116px;
    }
}
main section.section_strengths .sub_section.alliance_company .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_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(4) {
        grid-column: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(4) .logo {
    height: 180px;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(4) .logo {
        height: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(4) .logo img {
    width: 258px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(4) .logo img {
        width: 232.2px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(4) .logo img {
        width: 206.4px;
    }
}
main section.section_strengths .sub_section.alliance_company .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_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(5) {
        grid-column: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(5) .logo {
    height: 180px;
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(5) .logo {
        height: auto;
    }
}
main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(5) .logo img {
    width: 323px;
}
@media screen and (max-width: 1139px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(5) .logo img {
        width: 290.7px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li:nth-of-type(5) .logo img {
        width: 258.4px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li.fadeElem::before {
        opacity: 0;
        translate: 0 20px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_strengths .sub_section.alliance_company .alliance_company_ul li.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_information .section_title .title_en h2 {
    font-size: 48px;
}
@media screen and (max-width: 1139px) {
    main section.section_information .section_title .title_en h2 {
        font-size: 41px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .section_title .title_en h2 {
        font-size: 34px;
    }
}
main section.section_information .section_title .h2_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main section.section_information .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-TresNavy);
        text-align: center;
    }
    main section.section_information .section_title .h2_mb span {
        font-weight: 700;
    }
}
main section.section_information .outline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 80px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_information .outline {
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
        margin-top: 65px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_information .outline {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 50px;
        margin-inline: auto;
        width: 88vw;
    }
}
main section.section_information .outline .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_information .outline .bg_shape img {
    rotate: -45deg;
}
main section.section_information .outline .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main section.section_information .outline .bg_shape {
    width: 310px;
    height: 210px;
    position: absolute;
    left: -50px;
    top: 160px;
}
@media screen and (max-width: 639px) {
    main section.section_information .outline .bg_shape {
        width: 18vw;
        height: 37.2857142857vw;
        left: -6vw;
        top: calc(29.9574468085vw - 10px);
    }
}
main section.section_information .outline .photo {
    width: 470px;
    height: 320px;
}
@media screen and (max-width: 1139px) {
    main section.section_information .outline .photo {
        width: 35vw;
        height: 23.829787234vw;
    }
}
@media screen and (max-width: 1039px) {
    main section.section_information .outline .photo {
        width: 30vw;
        height: 20.4255319149vw;
    }
}
@media screen and (max-width: 839px) {
    main section.section_information .outline .photo {
        margin-inline: auto;
        width: 76vw;
        height: 51.7446808511vw;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .outline .photo {
        width: 88vw;
        height: 59.914893617vw;
    }
}
main section.section_information .outline .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
main section.section_information .outline .container .name {
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--c-TresNavy);
}
main section.section_information .outline .container .name span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_information .outline .container .name {
        font-size: 23px;
    }
}
@media screen and (max-width: 839px) {
    main section.section_information .outline .container .name {
        margin-top: 30px;
        text-align: center;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .outline .container .name {
        font-size: 22px;
    }
}
main section.section_information .outline .container .box_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 1139px) {
    main section.section_information .outline .container .box_wrap {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .outline .container .box_wrap {
        margin-top: 30px;
    }
}
main section.section_information .outline .container .box_wrap .box .title {
    padding-bottom: 11px;
    position: relative;
}
main section.section_information .outline .container .box_wrap .box .title .text {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--c-TresNavy);
    position: relative;
}
main section.section_information .outline .container .box_wrap .box .title .text span {
    font-weight: 700;
}
main section.section_information .outline .container .box_wrap .box .title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--c-TresNavy);
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
main section.section_information .outline .container .box_wrap .box .title.fadeElem::after {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main section.section_information .outline .container .box_wrap .box .title.fadeIn::after {
    -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_information .outline .container .box_wrap .box .content {
    padding-top: 30px;
}
@media screen and (max-width: 1139px) {
    main section.section_information .outline .container .box_wrap .box .content {
        padding-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .outline .container .box_wrap .box .content {
        padding-top: 20px;
    }
}
main section.section_information .outline .container .box_wrap .box .content p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
main section.section_information .outline .container .box_wrap .box .content p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_information .outline .container .box_wrap .box .content p {
        font-size: 15.5px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .outline .container .box_wrap .box .content p {
        font-size: 15px;
        line-height: 2em;
    }
}
main section.section_information .detail {
    margin-top: 80px;
}
@media screen and (max-width: 1139px) {
    main section.section_information .detail {
        margin-top: 70px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .detail {
        margin-top: 60px;
        margin-inline: auto;
        width: 88vw;
    }
}
main section.section_information .detail .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_information .detail .bg_shape img {
    rotate: -45deg;
}
main section.section_information .detail .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main section.section_information .detail .bg_shape {
    width: 350px;
    height: 170px;
    position: absolute;
    right: -50px;
    bottom: -70px;
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .bg_shape {
        width: 30vw;
        height: 145px;
        right: -6vw;
        bottom: -30px;
    }
}
main section.section_information .detail .detail_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .detail_ul {
        row-gap: 30px;
    }
}
main section.section_information .detail .detail_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 10px 1fr;
    grid-template-columns: 200px 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .detail_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 5px;
    }
}
main section.section_information .detail .detail_ul li .head {
    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: relative;
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .detail_ul li .head {
        display: block;
        padding: 20px;
    }
}
main section.section_information .detail .detail_ul li .head::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main section.section_information .detail .detail_ul li .head h5 {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 700;
    color: var(--c-TresBlue);
    position: relative;
}
main section.section_information .detail .detail_ul li .head h5 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main section.section_information .detail .detail_ul li .head h5 {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .detail_ul li .head h5 {
        font-size: 15px;
    }
}
main section.section_information .detail .detail_ul li .head.fadeElem::before {
    opacity: 0;
    translate: 0 20px;
}
main section.section_information .detail .detail_ul li .head.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_information .detail .detail_ul li .body {
    padding: 40px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main section.section_information .detail .detail_ul li .body {
        padding: 30px;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .detail_ul li .body {
        padding: 20px;
    }
}
main section.section_information .detail .detail_ul li .body::before {
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main section.section_information .detail .detail_ul li .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0em;
    font-weight: 400;
    word-break: auto-phrase;
    position: relative;
}
main section.section_information .detail .detail_ul li .body p span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main section.section_information .detail .detail_ul li .body p {
        font-size: 15.5px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 639px) {
    main section.section_information .detail .detail_ul li .body p {
        font-size: 15px;
        line-height: 2em;
    }
}
main section.section_information .detail .detail_ul li .body.p_justify p {
    text-align: justify;
}
main section.section_information .detail .detail_ul li .body.fadeElem::before {
    opacity: 0;
    translate: 0 20px;
}
main section.section_information .detail .detail_ul li .body.fadeIn::before {
    -webkit-transition: opacity 1s, translate 1s var(--easeOutQuart);
    transition: opacity 1s, translate 1s var(--easeOutQuart);
    opacity: 1;
    translate: 0 0;
}
main .modal {
    -webkit-transition: left 0s 0.5s, right 0s 0.5s;
    transition: left 0s 0.5s, right 0s 0.5s;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -200vw;
    right: 300vw;
    z-index: 301;
}
main .modal .modal_bg {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    inset: 0;
}
main .modal .modal_bg::before {
    content: "";
    display: inline-block;
    background-color: var(--c-Black);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
}
main .modal .modal_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6vw 1fr 6vw;
    grid-template-columns: 6vw 1fr 6vw;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
    position: relative;
}
main .modal .modal_container::before, main .modal .modal_container::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% + 1px);
}
main .modal .modal_container .modal_container_bg_close {
    position: absolute;
    inset: 0;
}
main .modal .modal_container .base {
    margin: 60px 0 6vw;
    padding: 6vw;
    height: calc(100vh - 60px - 6vw);
    height: calc(100dvh - 60px - 6vw);
    position: relative;
}
main .modal .modal_container .base::before {
    -webkit-transition: opacity 0.5s, translate 0s 0.5s;
    transition: opacity 0.5s, translate 0s 0.5s;
    opacity: 0;
    translate: 0 20px;
    content: "";
    display: inline-block;
    background-color: var(--c-white);
    position: absolute;
    inset: 0;
}
main .modal .modal_container .base .strengths_illust {
    -webkit-transition: opacity 0.5s, translate 0s 0.5s;
    transition: opacity 0.5s, translate 0s 0.5s;
    opacity: 0;
    translate: 0 20px;
    height: 100%;
    position: relative;
}
main .modal .modal_container .base .strengths_illust img {
    width: auto;
    height: 100%;
}
main .modal .modal_container .close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    right: 15px;
    cursor: pointer;
    pointer-events: none;
}
main .modal .modal_container .close::before, main .modal .modal_container .close::after {
    content: "";
    display: inline-block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 24px;
    height: 1px;
    background-color: var(--c-white);
    position: absolute;
    top: 50%;
    left: 50%;
}
main .modal .modal_container .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
main .modal .modal_container .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
main .modal.active {
    -webkit-transition: left 0s 0s, right 0s 0s;
    transition: left 0s 0s, right 0s 0s;
    left: 0;
    right: 0;
}
main .modal.active .modal_bg {
    -webkit-transition: opacity 0.4s 0s;
    transition: opacity 0.4s 0s;
    opacity: 0.9;
}
main .modal.active .modal_container .base::before {
    -webkit-transition: opacity 0.4s, translate 0.5s var(--easeOutQuart);
    transition: opacity 0.4s, translate 0.5s var(--easeOutQuart);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    translate: 0 0;
}
main .modal.active .modal_container .base .strengths_illust {
    -webkit-transition: opacity 0.4s, translate 0.5s var(--easeOutQuart);
    transition: opacity 0.4s, translate 0.5s var(--easeOutQuart);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    translate: 0 0;
}
main .modal.active .modal_container .close {
    -webkit-transition: opacity 0.4s 0.5s;
    transition: opacity 0.4s 0.5s;
    opacity: 1;
    pointer-events: auto;
}

@-webkit-keyframes fadeInPop_1 {
    0% {
        scale: 0.5;
    }
    100% {
        scale: 1.08;
    }
}

@keyframes fadeInPop_1 {
    0% {
        scale: 0.5;
    }
    100% {
        scale: 1.08;
    }
}
@-webkit-keyframes fadeInPop_2 {
    0% {
        scale: 1.08;
    }
    100% {
        scale: 1;
    }
}
@keyframes fadeInPop_2 {
    0% {
        scale: 1.08;
    }
    100% {
        scale: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        translate: -50% -50%;
        opacity: 1;
    }
    100% {
        translate: -50% calc(-50% + 15px);
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        translate: -50% -50%;
        opacity: 1;
    }
    100% {
        translate: -50% calc(-50% + 15px);
        opacity: 0;
    }
}
/*# sourceMappingURL=style.css.map */