@charset "UTF-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    min-width: 320px
}

footer {
    position: relative;
    z-index: var(--z-frame)
}

p {
    margin: 0
}

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

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    z-index: var(--z-header)
}

@media (max-width:768px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        padding-left: 27.5px;
        padding-right: 27.5px
    }
}

.sp-header-logo {
    height: 50%;
}

.header .sp-menu-btn-container {
    width: 40px;
    height: 40px
}

.header .sp-menu-btn-container .menu-icon {
    position: relative;
    padding: 0
}

.header .sp-menu-btn-container .navicon {
    display: block;
    position: relative;
    height: 2px;
    width: 40px;
    background: #fff
}

.header .sp-menu-btn-container .navicon:after,
.header .sp-menu-btn-container .navicon:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff
}

.header .sp-menu-btn-container .navicon:before {
    top: 9px
}

.header .sp-menu-btn-container .navicon:after {
    bottom: 9px
}

.menu-button {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none
}

.menu-button__line {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 26px;
    height: 2.5px;
    margin: 0 auto;
    background: #fff;
    border-radius: 999px;
    transform-origin: center;
    transition: top .25s ease, transform .25s ease, opacity .2s ease
}

.menu-button__line:first-child {
    top: calc(50% - 9px)
}

.menu-button__line:nth-child(2) {
    top: 50%
}

.menu-button__line:nth-child(3) {
    top: calc(50% + 9px)
}

@media (prefers-reduced-motion:reduce) {
    .menu-button__line {
        transition: none
    }
}

.menu-button.active .menu-button__line:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.menu-button.active .menu-button__line:nth-child(2) {
    opacity: 0
}

.menu-button.active .menu-button__line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

@media (max-width:768px) {
    .content-wrapper {
        margin-top: 80px
    }
}

.main-content {
    width: 100%;
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .main-content{
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .main-content{
        font-size: 1.1rem;
    }
}

.section-wrapper {
    padding-left: max(400px, 400px + (100% - 1440px) / 2);
    padding-right: 0;
}

.page-title {
    padding-right: max(80px, 80px + (100% - 1440px) / 2)
}
@media (max-width:1024px) {
    .page-title {
        padding-right: 50px;
    }
}
@media (max-width:768px) {
    .page-title {
        padding-right: 0;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .section-wrapper {
        padding-left: 160px
    }
}

@media (max-width:768px) {
    .section-wrapper {
        padding-left: 27.5px;
        padding-right: 27.5px
    }
}

#side-opener {
    display: none
}

#side-opener+.side-opener {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-side);
    cursor: pointer
}

@media (min-width:769px) and (max-width:1200px) {
    #side-opener+.side-opener {
        display: block;
        width: 80px;
        height: 100%;
        border-right: 1px solid #000;
        background-color: #fff
    }
}

@media (max-width:1200px) {
    #side-opener:checked+.side-opener {
        width: 100%;
        border: 0;
        opacity: 0
    }

    #side-opener:checked~.side-menu-wrapper {
        display: block;
        padding-right: 80px
    }
}

.side-open-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.side-menu-wrapper {
    position: fixed;
    top: 0;
    min-width: 320px;
    height: 100vh;
    z-index: var(--z-side)
}

@media (max-width:768px) {
    .side-menu-wrapper {
        top: 80px
    }
}

.side-menu-wrapper.primer {
    display: none;
    background-color: #fff;
    border-right: 1px solid #000
}

@media (max-width:768px) {
    .side-menu-wrapper.primer {
        border: none
    }
}

.side-menu-wrapper.mixed {
    mix-blend-mode: difference;
    background-color: #000
}

.side-menu-wrapper:not(.mixed) {
    pointer-events: none
}

.side-menu-wrapper .locked {
    pointer-events: auto
}

@media (max-width:1200px) {
    .side-menu-wrapper {
        display: none;
        width: 400px
    }
}

@media (max-width:768px) {
    .side-menu-wrapper {
        width: 100%
    }
}

.side-menu-wrapper .side-container {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    width: 240px;
    height: 100vh
}

@media (max-width:768px) {
    .side-menu-wrapper .side-container {
        margin-top: 40px;
        margin-left: 40px;
        width: 100%;
        height: calc(100vh - 40px - 80px)
    }
}

.side-menu-wrapper .side-container .logo {
    z-index: 10;
    width: 100%;
    height: 160px;
    min-height: 160px;
    display: flex;
    align-items: center
}

.side-menu-wrapper .side-container .logo.black-mode {
    background-color: #000;
    color: #fff
}

@media (max-width:768px) {
    .side-menu-wrapper .side-container .logo {
        display: none
    }
}

.side-menu-wrapper .side-container .global-nav {
    flex: 1;
    width: 100%;
    overflow: auto
}

.side-menu-wrapper .side-container .global-nav a {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: grey;
    letter-spacing: 3px
}

.side-menu-wrapper .side-container .global-nav__list {
    flex-direction: column;
    gap: 25px
}

.side-menu-wrapper .side-container .global-nav__list .menu-group {
    padding-left: 25px;
    list-style: none
}

.side-menu-wrapper .side-container .global-nav__list .menu-group li {
    margin-top: 25px
}

@media (max-width:768px) {
    .side-menu-wrapper .side-container .global-nav__list .menu-group li {
        margin-top: 30px
    }
}

.side-menu-wrapper .side-container .global-nav__list .menu-group li:last-child {
    margin-bottom: 0
}

.side-menu-wrapper .side-container .global-nav::-webkit-scrollbar {
    display: none
}

.side-menu-wrapper .side-container .sns-links {
    display: flex;
    gap: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: start;
    height: 25px
}

@media (max-width:768px) {
    .side-menu-wrapper .side-container .sns-links {
        gap: 32px;
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.side-menu-wrapper .side-container .contact {
    margin-bottom: 40px;
    width: 130px;
    height: 40px;
    color: #fff;
    border-color: #fff
}

@media (max-width:768px) {
    .side-menu-wrapper .side-container .contact {
        margin-bottom: 32px
    }
}

.side-menu-wrapper .side-container .optional-links {
    display: none
}

@media (max-width:768px) {
    .side-menu-wrapper .side-container .optional-links {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
        font-size: 16px
    }
}

@media (max-width:768px) and (max-width:768px) {
    .side-menu-wrapper .side-container .optional-links {
        gap: 16px;
        margin-bottom: 32px
    }
}

::not(.mixed) .side-menu-wrapper .side-container .optional-links {
    visibility: hidden;
    pointer-events: none
}

.side-menu-wrapper .side-container .optional-links-item {
    color: grey
}

@media (max-width:1200px) {
    .is-open .menu-icon {
        display: none
    }

    .navicon-close {
        display: none
    }

    .is-open .navicon-close {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 100%;
        height: .1em;
        background: currentColor;
        border-radius: .1em;
        position: relative;
        transform: rotate(45deg)
    }

    .is-open .navicon-close::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg)
    }

    .sp-menu-group {
        list-style: none;
        padding-left: 25px
    }

    .sp-menu-group li {
        margin-top: 60px
    }

    .sp-menu {
        display: none
    }

    .is-open .sp-menu {
        display: block;
        margin-top: 100px;
        padding-left: 2rem
    }

    .sp-menu::-webkit-scrollbar {
        display: none
    }
}
.side-menu-wrapper .side-container .global-nav .navi-link:hover{
    color: #fff;
    font-size: 30px;
}

.footer {
    height: 80px
}

@media (min-width:768px) {
    .footer {
        height: auto;
        padding-top: 120px;
        padding-bottom: 40px
    }
}

.footer-wrapper {
    position: relative;
    padding-right: 27.5px;
}

@media (min-width:768px) {
    .footer-wrapper {
        padding-right: 50px;
    }
}

@media (min-width:1200px) {
    .footer-wrapper {
        padding-right: max(80px, 80px + (100% - 1440px) / 2);;
    }
}

.footer-nav {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px
}

@media (min-width:768px) {
    .footer-nav {
        display: grid
    }
}

.footer-nav-block {
    padding-block: 20px;
    border-top: 1px solid #fff
}

.footer-nav-block:nth-child(2) {
    visibility: hidden;
}

.footer-nav-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 8px
}

@media (min-width:1200px) {
    .footer-nav-title {
        font-size: clamp(28px, 2vw, 36px);
        letter-spacing: clamp(6px, 1vw, 8px)
    }
}

.footer-nav-links {
    margin-block-start: 10px;
    font-size: clamp(12px, 2vw, 16px)
}

@media (min-width:1200px) {
    .footer-nav-links {
        font-size: inherit;
    }
}

.footer-nav-links>li+li {
    margin-block-start: 10px
}

.footer .copyright {
    right: 27.5px;
    bottom: 0;
    font-size: clamp(12px, 2vw, 16px);
    line-height: 80px;
    text-align: center;
    white-space: nowrap
}

@media (min-width:768px) {
    .footer .copyright {
        position: absolute;
        font-size: inherit;
        line-height: unset;
        text-align: unset;
        right: 50px;
    }
}

@media (min-width:1200px) {
    .footer .copyright {
        font-size: inherit;
        right: max(80px, 80px + (100% - 1440px) / 2);
    }
}


:root {
    --z-side: 10;
    --z-frame: 20;
    --z-header: 30;
    --secondary: #197a4b;
    --bgcolor: #e6f5ec
}

.flex-section-1 {
    display: flex;
    flex-direction: column;
    gap: 120px
}

@media (max-width:768px) {
    .flex-section-1 {
        gap: 90px
    }
}

.flex-section-2 {
    display: flex;
    flex-direction: column;
    gap: 60px
}

.flex-section-3 {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media (max-width:768px) {
    .flex-section-3 {
        gap: 30px
    }
}

.basic-text {
    font-size: 16px;
    line-height: 32px
}

.nobreak-wbr {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal
}

.anchor-box {
    display: inline-block;
    padding: 4px 16px;
    border: solid 1px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 4px
}

.l-link-container {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2));
    grid-template-rows: repeat(2, max-content);
    margin-bottom: 4rem;
    padding-right: max(80px, 80px + (100% - 1440px) / 2);
}
.l-link-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 !important;
    border: 1px solid #000;
    color: #000;
}

.l-link-item:nth-child(-n+2) {
    border-bottom-width: 0;
}

.l-link-item:nth-child(even) {
    border-left-width: 0;
}

.l-link-item_title-en {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.l-link-item_title-ja {
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .l-link-container {
        padding-left: 80px;
        padding-right: 50px;
    }
    .l-link-item_title-en {
        font-size: 3.5rem;
    }
    .l-link-item_title-ja {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .l-link-container {
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(4, max-content);
        padding-left: 0;
        padding-right: 27.5px;
    }
    .l-link-item:nth-child(even) {
        border-left-width: 1px;
    }
    .l-link-item:nth-child(-n+3) {
        border-bottom-width: 0;
    }
    .l-link-item:nth-child(n+1) {
        border-top-width: 1px;
    }
    .l-link-item_title-en {
        font-size: 2.75rem;
    }
    .l-link-item_title-ja {
        font-size: 1.1rem;
    }
}