/* --------------------------------------------------- */
/* top */
/* --------------------------------------------------- */
body {
    position: relative;
}
.bg_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg_line__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.bg_line__item {
    height: 100%;
    width: 1px;
    background-color: #eaeaea;
    transform: translateX(-50%);
}
.mainvisual {
    width: 100%;
    padding-top: 10.5rem;
}
.mainvisual__container {
    width: 100%;
    padding: 0 9rem;
    margin-bottom: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainvisual__catchcopy {
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    line-height: 1.5;
    font-size: 5rem;
    margin: -1.25rem 0 2.75rem;
}
.mainvisual__caption {
    font-size: 1.25rem;
    line-height: 1;
}
.scroll_down {
    display: flex;
    align-items: stretch;
    gap: 1rem;
}
.scroll_down__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.scroll_down__text {
    font-size: 0.875rem;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    color: var(--accent-color);
    writing-mode: vertical-rl;
}
.scroll_down__line {
    width: 2px;
    flex: 1;
    background-color: #dddddd;
    position: relative;
}
.scroll_down__line::after {
    content: "";
    position: absolute;
    background-color: var(--accent-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: scroll_down 3s infinite;
    transform-origin: top;
}
@keyframes scroll_down {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }
    49% {
        transform: scaleY(1);
        transform-origin: top;
    }
    50% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}
.scroll_down__img {
    width: 1.25rem;
    height: auto;
}
.mainvisual__img {
    margin: 0 3rem;
    height: 37.5rem;
    overflow: hidden;
}
.mainvisual-img__pic {
    width: 100%;
    height: auto;
}
.top_section__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.75rem;
}
.top_section__title--horizontal {
    flex-direction: row;
    align-items: flex-end;
}
.top_section-title__headline {
    font-size: 4rem;
    line-height: 1;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
}
.top_section-title__caption {
    font-size: 2rem;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    line-height: 1;
    color: var(--accent-color);
}
@media screen and (max-width: 1279px) {
    .mainvisual {
        padding-top: 6.75rem;
    }
    .mainvisual__container {
        padding: 0 1.25rem;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .mainvisual__box {
        flex: 1;
    }
    .mainvisual__catchcopy {
        font-size: 3rem;
        line-height: 1.4166;
        margin: -0.625rem 0 1.875rem;
    }
    .mainvisual__caption {
        line-height: 2;
        margin: -0.625rem 0 3.875rem;
        padding: 0 1.25rem;
    }
    .scroll_down {
        gap: 0.5rem;
    }
    .scroll_down__img {
        width: 1rem;
    }
    .scroll_down__text {
        font-size: 0.75rem;
    }
    .mainvisual__img {
        margin: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
    }
    .mainvisual-img__pic {
        max-width: unset;
        width: 120%;
    }
    .top_section-title__headline {
        font-size: 2.5rem;
    }
    .top_section-title__caption {
        font-size: 1.25rem;
    }
    .bg_line__inner {
        justify-content: space-between;
        padding: 0 1.25rem;
    }
}
/* --------------------------------------------------- */
/* our_business */
/* --------------------------------------------------- */
#our_business {
    padding: 6.25rem 0 9rem;
}
#our_business .top_section__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6.25rem;
    padding: 0px 9rem;
}
.our_business-desc__text {
    font-size: 1.5rem;
    line-height: 2;
    margin: -0.75rem 0;
}
@media screen and (max-width: 1279px) {
    #our_business {
        padding: 3.5rem 0 4.5rem;
    }
    #our_business .top_section__inner {
        padding: 0 1.25rem;
        gap: 3.5rem;
        display: block;
    }
    #our_business .top_section__title {
        flex-direction: row;
        align-items: flex-end;
        gap: 1rem;
    }
    .our_business__desc {
        margin-top: 2.5rem;
    }
    .our_business-desc__text {
        font-size: 1.125rem;
        line-height: 2;
        margin: -0.5625rem 0;
    }
}

/* --------------------------------------------------- */
/* result */
/* --------------------------------------------------- */
#result {
    background-color: #fff;
    position: relative;
}
#result .bg_line {
    z-index: 0;
}
#result .top_section__inner {
    position: relative;
    padding: 9rem;
    display: flex;
    align-items: flex-start;
}
.result__desc {
    margin: 4rem 0;
}
.result-desc__text {
    font-size: 1.25rem;
}
.result__container {
    flex: 1;
}
.result__img {
    position: relative;
    clip-path: inset(100% 0% 0% 0%);
    width: fit-content;
}
.result-img__bg {
    position: absolute;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.result__container--left .result__box .result__img:first-of-type {
    margin-bottom: -5rem;
}
.result__container--left
    .result__box
    .result__img:first-of-type
    .result-img__pic {
    width: 25rem;
    height: auto;
}
.result__container--left .result__box .result__img:nth-of-type(2) {
    margin-bottom: 5rem;
    margin-left: auto;
}
.result__container--left
    .result__box
    .result__img:nth-of-type(2)
    .result-img__pic {
    width: 31rem;
    height: auto;
}
.result__container--left
    .result__box
    .result__img:last-of-type
    .result-img__pic {
    width: 31rem;
    height: auto;
}
.result__container--right .result__box .result__img:first-of-type {
    margin-bottom: 9rem;
    transform: scale(1.16666);
    transform-origin: top right;
}
.result__container--right
    .result__box
    .result__img:first-of-type
    .result-img__pic {
    width: 100%;
    height: auto;
}
.result__container--right .result__box .result__img:nth-of-type(2) {
    margin-bottom: -5rem;
    margin-left: auto;
}
.result__container--right
    .result__box
    .result__img:nth-of-type(2)
    .result-img__pic {
    width: 31rem;
    height: auto;
}
.result__container--right
    .result__box
    .result__img:last-of-type
    .result-img__pic {
    width: 25rem;
    height: auto;
}
@media screen and (max-width: 1279px) {
    #result {
        padding: 4rem 1.25rem;
    }
    #result .top_section__title {
        flex-direction: row;
        align-items: flex-end;
        gap: 1rem;
    }
    #result .top_section__inner {
        padding: 0;
    }
    .result__top {
        position: relative;
    }
    .result__desc {
        margin: 2.5rem 0;
    }
    .result-desc__text {
        font-size: 1.125rem;
    }
    .result__container {
        flex: unset;
        width: 50%;
    }
    .result__container--left {
        position: relative;
        z-index: 1;
    }
    .result-img__pic {
        max-width: unset;
    }
    .result__container--left .result__box .result__img:first-of-type {
        margin-top: 6rem;
        margin-bottom: -1.25rem;
    }
    .result__container--left
        .result__box
        .result__img:first-of-type
        .result-img__pic {
        width: 9.25rem;
    }
    .result__container--left .result__box .result__img:nth-of-type(2) {
        margin-bottom: 3.75rem;
        margin-left: 1.25rem;
    }
    .result__container--left
        .result__box
        .result__img:nth-of-type(2)
        .result-img__pic {
        width: 10.5rem;
    }
    .result__container--left
        .result__box
        .result__img:last-of-type
        .result-img__pic {
        width: 11.75rem;
    }
    .result__container--right .result__box {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .result__container--right .result__box .result__img:first-of-type {
        transform: scale(1);
        margin-bottom: 1.25rem;
    }
    .result__container--right
        .result__box
        .result__img:first-of-type
        .result-img__pic {
        width: 14.5rem;
    }
    .result__container--right .result__box .result__img:nth-of-type(2) {
        margin-left: unset;
        margin-bottom: 1.25rem;
    }
    .result__container--right
        .result__box
        .result__img:nth-of-type(2)
        .result-img__pic {
        width: 8rem;
    }
    .result__container--right
        .result__box
        .result__img:last-of-type
        .result-img__pic {
        width: 10.5rem;
    }
}

/* --------------------------------------------------- */
/* strong_point */
/* --------------------------------------------------- */
#strong_point {
    background-color: var(--primary-color);
    position: relative;
}
#strong_point .bg_line {
    z-index: 0;
}
#strong_point .bg_line__item {
    background-color: #5b5789;
    transform: translateX(-50%);
}
#strong_point .top_section__inner {
    position: relative;
    padding: 9rem 0;
}
.strong_point__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 9rem;
    width: 100%;
}
#strong_point .top_section__title {
    gap: 1rem;
}
#strong_point .top_section-title__headline {
    font-size: 1.75rem;
    color: #fff;
}
#strong_point .top_section-title__caption {
    font-size: 1rem;
    color: #fff;
    opacity: 0.5;
}
.strong_point__desc {
    width: 54rem;
}
.strong_point-desc__title {
    font-size: 2.5rem;
    line-height: 1.75;
    margin: -0.9375rem 0px 1.5625rem;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    color: #fff;
}
.strong_point-desc__text {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2.5;
    margin: -0.9375rem 0px;
}
.flow.swiper {
    position: relative;
    /* overflow-x: clip; */
    padding: 6.25rem 9rem 0;
}
.flow::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1px;
    bottom: 3.75rem;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.flow__inner {
    position: relative;
    z-index: 1;
}
.flow__item {
}
.flow__item.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 7.5rem;
    background-color: var(--primary-color);
    outline: 1px solid #fff;
    outline-offset: -1px;
    position: relative;
    flex: none;
}
.flow__text {
    font-size: 2rem;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    margin: -0.25rem 0;
}
.flow__corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: auto;
}
.flow__num {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    height: 1.5rem;
    width: auto;
}
@media screen and (max-width: 1279px) {
    #strong_point .top_section__inner {
        padding: 4rem 0;
    }
    .strong_point__container {
        padding: 0px 1.25rem;
        display: block;
    }
    #strong_point .top_section__title {
        gap: 0.75rem;
        margin-bottom: 2.5rem;
    }
    #strong_point .top_section-title__headline {
        font-size: 1.25rem;
    }
    #strong_point .top_section-title__caption {
        font-size: 0.875rem;
    }
    .strong_point__desc {
        width: 100%;
    }
    .strong_point-desc__title {
        font-size: 2rem;
        line-height: 1.6875;
        margin: -0.6875rem 0 1.8125rem;
    }
    .strong_point-desc__text {
        font-size: 1.125rem;
        line-height: 2;
        margin: -0.5625rem 0;
    }
    .flow.swiper {
        padding: 4rem 1.25rem 0;
    }
    .flow__item.swiper-slide {
        width: 12.5rem;
        height: 5.5rem;
    }
    .flow__text {
        font-size: 1.5rem;
        line-height: 1.5;
        margin: -0.25rem 0;
    }
    .flow__corner {
        width: 1.25rem;
    }
    .flow__num {
        height: 1.125rem;
    }
}

/* --------------------------------------------------- */
/* history */
/* --------------------------------------------------- */
#history .top_section__inner {
    padding: 9rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.history__table {
    width: 54rem;
    border-collapse: separate;
    border-spacing: 0 3.5rem;
    margin: -3.5rem 0 -7rem;
    position: relative;
}
.history__table::after {
    content: "";
    position: absolute;
    background-color: var(--accent-color);
    width: 2px;
    height: calc(100% - 10.5rem);
    top: 3.5rem;
    left: 0;
    transform: translateX(-50%);
}
.history__th {
    padding: 0;
    font-size: 1.25rem;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    white-space: nowrap;
    margin-right: 3.5rem;
}
.history__round {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100vw;
    background-color: #fff;
    outline: 2px solid var(--accent-color);
    outline-offset: -2px;
    transform: translateX(-50%);
    z-index: 1;
}
.history__td {
    line-height: 1;
    padding: 0;
    width: 100%;
}
.history-td__text {
    line-height: 2;
    margin: -0.625rem 0;
    font-size: 1.25rem;
}
@media screen and (max-width: 1279px) {
    #history .top_section__inner {
        padding: 4.5rem 1.25rem;
        display: block;
    }
    #history .top_section__title {
        flex-direction: row;
        align-items: flex-end;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }
    .history__container {
        display: flex;
        align-items: stretch;
        gap: 1rem;
    }
    .history__container:not(:last-of-type) {
        padding-bottom: 2.25rem;
    }
    .history__item {
        position: relative;
    }
    .history__container:not(:last-of-type) .history__item::after {
        content: "";
        position: absolute;
        background-color: var(--accent-color);
        width: 2px;
        height: calc(100% + 2.25rem);
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .history__round {
        transform: unset;
    }
    .history__desc {
        flex: 1;
    }
    .history-desc__title {
        font-size: 1.25rem;
        font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
        margin-bottom: 1rem;
    }
    .history-desc__text {
        font-size: 1.125rem;
        line-height: 1.7777;
        margin: -0.4375rem 0;
    }
}

/* --------------------------------------------------- */
/* information */
/* --------------------------------------------------- */
#information {
    background-color: #fff;
    position: relative;
}
#information .bg_line {
    z-index: 0;
}
#information .top_section__inner {
    position: relative;
    padding: 9rem;
}
.information__container {
    margin-top: 6.25rem;
}
.information__title {
    background-color: var(--primary-color);
    padding: 1.75rem 0;
    width: 100%;
    margin-bottom: 3.5rem;
}
.information__title-text {
    text-align: center;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    font-size: 2rem;
    color: #fff;
}
.information-container__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 9rem;
}
.information__table {
    border-color: unset;
    border-spacing: 0;
    flex: 1;
}
.information__th {
    padding: 0;
    vertical-align: top;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    /* width: 100%; */
    padding-bottom: 3.5rem;
}
.information__td {
    width: 0;
    padding: 0;
    padding-left: 4rem;
    font-size: 1.25rem;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
    padding-bottom: 3.5rem;
    width: 100%;
}
.information__td:first-of-type {
    padding-left: 0;
}
.information__td--list {
    padding-bottom: 1.5rem;
}
.information__td--left {
    text-align: left;
    padding-left: 4rem !important;
}
.information__tr:last-of-type .information__th {
    padding-bottom: 0;
}
.information__tr:last-of-type .information__td {
    padding-bottom: 0;
}
.information__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.information-table__headline {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "FOT-UD角ゴC80 Pro B", sans-serif;
    flex: none;
}
.information-table__desc {
    width: 100%;
    max-width: 21.5rem;
}
.information-table__text {
    font-size: 1.25rem;
    line-height: 1;
}
.information-table__text:not(:last-of-type) {
    margin-bottom: 1.5rem;
}
.information-table__desc--right {
    max-width: unset;
}
.information-table__text--right {
    text-align: right;
}
@media screen and (max-width: 1279px) {
    #information .top_section__inner {
        padding: 4rem 1.25rem;
    }
    #information .top_section__title {
        gap: 1rem;
    }
    .information__container {
        margin-top: 3.275rem;
    }
    .information__container:first-of-type {
        margin-top: 2.5rem;
    }
    .information__table:not(:last-of-type) {
        margin-bottom: 1.55rem;
    }
    .information__title {
        padding: 0.75rem 0;
        margin-bottom: 1.775rem;
    }
    .information__title-text {
        font-size: 1.5rem;
    }
    .information-container__inner {
        display: block;
    }
    .information__th {
        font-size: 1.125rem;
        padding-bottom: 1.55rem;
        line-height: 1.4;
    }
    .information__td {
        font-size: 1.125rem;
        padding-bottom: 1.55rem;
        line-height: 1.4;
        padding-left: 0.75rem;
    }
    .information__td--left {
        padding-left: 2rem !important;
        white-space: normal;
    }
    .information__td--list {
        padding-bottom: 0.55rem;
    }
}

/* --------------------------------------------------- */
/* gallery */
/* --------------------------------------------------- */
#gallery {
    position: relative;
}
#gallery::before {
    content: "";
    position: absolute;
    background-color: var(--base-color);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}
.gallery__inner {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}
.gallery__container {
    display: flex;
    align-items: center;
    animation: gallery 16s infinite linear;
    flex: none;
    width: max-content;
    padding-left: 2rem;
    transform: translateX(0);
    gap: 2rem;
}
@keyframes gallery {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.gallery__img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
    width: 35rem;
    height: auto;
    flex: none;
}
@media screen and (max-width: 1279px) {
    .gallery__container {
        padding-left: 1rem;
        gap: 1rem;
    }
    .gallery__img {
        width: 20rem;
    }
}
