@charset "UTF-8";

:root{
    --base-size: 1366;
    --content-w: min(1166px, calc(1166 / var(--base-size) * 100vw));
    --side-space: min(30px, calc(30 / var(--base-size) * 100vw));
    --black: #121212;
    --gray: #767676;
    --light-gray: #F7F7F7;
    --header-height: min(94px, calc(94 / var(--base-size) * 100vw));
    --top-fv-copy-height: min(130px, calc(130 / var(--base-size) * 100vw));
    --top-fv-space: 0px;
    --top-fv-bottom-space: 15px;
    --top-fv-visual-min-height: 420px;
    --top-fv-visual-max-height: 900px;
}

html{
    color: var(--black);
    background-color: #FFFFFF;
    font-family: "Figtree", "Zen Kaku Gothic New", "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    font-weight: 500;
    scroll-behavior: auto;
    scroll-padding-top: calc(var(--header-height) + 20px);
}

body{
    overflow-x: hidden;
}

body.no-scroll{
    overflow: hidden;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a{
    color: inherit;
    text-decoration: unset;
}

button{
    color: inherit;
}

.common-inner{
    width: calc(100% - (var(--side-space) * 2));
    max-width: var(--content-w);
    margin: 0 auto;
}

.arrow-icon{
    display: inline-block;
    width: min(15.025px, calc(15.025 / var(--base-size) * 100vw));
    height: min(15.025px, calc(15.025 / var(--base-size) * 100vw));
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.025 15.025'%3E%3Cpath d='M2.264 1.076h11.684V12.76M13.948 1.076.762 14.262' fill='none' stroke='%23000' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.025 15.025'%3E%3Cpath d='M2.264 1.076h11.684V12.76M13.948 1.076.762 14.262' fill='none' stroke='%23000' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E") center / contain no-repeat;
    vertical-align: middle;
    flex-shrink: 0;
}

.section__heading{
    display: flex;
    align-items: center;
    gap: min(20px, calc(20 / var(--base-size) * 100vw));
}

.section__ttl{
    font-size: min(33px, calc(33 / var(--base-size) * 100vw));
    line-height: 1;
    font-weight: 500;
}

.section__slash{
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
}

.section__subttl{
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
}

.section__heading--white{
    color: #FFFFFF;
}

.header{
    height: min(94px, calc(94 / var(--base-size) * 100vw));
    width: 100%;
    background-color: rgba(255,255,255,0.96);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header__wrap{
    width: calc(100% - min(100px, calc(100 / var(--base-size) * 100vw)));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header__logo{
    width: min(148px, calc(148 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    overflow: visible;
    margin-top: min(15px, calc(15 / var(--base-size) * 100vw));
}

.header__menu{
    height: min(94px, calc(94 / var(--base-size) * 100vw));
    display: block;
    position: relative;
}

.header__menu__list{
    height: min(64px, calc(64 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    gap: min(42px, calc(42 / var(--base-size) * 100vw));
}

.header__menu__list li{
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
}

.header__menu__list__item{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: min(13px, calc(13 / var(--base-size) * 100vw));
    position: relative;
}

.header__menu__sub{
    display: flex;
    align-items: center;
    gap: min(38px, calc(38 / var(--base-size) * 100vw));
    position: absolute;
    right: 0;
    top: min(62px, calc(62 / var(--base-size) * 100vw));
}

.header__menu__sub a{
    display: flex;
    align-items: center;
    gap: min(7px, calc(7 / var(--base-size) * 100vw));
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
    color: var(--gray);
}

.header__menu__sub .arrow-icon{
    width: min(7.533px, calc(7.533 / var(--base-size) * 100vw));
    height: min(7.533px, calc(7.533 / var(--base-size) * 100vw));
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.533 7.533'%3E%3Cpath d='M1.135.54h5.858v5.858M6.994.54.382 7.152' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.533 7.533'%3E%3Cpath d='M1.135.54h5.858v5.858M6.994.54.382 7.152' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.hum__button{
    display: none;
}

.header__menu__ttl,
.header__menu__label--sp,
.header__menu__sp,
.top-news__control__more,
.top-partner__lead,
.footer__menu__privacy{
    display: none;
}

main{
    padding-top: min(94px, calc(94 / var(--base-size) * 100vw));
}

.top-fv{
    padding: 0 min(49px, calc(49 / var(--base-size) * 100vw)) 0 min(50px, calc(50 / var(--base-size) * 100vw));
}

.top-fv__visual{
    width: 100%;
    height: clamp(var(--top-fv-visual-min-height), calc(100vh - var(--top-fv-header-height, var(--header-height)) - var(--top-fv-copy-height-current, var(--top-fv-copy-height)) - var(--top-fv-space) - var(--top-fv-bottom-space)), var(--top-fv-visual-max-height));
    height: clamp(var(--top-fv-visual-min-height), calc(100svh - var(--top-fv-header-height, var(--header-height)) - var(--top-fv-copy-height-current, var(--top-fv-copy-height)) - var(--top-fv-space) - var(--top-fv-bottom-space)), var(--top-fv-visual-max-height));
    background-color: #000000;
    overflow: hidden;
    position: relative;
}

.top-fv__visual::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/texture-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-mask-image: linear-gradient(90deg, #000000 0%, #000000 40%, transparent 60%, transparent 100%);
    mask-image: linear-gradient(90deg, #000000 0%, #000000 40%, transparent 60%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 250% 100%;
    mask-size: 250% 100%;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    animation: top-fv-visual-reveal 0.01s linear 4s forwards;
    position: absolute;
    inset: 0;
}

html.is-fv-ready .top-fv__visual::before{
    animation: top-fv-visual-reveal 1.5s cubic-bezier(0.55, 0, 1, 0.45) 0.15s forwards;
}

html.is-fv-timeout .top-fv__visual::before{
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    animation: none;
}

@keyframes top-fv-visual-reveal{
    100%{
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

.top-fv__copy{
    min-height: min(130px, calc(130 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: min(30px, calc(30 / var(--base-size) * 100vw));
    border-bottom: min(1px, calc(1 / var(--base-size) * 100vw)) solid #000000;
}

.top-fv__ttl{
    font-size: min(max(30 / var(--base-size) * 100vw,18px), 30px);
    line-height: 1.3;
    font-weight: 500;
}

.top-fv__ttl span{
    display: inline;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(12px);
    animation: top-fv-text-reveal 0.01s linear 4s forwards;
}

html.is-fv-ready .top-fv__ttl span{
    animation: top-fv-text-reveal 0.75s linear forwards;
}

html.is-fv-ready .top-fv__ttl span:nth-child(1){
    animation-delay: 0.15s;
}

html.is-fv-ready .top-fv__ttl span:nth-child(2){
    animation-delay: 0.525s;
}

html.is-fv-ready .top-fv__ttl span:nth-child(3){
    animation-delay: 0.9s;
}

html.is-fv-timeout .top-fv__ttl span{
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    animation: none;
}

@keyframes top-fv-text-reveal{
    100%{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

.top-fv__en{
    flex-shrink: 0;
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
}

.top-about{
    padding-top: min(165px, calc(165 / var(--base-size) * 100vw));
}

.top-about .section__ttl{
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
}

.top-about .section__slash{
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
}

.top-about .section__subttl{
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
}

.top-about__content{
    margin-top: min(65px, calc(65 / var(--base-size) * 100vw));
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 0.9fr;
    gap: min(max(75 / var(--base-size) * 100vw,30px), 75px);
}

.top-about__ttl{
    font-size: min(max(28 / var(--base-size) * 100vw,21px), 28px);
    line-height: 1.9;
    font-weight: 500;
}

.top-about__ttl span{
    display: block;
}

.top-about__ja{
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: 2;
}

.top-about__ja p + p{
    margin-top: min(25px, calc(25 / var(--base-size) * 100vw));
}

.top-about__en{
    color: var(--gray);
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
    line-height: 1.65;
}

.top-about__en h3{
    font-size: min(15px, calc(15 / var(--base-size) * 100vw));
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: min(35px, calc(35 / var(--base-size) * 100vw));
}

.top-about__en p + p{
    margin-top: min(21px, calc(21 / var(--base-size) * 100vw));
}

.top-value{
    padding-top: min(132px, calc(132 / var(--base-size) * 100vw));
}

.top-value__list{
    margin-top: min(51px, calc(51 / var(--base-size) * 100vw));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(20px, calc(20 / var(--base-size) * 100vw)) min(16px, calc(16 / var(--base-size) * 100vw));
}

.top-value__list__item{
    min-height: min(186px, calc(186 / var(--base-size) * 100vw));
    color: #FFFFFF;
    border: min(1px, calc(1 / var(--base-size) * 100vw)) solid #404040;
    /* background-image: radial-gradient(circle at 85% 75%, rgba(255,255,255,0.13), transparent 45%), linear-gradient(rgba(18,18,18,0.17), rgba(18,18,18,0.17)), url(../img/texture-bg.webp); */
    background: url(../img/topvalue_bg.webp);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
}

.top-value__list__item__content{
    min-height: min(184px, calc(184 / var(--base-size) * 100vw));
    padding: min(28px, calc(28 / var(--base-size) * 100vw)) min(24px, calc(24 / var(--base-size) * 100vw)) min(24px, calc(24 / var(--base-size) * 100vw));
    display: flex;
    flex-direction: column;
}

.top-value__list__item__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-value__list__item__top h3{
    font-size: min(27px, calc(27 / var(--base-size) * 100vw));
    line-height: 1.2;
    font-weight: 500;
}

.top-value__list__item__top span{
    color: #DEDEDE;
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
}

.top-value__list__item__en{
    color: #B7B7B7;
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
    font-weight: 400;
    margin-top: min(15px, calc(15 / var(--base-size) * 100vw));
}

.top-value__list__item__txt{
    border-top: min(1px, calc(1 / var(--base-size) * 100vw)) solid rgba(255,255,255,0.45);
    padding-top: min(18px, calc(18 / var(--base-size) * 100vw));
    margin-top: auto;
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
}

.wide-link{
    min-height: min(206px, calc(206 / var(--base-size) * 100vw));
    border: min(1px, calc(1 / var(--base-size) * 100vw)) solid var(--black);
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: color 0.35s, background-color 0.35s;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
}

.wide-link:hover{
    color: #FFFFFF;
    background-color: var(--black);
}

.wide-link__ttl{
    font-size: min(28px, calc(28 / var(--base-size) * 100vw));
    line-height: 1;
}

.wide-link__txt{
    display: flex;
    align-items: center;
    gap: min(12px, calc(12 / var(--base-size) * 100vw));
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    margin-top: min(13px, calc(13 / var(--base-size) * 100vw));
}

.wide-link__txt .arrow-icon{
    width: min(9.489px, calc(9.489 / var(--base-size) * 100vw));
    height: min(9.489px, calc(9.489 / var(--base-size) * 100vw));
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.489 9.489'%3E%3Cpath d='M1.43.68h7.379v7.379M8.809.68.481 9.008' fill='none' stroke='%23000' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.489 9.489'%3E%3Cpath d='M1.43.68h7.379v7.379M8.809.68.481 9.008' fill='none' stroke='%23000' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.top-value__recruit{
    margin-top: min(69px, calc(69 / var(--base-size) * 100vw));
    background-color: #efefef;
}

.top-news{
    padding: min(182px, calc(182 / var(--base-size) * 100vw)) 0 min(170px, calc(170 / var(--base-size) * 100vw));
}

.top-news__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-news__more{
    display: flex;
    align-items: center;
    gap: min(10px, calc(10 / var(--base-size) * 100vw));
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
}

.top-news__more .arrow-icon{
    width: min(7.533px, calc(7.533 / var(--base-size) * 100vw));
    height: min(7.533px, calc(7.533 / var(--base-size) * 100vw));
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.533 7.533'%3E%3Cpath d='M1.135.54h5.858v5.858M6.994.54.382 7.152' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.533 7.533'%3E%3Cpath d='M1.135.54h5.858v5.858M6.994.54.382 7.152' fill='none' stroke='%23000' stroke-width='1' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.top-news__slider{
    width: 100%;
    margin: min(77px, calc(77 / var(--base-size) * 100vw)) 0 0;
    padding-left: max(calc((100vw - var(--content-w)) / 2), var(--side-space));
    overflow: hidden;
}

.top-news__slider.slick-initialized{
    display: block;
    overflow: hidden;
}

.top-news__slider.slick-initialized .slick-list{
    overflow: hidden;
    margin: 0 max(-5px, calc(-5 / var(--base-size) * 100vw));
}

.top-news__slider.slick-initialized .top-news__slider__item{
    padding: 0 min(5px, calc(5 / var(--base-size) * 100vw));
}

.top-news__slider__item{
    width: min(392px, calc(392 / var(--base-size) * 100vw));
    height: min(358px, calc(358 / var(--base-size) * 100vw));
    flex: 0 0 min(392px, calc(392 / var(--base-size) * 100vw));
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
}

.top-news__slider__item > a{
    display: block;
    height: 100%;
    border: min(1px, calc(1 / var(--base-size) * 100vw)) solid var(--black);
    overflow: hidden;
}

.top-news__slider__item__image{
    width: 100%;
    height: min(228px, calc(228 / var(--base-size) * 100vw));
    overflow: hidden;
}

.top-news__slider__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s;
}

.top-news__slider__item:hover .top-news__slider__item__image img{
    transform: scale(1.035);
}

.top-news__slider__item__content{
    min-height: min(128px, calc(128 / var(--base-size) * 100vw));
    padding: min(20px, calc(20 / var(--base-size) * 100vw)) min(19px, calc(19 / var(--base-size) * 100vw)) min(18px, calc(18 / var(--base-size) * 100vw));
    position: relative;
}

.top-news__slider__item__info{
    display: flex;
    gap: min(17px, calc(17 / var(--base-size) * 100vw));
    color: var(--gray);
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
}

.top-news__slider__item__content h3{
    width: calc(100% - min(25px, calc(25 / var(--base-size) * 100vw)));
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
    line-height: 1.75;
    font-weight: 500;
    margin-top: min(24px, calc(24 / var(--base-size) * 100vw));
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.top-news__slider__item--main .top-news__slider__item__content h3{
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
}

.top-news__slider__item__content > .arrow-icon{
    position: absolute;
    right: min(18px, calc(18 / var(--base-size) * 100vw));
    bottom: min(20px, calc(20 / var(--base-size) * 100vw));
}

.top-news__control{
    margin-top: min(55px, calc(55 / var(--base-size) * 100vw));
    display: flex;
    justify-content: flex-end;
    gap: min(28px, calc(28 / var(--base-size) * 100vw));
    position: relative;
    z-index: 2;
}

.top-news__control button{
    border: 0;
    background: transparent;
    font-size: min(27px, calc(27 / var(--base-size) * 100vw));
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.3s;
    position: relative;
    touch-action: manipulation;
    padding: min(8px, calc(8 / var(--base-size) * 100vw));
    margin: max(-8px, calc(-8 / var(--base-size) * 100vw));
}

.top-news__control .top-news__control__prev,
.top-news__control .top-news__control__next{
    width: min(32.508px, calc(32.508 / var(--base-size) * 100vw));
    height: min(32.508px, calc(32.508 / var(--base-size) * 100vw));
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(16.508px, calc(16.508 / var(--base-size) * 100vw)) auto;
    font-size: 0;
}

.top-news__control .top-news__control__prev{
    background-image: url(../img/page_prev.svg);
}

.top-news__control .top-news__control__next{
    background-image: url(../img/page_next.svg);
}

.top-news__control button:hover{
    opacity: 0.45;
}

.top-news__control button.slick-disabled{
    opacity: 0.25;
    cursor: default;
}

.top-service{
    padding: min(135px, calc(135 / var(--base-size) * 100vw)) 0 min(220px, calc(220 / var(--base-size) * 100vw));
    position: relative;
}

.top-service__bg{
    width: 100%;
    height: min(427px, calc(427 / var(--base-size) * 100vw));
    background-image: url(../img/texture-bg.webp);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.top-service__inner{
    position: relative;
    z-index: 1;
}

.top-service__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(25px, calc(25 / var(--base-size) * 100vw)) min(10px, calc(10 / var(--base-size) * 100vw));
    margin-top: min(76px, calc(76 / var(--base-size) * 100vw));
}

.top-service__list__item{
    min-height: min(366px, calc(366 / var(--base-size) * 100vw));
    border: min(1px, calc(1 / var(--base-size) * 100vw)) solid var(--black);
    background-color: var(--light-gray);
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
}

.top-service__list .top-service__list__item:nth-child(1) {
    background: url(../img/top-service_01.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list .top-service__list__item:nth-child(2) {
    background: url(../img/top-service_02.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list .top-service__list__item:nth-child(3) {
    background: url(../img/top-service_03.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list .top-service__list__item:nth-child(4) {
    background: url(../img/top-service_04.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list .top-service__list__item:nth-child(5) {
    background: url(../img/top-service_05.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list .top-service__list__item:nth-child(6) {
    background: url(../img/top-service_06.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list .top-service__list__item:nth-child(7) {
    background: url(../img/top-service_07.webp);
    background-position: center;
    background-size: cover;
}

.top-service__list__item__content{
    min-height: min(364px, calc(364 / var(--base-size) * 100vw));
    padding: min(38px, calc(38 / var(--base-size) * 100vw)) min(33px, calc(33 / var(--base-size) * 100vw)) min(30px, calc(30 / var(--base-size) * 100vw));
    display: flex;
    flex-direction: column;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
}

.top-service__list__item h3{
    font-size: min(24px, calc(24 / var(--base-size) * 100vw));
    line-height: 1.35;
    font-weight: 500;
    position: relative;
    padding-left: min(21px, calc(21 / var(--base-size) * 100vw));
}

.top-service__list__item:nth-child(5) h3{
    white-space: nowrap;
}

.top-service__list__item h3::before{
    content: "";
    width: min(10px, calc(10 / var(--base-size) * 100vw));
    height: min(10px, calc(10 / var(--base-size) * 100vw));
    border-radius: 50%;
    background-color: #888888;
    position: absolute;
    top: min(9px, calc(9 / var(--base-size) * 100vw));
    left: 0;
}

.top-service__list__item__ja{
    font-size: min(13px, calc(13 / var(--base-size) * 100vw));
    margin-top: min(17px, calc(17 / var(--base-size) * 100vw));
}

.top-service__list__item__txt{
    font-size: min(13px, calc(13 / var(--base-size) * 100vw));
    line-height: 2.08;
    margin-top: min(38px, calc(38 / var(--base-size) * 100vw));
}

.top-service__list__item a{
    display: flex;
    align-items: center;
    align-self: flex-end;
    gap: min(10px, calc(10 / var(--base-size) * 100vw));
    font-size: min(17px, calc(17 / var(--base-size) * 100vw));
    margin-top: auto;
}

.top-company{
    padding-top: min(35px, calc(35 / var(--base-size) * 100vw));
}

.top-company__table{
    margin-top: min(85px, calc(85 / var(--base-size) * 100vw));
}

.top-company__table__row{
    min-height: min(80px, calc(80 / var(--base-size) * 100vw));
    display: grid;
    grid-template-columns: min(180px, calc(180 / var(--base-size) * 100vw)) minmax(0, 1fr) min(350px, calc(350 / var(--base-size) * 100vw));
    gap: min(25px, calc(25 / var(--base-size) * 100vw));
    align-items: center;
    border-bottom: min(1px, calc(1 / var(--base-size) * 100vw)) solid var(--black);
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: 1.7;
}

.top-company__table__row--wide{
    min-height: min(145px, calc(145 / var(--base-size) * 100vw));
}

.top-company__table__label{
    font-weight: 600;
}

.top-company__table__en{
    color: var(--gray);
    text-align: right;
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: 1.45;
}

.top-partner{
    padding: min(140px, calc(140 / var(--base-size) * 100vw)) 0 min(151.5px, calc(151.5 / var(--base-size) * 100vw));
}

.top-partner__group + .top-partner__group{
    margin-top: min(114px, calc(114 / var(--base-size) * 100vw));
}

.top-partner__group:nth-child(2){
    margin-top: min(82.5px, calc(82.5 / var(--base-size) * 100vw));
}

.top-partner__group:nth-child(3){
    margin-top: min(95.5px, calc(95.5 / var(--base-size) * 100vw));
}

.top-partner__heading{
    text-align: center;
}

.top-partner__heading h2{
    font-size: min(33px, calc(33 / var(--base-size) * 100vw));
    line-height: 1;
    font-weight: 500;
}

.top-partner__heading p{
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
    margin-top: min(14px, calc(14 / var(--base-size) * 100vw));
}

.top-partner__list{
    margin: min(60px, calc(60 / var(--base-size) * 100vw)) auto 0;
    display: grid;
    align-items: center;
    justify-items: center;
}

.top-partner__list__item{
    width: 100%;
    height: min(80px, calc(80 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-partner__list__item img{
    width: 100%;
    max-width: min(250px, calc(250 / var(--base-size) * 100vw));
    max-height: min(72px, calc(72 / var(--base-size) * 100vw));
    object-fit: contain;
}

.top-partner__list--shareholder{
    max-width: min(1050px, calc(1050 / var(--base-size) * 100vw));
    grid-template-columns: repeat(3, 1fr);
    gap: min(50px, calc(50 / var(--base-size) * 100vw)) min(55px, calc(55 / var(--base-size) * 100vw));
}

.top-partner__list--shareholder .top-partner__list__item img{
    max-width: none;
    max-height: none;
}

.top-partner__list--shareholder .top-partner__list__item:nth-child(1) img{ width: min(228px, calc(228 / var(--base-size) * 100vw)); height: min(102px, calc(102 / var(--base-size) * 100vw)); }
.top-partner__list--shareholder .top-partner__list__item:nth-child(2) img{ width: min(300px, calc(300 / var(--base-size) * 100vw)); height: min(69px, calc(69 / var(--base-size) * 100vw)); }
.top-partner__list--shareholder .top-partner__list__item:nth-child(3) img{ width: min(263px, calc(263 / var(--base-size) * 100vw)); height: min(59px, calc(59 / var(--base-size) * 100vw)); }
.top-partner__list--shareholder .top-partner__list__item:nth-child(4) img{ width: min(271px, calc(271 / var(--base-size) * 100vw)); height: min(63px, calc(63 / var(--base-size) * 100vw)); }
.top-partner__list--shareholder .top-partner__list__item:nth-child(5) img{ width: min(318px, calc(318 / var(--base-size) * 100vw)); height: min(54px, calc(54 / var(--base-size) * 100vw)); }
.top-partner__list--shareholder .top-partner__list__item:nth-child(6) img{ width: min(290px, calc(290 / var(--base-size) * 100vw)); height: min(58px, calc(58 / var(--base-size) * 100vw)); }
.top-partner__list--shareholder .top-partner__list__item:nth-child(7) img{ width: min(250px, calc(250 / var(--base-size) * 100vw)); height: min(65px, calc(65 / var(--base-size) * 100vw)); }

.top-partner__list--shareholder .top-partner__list__item:last-child{
    grid-column: 1 / 2;
}

.top-partner__list--client{
    max-width: min(970px, calc(970 / var(--base-size) * 100vw));
    grid-template-columns: repeat(5, 1fr);
    gap: min(25px, calc(25 / var(--base-size) * 100vw));
}

.top-partner__list--client .top-partner__list__item img{
    max-width: none;
    max-height: none;
}

.top-partner__list--client .top-partner__list__item:nth-child(1) img{ width: min(184px, calc(184 / var(--base-size) * 100vw)); height: min(59px, calc(59 / var(--base-size) * 100vw)); }
.top-partner__list--client .top-partner__list__item:nth-child(2) img{ width: min(171px, calc(171 / var(--base-size) * 100vw)); height: min(50px, calc(50 / var(--base-size) * 100vw)); }
.top-partner__list--client .top-partner__list__item:nth-child(3) img{ width: min(149px, calc(149 / var(--base-size) * 100vw)); height: min(67px, calc(67 / var(--base-size) * 100vw)); }
.top-partner__list--client .top-partner__list__item:nth-child(4) img{ width: min(141px, calc(141 / var(--base-size) * 100vw)); height: min(60px, calc(60 / var(--base-size) * 100vw)); }
.top-partner__list--client .top-partner__list__item:nth-child(5) img{ width: min(119px, calc(119 / var(--base-size) * 100vw)); height: min(51px, calc(51 / var(--base-size) * 100vw)); }

.top-partner__list--bank{
    max-width: min(790px, calc(790 / var(--base-size) * 100vw));
    grid-template-columns: repeat(3, 1fr);
    gap: min(32px, calc(32 / var(--base-size) * 100vw));
    margin-top: min(32px, calc(32 / var(--base-size) * 100vw));
}

.top-partner__list--bank .top-partner__list__item img{
    max-width: none;
    max-height: none;
}

.top-partner__list--bank .top-partner__list__item:nth-child(1) img{ width: min(257px, calc(257 / var(--base-size) * 100vw)); height: min(80px, calc(80 / var(--base-size) * 100vw)); }
.top-partner__list--bank .top-partner__list__item:nth-child(2) img{ width: min(237px, calc(237 / var(--base-size) * 100vw)); height: min(73px, calc(73 / var(--base-size) * 100vw)); }
.top-partner__list--bank .top-partner__list__item:nth-child(3) img{ width: min(250px, calc(250 / var(--base-size) * 100vw)); height: min(78px, calc(78 / var(--base-size) * 100vw)); }

.top-contact{
    padding-bottom: min(143px, calc(143 / var(--base-size) * 100vw));
}

.top-contact__inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(22px, calc(22 / var(--base-size) * 100vw));
}

.footer{
    height: min(438px, calc(438 / var(--base-size) * 100vw));
    color: #FFFFFF;
    background-image: url(../img/texture-bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(109px, calc(109 / var(--base-size) * 100vw)) 0 0;
    position: relative;
}

.footer__inner{
    display: flex;
    justify-content: space-between;
    gap: min(80px, calc(80 / var(--base-size) * 100vw));
}

.footer__logo{
    display: block;
    width: min(241px, calc(241 / var(--base-size) * 100vw));
}

.footer__right{
    display: flex;
    gap: min(80px, calc(80 / var(--base-size) * 100vw));
}

.footer__menu{
    width: min(133px, calc(133 / var(--base-size) * 100vw));
}

.footer__menu li{
    list-style: none;
}

.footer__menu li + li{
    margin-top: min(24px, calc(24 / var(--base-size) * 100vw));
}

.footer__menu a{
    padding-left: min(22px, calc(22 / var(--base-size) * 100vw));
    display: block;
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
    position: relative;
}

.footer__menu a::before{
    content: "";
    width: min(6px, calc(6 / var(--base-size) * 100vw));
    height: min(6px, calc(6 / var(--base-size) * 100vw));
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer__buttons{
    width: min(218px, calc(218 / var(--base-size) * 100vw));
}

.footer__buttons a{
    min-height: min(50px, calc(50 / var(--base-size) * 100vw));
    padding: 0 min(18px, calc(18 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black);
    background-color: #F7F7F7;
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
    transition: color 0.3s, background-color 0.3s;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
}

.footer__buttons a + a{
    color: #FFFFFF;
    background-color: rgba(118,118,118,0.8);
    margin-top: min(20px, calc(20 / var(--base-size) * 100vw));
}

.footer__buttons a:hover{
    color: #FFFFFF;
    background-color: var(--black);
}

.footer__bottom{
    border-top: min(1px, calc(1 / var(--base-size) * 100vw)) solid rgba(255,255,255,0.45);
    padding-top: min(18px, calc(18 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: min(46px, calc(46 / var(--base-size) * 100vw));
    left: 0;
}

.footer__access{
    display: flex;
    align-items: center;
    gap: min(18px, calc(18 / var(--base-size) * 100vw));
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
}

.footer__access a{
    font-family: "Figtree", sans-serif;
    font-size: min(13px, calc(13 / var(--base-size) * 100vw));
    font-weight: 400;
}

.footer__privacy{
    margin-left: min(70px, calc(70 / var(--base-size) * 100vw));
    font-size: min(13px, calc(13 / var(--base-size) * 100vw));
}

.footer__copyright{
    margin-left: auto;
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
}

/* News archive */
.news-archive{
    padding: min(94px, calc(94 / var(--base-size) * 100vw)) 0 min(121px, calc(121 / var(--base-size) * 100vw));
}

.news-archive__head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.news-archive__head h1{
    font-size: min(33px, calc(33 / var(--base-size) * 100vw));
    line-height: 1;
    font-weight: 500;
}

.news-archive__head p{
    color: var(--gray);
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
    line-height: 1;
}

.news-archive__category{
    margin-top: min(38px, calc(38 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    gap: min(20px, calc(20 / var(--base-size) * 100vw));
    color: #B7B7B7;
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
    line-height: min(16px, calc(16 / var(--base-size) * 100vw));
}

.news-archive__category a{
    transition: color 0.3s;
}

.news-archive__category a:hover,
.news-archive__category a.is-active{
    color: var(--black);
}

.news-archive__list{
    margin-top: min(65px, calc(65 / var(--base-size) * 100vw));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: min(52.72px, calc(52.72 / var(--base-size) * 100vw));
    row-gap: min(57px, calc(57 / var(--base-size) * 100vw));
}

.news-card a{
    display: block;
}

.news-card__image{
    aspect-ratio: 353.519 / 245.112;
    overflow: hidden;
}

.news-card__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card a:hover .news-card__image img{
    transform: scale(1.03);
}

.news-card__info{
    margin-top: min(19px, calc(19 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    gap: min(19px, calc(19 / var(--base-size) * 100vw));
    color: var(--gray);
    font-size: min(11px, calc(11 / var(--base-size) * 100vw));
    line-height: min(16px, calc(16 / var(--base-size) * 100vw));
}

.news-card h2{
    margin-top: min(14px, calc(14 / var(--base-size) * 100vw));
    display: -webkit-box;
    overflow: hidden;
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: min(24px, calc(24 / var(--base-size) * 100vw));
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-pagination{
    width: 100%;
    max-width: 230px;
    margin-top: min(125px, calc(125 / var(--base-size) * 100vw));
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: 1.2;
}

.news-pagination > *{
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-pagination__ellipsis{
    color: #B7B7B7;
}

.news-pagination__current{
    color: var(--black);
}

.news-pagination a:hover{
    color: var(--black);
}

.news-pagination__arrow{
    line-height: 0;
}

.news-pagination__arrow img{
    width: min(16.508px, calc(16.508 / var(--base-size) * 100vw));
    height: auto;
}

.news-pagination__arrow.is-disabled{
    cursor: default;
    pointer-events: none;
}

.news-page .footer__logo{
    width: min(224px, calc(224 / var(--base-size) * 100vw));
}

.news-page .footer{
    padding-top: min(108px, calc(108 / var(--base-size) * 100vw));
}

/* News single */
.single-article{
    padding: min(94px, calc(94 / var(--base-size) * 100vw)) 0 0;
}

.single-article__head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.single-article__head h1{
    font-size: min(33px, calc(33 / var(--base-size) * 100vw));
    line-height: 1;
    font-weight: 500;
}

.single-article__head p{
    color: var(--gray);
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
    line-height: 1;
}

.single-article__post{
    width: calc(100% - min(60px, calc(60 / var(--base-size) * 100vw)));
    max-width: min(900px, calc(900 / var(--base-size) * 100vw));
    margin: min(89px, calc(89 / var(--base-size) * 100vw)) auto 0;
}

.single-article__post__head h2{
    font-size: min(24px, calc(24 / var(--base-size) * 100vw));
    line-height: min(40px, calc(40 / var(--base-size) * 100vw));
    font-weight: 500;
}

.single-article__info{
    margin-top: min(37px, calc(37 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    gap: min(24px, calc(24 / var(--base-size) * 100vw));
    color: var(--gray);
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
    line-height: min(20px, calc(20 / var(--base-size) * 100vw));
}

.single-article__image{
    margin-top: min(60px, calc(60 / var(--base-size) * 100vw));
}

.single-article__image img{
    width: 100%;
    height: auto;
    display: block;
}

.single-article__body{
    margin-top: min(60px, calc(60 / var(--base-size) * 100vw));
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: min(36px, calc(36 / var(--base-size) * 100vw));
}

.single-article__back{
    width: max-content;
    margin: min(98px, calc(98 / var(--base-size) * 100vw)) auto min(175px, calc(175 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    gap: min(27px, calc(27 / var(--base-size) * 100vw));
    font-size: min(24px, calc(24 / var(--base-size) * 100vw));
    line-height: min(30px, calc(30 / var(--base-size) * 100vw));
}

.single-article__back span:first-child{
    font-size: min(28px, calc(28 / var(--base-size) * 100vw));
    line-height: 1;
}

.single-page .footer{
    padding-top: min(108px, calc(108 / var(--base-size) * 100vw));
}

.single-page .footer__logo{
    width: min(224px, calc(224 / var(--base-size) * 100vw));
}

/* Contact */
.contact{
    padding: min(94px, calc(94 / var(--base-size) * 100vw)) 0 min(118px, calc(118 / var(--base-size) * 100vw));
}

.contact__head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.contact__head h1{
    font-size: min(33px, calc(33 / var(--base-size) * 100vw));
    line-height: 1;
    font-weight: 500;
}

.contact__head p{
    color: var(--gray);
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
    line-height: 1;
}

.contact__content{
    width: calc(100% - min(60px, calc(60 / var(--base-size) * 100vw)));
    max-width: min(900px, calc(900 / var(--base-size) * 100vw));
    margin: min(97px, calc(97 / var(--base-size) * 100vw)) auto 0;
}

.pp__content{
    width: calc(100% - min(60px, calc(60 / var(--base-size) * 100vw)));
    max-width: min(900px, calc(900 / var(--base-size) * 100vw));
    margin: min(97px, calc(97 / var(--base-size) * 100vw)) auto 0;
}

.pp__content p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 8px 0 40px 0;
}

.pp__content h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 40px 0 8px 0;
}

.contact__lead{
    font-size: min(20px, calc(20 / var(--base-size) * 100vw));
    line-height: min(38px, calc(38 / var(--base-size) * 100vw));
}

.contact__lead span:nth-child(3){
    display: block;
}

.contact-form{
    margin-top: min(88px, calc(88 / var(--base-size) * 100vw));
}

.contact-form__item{
    min-height: min(50px, calc(50 / var(--base-size) * 100vw));
    display: grid;
    grid-template-columns: min(172px, calc(172 / var(--base-size) * 100vw)) minmax(0, 1fr);
    align-items: center;
}

.contact-form__item + .contact-form__item{
    margin-top: min(22px, calc(22 / var(--base-size) * 100vw));
}

.contact-form__item label{
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: min(28px, calc(28 / var(--base-size) * 100vw));
}

.contact-form__item .required{
    color: #C90000;
}

.contact-form__item input,
.contact-form__item textarea{
    width: 100%;
    color: var(--black);
    background-color: #FFFFFF;
    border: min(1px, calc(1 / var(--base-size) * 100vw)) solid #707070;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
}

.contact-form__item input{
    height: min(50px, calc(50 / var(--base-size) * 100vw));
    padding: 0 min(14px, calc(14 / var(--base-size) * 100vw));
}

.contact-form__item--textarea{
    align-items: start;
}

.contact-form__item--textarea label{
    padding-top: min(7px, calc(7 / var(--base-size) * 100vw));
}

.contact-form__item textarea{
    height: min(374px, calc(374 / var(--base-size) * 100vw));
    padding: min(12px, calc(12 / var(--base-size) * 100vw)) min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: 1.7;
    resize: none;
}

.contact-form__submit{
    width: min(218px, calc(218 / var(--base-size) * 100vw));
    height: min(50px, calc(50 / var(--base-size) * 100vw));
    margin: min(73px, calc(73 / var(--base-size) * 100vw)) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(61px, calc(61 / var(--base-size) * 100vw));
    color: #FFFFFF;
    background-color: #767676;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: 1;
    transition: background-color 0.3s;
}

.contact-form__submit:hover{
    background-color: var(--black);
}

.contact-form__submit .arrow-icon{
    width: min(15px, calc(15 / var(--base-size) * 100vw));
    height: min(15px, calc(15 / var(--base-size) * 100vw));
}

.contact-form__error{
    grid-column: 2;
    margin-top: min(8px, calc(8 / var(--base-size) * 100vw));
    color: #C90000;
    font-size: min(13px, calc(13 / var(--base-size) * 100vw));
    line-height: 1.6;
}

.contact-form__item input.is-error,
.contact-form__item textarea.is-error{
    border-color: #C90000;
}

.contact-form__error--form{
    margin-top: min(40px, calc(40 / var(--base-size) * 100vw));
    text-align: center;
}

.contact-form__recaptcha-error{
    grid-column: auto;
    text-align: center;
}

.contact-form__recaptcha-error:empty{
    display: none;
}

.contact-form__honeypot{
    width: 1px;
    height: 1px;
    position: fixed;
    left: -100vw;
    overflow: hidden;
}

.contact-form--confirm input[readonly],
.contact-form--confirm textarea[readonly]{
    background-color: #F5F5F5;
}

.contact-form__actions{
    margin-top: min(73px, calc(73 / var(--base-size) * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(24px, calc(24 / var(--base-size) * 100vw));
}

.contact-form__actions .contact-form__submit,
.contact-form__actions .contact-form__back{
    width: min(218px, calc(218 / var(--base-size) * 100vw));
    height: min(50px, calc(50 / var(--base-size) * 100vw));
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(4px, calc(4 / var(--base-size) * 100vw));
    font-size: min(14px, calc(14 / var(--base-size) * 100vw));
    line-height: 1;
}

.contact-form__actions .contact-form__submit{
    gap: min(20px, calc(20 / var(--base-size) * 100vw));
}

.contact-form__submit[disabled]{
    opacity: 0.6;
    cursor: wait;
}

.contact-form__back{
    color: var(--black);
    background-color: #FFFFFF;
    border: min(1px, calc(1 / var(--base-size) * 100vw)) solid #767676;
    transition: color 0.3s, background-color 0.3s;
}

.contact-form__back:hover{
    color: #FFFFFF;
    background-color: var(--black);
}

.contact-thanks{
    margin-top: min(88px, calc(88 / var(--base-size) * 100vw));
    text-align: center;
}

.contact-thanks h2{
    font-size: min(24px, calc(24 / var(--base-size) * 100vw));
    line-height: 1.6;
}

.contact-thanks p{
    margin-top: min(28px, calc(28 / var(--base-size) * 100vw));
    font-size: min(16px, calc(16 / var(--base-size) * 100vw));
    line-height: 2;
}

.contact-thanks .contact-form__submit{
    text-decoration: none;
}

.contact-page .footer{
    padding-top: min(108px, calc(108 / var(--base-size) * 100vw));
}

.contact-page .footer__logo{
    width: min(224px, calc(224 / var(--base-size) * 100vw));
}

@media screen and (max-width: 900px){
    .header__wrap{
        width: calc(100% - min(40px, calc(40 / var(--base-size) * 100vw)));
    }

    .header__menu__list{
        gap: min(15px, calc(15 / var(--base-size) * 100vw));
    }

    .header__menu__sub{
        display: none;
    }

    .top-about__content{
        grid-template-columns: 1fr 1fr;
    }

    .top-about__ttl{
        grid-column: 1 / 3;
    }

    .top-company__table__row{
        grid-template-columns: min(130px, calc(130 / var(--base-size) * 100vw)) minmax(0, 1fr) min(240px, calc(240 / var(--base-size) * 100vw));
    }
}

/* SP */

@media screen and (max-width: 767px){
    :root{
        --base-size: 375;
        --side-space: min(37.5px, calc(30 / var(--base-size) * 100vw));
        --header-height: min(87.5px, calc(70 / var(--base-size) * 100vw));
        --top-fv-copy-height: min(370px, calc(296 / var(--base-size) * 100vw));
        --top-fv-space: min(17.5px, calc(14 / var(--base-size) * 100vw));
        --top-fv-bottom-space: 0px;
        --top-fv-visual-min-height: 280px;
        --top-fv-visual-max-height: 620px;
    }

    html{
        scroll-padding-top: calc(var(--header-height) + 15px);
    }

    .common-inner{
        width: calc(100% - min(75px, calc(60 / var(--base-size) * 100vw)));
    }

    .section__heading{
        gap: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .section__ttl,
    .section__subttl,
    .section__slash,
    .top-about .section__ttl,
    .top-about .section__subttl,
    .top-about .section__slash{
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .news-archive{
        padding: min(48.75px, calc(39 / var(--base-size) * 100vw)) 0 min(111.25px, calc(89 / var(--base-size) * 100vw));
    }

    .news-archive__head h1{
        font-size: min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .news-archive__head p{
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .news-archive__category{
        margin-top: min(42.5px, calc(34 / var(--base-size) * 100vw));
        gap: min(21.25px, calc(17 / var(--base-size) * 100vw));
    }

    .news-archive__list{
        margin-top: min(57.5px, calc(46 / var(--base-size) * 100vw));
        grid-template-columns: 1fr;
        row-gap: min(60px, calc(48 / var(--base-size) * 100vw));
    }

    .news-card:nth-child(n + 6){
        display: none;
    }

    .news-card__info{
        margin-top: min(23.75px, calc(19 / var(--base-size) * 100vw));
    }

    .news-card h2{
        margin-top: min(6.25px, calc(5 / var(--base-size) * 100vw));
    }

    .news-pagination{
        margin-top: min(62.5px, calc(50 / var(--base-size) * 100vw));
        font-size: min(18px, calc(16 / var(--base-size) * 100vw));
    }

    .news-pagination__arrow img{
        width: min(20.635px, calc(16.508 / var(--base-size) * 100vw));
    }

    .pc-only{
        display: none;
    }

    .news-page .footer{
        min-height: min(991.25px, calc(793 / var(--base-size) * 100vw));
        padding-top: min(141.25px, calc(113 / var(--base-size) * 100vw));
    }

    .news-page .footer__logo{
        width: min(232.5px, calc(186 / var(--base-size) * 100vw));
    }

    .single-article{
        padding-top: min(48.75px, calc(39 / var(--base-size) * 100vw));
    }

    .single-article__head h1{
        font-size: min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .single-article__head p{
        max-width: min(112.5px, calc(90 / var(--base-size) * 100vw));
        overflow: hidden;
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .single-article__post{
        width: calc(100% - min(75px, calc(60 / var(--base-size) * 100vw)));
        margin-top: min(42.5px, calc(34 / var(--base-size) * 100vw));
    }

    .single-article__post__head{
        display: flex;
        flex-direction: column;
    }

    .single-article__post__head h2{
        margin-top: min(53.75px, calc(43 / var(--base-size) * 100vw));
        font-size: min(21.25px, calc(17 / var(--base-size) * 100vw));
        line-height: min(37.5px, calc(30 / var(--base-size) * 100vw));
        order: 2;
    }

    .single-article__info{
        margin-top: 0;
        gap: min(18.75px, calc(15 / var(--base-size) * 100vw));
        font-size: min(13.75px, calc(11 / var(--base-size) * 100vw));
        line-height: min(20px, calc(16 / var(--base-size) * 100vw));
        order: 1;
    }

    .single-article__info span:nth-child(2){
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .single-article__image{
        height: auto;
        margin-top: min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .single-article__body{
        margin-top: min(30px, calc(24 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
        line-height: min(37.5px, calc(30 / var(--base-size) * 100vw));
    }

    .single-article__back{
        margin: min(73.75px, calc(59 / var(--base-size) * 100vw)) auto min(128.75px, calc(103 / var(--base-size) * 100vw));
        gap: min(22.5px, calc(18 / var(--base-size) * 100vw));
        font-size: min(22.5px, calc(18 / var(--base-size) * 100vw));
        line-height: min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .single-article__back span:first-child{
        font-size: min(27.5px, calc(22 / var(--base-size) * 100vw));
    }

    .single-page .footer{
        min-height: min(991.25px, calc(793 / var(--base-size) * 100vw));
        padding-top: min(141.25px, calc(113 / var(--base-size) * 100vw));
    }

    .single-page .footer__logo{
        width: min(232.5px, calc(186 / var(--base-size) * 100vw));
    }

    .contact{
        padding: min(48.75px, calc(39 / var(--base-size) * 100vw)) 0 min(137.5px, calc(110 / var(--base-size) * 100vw));
    }

    .contact__head h1{
        font-size: min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .contact__head p{
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .contact__content{
        width: calc(100% - min(75px, calc(60 / var(--base-size) * 100vw)));
        margin-top: min(65px, calc(52 / var(--base-size) * 100vw));
    }

    .contact__lead{
        font-size: min(20px, calc(16 / var(--base-size) * 100vw));
        line-height: min(37.5px, calc(30 / var(--base-size) * 100vw));
    }

    .contact__lead span{
        display: block;
    }

    .contact-form{
        margin-top: min(85px, calc(68 / var(--base-size) * 100vw));
    }

    .contact-form__item{
        min-height: min(50px, calc(40 / var(--base-size) * 100vw));
        grid-template-columns: min(143.75px, calc(115 / var(--base-size) * 100vw)) minmax(0, 1fr);
    }

    .contact-form__item + .contact-form__item{
        margin-top: min(40px, calc(32 / var(--base-size) * 100vw));
    }

    .contact-form__item label{
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
        line-height: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .contact-form__item input{
        height: min(50px, calc(40 / var(--base-size) * 100vw));
        padding: 0 min(12.5px, calc(10 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
    }

    .contact-form__item--textarea{
        margin-top: min(45px, calc(36 / var(--base-size) * 100vw)) !important;
        display: block;
    }

    .contact-form__item--textarea label{
        padding-top: 0;
        display: block;
    }

    .contact-form__item textarea{
        height: min(345px, calc(276 / var(--base-size) * 100vw));
        margin-top: min(20px, calc(16 / var(--base-size) * 100vw));
        padding: min(12.5px, calc(10 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
    }

    .contact-form__submit{
        margin-top: min(72.5px, calc(58 / var(--base-size) * 100vw));
        gap: min(76.25px, calc(61 / var(--base-size) * 100vw));
    }

    .contact-page .footer{
        min-height: min(991.25px, calc(793 / var(--base-size) * 100vw));
        padding-top: min(141.25px, calc(113 / var(--base-size) * 100vw));
    }

    .contact-page .footer__logo{
        width: min(232.5px, calc(186 / var(--base-size) * 100vw));
    }

    .contact{
        padding-top: min(48.75px, calc(39 / var(--base-size) * 100vw));
        padding-bottom: min(137.5px, calc(110 / var(--base-size) * 100vw));
    }

    .contact__head h1{
        font-size: min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .contact__head p{
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .contact__content{
        width: calc(100% - min(75px, calc(60 / var(--base-size) * 100vw)));
        margin-top: min(67.5px, calc(54 / var(--base-size) * 100vw));
    }

    .contact__lead{
        font-size: min(20px, calc(16 / var(--base-size) * 100vw));
        line-height: min(37.5px, calc(30 / var(--base-size) * 100vw));
    }

    .contact__lead span{
        display: block;
    }

    .contact-form{
        margin-top: min(85px, calc(68 / var(--base-size) * 100vw));
    }

    .contact-form__item{
        min-height: min(50px, calc(40 / var(--base-size) * 100vw));
        grid-template-columns: min(143.75px, calc(115 / var(--base-size) * 100vw)) minmax(0, 1fr);
    }

    .contact-form__item + .contact-form__item{
        margin-top: min(40px, calc(32 / var(--base-size) * 100vw));
    }

    .contact-form__item label{
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
        line-height: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .contact-form__item input{
        height: min(50px, calc(40 / var(--base-size) * 100vw));
        padding: 0 min(12.5px, calc(10 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
    }

    .contact-form__item + .contact-form__item--textarea{
        margin-top: min(47.5px, calc(38 / var(--base-size) * 100vw));
    }

    .contact-form__item--textarea{
        display: block;
    }

    .contact-form__item--textarea label{
        padding-top: 0;
        display: block;
    }

    .contact-form__item textarea{
        height: min(345px, calc(276 / var(--base-size) * 100vw));
        margin-top: min(25px, calc(20 / var(--base-size) * 100vw));
        padding: min(12.5px, calc(10 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
    }

    .contact-form__submit{
        margin-top: min(72.5px, calc(58 / var(--base-size) * 100vw));
    }

    .contact-form__error{
        margin-top: min(10px, calc(8 / var(--base-size) * 100vw));
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .contact-form__item--textarea .contact-form__error{
        margin-top: min(10px, calc(8 / var(--base-size) * 100vw));
    }

    .contact-form__actions{
        margin-top: min(72.5px, calc(58 / var(--base-size) * 100vw));
        flex-direction: column;
        gap: min(18.75px, calc(15 / var(--base-size) * 100vw));
    }

    .contact-thanks{
        margin-top: min(85px, calc(68 / var(--base-size) * 100vw));
    }

    .contact-thanks h2{
        font-size: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .contact-thanks p{
        margin-top: min(30px, calc(24 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
    }

    .header{
        height: min(87.5px, calc(70 / var(--base-size) * 100vw));
        transition: none;
    }

    .header::before{
        content: "";
        background-image: url(../img/hum_bg.webp);
        background-position: center;
        background-size: cover;
        position: fixed;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0s linear 0.46s;
    }

    .header::after{
        content: "";
        height: min(1.25px, calc(1 / var(--base-size) * 100vw));
        background-color: rgba(255,255,255,0.7);
        position: absolute;
        top: min(86.25px, calc(69 / var(--base-size) * 100vw));
        right: min(37.5px, calc(30 / var(--base-size) * 100vw));
        left: min(37.5px, calc(30 / var(--base-size) * 100vw));
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0s linear 0.46s;
    }

    .header.is-menu-open,
    .header.is-menu-closing{
        color: #FFFFFF;
    }

    .header.is-menu-open::before{
        opacity: 1;
        visibility: visible;
        transition: opacity 0.38s ease;
    }

    .header.is-menu-closing::before{
        opacity: 0;
        visibility: visible;
        transition: opacity 0.28s ease 0.14s;
    }

    .header.is-menu-open::after{
        opacity: 1;
        visibility: visible;
        transition: opacity 0.25s ease 0.1s;
    }

    .header.is-menu-closing::after{
        opacity: 0;
        visibility: visible;
        transition: opacity 0.18s ease;
    }

    .header__wrap{
        width: calc(100% - min(75px, calc(60 / var(--base-size) * 100vw)));
        height: min(87.5px, calc(70 / var(--base-size) * 100vw));
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .header__logo{
        width: min(140px, calc(112 / var(--base-size) * 100vw));
        margin: 0;
        position: absolute;
        top: min(28.75px, calc(23 / var(--base-size) * 100vw));
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .header__logo img{
        width: min(140px, calc(112 / var(--base-size) * 100vw));
        transition: filter 0.25s ease;
    }

    .hum__button{
        width: min(35px, calc(28 / var(--base-size) * 100vw));
        height: min(35px, calc(28 / var(--base-size) * 100vw));
        margin-left: auto;
        padding: 0;
        border: 0;
        background: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .hum__button__bar{
        width: min(35px, calc(28 / var(--base-size) * 100vw));
        height: min(1.25px, calc(1 / var(--base-size) * 100vw));
        background-color: var(--black);
        position: absolute;
        right: 0;
        transition: transform 0.3s, opacity 0.3s, background-color 0.25s;
    }

    .hum__button__bar--top{
        top: min(6.25px, calc(5 / var(--base-size) * 100vw));
    }

    .hum__button__bar--middle{
        top: min(16.25px, calc(13 / var(--base-size) * 100vw));
    }

    .hum__button__bar--bottom{
        top: min(26.25px, calc(21 / var(--base-size) * 100vw));
    }

    .hum__button.is-active .hum__button__bar--top{
        transform: translateY(min(10px, calc(8 / var(--base-size) * 100vw))) rotate(45deg);
    }

    .hum__button.is-active .hum__button__bar--middle{
        opacity: 0;
    }

    .hum__button.is-active .hum__button__bar--bottom{
        transform: translateY(max(-10px, calc(-8 / var(--base-size) * 100vw))) rotate(-45deg);
    }

    .header.is-menu-open .header__logo img{
        filter: brightness(0) invert(1);
    }

    .header.is-menu-closing .header__logo img{
        filter: none;
        transition: filter 0.2s ease 0.2s;
    }

    .header.is-menu-open .hum__button__bar{
        background-color: #FFFFFF;
    }

    .header.is-menu-closing .hum__button__bar{
        background-color: var(--black);
        transition: transform 0.3s, opacity 0.3s, background-color 0.2s ease 0.2s;
    }

    .header__menu{
        width: 100%;
        height: calc(100vh - min(87.5px, calc(70 / var(--base-size) * 100vw)));
        height: calc(100dvh - min(87.5px, calc(70 / var(--base-size) * 100vw)));
        padding: min(97.5px, calc(78 / var(--base-size) * 100vw)) min(56.25px, calc(45 / var(--base-size) * 100vw)) min(35px, calc(28 / var(--base-size) * 100vw));
        display: block;
        color: #FFFFFF;
        background: transparent;
        position: fixed;
        top: min(87.5px, calc(70 / var(--base-size) * 100vw));
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(min(10px, calc(8 / var(--base-size) * 100vw)));
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
        overflow-y: auto;
    }

    .header__menu.is-active{
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s, visibility 0s;
    }

    .header__menu__ttl,
    .header__menu__label--sp,
    .header__menu__sp{
        display: block;
    }

    .header__menu__label--pc,
    .header__menu__sub{
        display: none;
    }

    .header__menu__list li.header__menu__list__contact{
        display: none;
    }

    .header__menu__ttl{
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .header__menu__list{
        height: auto;
        margin-top: min(61.25px, calc(49 / var(--base-size) * 100vw));
        display: block;
    }

    .header__menu__list li{
        height: auto;
        border: 0;
    }

    .header__menu__list li + li{
        margin-top: min(28.75px, calc(23 / var(--base-size) * 100vw));
    }

    .header__menu__list__item{
        width: 100%;
        height: auto;
        min-height: min(38.75px, calc(31 / var(--base-size) * 100vw));
        padding: 0 0 0 min(32.5px, calc(26 / var(--base-size) * 100vw));
        font-size: min(23.75px, calc(19 / var(--base-size) * 100vw));
        line-height: 1.6;
        position: relative;
    }

    .header__menu__list__item::before{
        content: "";
        width: min(15px, calc(12 / var(--base-size) * 100vw));
        height: min(15px, calc(12 / var(--base-size) * 100vw));
        border-radius: 50%;
        background-color: #FFFFFF;
        position: absolute;
        top: min(11.25px, calc(9 / var(--base-size) * 100vw));
        left: 0;
    }

    .header__menu__sp__buttons{
        margin-top: min(76.25px, calc(61 / var(--base-size) * 100vw));
    }

    .header__menu__sp__buttons a{
        height: min(62.5px, calc(50 / var(--base-size) * 100vw));
        padding: 0 min(25px, calc(20 / var(--base-size) * 100vw));
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--black);
        background-color: #F7F7F7;
        border-radius: min(3.75px, calc(3 / var(--base-size) * 100vw));
        font-size: min(18.75px, calc(15 / var(--base-size) * 100vw));
        position: relative;
    }

    .header__menu__sp__buttons a:first-child{
        background-color: #D8D8D8;
    }

    .header__menu__sp__buttons a + a{
        margin-top: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .header__menu__sp__buttons .arrow-icon{
        width: min(18.75px, calc(15 / var(--base-size) * 100vw));
        height: min(18.75px, calc(15 / var(--base-size) * 100vw));
        position: absolute;
        right: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .header__menu__sp__copy{
        margin-top: min(82.5px, calc(66 / var(--base-size) * 100vw));
        text-align: center;
        font-size: min(16.25px, calc(13 / var(--base-size) * 100vw));
    }

    .header__menu__sp__copyright{
        width: 100%;
        text-align: center;
        font-size: min(12.5px, calc(10 / var(--base-size) * 100vw));
        position: absolute;
        right: 0;
        bottom: min(40px, calc(32 / var(--base-size) * 100vw));
        left: 0;
    }

    main{
        padding-top: min(87.5px, calc(70 / var(--base-size) * 100vw));
    }

    .top-fv{
        padding: min(17.5px, calc(14 / var(--base-size) * 100vw)) min(18.75px, calc(15 / var(--base-size) * 100vw)) 0;
    }

    .top-fv__visual{
        height: clamp(var(--top-fv-visual-min-height), calc(100vh - var(--top-fv-header-height, var(--header-height)) - var(--top-fv-copy-height-current, var(--top-fv-copy-height)) - var(--top-fv-space) - var(--top-fv-bottom-space)), var(--top-fv-visual-max-height));
        height: clamp(var(--top-fv-visual-min-height), calc(100svh - var(--top-fv-header-height, var(--header-height)) - var(--top-fv-copy-height-current, var(--top-fv-copy-height)) - var(--top-fv-space) - var(--top-fv-bottom-space)), var(--top-fv-visual-max-height));
    }

    .top-fv__copy{
        padding: min(51.25px, calc(41 / var(--base-size) * 100vw)) min(18.75px, calc(15 / var(--base-size) * 100vw)) min(30px, calc(22 / var(--base-size) * 100vw));
        display: block;
        border-bottom: 0;
    }



    .top-fv__ttl{
        font-size: min(27.5px, calc(22 / var(--base-size) * 100vw));
        line-height: 1.65;
    }

    .top-fv__ttl span{
        display: block;
    }

    .top-fv__en{
        margin-top: min(30px, calc(24 / var(--base-size) * 100vw));
        font-size: min(12.5px, calc(10 / var(--base-size) * 100vw));
    }

    .top-about{
        padding-top: 0;
        margin-top: 0;
    }

    .top-about__inner{
        padding-top: min(130px, calc(128 / var(--base-size) * 100vw));
        margin-top: min(90px, calc(87 / var(--base-size) * 100vw));
        border-top: min(1px, calc(1 / var(--base-size) * 100vw)) solid #000000;
    }

    .top-about__content{
        margin-top: min(62.5px, calc(50 / var(--base-size) * 100vw));
        display: block;
    }

    .top-about__ttl{
        font-size: min(27.5px, calc(22 / var(--base-size) * 100vw));
        line-height: 1.65;
    }

    .top-about__ja{
        position: relative;
        margin-top: min(52.5px, calc(42 / var(--base-size) * 100vw));
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
        line-height: 1.72;
        padding-bottom: min(50px, calc(40 / var(--base-size) * 100vw));
    }

    .top-about__ja::after{
        content: "";
        position: absolute;
        width: min(25px, calc(20 / var(--base-size) * 100vw));
        height: min(1.25px, calc(1 / var(--base-size) * 100vw)) ;
        background-color: #B7B7B7;
        left: 0;
        top: 100%;
    }

    .top-about__ja p + p{
        margin-top: min(33.75px, calc(27 / var(--base-size) * 100vw));
    }

    .top-about__en{
        margin-top: min(48.75px, calc(39 / var(--base-size) * 100vw));
        font-size: min(13.75px, calc(11 / var(--base-size) * 100vw));
        line-height: 1.65;
    }

    .top-about__en h3{
        font-size: min(18.75px, calc(15 / var(--base-size) * 100vw));
        line-height: 1.55;
        margin-bottom: min(37.5px, calc(30 / var(--base-size) * 100vw));
    }

    .top-about__en p + p{
        margin-top: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .top-value{
        padding-top: min(170px, calc(160 / var(--base-size) * 100vw));
    }

    .top-value__list{
        margin-top: min(56.25px, calc(45 / var(--base-size) * 100vw));
        grid-template-columns: 1fr;
        gap: min(12.5px, calc(10 / var(--base-size) * 100vw));
    }

    .top-value__list__item{
        min-height: min(120px, calc(96 / var(--base-size) * 100vw));
        background-image: url(../img/topvalue_bg_sp.webp);
        background-position: center;
        background-size: cover;
    }

    .top-value__list__item__content{
        min-height: min(117.5px, calc(94 / var(--base-size) * 100vw));
        padding: min(22.5px, calc(18 / var(--base-size) * 100vw)) min(23.75px, calc(19 / var(--base-size) * 100vw)) min(20px, calc(16 / var(--base-size) * 100vw));
        position: relative;
    }

    .top-value__list__item__top h3{
        font-size: min(26.25px, calc(21 / var(--base-size) * 100vw));
    }

    .top-value__list__item__top span,
    .top-value__list__item__en{
        font-size: min(11.25px, calc(9 / var(--base-size) * 100vw));
    }

    .top-value__list__item__en{
        margin-top: min(13.75px, calc(11 / var(--base-size) * 100vw));
    }

    .top-value__list__item__txt{
        border: 0;
        padding: 0;
        margin: 0;
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
        position: absolute;
        right: min(23.75px, calc(19 / var(--base-size) * 100vw));
        bottom: min(21.25px, calc(17 / var(--base-size) * 100vw));
    }

    .top-value__recruit{
        margin-top: min(50px, calc(40 / var(--base-size) * 100vw));
    }

    .wide-link{
        min-height: min(205px, calc(164 / var(--base-size) * 100vw));
    }

    .wide-link__ttl{
        font-size: min(28.75px, calc(23 / var(--base-size) * 100vw));
    }

    .wide-link__txt{
        margin-top: min(17.5px, calc(14 / var(--base-size) * 100vw));
        font-size: min(16.25px, calc(13 / var(--base-size) * 100vw));
    }

    .top-news{
        padding: min(201.25px, calc(161 / var(--base-size) * 100vw)) 0 min(62.5px, calc(50 / var(--base-size) * 100vw));
        position: relative;
    }

    .top-news__head{
        align-items: center;
    }

    .top-news__head .top-news__more{
        display: none;
    }

    .top-news__slider{
        margin-top: min(56.25px, calc(45 / var(--base-size) * 100vw));
        padding-left: min(37.5px, calc(30 / var(--base-size) * 100vw));
    }

    .top-news__slider.slick-initialized .slick-list{
        margin: 0 max(-6.25px, calc(-5 / var(--base-size) * 100vw));
    }

    .top-news__slider__item{
        width: min(327.5px, calc(262 / var(--base-size) * 100vw));
        height: min(331.25px, calc(265 / var(--base-size) * 100vw));
    }

    .top-news__slider__item__image{
        height: min(210px, calc(168 / var(--base-size) * 100vw));
    }

    .top-news__slider__item__content{
        min-height: min(118.75px, calc(95 / var(--base-size) * 100vw));
        padding: min(18.75px, calc(15 / var(--base-size) * 100vw)) min(20px, calc(16 / var(--base-size) * 100vw)) min(17.5px, calc(14 / var(--base-size) * 100vw));
    }

    .top-news__slider__item__info{
        gap: min(16.25px, calc(13 / var(--base-size) * 100vw));
        font-size: min(11.25px, calc(9 / var(--base-size) * 100vw));
    }

    .top-news__slider__item__content h3,
    .top-news__slider__item--main .top-news__slider__item__content h3{
        font-size: min(16.25px, calc(13 / var(--base-size) * 100vw));
        line-height: 1.65;
        margin-top: min(20px, calc(16 / var(--base-size) * 100vw));
    }

    .top-news__slider__item__content > .arrow-icon{
        width: min(15px, calc(12 / var(--base-size) * 100vw));
        height: min(15px, calc(12 / var(--base-size) * 100vw));
        right: min(20px, calc(16 / var(--base-size) * 100vw));
        bottom: min(21.25px, calc(17 / var(--base-size) * 100vw));
    }

    .top-news__control{
        margin-top: min(53.75px, calc(43 / var(--base-size) * 100vw));
        align-items: center;
        justify-content: space-between;
    }

    .top-news__control button{
        font-size: min(37.5px, calc(30 / var(--base-size) * 100vw));
    }

    .top-news__control__more{
        display: flex;
        align-items: center;
        gap: min(15px, calc(12 / var(--base-size) * 100vw));
        font-size: min(18.75px, calc(15 / var(--base-size) * 100vw));
    }

    .top-news__control__more .arrow-icon{
        width: min(10px, calc(8 / var(--base-size) * 100vw));
        height: min(10px, calc(8 / var(--base-size) * 100vw));
    }

    .top-service{
        padding: min(102.5px, calc(82 / var(--base-size) * 100vw)) 0 min(190px, calc(152 / var(--base-size) * 100vw));
    }

    .top-service__bg{
        height: min(416.25px, calc(333 / var(--base-size) * 100vw));
    }

    .top-service__list{
        width: calc(100% + min(37.5px, calc(30 / var(--base-size) * 100vw)));
        margin-top: min(55px, calc(44 / var(--base-size) * 100vw));
        margin-left: max(-18.75px, calc(-15 / var(--base-size) * 100vw));
        grid-template-columns: 1fr;
        gap: min(12.5px, calc(10 / var(--base-size) * 100vw));
    }

    .top-service__list__item{
        min-height: min(351.25px, calc(281 / var(--base-size) * 100vw));
    }

    .top-service__list__item__content{
        min-height: min(348.75px, calc(279 / var(--base-size) * 100vw));
        padding: min(36.25px, calc(29 / var(--base-size) * 100vw)) min(36.25px, calc(29 / var(--base-size) * 100vw)) min(30px, calc(24 / var(--base-size) * 100vw));
    }

    .top-service__list__item h3{
        font-size: min(28.75px, calc(23 / var(--base-size) * 100vw));
        padding-left: min(26.25px, calc(21 / var(--base-size) * 100vw));
    }

    .top-service__list__item:nth-child(5) h3{
        font-size: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .top-service__list__item__ja{
        margin-top: min(21.25px, calc(17 / var(--base-size) * 100vw));
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .top-service__list__item__txt{
        margin-top: min(33.75px, calc(27 / var(--base-size) * 100vw));
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
        line-height: 2;
    }

    .top-service__list__item a{
        font-size: min(20px, calc(16 / var(--base-size) * 100vw));
    }

    .top-company{
        padding-top: min(10px, calc(8 / var(--base-size) * 100vw));
    }

    .top-company__table{
        margin-top: min(45px, calc(36 / var(--base-size) * 100vw));
    }

    .top-company__table__row,
    .top-company__table__row--wide{
        min-height: 0;
        padding: 0;
        display: grid;
        grid-template-columns: min(97.5px, calc(78 / var(--base-size) * 100vw)) minmax(0, 1fr);
        gap: min(7.5px, calc(6 / var(--base-size) * 100vw)) min(17.5px, calc(14 / var(--base-size) * 100vw));
        align-items: start;
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
        line-height: min(30px, calc(24 / var(--base-size) * 100vw));
        padding: min(31.25px, calc(25 / var(--base-size) * 100vw)) 0;
    }

    .top-company__table__row--wide{
        align-items: start;
    }

    .top-company__table__row:nth-child(5){
        align-items: start;
    }

    .top-company__table__label{
        font-size: min(17.5px, calc(14 / var(--base-size) * 100vw));
        grid-row: 1 / 3;
    }

    .top-company__table__en{
        font-size: min(13.75px, calc(11 / var(--base-size) * 100vw));
        line-height: 1.65;
        grid-column: 2 / 3;
        text-align: left;
    }

    .top-partner{
        padding: min(198.75px, calc(159 / var(--base-size) * 100vw)) 0 min(180px, calc(144 / var(--base-size) * 100vw));
    }

    .top-partner__heading h2{
        font-size: min(35px, calc(28 / var(--base-size) * 100vw));
    }

    .top-partner__heading p{
        margin-top: min(17.5px, calc(14 / var(--base-size) * 100vw));
        font-size: min(13.75px, calc(11 / var(--base-size) * 100vw));
    }

    .top-partner__list{
        margin-top: min(55px, calc(44 / var(--base-size) * 100vw));
    }

    .top-partner__list--shareholder,
    .top-partner__list--client{
        grid-template-columns: repeat(2, 1fr);
        gap: min(18.75px, calc(15 / var(--base-size) * 100vw)) min(22.5px, calc(18 / var(--base-size) * 100vw));
    }

    .top-partner__list--bank{
        grid-template-columns: repeat(3, 1fr);
        gap: min(12.5px, calc(10 / var(--base-size) * 100vw));
        margin-top: min(45px, calc(36 / var(--base-size) * 100vw));
    }

    .top-partner__list__item{
        height: min(56.25px, calc(45 / var(--base-size) * 100vw));
    }

    .top-partner__list__item img,
    .top-partner__list--shareholder .top-partner__list__item img,
    .top-partner__list--client .top-partner__list__item img,
    .top-partner__list--bank .top-partner__list__item img{
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
    }

    .top-partner__list--shareholder .top-partner__list__item:last-child,
    .top-partner__list--client .top-partner__list__item:last-child{
        grid-column: 1 / 3;
    }

    .top-partner__list--shareholder .top-partner__list__item:nth-child(1) img{ width: min(126.25px, calc(101 / var(--base-size) * 100vw)); height: min(56.25px, calc(45 / var(--base-size) * 100vw)); }
    .top-partner__list--shareholder .top-partner__list__item:nth-child(2) img{ width: min(166.25px, calc(133 / var(--base-size) * 100vw)); height: min(37.5px, calc(30 / var(--base-size) * 100vw)); }
    .top-partner__list--shareholder .top-partner__list__item:nth-child(3) img{ width: min(146.25px, calc(117 / var(--base-size) * 100vw)); height: min(32.5px, calc(26 / var(--base-size) * 100vw)); }
    .top-partner__list--shareholder .top-partner__list__item:nth-child(4) img{ width: min(150px, calc(120 / var(--base-size) * 100vw)); height: min(35px, calc(28 / var(--base-size) * 100vw)); }
    .top-partner__list--shareholder .top-partner__list__item:nth-child(5) img{ width: min(176.25px, calc(141 / var(--base-size) * 100vw)); height: min(30px, calc(24 / var(--base-size) * 100vw)); }
    .top-partner__list--shareholder .top-partner__list__item:nth-child(6) img{ width: min(160px, calc(128 / var(--base-size) * 100vw)); height: min(32.5px, calc(26 / var(--base-size) * 100vw)); }
    .top-partner__list--shareholder .top-partner__list__item:nth-child(7) img{ width: min(138.75px, calc(111 / var(--base-size) * 100vw)); height: min(36.25px, calc(29 / var(--base-size) * 100vw)); }

    .top-partner__list--client .top-partner__list__item:nth-child(1) img{ width: min(123.75px, calc(99 / var(--base-size) * 100vw)); height: min(40px, calc(32 / var(--base-size) * 100vw)); }
    .top-partner__list--client .top-partner__list__item:nth-child(2) img{ width: min(113.75px, calc(91 / var(--base-size) * 100vw)); height: min(32.5px, calc(26 / var(--base-size) * 100vw)); }
    .top-partner__list--client .top-partner__list__item:nth-child(3) img{ width: min(100px, calc(80 / var(--base-size) * 100vw)); height: min(43.75px, calc(35 / var(--base-size) * 100vw)); }
    .top-partner__list--client .top-partner__list__item:nth-child(4) img{ width: min(95px, calc(76 / var(--base-size) * 100vw)); height: min(40px, calc(32 / var(--base-size) * 100vw)); }
    .top-partner__list--client .top-partner__list__item:nth-child(5) img{ width: min(80px, calc(64 / var(--base-size) * 100vw)); height: min(33.75px, calc(27 / var(--base-size) * 100vw)); }

    .top-partner__list--bank .top-partner__list__item:nth-child(1) img{ width: min(123.75px, calc(99 / var(--base-size) * 100vw)); height: min(38.75px, calc(31 / var(--base-size) * 100vw)); }
    .top-partner__list--bank .top-partner__list__item:nth-child(2) img{ width: min(113.75px, calc(91 / var(--base-size) * 100vw)); height: min(35px, calc(28 / var(--base-size) * 100vw)); }
    .top-partner__list--bank .top-partner__list__item:nth-child(3) img{ width: min(118.75px, calc(95 / var(--base-size) * 100vw)); height: min(37.5px, calc(30 / var(--base-size) * 100vw)); }

    .top-partner__group:nth-child(2){
        margin-top: min(75px, calc(60 / var(--base-size) * 100vw));
    }

    .top-partner__group:nth-child(3){
        margin-top: min(116.25px, calc(93 / var(--base-size) * 100vw));
    }

    .top-partner__lead{
        margin: 0 0 min(8.75px, calc(7 / var(--base-size) * 100vw)) min(12.5px, calc(10 / var(--base-size) * 100vw));
        display: block;
        color: #8A8A8A;
        font-size: min(22.5px, calc(18 / var(--base-size) * 100vw));
    }

    .top-contact{
        padding-bottom: min(202.5px, calc(162 / var(--base-size) * 100vw));
    }

    .top-contact__inner{
        grid-template-columns: 1fr;
        gap: min(25px, calc(20 / var(--base-size) * 100vw));
    }

    .footer{
        background: url(../img/texture-bg_sp.webp);
        background-position: center;
        background-size: cover;
        height: auto;
        padding: min(141.25px, calc(113 / var(--base-size) * 100vw)) 0 min(37.5px, calc(30 / var(--base-size) * 100vw)) 0;
    }

    .footer__inner{
        display: block;
    }

    .footer__logo{
        width: min(232.5px, calc(186 / var(--base-size) * 100vw));
        margin: 0 auto;
    }

    .footer__left{
        padding-bottom: min(61.25px, calc(49 / var(--base-size) * 100vw));
        border-bottom: min(1.25px, calc(1 / var(--base-size) * 100vw)) solid rgba(255,255,255,0.7);
    }

    .footer__right{
        margin-top: min(61.25px, calc(49 / var(--base-size) * 100vw));
        display: block;
    }

    .footer__menu{
        width: min(300px, calc(240 / var(--base-size) * 100vw));
        margin: 0 auto;
    }

    .footer__menu ul{
        display: grid;
        grid-template-rows: repeat(3, min(33.75px, calc(27 / var(--base-size) * 100vw)));
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: min(27.5px, calc(22 / var(--base-size) * 100vw)) min(41.25px, calc(33 / var(--base-size) * 100vw));
    }

    .footer__menu li + li{
        margin-top: 0;
    }

    .footer__menu a{
        padding-left: min(31.25px, calc(25 / var(--base-size) * 100vw));
        font-size: min(22.5px, calc(18 / var(--base-size) * 100vw));
    }

    .footer__menu__privacy{
        display: block;
    }

    .footer__menu__privacy a{
        padding-left: 0;
        color: #C8C8C8;
        font-size: min(16.25px, calc(13 / var(--base-size) * 100vw));
    }

    .footer__menu__privacy a::before{
        display: none;
    }

    .footer__buttons{
        width: min(272.5px, calc(218 / var(--base-size) * 100vw));
        margin: min(62.5px, calc(50 / var(--base-size) * 100vw)) auto 0;
    }

    .footer__buttons a{
        min-height: min(62.5px, calc(50 / var(--base-size) * 100vw));
    }

    .footer__bottom{
        margin-top: min(51.25px, calc(41 / var(--base-size) * 100vw));
        padding-top: min(33.75px, calc(27 / var(--base-size) * 100vw));
        gap: 0;
        display: block;
        text-align: center;
        border-top-color: rgba(255,255,255,0.7);
        position: static;
    }

    .footer__access{
        display: block;
        font-size: min(12.5px, calc(10 / var(--base-size) * 100vw));
        line-height: 1.6;
    }

    .footer__access a{
        display: block;
        font-size: min(15px, calc(12 / var(--base-size) * 100vw));
    }

    .footer__access span,
    .footer__privacy{
        display: none;
    }

    .footer__access p{
        width: auto;
    }

    .footer__copyright{
        margin-top: min(33.75px, calc(27 / var(--base-size) * 100vw));
        margin-left: 0;
        font-size: min(12.5px, calc(10 / var(--base-size) * 100vw));
    }
}

@media (prefers-reduced-motion: reduce){
    *,
    *::before,
    *::after{
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .top-fv__visual::before,
    .top-fv__ttl span{
        animation-delay: 0s !important;
    }
}
