@charset "utf-8";

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.6;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
    overflow-x: hidden;
}

@media(max-width:969px) {
    html {
        letter-spacing: 0.08em;
    }

}

body {
    overflow-x: hidden;
    margin: 0;
}

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

img {
    object-fit: contain;
    max-width: 100%;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
    outline: none;
}

select:disabled {
    opacity: inherit;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
    -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/*===　共通　===*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
    font-family: var(--ff-jp);
    font-size: var(--fs-18);
}


:root {
    --size-4: 4px;
    --size-8: 8px;
    --size-16: 14px;
    --size-24: 19px;
    --size-32: 24px;
    --size-40: 28px;
    --size-48: 31px;
    --size-56: 34px;
    --size-64: 38px;
    --size-72: 41px;
    --size-80: 43px;
    --size-88: 46px;
    --size-96: 49px;
    --size-104: 51px;
    --size-112: 54px;
    --size-120: 56px;
    --size-128: 59px;
    --size-136: 61px;
    --size-144: 63px;
    --size-152: 65px;
    --size-160: 68px;
    --size-184: 74px;
    --size-200: 78px;
    --size-240: 87px;
    --size-320: 104px;
    --size-400: 120px;
    --size-480: 134px;
    --size-4-linear: 3px;
    --size-8-linear: 6px;
    --size-16-linear: 12px;
    --size-24-linear: 18px;
    --size-32-linear: 24px;
    --size-40-linear: 30px;
    --size-48-linear: 36px;
    --size-56-linear: 42px;
    --size-64-linear: 48px;
    --size-72-linear: 54px;
    --size-80-linear: 60px;
    --size-88-linear: 66px;
    --size-96-linear: 72px;
    --size-104-linear: 78px;
    --size-112-linear: 84px;
    --size-120-linear: 90px;
    --size-128-linear: 96px;
    --size-136-linear: 102px;
    --size-144-linear: 108px;
    --size-152-linear: 114px;
    --size-160-linear: 120px;
    --size-184-linear: 138px;
    --size-200-linear: 150px;
    --size-240-linear: 180px;
    --size-320-linear: 240px;
    --size-400-linear: 300px;
    --size-480-linear: 360px;
    --fs-10: 10px;
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 12px;
    --fs-14: 13px;
    --fs-15: 14px;
    --fs-16: 14px;
    --fs-17: 15px;
    --fs-18: 16px;
    --fs-19: 16px;
    --fs-20: 17px;
    --fs-21: 18px;
    --fs-22: 18px;
    --fs-23: 19px;
    --fs-24: 19px;
    --fs-25: 20px;
    --fs-26: 20px;
    --fs-27: 21px;
    --fs-28: 22px;
    --fs-29: 22px;
    --fs-30: 23px;
    --fs-31: 23px;
    --fs-32: 24px;
    --fs-33: 24px;
    --fs-34: 25px;
    --fs-35: 25px;
    --fs-36: 26px;
    --fs-37: 26px;
    --fs-38: 27px;
    --fs-39: 27px;
    --fs-40: 28px;
    --fs-44: 29px;
    --fs-46: 30px;
    --fs-48: 31px;
    --fs-60: 36px;
    --fs-70: 56px;
    --fs-80: 43px;
    --fs-100: 64px;
    --fs-112: 84px;
    --fs-144: 108px;
    --ff-jp: "ten-mincho-text", serif;
    --ff-jp-serif: "Noto Sans JP", sans-serif;
    --ff-en: "Figtree", sans-serif;
    --ff-num: "ZCOOL XiaoWei", sans-serif;
    --color-text-basic: #231815;
    --color-gray-900: #f8f8f8;
    --color-gray-800: #f7f7f7;
    --color-gray-700: #b2b2b4;
    --color-gray-600: #c6c6c8;
    --color-gray-500: #dadadc;
    --color-white: #fff;
    --color-green: #F5F8E8;
    --color-blue-600: #0E3D7E;
    --color-blue-500: #0E3D7E;
}

@media (min-width: 970px) {
    .a-left-pc {
        text-align: center !important;
    }

    :root {
        --fs-10: 10px;
        --fs-11: 11px;
        --fs-12: 12px;
        --fs-13: 13px;
        --fs-14: 14px;
        --fs-15: 15px;
        --fs-16: 16px;
        --fs-17: 17px;
        --fs-18: 18px;
        --fs-19: 19px;
        --fs-20: 20px;
        --fs-21: 21px;
        --fs-22: 22px;
        --fs-23: 23px;
        --fs-24: 24px;
        --fs-25: 25px;
        --fs-26: 26px;
        --fs-27: 27px;
        --fs-28: 28px;
        --fs-29: 29px;
        --fs-30: 30px;
        --fs-31: 31px;
        --fs-32: 32px;
        --fs-33: 33px;
        --fs-34: 34px;
        --fs-35: 35px;
        --fs-36: 36px;
        --fs-37: 37px;
        --fs-38: 38px;
        --fs-39: 39px;
        --fs-40: 40px;
        --fs-44: 44px;
        --fs-46: 46px;
        --fs-48: 48px;
        --fs-60: 60px;
        --fs-70: 70px;
        --fs-100: 100px;
        --size-4: 4px;
        --size-8: 8px;
        --size-16: 16px;
        --size-20: 20px;
        --size-24: 24px;
        --size-30: 30px;
        --size-32: 32px;
        --size-40: 40px;
        --size-48: 48px;
        --size-56: 56px;
        --size-64: 64px;
        --size-72: 72px;
        --size-80: 80px;
        --size-88: 88px;
        --size-96: 96px;
        --size-104: 104px;
        --size-112: 112px;
        --size-120: 120px;
        --size-128: 128px;
        --size-136: 136px;
        --size-144: 144px;
        --size-152: 152px;
        --size-160: 160px;
        --size-184: 184px;
        --size-200: 200px;
    }
}

/* 常に非表示 / 表示 */
._d-none {
    display: none !important;
}

._d-block {
    display: block !important;
}

/* 461px以上 */
@media (min-width: 461px) {
    ._d-ssm-none {
        display: none !important;
    }

    ._d-ssm-block {
        display: block !important;
    }
}

/* 561px以上 */
@media (min-width: 561px) {
    ._d-sm-none {
        display: none !important;
    }

    ._d-sm-block {
        display: block !important;
    }
}

/* 768px以上 */
@media (min-width: 768px) {
    ._d-md-none {
        display: none !important;
    }

    ._d-md-block {
        display: block !important;
    }
}

/* 961px以上 */
@media (min-width: 961px) {
    ._d-lg-none {
        display: none !important;
    }

    ._d-lg-block {
        display: block !important;
    }
}

/* 1001px以上 */
@media (min-width: 1001px) {
    ._d-llg-none {
        display: none !important;
    }

    ._d-llg-block {
        display: block !important;
    }
}

/* 1201px以上 */
@media (min-width: 1201px) {
    ._d-xl-none {
        display: none !important;
    }

    ._d-xl-block {
        display: block !important;
    }

    .br-sp {
        display: none;
    }

    .br-pc {
        display: block;
    }
}

/* 1501px以上 */
@media (min-width: 1501px) {
    ._d-xxl-none {
        display: none !important;
    }

    ._d-xxl-block {
        display: block !important;
    }
}

@media(max-width:969px) {
    .br-pc {
        display: none;
    }
}

.section__label {
    font-size: var(--fs-70);
    font-family: var(--ff-en);
    font-weight: 600;
    line-height: 1.3;
}

.section__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    position: relative;
    padding: var(--size-104) 0 var(--size-152);
}

.section__label {
    position: absolute;
    top: -42px;
}

/* FV */
.hero {
    height: 150vh;
    position: relative;
}

.hero__bg {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    animation: fadeIn 1.5s ease forwards;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.hero__bg__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    transform: scale(1);
}

.hero__bg__slide.is-active {
    opacity: 1;
    animation: kenburns 6000ms ease-out forwards;
}

.hero__bg__slide:nth-child(1) {
    background-image: url(../img/kv1.jpg);
}

.hero__bg__slide:nth-child(2) {
    background-image: url(../img/kv2.jpg);
}

.hero__bg__slide:nth-child(3) {
    background-image: url(../img/kv3.jpg);
}

.hero__bg__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(14, 61, 126, 0.6) 0%, rgba(14, 61, 126, 0.6) 100%);
    opacity: var(--overlay-opacity, 0);
    pointer-events: none;
    z-index: 1;
}

.hero__bg.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(14, 61, 126, 0.75) 0%, rgba(14, 61, 126, 0.75) 100%);
    opacity: var(--overlay-opacity, 0);
    pointer-events: none;
    z-index: 0;
}

.hero__content,
.second__content {
    position: absolute;
    z-index: 1;
}

.hero__content {
    transform: translateY(-50%);
    width: fit-content;
    position: absolute;
    top: 8%;
    right: max(5%, calc((100vw - 1600px) / 2));
    width: fit-content;
    z-index: 1;
    max-height: 100vh;
    overflow: hidden;
}

.second__content {
    top: 100vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
}

.hero__bg__slide.is-leaving {
    opacity: 0;
    animation: kenburns 6000ms ease-out forwards;
    transition: opacity 1.5s ease-in-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(14, 61, 126, 0.75) 0%, rgba(14, 61, 126, 0.75) 100%);
    opacity: var(--overlay-opacity, 0);
    pointer-events: none;
    z-index: 0;
}

@media(max-width:969px) {
    .align-left__sp {
        text-align: left !important;
    }

    .section {
        padding-bottom: 120px;
    }

    .section__label {
        font-size: var(--fs-60);
        top: -22px;
        left: 10px;
    }

    .hero__bg__slide:nth-child(1) {
        background-image: url(../img/kv_sp1.jpg);
    }

    .hero__bg__slide:nth-child(2) {
        background-image: url(../img/kv_sp2.jpg);
    }

    .hero__bg__slide:nth-child(3) {
        background-image: url(../img/kv_sp3.jpg);
    }
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background-color 0.4s ease, color 0.4s ease;
    background-color: transparent;
    overflow: hidden;
}

.header__inner {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    width: 97.5vw;
    max-width: 1800px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px var(--size-24);
    box-sizing: border-box;
    width: min(97.5vw, 1800px);
}

.image-logo {
    width: var(--size-152);

}

.pagetitle {
    position: relative;
    padding-left: 19px;
    margin-left: 19px;
    color: var(--text-basic);
    font-family: var(--ff-jp-serif);
    font-size: var(--fs-15);
    font-weight: 500;
}

.pagetitle:focus,
.pagetitle:visited {
    outline: none;
}

.pagetitle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(35, 24, 21, 0.5);
}

.header-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__cta {
    color: var(--color-white);
    font-family: var(--ff-jp-serif);
    font-size: var(--fs-16);
    font-weight: 500;
    line-height: 2;
    width: 195px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 65px;
    background: #285FAC;
    transition: 0.3s;
    border: 1px solid #285FAC;

}

.header.is-transparent {
    background-color: transparent;
    color: #fff;
}

.header.is-transparent .header__cta {
    display: none;
}

.header.is-solid {
    color: var(--color-text-basic);
}

.header.is-transparent .header__inner {
    background: transparent;
    box-shadow: none;
}

.header.is-transparent .pagetitle::after {
    background-color: rgba(255, 255, 255, 0.5);
}


.hero__catch {
    color: var(--color-white);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    font-size: clamp(30px, 1.94vw + 22.7px, 60px);
    font-weight: 400;
    line-height: 1.7;
    width: fit-content;
    padding-bottom: var(--size-40);
}

.hero__sub {
    color: var(--color-white);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    font-size: clamp(18px, 1.21vw + 13.5px, 24px);
    font-weight: 400;
    line-height: 1.8;
    padding: var(--size-40) 0;
    margin: 0 auto;
    border-top: 1px solid var(--color-white);
    letter-spacing: 0.01em;

}

.hero__name {
    color: var(--color-white);
    font-size: var(--fs-28);
    font-size: clamp(30px, 1.94vw + 22.7px, 60px);
    line-height: 1.4;
    background: #0E3D7E;
    width: fit-content;
    padding: 0 var(--size-24);
}

@media (hover: hover) {
    .header__cta:hover {
        color: #285FAC;
        background: var(--color-white);
        transition: 0.3s;
    }
}

.second__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 100vh));
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.second__content .section__title {
    color: var(--color-white);
    font-size: var(--fs-28);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid var(--color-white);
    padding: 11px 24px;
    width: fit-content;
    letter-spacing: 0.01em;
}

.pain__list {
    color: var(--white, #FFF);
    font-size: var(--fs-20);
    font-weight: 400;
    line-height: 1.8;
    width: fit-content;
}

.pain__item {
    border-bottom: 1px dashed var(--color-white);
    padding: var(--size-40) 0 8px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
}

@media(max-width:1200px) {

    .image-logo {
        width: 100px;
    }

    .header__inner {
        border-radius: 0;
        width: 100%;
        margin: 0;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
    }

    .header__cta {
        display: none;
    }

    .hero__content {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }

    .hero__catch {
        margin: auto;
        line-height: 1.6;
        padding-bottom: 24px;
        letter-spacing: 0.01em;
    }

    .hero__sub {
        text-align: center;
        padding-top: 24px;
        text-align: left;
        width: fit-content;
    }

    .hero__name {
        margin: auto;
    }

    .second__content {
        width: 89.33vw;
        margin-bottom: 40px;
    }

    .pain__item {
        padding: 20px 0 8px 0;
        line-height: 1.7;
        font-size: 16px;
    }

    .second__content .section__title {
        padding: 8px 24px;
    }
}

/* YOUR STORY */
.section-story {
    padding-top: 0;
    background: #fff;
}

.bg-story {
    background: var(--color-gray-900);
    width: 100vw;
    height: var(--size-184);
    margin-bottom: var(--size-144);
}

.inner__bg-story {
    position: relative;
    max-width: 1200px;
    height: var(--size-184);
    margin: 0 auto;
}

.section-story .section__label {
    color: #E6E5E5;
    top: auto;
    bottom: -42px;
}

.story__catch {
    color: var(--color-text-basic);
    font-size: var(--fs-36);
    font-weight: 400;
    line-height: 1.8;
    background: var(--color-gray-800);
    border-left: 3px solid var(--color-gray-700);
    padding: 0 var(--size-24);
    margin-bottom: var(--size-40);
    width: fit-content;
}

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

.story__body .disc {
    flex-basis: 60%;
    line-height: 2.4;
    font-weight: 400;
}

.story__body .disc .emphasis {
    color: var(--color-blue-500);
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 400;
    background-color: #D7FBFF;
    display: inline;
    margin: var(--size-20) 0;
}

.story__body .image {
    flex-basis: 48%;
    max-width: 48%;
    height: auto;
    object-fit: contain;
}

.story__img {
    margin-top: var(--size-136);
    position: relative;
    width: 100%;
}

.story__img .image {
    width: 100%;
    height: auto;
}

.text1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: var(--fs-48);
    font-weight: 400;
    line-height: 1.8;
    z-index: 2;
}

.text2 {
    color: var(--color-white);
    font-size: var(--fs-17);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.40);
    font-weight: 700;
    line-height: 2;
    text-align: right;
    position: absolute;
    bottom: var(--size-24);
    right: var(--size-32);
}

@media(max-width:969px) {
    .section-story {
        padding-bottom: 120px;
    }

    .story__body {
        flex-direction: column-reverse;
    }

    .story__catch {
        font-size: 20px;
        padding: 4px 10px;
        margin-bottom: 20px;
    }

    .story__body .image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .slider img {
        width: 220px !important;
        height: 220px !important;
    }

    .section-story .section__label {
        bottom: -52px;
        left: 10px;
    }

    .story__img {
        width: 100vw;
        margin-top: 60px;
        margin-left: calc(50% - 50vw);
    }

    .bg-story {
        height: 100px;
    }

    .text1 {
        font-size: 25px;
        top: 34%;
        line-height: 1.7;
    }

    .text2 {
        font-size: 14px;
        bottom: 4px;
        right: 8px;
    }

}

/* SOLUTION */
.section-solution {
    background-color: var(--color-green);
    padding-top: 0;
}

.section-solution .section__inner {
    margin-top: var(--size-80);
}

.bg-solution {
    background: #F8F8F8;
}

.inner__bg-solution {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: var(--size-184);
    margin: 0 auto;
    color: #E3E9CB;
}

.section-solution .section__label {
    position: absolute;
    top: auto;
    bottom: -42px !important;
    left: 20px;
    height: fit-content;
    max-width: 1200px;
    margin: 0 auto;
}

.section__label-green {
    color: #E3E9CB;
}

.section-solution .section__heading {
    color: var(--text-basic);
    text-align: center;
    font-size: var(--fs-30);
    font-weight: 400;
    line-height: 1.8;
    background-color: var(--color-white);
    padding: var(--size-40) var(--size-120);
    margin: 0 auto var(--size-88);
    width: fit-content;
    border-bottom: 3px solid #E3E9CB;
}

.section-solution .section__heading .emphasis {
    color: var(--color-blue-500);
    font-size: var(--fs-48);
    line-height: 1.4;
    border-bottom: 1px dashed #484543;
    line-height: 2;
}

.solution__title {
    font-size: var(--size-32);
    line-height: 1.5;
    padding: var(--size-8) var(--size-24);
    margin-bottom: var(--size-32);
}

.solution__text {
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 2;
    padding-bottom: var(--size-40);
    letter-spacing: 0.02em;
}

.solution__text-blue {
    color: var(--color-blue-500);
    line-height: 2;
    border-top: 1px solid var(--color-text-basic);
    padding: var(--size-32) 0 var(--size-40);
    letter-spacing: 0.02em;
}

.solution__list {
    max-width: 1800px;
    margin: 0 auto;
}

.item-solution__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    margin: 0 auto var(--size-80);
    background: var(--color-white);
}

.item-solution__list2 {
    grid-template-columns: 1fr 0.7;
}

.item-solution__list3 {
    padding: 4% 0;
}

.solution__img-wrap {
    position: relative;
}

.solution__img-text {
    position: absolute;
    bottom: var(--size-24);
    left: var(--size-24);
    color: var(--color-white);
    font-size: var(--fs-17);
    font-weight: 700;
    font-family: var(--ff-jp-serif);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.40);
    letter-spacing: 0.02em;
}

.item-solution__list>img {
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}

.item-solution__list2 .solution__img-wrap {
    order: 2;
    height: 100%;
}

.item-solution__list2 .solution__img-wrap img {
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    width: 100%;
}

.item-solution__list .solution__item {
    padding: var(--size-96) clamp(20px, 9.5%, 80px) var(--size-40);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-white);
    position: relative;
}

.solution__num {
    color: #E3E9CB;
    font-family: var(--ff-en);
    font-size: var(--fs-70);
    font-weight: 600;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: var(--size-20);
}

.item-solution__list2>img,
.item-solution__list4>img {
    order: 2;
}

.item-solution__list1,
.item-solution__list3,
.item-solution__list5 {
    margin-right: 7%;
}

.item-solution__list2,
.item-solution__list4 {
    margin-left: 7%;
}


.solution__title {
    font-size: var(--fs-36);
    margin-bottom: var(--size-40);
}

.section__h2 {
    color: var(--color-blue-500);
    text-align: center;
    font-size: var(--size-48);
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px dashed #484543;
    width: fit-content;
    margin: 0 auto var(--size-96);
}

@media(max-width:969px) {
    .section-solution {
        padding-bottom: 100px;
    }

    .section__h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .section-solution .section__heading {
        padding: 24px 40px;
        font-size: 22px;
    }

    .section-solution .section__heading .emphasis {
        font-size: 28px;
    }

    .item-solution__list {
        grid-template-columns: 1fr;
        margin-bottom: 0 !important;
    }

    .item-solution__list>img {
        min-height: 250px;
        object-fit: cover;
        width: 100%;
    }

    .item-solution__list2 .solution__img-wrap {
        order: 0;
    }

    .item-solution__list2 .solution__text-blue,
    .item-solution__list3 .solution__text-blue {
        padding-bottom: 38px;
        ;
    }

    .item-solution__list2>img,
    .item-solution__list4>img {
        order: 0;
    }

    .item-solution__list1,
    .item-solution__list2,
    .item-solution__list3,
    .item-solution__list4,
    .item-solution__list5 {
        margin: 0 0 var(--size-40);
    }

    .item-solution__list .solution__item {
        padding: 60px 20px 32px;
    }

    .solution__num {
        left: 16px;
        font-size: 48px;
    }

    .solution__title {
        font-size: 24px;
        padding: 4px 10px;
    }
}


/* ACCESS */
.section-access {
    background: #fff;
}

.access__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    max-width: 1100px;
    margin: -88px auto 0;
    gap: 8px
}

.access__item {
    background-color: var(--color-white);
    padding-block: var(--size-32);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.access__item .image {
    margin-bottom: var(--size-20);
    height: var(--size-64);
}

.access__from {
    color: var(--color-blue-500);
    font-size: var(--fs-18);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.045em;
    text-align: center;
    font-family: var(--ff-jp-serif);
}

.access__mode {
    color: var(--color-text-basic);
    font-family: var(--ff-en);
    font-size: var(--fs-36);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.045em;
    text-align: center;
}

.access__mode2 {
    font-size: var(--fs-30);
}

.access__time {
    font-family: var(--ff-en);
    font-size: var(--fs-28);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.045em;
    text-align: center;
}

.access__num {
    font-size: var(--fs-44);
}

.text-access__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.access__address {
    color: var(--color-blue-600);
    text-align: center;
    font-family: var(--ff-en);
    font-size: var(--fs-18);
    font-weight: 700;
    line-height: 2.2;
    margin-top: var(--size-40);
    letter-spacing: 0.01em;
}

.access__address span {
    font-size: var(--fs-16);
    font-weight: 400;
}
.access__disc{
    font-weight: 500;
}



@media(max-width:969px) {
    .access__grid {
        grid-template-columns: 1fr;
        margin-top: -24px;
        justify-content: center;
        gap: 20px
    }

    .access__item {
        width: 80%;
        margin: 0 auto;
        padding-block: 20px;
    }

    .access__item .image {
        height: 40px;
        margin-bottom: 10px;
    }

    .section-access .bg-image,
    .section-life .bg-image {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: -20px;
    }

    .access__address {
        line-height: 1.8;
    }

    .access__address span {
        font-size: 15px;
    }
    .access__disc{
        text-align: left;
    }
}


/* LIFE IN ISAHAYA */
.section-life {
    background-color: var(--color-green);
    padding-top: var(--size-88);
}

.section-life .bg-iamge {
    z-index: -1;
    position: relative;
}

.life__features {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    max-width: 1100px;
    margin: -140px auto 0;
    padding-block: var(--size-72);
    position: relative;
    z-index: 1;
    margin-bottom: var(--size-152);
}

.ul-life__features {
    display: flex;
    justify-content: center;
    gap: 10%;
}

.item-life__features {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-life__features .image {
    width: 140px;
}

.item-life__features .text {
    color: var(--color-text-basic);
    text-align: center;
    font-size: var(--fs-28);
    line-height: 1.4;
    margin-top: var(--size-30);
    letter-spacing: 0.02em;
}

.disc-life__features {
    color: var(--color-blue-500);
    text-align: center;
    font-family: var(--ff-en);
    font-size: var(--fs-16);
    font-weight: 400;
    line-height: 2;
    margin-top: var(--size-56);
    letter-spacing: 0.01em;
}

.slider img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.slider .slick-slide {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.slider .slick-list {
    margin: 0;
    padding: 0 !important;
}

@media(max-width:969px) {
    .disc-life__features {
        font-size: 15px;
    }
}

/* TEAM */
.section-team {
    background: #fff;
}

.team__grid {
    display: flex;
    gap: var(--size-30);
    margin-top: var(--size-160);
}

.team__item {
    border-radius: 6px;
    background: #F8F8F8;
    padding: var(--size-96) var(--size-24) var(--size-32);
    border-radius: 6px;
    border: 1px solid #CEDEF3;
    background: #F8F8F8;
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.team__role {
    text-align: center;
    font-size: var(--size-24);
    font-weight: 400;
    line-height: 1.4;
    background: var(--color-white);
    border-bottom: 3px solid #CEDEF3;
    width: fit-content;
    margin: 0 auto;
    padding: var(--size-4) var(--size-8);
}

.team__count {
    color: #285FAC;
    text-align: center;
    font-family: var(--ff-en);
    font-size: var(--fs-18);
    font-weight: 500;
    line-height: 2;
    margin: var(--size-8) 0 var(--size-4);
}

.team__desc {
    font-family: var(--ff-jp-serif);
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}

.team__note {
    color: #285FAC;
    text-align: center;
    font-family: var(--ff-jp-serif);
    font-size: var(--fs-18);
    font-weight: 500;
    line-height: 2;
    margin-top: var(--size-56);
    letter-spacing: 0.01em;
}

.img-team__item {
    width: var(--size-120);
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:969px) {
    .section-team .section__h2 {
        margin-bottom: 96px;
    }

    .team__grid {
        flex-direction: column;
        gap: 80px;
    }

    .img-team__item {
        top: -60px;
        width: 80px;
    }

    .life__features {
        margin-top: -24px;
        padding: 30px 20px;
    }

    .item-life__features .text {
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .ul-life__features {
        flex-direction: column;
        gap: 35px
    }

    .item-life__features .image {
        width: 250px;
    }
}


/* NUMBERS */
.section-numbers {
    background: var(--color-gray-900);
}

.section-numbers .section__label,
.section-yourday .section__label {
    color: #E6E5E5;
}

.numbers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--size-64) var(--size-30);
}

.numbers__item {
    border-radius: 6px;
    background: var(--blue-02, #285FAC);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
    padding: var(--size-40) 0 var(--size-48);
}

.numbers__label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--size-160);
    width: fit-content;
    height: 37px;
    color: var(--color-text-basic);
    text-align: center;
    font-size: var(--fs-18);
    font-family: var(--ff-jp-serif);
    font-weight: 500;
    line-height: 1;
    background-color: #8FDDF2;
    border-radius: 50px;
    position: relative;
    margin: -58px auto 0;
    padding: 0 12px;
    letter-spacing: 0;
}

.numbers__label::after {
    aspect-ratio: 8 / 16;
    border-radius: 0 0 calc(infinity * 1px) calc(infinity * 1px);
    content: "";
    inset: 100% auto auto 50%;
    position: absolute;
    transform: translate(-50%, -32.5%) rotate(45deg);
    width: calc(8 / 16 * 1em);
    background: #8FDDF2;
    bottom: -18px;
}

.numbers__value {
    font-size: var(--fs-40);
    color: var(--color-white);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 24px;
}
.numbers__value-middle{
    font-size: var(--fs-48);
    margin-top: 48px;
}
.numbers__value-large{
    margin-top: 70px;
}

.numbers__num {
    font-size: var(--fs-100);
    padding-bottom: 0;
    position: relative;
    font-family: var(--ff-num);
    z-index: 1;
}

.numbers__num::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #3D93C9;
    z-index: -1;
}
.disc-grid{
    text-align: center;
    color: #fff;
    font-size: var(--fs-15);
    margin-top: 16px;
    font-family: var(--ff-jp-serif);
}

@media(max-width:969px) {
    .numbers__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .numbers__item {
        padding: 24px 0;
    }

    .numbers__label {
        font-size: 15px;
        height: 32px;
        margin-top: -40px;
    }

    .numbers__value {
        margin-top: 16px;
    }

    .numbers__num::after {
        bottom: 0;
        height: 10px;
    }
}

/* YOUR DAY */
.section-yourday {
    background: #fff;
}

.section-yourday .section__h2 {
    margin-left: 0;
}

.yourday__time {
    color: #0E3D7E;
    font-family: var(--ff-num);
    font-size: var(--fs-30);
    font-weight: 400;
    line-height: 1;
}

.yourday__text {
    color: var(--text-basic, #231815);
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}

.yourday__note {
    color: #0E3D7E;
    font-family: var(--ff-jp-serif);
    font-size: var(--size-16);
    font-weight: 400;
    line-height: 2;
    padding-left: var(--size-30);
}

.container-yourday__list {
    display: flex;
    gap: var(--size-80);
}

.yourday__list {
    padding-left: var(--size-30);
    list-style: none;
    padding: 0;
    margin: 0;
}

.images-yourday__item {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: var(--size-128);
    margin-top: var(--size-48);
}

.yourday__item {
    display: flex;
    gap: 1rem;
    position: relative;
    padding-left: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
}

.yourday__item::before {
    content: '';
    position: absolute;
    left: 0.35rem;
    top: 1.2rem;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #8FDDF2;
}

.yourday__item:last-child::before {
    display: none;
}

.yourday__item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #8FDDF2;
}

.yourday__time {
    min-width: 3.5rem;
    flex-shrink: 0;
}

@media(max-width:969px) {
    .container-yourday__list {
        flex-direction: column;
        gap: 16px;
    }

    .yourday__item {
        gap: 8px;
    }

    .yourday__text {
        line-height: 1.8;
    }

    .images-yourday__item {
        gap: 24px;
    }

    .yourday__note {
        font-size: 15px;
    }
}

/* REQUIREMENTS */
.section-requirements {
    background: var(--color-gray-900);
}

.section-requirements .section__label {
    color: rgb(230, 229, 229);
}

.requirements__table {
    border: 1px solid #DCD1D1;
    max-width: 920px;
    margin: 0 auto;
    background: var(--color-white);
}

.requirements__table th {
    border-bottom: 1px solid #DCD1D1;
    padding: var(--size-20) var(--size-24);
    color: var(--color-blue-500);
    font-size: var(--fs-20);
    font-weight: 400;
    line-height: 1.8;
    width: var(--size-160);
    vertical-align: middle;
    letter-spacing: 0;
}

.requirements__table td {
    border-bottom: 1px solid #DCD1D1;
    border-left: 1px dashed #DCD1D1;
    padding: var(--size-20) var(--size-24);
    color: var(--text-basic);
    font-family: var(--ff-en);
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
}

.requirements__table td .text-blue {
    color: #0E3D7E;
    font-family: var(--ff-en);
    font-size: var(--fs-16);
    font-weight: 400;
    line-height: 1.8;
}
.list-requirements__table{
    list-style:inside;
    text-indent:-1.2em;
    padding-left:1em;
    margin-left: 8px;
}


@media(max-width:969px) {
    .requirements__table th {
        width: 80px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .requirements__table td {
        padding: 16px 8px;
    }

    .requirements__table td .text-blue {
        font-size: 15px;
    }
}

/* ENTRY */
.section-entry {
    background-color: var(--color-green);
}

.entry__h2 {
    color: var(--color-text-basic);
    font-size: var(--fs-36);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.entry__h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 1px;
    background-color: #9B9A9A;
}

.entry__btn {
    display: flex;
    max-width: 456px;
    width: fit-content;
    height: var(--size-64);
    padding: 13px var(--size-64) 15px var(--size-64);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 58px;
    color: var(--color-white);
    background: #285FAC;
    font-size: var(--fs-20);
    font-weight: 700;
    font-family: var(--ff-jp-serif);
    line-height: 2;
    transition: 0.3s;
    margin: 0 auto;
    border: 1px solid #285FAC;
}

.entry__lead {
    color: var(--color-text-basic);
    text-align: center;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 2;
    margin: var(--size-96) auto var(--size-40);
    letter-spacing: 0.02em;
}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.item-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--size-24);
    border-bottom: 1px solid #D7DDBC;
}

.required {
    font-size: var(--size-16);
    color: #fff;
    background: #C32D2D;
    border-radius: 4px;
    padding: 2px 7px;
    margin-right: 8px;
}

.label {
    color: var(--text-basic, #231815);
    font-size: var(--fs-18);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
    font-family: var(--ff-jp-serif);
}

.input {
    height: 58px;
    flex-basis: 68%;
    padding: 8px 16px;
    font-size: 15px;
    font-family: var(--ff-jp-serif);
}

.textarea {
    height: 150px;
    flex-basis: 68%;
    padding: 8px 16px;
    font-size: 15px;
    font-family: var(--ff-jp-serif);
}

.textarea__item-form {
    margin-bottom: var(--size-24);
    align-items: flex-start;
}

@media (hover: hover) {
    .entry__btn:hover {
        display: flex;
        background: var(--color-white);
        color: #285FAC;
        transition: 0.3s;
    }

    .entry__lead {
        line-height: 1.8;
    }
}

.entry__note {
    color: var(--color-blue-600);
    text-align: center;
    font-family: var(--ff-en);
    font-size: var(--fs-16);
    font-weight: 500;
    line-height: 1.5;
    margin-top: var(--size-40);
    letter-spacing: 0.02em;
}

.thanks__h2 {
    margin-top: 100px;
}

.thanks__note {
    text-align: center;
    font-family: var(--ff-en);
    font-size: var(--fs-17);
    font-weight: 500;
    line-height: 1.8;
    margin-block: var(--size-120);
    letter-spacing: 0.02em;
}

.is-thanks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.is-thanks .section-entry {
    flex: 1;
}

@media(max-width:969px) {
    .entry__btn {
        padding: 30px 40px;
    }

    .entry__note {
        font-size: 15px;
        padding: 0 20px;
    }

    .item-form {
        flex-direction: column;
        align-items: normal;
        gap: 8px;
    }

    .input {
        flex-basis: auto;
    }

    .textarea {
        flex-basis: auto;
    }
}

/* 固定CTA */
.fixed-cta {
    display: none;
}
.header, .fixed-cta {
    transition: opacity 0.4s ease;
}

@media(max-width:1199px) {
    .fixed-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 94vw;
        height: 50px;
        background: #285FAC;
        border: 1px solid #fff;
        color: #fff;
        font-family: var(--ff-jp-serif);
        font-size: 17px;
        font-weight: 600;
        z-index: 9;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
}

/* FOOTER */
.footer {
    z-index: 10;
    background: var(--color-blue-600);
    padding: var(--size-40) 0;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.footer__name {
    color: var(--color-white);
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}

.footer__address {
    color: var(--color-white);
    font-family: var(--ff-en);
    font-size: var(--fs-16);
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #4A6CA7;
    width: 100%;
    padding-bottom: 36px;
    margin-bottom: var(--size-32);
    text-align: center;
    letter-spacing: 0.02em;
}

.footer__copy {
    color: var(--color-white);
    text-align: center;
    font-family: var(--ff-en);
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.02em;
}