html {
    font-size: 62.5%;
    margin-top: 0 !important;
}

main {
    overflow-x: hidden;
    font-family: Noto Sans JP, "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    overflow-x: hidden;
    font-family: Noto Sans JP, "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.row .start {
    background: #d39cb5;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
}

.row .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 200px;
}

.row .start p img {
    width: 200px;
}

.section01 .top img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

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


/* 背景色 */

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
    padding: 4rem 0;
}


/* text-color */

.text-white {
    color: #fff;
}

.text-black {
    color: #212121;
}


/* text-size */

.f-14 {
    font-size: 1.4rem;
}

.f-13 {
    font-size: 1.3rem;
}


/* text-style */

.futura {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.montserrat {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.din {
    font-weight: 700;
    font-style: normal;
}

.ftw-500 {
    font-weight: 500;
}


/* line-height */

.lh-p {
    line-height: 2.8rem;
}


/* section01 */

.section01 .bg-black img {
    padding: 8rem 0;
}


/* section02 */

.section02 {
    background: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
}

.flow-textbox {
    position: relative;
}

.flow-textbox span {
    position: absolute;
    font-size: 6rem;
    line-height: 5.8rem;
}

.flow-textbox p {
    padding-left: 6.5rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: bold;
}

.life-box .illust img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.mapbox {
    padding: 0 0 7rem;
}


/* section03 */

.section03 {
    padding: 8rem 0 6rem;
}


/* section04 */

.section04 {
    padding: 0 0 8rem;
}

.section04 h2 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
}

.section04 .kizi-box .kizi-imgbox a:hover {
    opacity: 0.5;
    transition: all 0.2s;
}


/* footer */

footer {
    background-color: #212121;
    color: #fff;
    /* margin-top: 5rem; */
}

.footer-menu {
    padding: 8rem 0 5rem;
}

footer .copy-right {
    padding-bottom: 3.5rem;
}

.op {
    opacity: .64;
}

.op2 {
    opacity: .64;
}

.footer_container {
    padding: 0 4rem;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.op:hover {
    opacity: 1;
}

footer ul li {
    margin-bottom: 0.7rem;
}

footer ul {
    margin-bottom: 2.7rem;
}

.dnone-hp {
    display: none;
}

.footer_about {
    font-weight: 400;
}

footer ul li a img {
    width: 13px;
    margin-right: 0.8rem;
    margin-bottom: 0.2rem;
}


/* header */

header nav {
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
}

header nav ul li a {
    padding: 1rem 1.2rem;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: .06em;
    transition: .3s;
}

header nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}


/* .scroll-menu {
    padding: 1.2rem 0 0.1rem;
} */

#topbutton {
    /* ▼ボタンの表示位置を画面の右下に固定 */
    position: fixed;
    /* ➁  表示場所を固定 */
    top: 0;
    /* 画面下端からの距離 */
    width: 100%;
    /* 画面右端からの距離 */
    opacity: 0;
    /* ➂  ▼最初は非表示に */
    z-index: 10000;
    /* 前面に表示 */
    background-color: #fff;
    transition: all .5s
}

.logo img {
    max-width: 112px;
    display: block;
    margin: 0 auto;
}


/* スクロール フェードイン
-------------------------------------------------- */

.fadeIn {
    opacity: 0;
    transition-duration: 1500ms;
    transition-property: opacity, transform;
}

.fadeIn-up {
    transform: translate(0, 50px);
}

.fadeIn-down {
    transform: translate(0, -50px);
}

.fadeIn-left {
    transform: translate(-50px, 0);
}

.fadeIn-right {
    transform: translate(50px, 0);
}

.scrollIn {
    opacity: 1;
    transform: translate(0, 0);
}


/* ハンバーガー
-------------------------------------------------- */


/* 位置を右上に固定 */

#toggle {
    position: fixed;
    top: 24px;
    left: 25px;
}


/* ハンバーガーメニューの大きさ指定 */

#toggle-box {
    position: relative;
    width: 22px;
    height: 15px;
    cursor: pointer;
}

#toggle-box>span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out;
}

#toggle-box>span:nth-child(1) {
    top: 0;
}

#toggle-box>span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
    bottom: 0;
}


/* ハンバーガーメニュークリックで、「×」マークにアニメーション */

.is-open #toggle-box>span {
    background: #fff;
}

.is-open #toggle-box>span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box>span:nth-child(2) {
    width: 0;
}

.is-open #toggle-box>span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
}


/* 重なり順指定 */

#toggle {
    z-index: 1200;
}

#main {
    position: relative;
    z-index: 990;
}


/* 中身メニュー、初期は非表示 */

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    transition: opacity .6s ease, visibility .6s ease;
}

#nav-content ul {
    list-style: none;
}

#nav-content a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    transition: opacity .6s ease;
    pointer-events: none;
}

#nav-content a:hover {
    opacity: 0.6;
}


/* is-openクラスが追加されると、メニューが表示される */

.is-open {
    overflow: hidden;
}

.is-open #nav-content {
    z-index: 999;
    visibility: visible;
    display: inline-block;
}

.is-open #nav-content a {
    pointer-events: auto;
}

.hp-menu-nav {
    display: none;
}

.sp-none {
    display: none;
}

#sp-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.logo h1 {
    padding: 1.5rem 0;
}

.section01 {
    padding-top: 55px;
}

.mt-6 {
    margin-top: 7rem;
}

header {
    background-color: #000;
}

.comment {
    /* border: 2.5px solid #d1111b; */
    margin-bottom: 4rem;
    padding: 0 3rem;
}

.comment p {
    text-align: center !important;
}

.comment img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 3rem;
}

.flow_box img {
    max-width: 100%;
    /* display: block;
    margin: 0 auto; */
    padding-top: 2rem;
}

.hp-size img {
    max-width: 80%;
}

.flow_box p {
    display: inline-block;
}

@media (min-width: 768px) {
    .dnone {
        display: none;
    }
    .dnone-hp {
        display: inline-block;
    }
    .mapbox {
        position: relative;
    }
    .lifebox-b {
        flex-direction: row-reverse;
    }
    .life-box .illust img {
        max-width: 70%;
    }
    .life-box h2 img {
        max-width: 80%;
    }
    .bg-white {
        padding: 6.5rem !important;
    }
    .flow-textbox p {
        padding-left: 9rem;
        font-size: 1.9rem;
        line-height: 3rem;
    }
    .flow-textbox span {
        font-size: 8rem;
        line-height: 5.8rem;
    }
    .mapbox {
        padding: 0 0 2rem;
    }
    footer {
        background-color: #212121;
        color: #fff;
        margin-top: 5rem;
    }
    header nav {
        flex-wrap: wrap;
        align-items: center;
        font-weight: bold;
    }
    header nav ul li a {
        padding: 1rem 1.2rem;
        color: #fff;
        font-size: 1.2em;
        letter-spacing: .06em;
        transition: .3s;
    }
    header nav ul li a:hover {
        color: rgb(167, 167, 167);
        text-decoration: none;
        transition: .3s;
    }
    /* .scroll-menu {
        padding: 1.2rem 0 0.1rem;
    } */
    header {
        background-color: #000;
    }
    .logo h1 {
        padding: 1.7rem 0 1rem;
    }
    .section01 {
        padding-top: 61px;
    }
    .comment {
        /* border: 2.5px solid #d1111b; */
        margin-bottom: 6rem;
    }
    .comment img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
        margin-bottom: 3rem;
    }
    .flow_box img {
        max-width: 72%;
        /* display: block;
        margin: 0 auto; */
        padding-top: 1rem;
    }
    .hp-size img {
        max-width: 100%;
    }
    .flow_box p {
        max-width: 925px;
    }
}

@media (min-width: 992px) {
    .f-14 {
        font-size: 1.6rem;
    }
    .sp-none {
        display: inline-block;
    }
    .dnone02 {
        display: none;
    }
    .hp-menu-nav {
        display: inline-block;
    }
    .section01 {
        padding-top: 0;
    }
    .logo h1 {
        padding: 0;
    }
    .lh-p {
        line-height: 3.1rem;
    }
    .section02 {
        padding: 16rem 0 18rem;
    }
    .section03 {
        padding: 16rem 0 12rem;
    }
    #sp-menu {
        position: unset;
    }
    .life-box h2 img {
        margin-bottom: 8rem !important;
    }
    .life-box h2 img {
        max-width: 73%;
    }
    .life-box .illust img {
        max-width: 100%;
    }
    .px-a {
        padding: 10rem 0;
    }
    .mapimg img {
        max-width: 54%;
    }
    .life-box .illust img {
        max-width: 100%;
        display: inline-block;
    }
    .life-box .illust {
        text-align: right;
    }
    .life-box .illust {
        text-align: right;
        /* position: relative; */
        /* top: -230px; */
        margin-top: -22rem;
    }
    .mapbox-text {
        width: 50%;
        position: absolute;
    }
    .mapimg img {
        max-width: 40%;
    }
    .mapimg {
        text-align: right;
    }
    .footer-menu_box {
        min-width: 180px;
    }
    .copy-right {
        text-align: center;
    }
    .footer-menu {
        padding: 5rem 0;
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(auto-fit, minmax(20%, max-content));
    }
    .logo img {
        max-width: 115px;
        display: block;
        margin: 0 auto;
    }
    .logo {
        padding-top: 2.8rem;
    }
    footer {
        margin-top: 10rem;
    }
    header nav {
        flex-wrap: wrap;
        align-items: center;
        font-weight: bold;
    }
    header nav ul li a {
        padding: 1rem 1.2rem;
        color: #fff;
        font-size: 1.2em;
        letter-spacing: .06em;
        transition: .3s;
    }
    header nav ul li a:hover {
        color: rgb(167, 167, 167);
        text-decoration: none;
        transition: .3s;
    }
    /* .scroll-menu {
        padding: 1.2rem 0 0.1rem;
    } */
    #topbutton {
        /* ▼ボタンの表示位置を画面の右下に固定 */
        position: fixed;
        /* ➁  表示場所を固定 */
        top: 0;
        /* 画面下端からの距離 */
        width: 100%;
        /* 画面右端からの距離 */
        opacity: 0;
        /* ➂  ▼最初は非表示に */
        z-index: 10000;
        /* 前面に表示 */
        background-color: #000;
        transition: all .5s
    }
    .sp-none {
        display: inline-block;
    }
    header {
        background-color: #000;
    }
    #topbutton {
        /* ▼ボタンの表示位置を画面の右下に固定 */
        position: fixed;
        /* ➁  表示場所を固定 */
        top: 0;
        /* 画面下端からの距離 */
        width: 100%;
        /* 画面右端からの距離 */
        opacity: 0;
        /* ➂  ▼最初は非表示に */
        z-index: 10000;
        /* 前面に表示 */
        background-color: #000;
        transition: all .5s;
        padding-top: 2rem;
    }
    .comment img {
        max-width: 800px;
        margin: 0 auto;
        display: block;
        margin-bottom: 3rem;
    }
    .hp-size img {
        max-width: 925px;
    }
}