@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");

/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
   font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #000;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    margin: 0;
    background-color: #faf3f5;
    letter-spacing: 0.1em;
}

body.on {
    overflow: hidden;
}

body.on #statement,
body.on #slider,
body.on #movie,
body.on #footer {
    display: none;
}

body.custom_scrollbar::-webkit-scrollbar {
    width: 0;
}

h1 {
    margin-block: 0;
}

img,
iframe {
    vertical-align: bottom;
    border: none;
}

li {
    list-style: none;
}

a {
    color: inherit;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

a img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

h1 a,
h1 a img {
    -webkit-transition: none;
    transition: none;
}

li {
    list-style: none;
}


@media screen and (min-width: 768px) {
    .sp_only {
        display: none;

    }
}

@media screen and (max-width: 768px) {
    body.on {
        overflow: auto;
    }

    body.on #statement,
    body.on #slider,
    body.on #movie,
    body.on #footer {
        display: block;
    }
}

a {
    text-decoration: none;
}

.inner {
    max-width: 1240px;
    margin-inline: auto;
}


@font-face {
  font-family: "LINE Seed JP";
  src: url("../../font/LINESeedJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#header {
    padding-inline: 2rem 5rem;
    padding-block: 1.8rem 3.2rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

#header ul {
    display: flex;
    gap: 4rem;

}

ul.header_nav a {
    transition: .3s;
}
@media screen and (min-width: 769px) {
ul.header_nav a:hover{
    opacity: .5;
}
}

#header h1 a img {
    width: 10rem;
}

.header_linkWrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header_linkWrap a {
    display: flex;
}

.header_linkTop {
    font-size: 1rem;
    border: 1px solid #231815;
    border-radius: 20px;
    padding-inline: 12px;
    padding-block: 0px;
    border-radius: 20px;
    border: 1px solid #000;
    margin-top: 0.6rem;
    padding-inline: 12px;
    padding-block: 0px;
    border-radius: 20px;
    border: 1px solid #000;
    margin-top: 0.9rem;
    padding-block: 0.3rem;
}

#header ul li a {
    position: relative;
}

#header ul li a::before {
    content: "";
    display: inline-block;
    width: 14px;
    background-image: url(../images/nav_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    transform: translateY(-50%);
    right: -23px;
    aspect-ratio: 26 / 24;
    top: 50%;

}

@media screen and (max-width: 768px) {
    #header {
        padding-inline: 1rem 1rem;
        padding-block: 0.8rem 2.8rem;
    }

    #header h1 a img {
        width: 6.5rem;
    }

    .header_linkTop {
        display: flex;
        margin-top: 0.4rem;
        padding-inline: 0.8rem;
        font-size: 10px;
        letter-spacing: 0.06em;
        display: inline-block;
        width: fit-content;
    }

    .header_linkWrap {
        justify-content: space-between;
        width: 100%;
    }

    #header ul.header_nav {
        display: none;
    }

}


div#mv {
    position: relative;
}

.mv_img {
    width: 72%;
}

.mv_bottom_inner.inner {
    display: flex;
    align-items: baseline;
}

@media (max-width: 1300px) {
    .mv_bottom_inner.inner {
        padding-inline: 2rem;
    }

    .mv_bottom_title {
        width: 45rem;
    }
}


.mv_bottom_title p {
    display: flex;
    font-size: 1.8rem;
    gap: 0.7rem;
    color: #007d42;
    padding-bottom: 1.3rem;
    text-align: left;
    display: inline;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    margin-top: 3rem;
    margin-bottom: 0;
    position: relative;
    top: 2.6rem;
}

.mv_textBox {
    position: absolute;
    top: calc(50% - 10.6rem);
    transform: translate(-50%, -50%);
    left: calc(50% + 34.2rem);
    text-align: left;
}

@media (max-width: 1300px) {
    .mv_textBox {
        left: calc(50% + 24rem);
    }
}

@media (max-width: 1000px) {
    .mv_textBox {
        left: calc(50% + 18rem);
        top: calc(50% - 3rem);
    }
}


.mv_textBox p {
    color: #007D42;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt'on;
    font-size: 3.2rem;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 3.2px;
    background: #FFF;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    margin-block: 0;
    padding-inline: 1rem;
    margin-top: 2.3rem;
    padding-block: 0;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-block: 0.7rem;
    line-height: 1;
        display: block;
        font-weight: 700;

}

.mv_textBox p:nth-of-type(2) {
    margin-top: 1.8rem;
}

@media (max-width: 1300px) {
    .mv_textBox p {
        font-size: 2.6rem;
    }
}

@media (max-width: 1000px) {
    .mv_textBox p {
        font-size: 2rem;
    }
}


.mv_textBox p:nth-of-type(2) {
    margin-top: 1.5rem;

}

.mv_bottom_title {
    flex: 1;
}

.mv_bottom_title svg {
    width: 100%;

}

.mv_bottom_title p svg {
    width: 14px;
    position: relative;
    top: 1px;

}

.mv_bottom_textBox {
    padding-block: 34px 38px;
    padding-left: 45px;
    position: relative;
    width: 62rem;
}

@media (max-width: 1000px) {
    .mv_bottom_textBox {
        width: 54rem;
    }
}


@media (max-width: 900px) {
    .mv_bottom_textBox {
        width: 47rem;
    }
}

.mv_bottom_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}

img.mv_tag {
    width: 13.5rem;
    position: relative;
    top: -2rem;


}

.mv_bottom_title h3 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-kerning: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin-top: 0.5rem;
}

.mv_bottom_textBox h4 {
    text-align: left;
    margin-block: 0;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-kerning: none;
    font-feature-settings: 'palt'on, 'liga'off;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
    .mv_bottom_textBox h4 {
        font-size: 2rem;
    }
}

.mv_bottom_textBox p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-top: 2.5rem;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .mv_bottom_title p {
        margin-top: 4rem;
        padding-inline: 1rem;
        letter-spacing: 0.07em;
    }

    .mv_bottom_title {
        width: 100%;
    }

    .mv_bottom_textBox {
        width: 100%;
    }

    img.mv_tag {
        width: 10.5rem;
        position: relative;
        top: -1rem;
        display: flex;
    }

    .mv_textBox {
        position: unset;
        transform: unset;
        padding-top: 2rem;
        padding-inline: 2rem;

    }

    .mv_bottom_line {
        display: none;
    }

    .mv_img {
        width: 100%;
    }

    .mv_bottom_title h3 {
        padding-left: 1rem;
    }

    .mv_bottom_inner.inner {
        flex-flow: column;
    }

    .mv_textBox p {
        line-height: 2.2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        font-size: 22px;
        letter-spacing: 0.1em;
        display: inline;
        padding-block: 0.9rem;

    }

    .mv_bottom_textBox {
        width: 100%;
        padding-block: 12px 38px;
        padding-left: 12px;
        line-height: 1.2;
    }

    .mv_bottom_textBox h4 {
        line-height: 1.4;
        letter-spacing: 0.05em;
        font-size: 20px;
        margin-top: 4px;
    }

    .mv_bottom_textBox p {
        margin-top: 2.8rem;
    }
}



.lp-about {
    padding-block: 100px 67px;

    overflow: hidden;
}

.lp-about__inner {}

.lp-about__contents {
    padding-left: 1.4rem;
    display: flex;
    flex-flow: column;
    gap: 11.2rem;
}

.lp-about__content {
    display: flex;
    gap: 3rem;
}

.lp-about__textBox {
    width: 50%;
    margin-top: 31px;
    padding-right: 45px;
}

.lp-about__text span.bold {
    font-weight: 700;
}



.lp-about__title {
    display: flex;
    align-items: center;
    gap: 7px;
}

.lp-about__title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #007d42;
}

.lp-about__title p.num {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    z-index: 10;
    width: 50px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.lp-about__title p.num::after {
    content: "";
    display: inline-block;
    width: 52px;
    background-image: url(../images/title_num_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    transform: translateY(-50%);
    left: -1px;
    aspect-ratio: 100 / 80;
    top: 50%;
    z-index: -1;

}

.lp-about__img {
    width: 62%;
    margin-inline: 0;
    margin-right: calc(50% - 50vw);
    margin-top: -5.5rem;
}

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


.lp-about__text:nth-of-type(1) {
    margin-top: 43px;
}

.lp-about__text {
    text-align: left;
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.8;
    font-weight: 400;
        margin-top: 26px;
    letter-spacing: 0.06em;
}



@media screen and (max-width: 768px) {
    .lp-about {
        padding-block: 41px 32px;
        overflow: hidden;
    }

    .lp-about__content {
        display: flex;
        gap: 3.2rem;
        flex-flow: column;
        flex-direction: column-reverse;
    }

    .lp-about__img {
        width: 62%;
        margin-inline: 0;
        margin-right: calc(50% - 50vw);
        margin-top: -5.5rem;
        width: 100%;
    }

    .lp-about__contents {
        padding-left: 3.4rem;
        gap: 9.2rem;
    }

    .lp-about__textBox {
        margin-top: 0px;
        padding-right: 28px;
        width: 100%;
    }

    .lp-about__text:nth-of-type(1) {
        margin-top: 21px;
    }
}


.lp-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;

}


.lp-feature {
    margin-top: 44px;

}

.lp-feature__inner {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.lp-feature__img {
    width: 57%;
    margin-inline: 0;
    margin-left: calc(50% - 50vw);
    margin-top: 1.5rem;

}

.lp-feature_textBox {
    width: 50%;
    padding-left: 53px;
}

.lp-feature__title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-feature__title p.num {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    z-index: 10;
    width: 50px;
    color: #fff;
}

.lp-feature__title p.num::after {
    content: "";
    display: inline-block;
    width: 52px;
    background-image: url(../images/title_num_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    transform: translateY(-50%);
    left: -1px;
    aspect-ratio: 100 / 80;
    top: 50%;
    z-index: -1;

}

.lp-feature__title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #007d42;

}

.lp-feature__text:nth-of-type(1) {
    margin-top: 41px;
}

.lp-feature__text {
    text-align: left;
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}


@media screen and (max-width: 768px) {
    .lp-feature {
        margin-top: 30px;
    }

    .lp-feature__inner {
        display: flex;
        gap: 2.2rem;
        flex-flow: column;
        padding-right: 2rem;
    }

    .lp-feature__img {
        width: 57%;
        margin-inline: 0;
        margin-left: calc(50% - 50vw);
        margin-top: 1.5rem;
        width: 100%;
    }

    .lp-feature_textBox {
        width: 50%;
        padding-left: 35px;
        width: 100%;
    }

    .lp-feature__text:nth-of-type(1) {
        margin-top: 20px;
    }

}

.lp-movie {
    padding-block: 10.5rem 12rem;
}


.lp-movie__title p.en {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    background: #D40202;
    display: inline-block;
    padding-inline: 0.6rem;
    letter-spacing: 0.01em;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    padding-block: 0.5rem 0.4rem;

}

.lp-movie__title h2.jp {
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt'on;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 0.2rem;
    letter-spacing: 0.01em;

}

.lp-movie__movie {
    margin-top: 0;
    margin-inline: 0;
}

video {
    max-width: 21rem;
    border-radius: 1rem;
}

.lp-movie__videoWrap {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
    .lp-movie {
        padding-block: 6.6rem 0rem;
    }

    .lp-movie__title p.en {
        font-size: 13px;
    }

    .lp-movie__title h2.jp {
        letter-spacing: 0.01em;
        font-size: 20px;
    }

    .lp-movie__movie {
        margin-top: 1rem;
    }

    video {
        max-width: 16rem;
        border-radius: 1rem;
    }

    .lp-movie__videoWrap {
        gap: 2rem;
        margin-top: 0rem;
    }
}


.lp-interview-links {
    padding-block: 5rem;
    max-width: 128rem;
    padding-inline: 2rem;
    margin-inline: auto;
}

.lp-interview-links__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.1rem;
    padding-left: 0;
    margin-top: -1rem;
    row-gap: 1rem;
}

.lp-interview-linkWrap {
    padding-top: 2rem;
    padding-bottom: 0.6rem;
    position: relative;
    border-top: 1px dotted;
    border-top: 1px dotted transparent;
    border-image: repeating-linear-gradient(to right, #000 0, #000 1px, transparent 1px, transparent 4px) 1 round;
}

.lp-interview-linkWrap::before {
    content: "";
    display: inline-block;
    background-size: cover;
    background-image: url(../images/green_arrow.svg);
    aspect-ratio: 1 / 1;
    width: 16px;
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% + 0.7rem);
    right: 17px;
    z-index: 10;

}

.lp-interview-link {
    display: flex;
    background: #fff;
    height: 9.4rem;
    align-items: center;
}

.lp-interview-link.--current::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 20;
    height: 9.4rem;
}

.lp-interview-linkWrap.--soon {
    padding-top: 2rem;
}

.lp-interview-linkWrap.--soon::before {
    display: none;

}

.lp-interview-linkWrap.--soon p {
    padding-block: 0;
    width: 100%;
    background-color: #fff;
    color: #D1CAC7;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'palt'on;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9.4rem;
    margin-block: 0;
}


.lp-interview-links__title {
    text-align: left;
    letter-spacing: 0.06em;
}

.lp-interview-link__textBox {
    line-height: 1;
    padding-left: 1.6rem;
}

.lp-interview-link__textBox p {
    margin-block: 0;
}

.lp-interview-link__textBox p:nth-of-type(1) {
    color: #007D42;
    leading-trim: both;
    text-edge: cap;
    font-kerning: none;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1300px) {
    .lp-interview-link__textBox p:nth-of-type(1) {
        font-size: 1rem;
    }
}

@media (max-width: 1000px) {
    .lp-interview-links__items {
        gap: 1.1rem;
    }
}

@media (max-width:1000px) {
    .lp-interview-links__items {
        grid-template-columns: repeat(2, 1fr);
    }
}


.lp-interview-link__textBox p:nth-of-type(2) {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-kerning: none;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    margin-top: 0.8rem;
}

.lp-interview-link img {
    width: 9.4rem;
}

@media (min-width: 769px) {
    .lp-interview-link:not(.--current):hover {
        opacity: 0.7;
    }

    .lp-interview-link:not(.--current):hover .lp-interview-link__textBox {
        opacity: 0.7;
    }


    .lp-interview-linkWrap:not(.--current):hover::before {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    .lp-interview-links {
        padding-block: 5.6rem 4rem;

        padding-inline: 2rem;
    }

    .lp-interview-links__title {
        text-align: left;
        letter-spacing: 0em;
        font-size: 16px;
    }

    .lp-interview-links__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .lp-interview-linkWrap {
        padding-top: 0.7rem;
        margin-top: 0.5rem;
        padding-bottom: 0.3rem;
    }

    .lp-interview-link {
        display: flex;
        height: 8rem;
        align-items: center;
    }

    .lp-interview-link img {
        width: 8rem;
    }

    .lp-interview-links__items {
        gap: 0rem;
    }

    .lp-interview-linkWrap.--soon {
        padding-top: 0.7rem;
    }

    .lp-interview-linkWrap.--soon {
        padding-top: 0.7rem;
    }

    .lp-interview-linkWrap.--soon p {
        height: 8rem;
    }

    .lp-interview-link__textBox p:nth-of-type(1) {
        font-size: 1.3rem;
    }

    .lp-interview-linkWrap::before {
        top: calc(50% + 0.2rem);
    }

    .lp-interview-link.--current::before {
        top: 7px;
        height: 8rem;
    }

}



.gototop {
    width: 52px;
    float: right;
    margin-right: 24px;
    border-radius: 12px;
    position: relative;
    bottom: 6rem;
}

.gototop a {
    display: block;
    font-size: 0;
    line-height: 52px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gototop a svg path {
    transition: .3s;

}

@media (min-width: 769px) {
    .gototop a:hover {
        background-color: #007D42;
        border: 1px solid #007D42;
    }

    .gototop a:hover svg path {
        stroke: #fff;
    }
}


.footer__link a {
    display: flex;
    width: 198px;
    padding: 20px 24px;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    position: relative;
    height: 5.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

html {
    scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
    .footer__link a:hover {
        background-color: #007D42;
        color: #fff;
        border: 1px solid #007D42;
    }

    .footer__link a:hover svg path {
        stroke: #fff;
    }
}

.footer__link a:hover svg path {
    transition: .3s;
}

ul.footer__nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 11rem;
}

@media (max-width: 768px) {
    ul.footer__nav {
        flex-flow: column;
    }
}

footer#footer {
    position: relative;
}

.footer__link a svg {
    position: absolute;
    right: 1.5rem;
    transform: translateY(-50%);
    top: calc(50% - -1px);
}

.copyright {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    background: #000;
    margin-top: 3rem;
    padding-block: 1.5rem;
    letter-spacing: 0.08em;
}



@media screen and (max-width: 768px) {
    ul.footer__nav {
        flex-flow: column;
        padding-inline: 1.3rem;
        gap: 0.8rem;
        margin-top: 4rem;
    }

    .footer__link a {
        justify-content: center;
        width: 100%;
        justify-content: flex-start;
        height: 6rem;
    }

    .footer__link a svg {
        position: absolute;
        right: 2.5rem;
        transform: translateY(-50%);
        top: calc(50% - -1px);
    }

    .copyright {
        margin-top: 4rem;
        padding-block: 1.9rem;
        letter-spacing: 0.08em;
        font-size: 10px;
    }


    .gototop {
        width: 4rem;
        position: unset;
        margin-inline: auto;
        margin-top: 4.6rem;
        float: unset;
    }
}


.lp-about__title-num {
    width: 50px;
}

@media screen and (max-width: 768px) {
    .lp-about__title-num {
        width: 54px;
        height: auto;
    }
}