:root {
    --padding-section-tb: 40px;
    --padding-section-lr: 24px;
    --padding-section: var(--padding-section-tb) var(--padding-section-lr);

    --flex-gap: 16px;

    --fontweight-thick: 700;


    --header-sp-position: 20px;
    --header-height: 60px;
    --font-family: "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
    --font-family2: "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", serif;
    --color-bg-gradient: linear-gradient(57deg, #28A0E3 0%, #7F3CA3 33.33%, #EE5988 66.67%, #FA3A35 100%), #000;
    --color-body: #555;
    --color-body-dark: #222;
    --width-max: 760px;
    --section-titlepadding: 10px;
    --line-height: 180%;
}

@media screen and (min-width: 1081px) {
    :root {
        --header-height: 70px;
    }
}


* {
    font-family: var(--font-family);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: var(--font-family);
    line-height: var(--line-height);
    font-size: 16px;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
}

main {
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

li {
    text-decoration: none;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    opacity: 0.7;
}

button:hover {
    cursor: pointer;
    opacity: 0.7;
}

button.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.display-sp {
    display: block;
}

@media screen and (min-width: 1081px) {
    .display-sp {
        display: none;
    }
}

/* GENERAL 一般的 */
.btn {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 16px;
    font-weight: var(--fontweight-thick);
    line-height: 100%;
}

.section--gradient {
    justify-content: center;
}

.section--gradient::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url("./pic/kv-bg.png");
    background-repeat: repeat;
}
.section--gradient::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--color-bg-gradient);
    filter: saturate(2);
    opacity: .5;
}

.section--gradient .video {
    width: 100%;
}

.section--gradient .video video {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HEADER ヘッダー */
.header-container {
    background-color: var(--clr-white);
    position: fixed;
    top: 0;
    z-index: 102;
    width: 100%;
    height: var(--header-height);
    /* max-width: var(--html-maxwidth); */
}

.header-container {
    background-color: #000;
    color: white;
}

.header-container .nav-container {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    padding: 10px 30px;
    height: 100%;
    box-shadow: none;
    --width-max: 1020px;
    max-width: var(--width-max);
    margin: 0 auto;
}

.header-container .logo-container {
    top: var(--header-sp-position);
    left: var(--header-sp-position);
    z-index: 102;
    display: flex;
    align-items: center;
}


.header-container .logo-img {
    max-width: 110px;
    width: 50px;
    padding-right: 16px;
}

.header-container .logo-title {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 600;
    padding-left: 16px;
    border-left: 1px solid white;
    line-height: 1;
}

.header-container .nav-contact {
    display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}

.main--global {
    padding-top: var(--header-height);
}

.section--kv {
    position: relative;
    height: 80vh;
    height: 80svh;
    overflow: hidden;
}

.section--kv .video {

}

.section--kv .section__box {
    position: absolute;
    max-width: 1000px;
    inset: 0 0 0 0;
    margin: auto;
    z-index: 5;
}

.section--kv .h1title {
    margin: auto;
    z-index: 5;
    width: fit-content;
    height: fit-content;
    color: white;
    gap: 0;
    align-items: end;
    position: relative;
}

.section--kv .h1title .text--big {
    line-height: 1;
    font-weight: 900;
    font-family: var(--font-family2);
    font-size: 36px;
}

.section--kv .h1title .text--m {
    line-height: 1;
    font-weight: 900;
    font-family: var(--font-family2);
    font-size: 24px;
}

.section--kv .news {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: inline-flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
}

.section--kv .news__title {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section--kv .news__title img {
    width: 12px;
    height: 12px;
}

.section--kv .news li a {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.12px;
}

@media screen and (min-width: 520px) {
    .section--kv .h1title .text--big {
        font-family: var(--font-family2);
        font-size: 56px;
    }

    .section--kv .h1title .text--m {
        font-family: var(--font-family2);
        font-size: 44px;
    }
}

@media screen and (min-width: 768px) {
    .section--kv .h1title .text--big {
        font-size: 76px;
    }

    .section--kv .h1title .text--m {
        font-size: 64px;
    }
}

@media screen and (min-width: 1021px) {
    .section--kv .h1title .text--big {
        font-size: 96px;
    }

    .section--kv .h1title .text--m {
        font-size: 84px;
    }
}

/*  */
.section__container .section__box {
    width: 100%;
    max-width: var(--width-max);
    margin: 0 auto;
    padding: 80px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
}

.section__heading {
    position: relative;
    margin: 0 auto;
}

.section__title {
    color: white;
    text-indent: calc(var(--section-titlepadding) * -1);
    position: relative;
    z-index: 1;
    padding: 8px var(--section-titlepadding);
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.section__heading:before {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    width: calc(100% + var(--section-titlepadding) * 2);
    height: 100%;
    left: calc(var(--section-titlepadding) * -1);
    z-index: 1;
}

.section__heading:after {
    content: "";
    display: block;
    background: var(--color-bg-gradient);
    width: calc(100% + var(--section-titlepadding) * 2);
    height: 100%;
    position: absolute;
    right: calc(var(--section-titlepadding) * -1.5);
    bottom: calc(var(--section-titlepadding) * -1);
    z-index: 0;
}

.section__description {
    line-height: var(--line-height);
    color: var(--color-body);
    color: #555;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.18px;
}

@media screen and (min-width: 768px) {
    .section__title {
        font-size: 28px;
    }
}

/* NEWS ニューズ 記事 */
.section__container.--news .section__box {
    --width-max: 1000px;

}

.section__container.--news .btn {
    width: fit-content;
    margin-left: auto;
    border-radius: 50px;
    padding: 16px 32px;
}

.section__container.--news .section__box li {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section__container.--news .section__box li figure {
    margin: 0;
}

.kijicard-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
}

.kijicard-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 700;
    line-height: 160%; 
    padding: 0;
}

.kijicard-tag::after {
    content: "";
    display: block;
    background: var(--color-bg-gradient);
    width: 100%;
    height: 2px;
}

/* メッセージ */
.section__container.--message {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.section__container.--message .bg {
    width: 100%;
    height: 280px;
}

.section__container.--message .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section__container.--message .section__box {
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    --width-max: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px 16px;
    z-index: 5;
}

.section__container.--message .section__description {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    gap: 0;
    font-family: var(--font-family2);
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.section__container.--message .text--block {
    gap: 0;
    align-items: end;
}

.section__container.--message .text--big {
    font-size: 16px;
    font-family: var(--font-family2);
    line-height: 1;
    font-weight: 600;
    word-break: keep-all;
}

.section__container.--message .text--m {
    font-size: 12px;
    font-family: var(--font-family2);
    line-height: 1;
    font-weight: 600;
    word-break: keep-all;
}

@media screen and (min-width: 360px) {
    .section__container.--message .text--big {
        font-size: 20px;
    }

    .section__container.--message .text--m {
        font-size: 16px;
    }
}

@media screen and (min-width: 480px) {
    .section__container.--message .text--big {
        font-size: 28px;
    }

    .section__container.--message .text--m {
        font-size: 24px;
    }
}

@media screen and (min-width: 1000px) {
    .section__container.--message .section__description {
        flex-direction: row;
        align-items: end;
        gap: 0;
    }

    .section__container.--message .text--block {
        letter-spacing: .1em;
    }

    .section__container.--message .text--big {
        font-size: 32px;
    }

    .section__container.--message .text--m {
        font-size: 28px;
    }
}

/* FORM フォーム */
.section__container.--contact .section__box {
    padding: 64px 32px;
    width: 100%;
    max-width: 600px;
}

.section__container.--contact .section__title {
    color: var(--color-body-dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    border-left: 2px solid var(--Linear, #192E5B);

    display: flex;
    height: 24px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.section__container.--contact .section__box div {
    width: 100%;
}

.section__container.--contact .form__box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section__container.--contact .label__box {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.section__container.--contact .form__hitsuyou-text {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 1px 15px 2px 15px;
    gap: 10px;
    border-radius: 3px;
    background: linear-gradient(180deg, #192E5B 0%, #021338 100%);
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
}

.section__container.--contact .form__input {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    width: 100%;
    font-size: 16px;
}

.form_kakunin-btn {
    width: 100%;
    border-radius: 16px;
    background: var(--Blue, #0094E8);
    backdrop-filter: blur(5px);
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--clr-white, #FFF);
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: auto;
    margin-top: 20px;
}

.form_row-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.form_row-checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-body-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
}

.form_row-checkbox input {
    height: 20px;
    width: 20px;
    margin: auto;
}

.section__container.--contact .btn__container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section__container.--contact .btn__container button {
    width: 100%;
    border-radius: 16px;
    background: var(--Blue, #3367DA);
    backdrop-filter: blur(5px);
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--clr-white, #FFF);
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: auto;
    margin-top: 20px;
}

.section__container.--contact .btn--modoru button {
    background: #ccc;
}

.breadcrumb {
    margin: 0;
}

@media screen and (min-width: 768px) {}