@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 62.5%;
}

/* 共通 */
body {
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    text-align: justify;
}

:root {
    --white: #fff;
    --orange: #FF7D3C;
    --grey: #f1f1f1;
    --skin: #FFF5F1;
}

a:hover {
    opacity: 0.7;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

.pc {
    display: block;
}

.tab {
    display: none;
}

.sp {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .pc {
        display: none;
    }

    .tab {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .tab {
        display: none;
    }

    .sp {
        display: block;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }


}

.flex-box {
    display: flex;
}

.flex-box.ai-center {
    align-items: center;
}

.flex-box.ai-end {
    align-items: flex-end;
}

.flex-box.gap-20 {
    gap: 0 20px;
}

.flex-box.gap-40 {
    gap: 0 40px;
}

.pr-60 {
    padding-right: 60px;
}

.pl-60 {
    padding-left: 60px;
}


.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container-m {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    .pr-60 {
        padding-right: 20px;
    }

    .pl-60 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .flex-box.column {
        flex-direction: column;
    }

    .pr-60 {
        padding-right: 0;
    }

    .pl-60 {
        padding-left: 0;
    }
}

/* MV */
.mv {
    background: url('./../img/mv.jpg') no-repeat center top / cover;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;

}

.container-mv {
    padding: 0 80px;
}

.mv .col-1 {
    width: 50%;
    text-align: left;
}

.mv .col-2 {
    width: 50%;
    text-align: center;
}

.mv .col-2 img {
    max-width: 615px;
    width: 100%;
    height: auto;

}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.menu__list {
    display: flex;
    gap: 0 40px;
    list-style: none;
    padding: 0 30px 0;
}

.menu__item a {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 900;
}

.menu__button {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}

.menu__button {
    width: 220px;

}

.menu__button img {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.menu__button-s {
    display: none;
}

.burger__btn {
    display: none;
}

@media (max-width: 1200px) {
    .container-mv {
        padding: 0 25px;
    }

    .menu__list {
        display: flex;
        gap: 0 20px;
        padding: 0 15px;
    }

    .menu__item a {
        font-size: 1.4rem;
    }

    .menu__button {
        width: 180px;
    }

}

@media (max-width: 1024px) {
    .container-mv {
        padding: 0 15px;
    }

    .menu__list {
        gap: 0 10px;
        padding: 0 5px;
    }

    .menu__item a {
        font-size: 1.6vw;
    }

    .menu__button {
        width: 140px;
    }
}

@media (max-width: 768px) {
    .mv {
        background: url('./../img/bm-bg_sp.jpg') no-repeat center top / cover;
    }

    .container-mv {
        padding: 40px 10px;
    }

    .mv .col-1 {
        width: 100%;
        text-align: center;

    }

    h1 img {
        max-width: 780px;

    }

    .mv .col-2 {
        display: none
    }

    .header__menu {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 200;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .header__menu.in {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 200;
        width: 100%;
        height: 100%;
        background: url('./../img/bm-bg_sp.jpg') no-repeat center top / 100vh;
    }

    .menu__button {
        display: none;
    }

    .menu__list {
        display: block;
        text-align: center;
        padding-top: 60px;
    }

    .menu__item {
        margin-bottom: 30px;
    }


    .menu__button-s {
        margin: 0 auto;
        display: block;
        padding: 0 30px;
    }

    .menu__button-s img {
        max-width: 350px;
        width: 100%;
        height: auto;
    }

    .menu__item a {
        font-size: 1.8rem;
        padding: 5px 10px;
    }

    .burger__btn img {
        width: 50px;
        height: 50px;
    }

    .burger__btn {
        display: block;

        cursor: pointer;
        z-index: 300;
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--white);
        padding: 10px;
        border-radius: 0 0 0 8px;
    }

    .nav-btn-o {
        position: relative;
        appearance: none;
        width: 20px;
        height: 18px;
        transition: all 1s;
    }

    .nav-btn-o span {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--orange);
        transition: all .4s;
    }

    .burger__btn .nav-btn-o span:nth-of-type(1) {
        top: 0;
    }

    .burger__btn .nav-btn-o span:nth-of-type(2) {
        bottom: auto;
        top: 8px;
    }

    .burger__btn .nav-btn-o span:nth-of-type(3) {
        bottom: 0;
        top: auto;
    }

    .burger__btn.open .nav-btn-o span:nth-of-type(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .burger__btn.open .nav-btn-o span:nth-of-type(2) {
        transform: translateY(-2px) rotate(-45deg);
    }

    .burger__btn.open .nav-btn-o span:nth-of-type(3) {
        opacity: 0;
    }
}

h1 {
    font-size: min(4.2vw, 5.1rem);
    font-weight: 900;
    color: var(--white);
}

p.h1_sub-ttl img {
    max-width: 456px;
    width: 100%;
    height: auto;
}

p.mv-txt {
    position: relative;
    font-size: min(1.8vw, 2.2rem);
    font-weight: 700;
    line-height: 1.4;
    color: var(--white);
    padding-left: 16px;
    margin: 10px 0 20px;
}

p.mv-txt:before {
    position: absolute;
    background-color: var(--white);
    content: "";
    left: 0%;
    top: 5%;
    bottom: 10%;
    width: 6px;
    height: 90%;
}

p.mv_cont img {
    max-width: 618px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 3.8rem;
        font-weight: 900;
        color: var(--white);
        padding-top: 5px;
    }

    h1 span {
        font-size: 5rem;
        border-bottom:
    }

    p.h1_sub-ttl img {
        max-width: 680px;
    }

    p.mv-txt {
        position: relative;
        font-size: 1.8rem;
        color: var(--white);
        padding: 20px 0;
        margin: 10px 0 20px;
    }

    p.mv-txt:before {
        position: absolute;
        background-color: var(--white);
        content: "";
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        top: -10px;
        bottom: auto;
        max-width: 24rem;
        width: 100%;
        height: 5px;
        border-radius: 10px;
    }

    p.mv_cont img {
        max-width: 732px;
    }
}

/* sect_1 */
.sect_1 {
    padding: 60px 0;
    text-align: center;
}

.sect_1 .wrap {
    background: url('./../img/sec1_bg.jpg') no-repeat center top / 100%;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.sect_1 .content {
    padding: 30px;

}

.sect_1 .wrap p {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    color: var(--white);
    margin-bottom: 20px;
}

.sect_1 .wrap p span {
    font-size: 3.2rem;
    color: var(--orange);
    background-color: var(--white);
    border-radius: 7px;
    padding: 5px 10px;
    margin-left: 5px;
}

.sect_1 .wrap img {
    max-width: 652px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .sect_1 .wrap {
        background: url('./../img/sec1_bg_sp.jpg') no-repeat center top / contain;
    }

    .sect_1 .content {
        padding: 20px 30px;
    }

    .sect_1 .wrap p {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .sect_1 .wrap p span {
        font-size: 3rem;
        margin-left: 0;
    }

    .sect_1 .wrap img {
        max-width: 420px;
    }
}

/* sect_2 */
.sect_2 {
    padding: 80px 0 0;
    background-color: var(--grey);
}

.sect_2 h2 {
    font-size: 3.4rem;
    text-align: center;
}

.sect_2 .col-1 {
    width: 100%;
}

.sect_2 .col-2 {
    display: none;
}

.sect_2 img {
    max-width: 1221px;
    width: 100%;
    height: auto;
    margin-top: -15px;
}

.sect_2 .wrap {
    position: relative;
    padding-bottom: 80px;
    text-align: center;
}

.sect_2 .wrap::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 240px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #f1f1f1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -50px;
}

.sect_2 .content {
    padding-bottom: 60px;
    max-width: 1440px;
    margin: 0 auto;
    background: url('./../img/sec2-bg.jpg') no-repeat center top / auto;
}

.sect_2 .content p {
    padding: 100px 10px 0;
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.8;
    text-align: center;
}

.sect_2 .content p span {
    font-size: 5.6rem;
    font-weight: 900;
    color: var(--white);
    background-color: var(--orange);
    padding: 0 15px;
    border-radius: 8px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .sect_2 {
        padding: 40px 0 0;
    }

    .sect_2 .col-1 {
        width: 50%;
    }

    .sect_2 .col-2 {
        display: block;
        width: 50%;
    }

    .sect_2 h2 {
        font-size: 2.5rem;
        text-align: left;
    }

    .sect_2 .wrap {
        padding-bottom: 20px;
    }

    .sect_2 img {
        margin-top: -20px;
    }

    .sect_2 .wrap::before {
        height: 28px;
        width: 128px;
        bottom: -28px;
    }

    .sect_2 .content {
        background: url('./../img/sec2-bg_sp.jpg') no-repeat center center / cover;
        padding-bottom: 50px;
    }

    .sect_2 .content p {
        padding: 60px 10px 0;
        font-size: 2.8rem;
        line-height: 2;
    }

    .sect_2 .content p span {
        font-size: 4rem;
        margin-right: 0;
    }
}

/* sect_3 */
.sect_3 {
    padding: 60px 0;
    background-color: var(--skin);
}

.sect_3 .col {
    width: 50%;
}

.sect_3 p {

    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
}

.sect_3 p span {
    color: var(--orange);
}

.sect_3 img {
    max-width: 992px;
    width: 100%;
    height: auto;
}

.sect_3 h2 {
    font-size: 4rem;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}

.sect_3 h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--orange);
    margin-bottom: 20px;
}

.sect_3 h2:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--orange);
}

@media only screen and (max-width: 768px) {
    .sect_3 {
        padding: 60px 0 40px;
    }

    .sect_3 .col {
        width: 100%;
    }

    .sect_3 p {

        font-size: 1.4rem;
    }

    .sect_3 p span {
        color: var(--orange);
    }

    .sect_3 .container-m div + div {
        margin-top: 20px;
    }

    .sect_3 h2 {
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .sect_3 h2 span {
        font-size: 1.4rem;
        font-weight: 500;
        display: block;
        color: var(--orange);
        margin-bottom: 10px;
    }

    .sect_3 h2:before {
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 40px;
    }
}

/* sect_4 */
.sect_4 {
    padding: 100px 0 0;
    background-color: var(--skin);
}

p.sub_ttl {
    position: relative;
    color: var(--white);
    background-color: var(--orange);
    padding: 15px 20px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    margin-bottom: 50px;
}

p.sub_ttl::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 41px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: var(--orange);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -20px;
}

.sect_4 h2 {
    font-size: 4rem;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.sect_4 h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--orange);
    margin-bottom: 20px;
}

.sect_4 h2:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--orange);
}

.sect_4 .wrap > div + div {
    margin-top: 60px;
}


.sect_4 .wrap .col {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.sect_4 h3 {
    position: relative;
    font-size: 3.4rem;
    line-height: 1.5;
    color: var(--orange);
}

.sect_4 h3 span {
    font-family: "Poppins", sans-serif;
    font-size: 6.4rem;
    font-weight: 500;
    font-style: italic;
    position: absolute;
    color: rgba(255, 125, 60, .3);
    top: -10px;
    right: 0;
}
.sect_4 .column-bt {
    margin-top: auto;
}

.sect_4 .list-box {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--orange);
    border-radius: 10px;
    margin-top: 60px;
}

.sect_4 .list-box:before {
    font-family: "Poppins", sans-serif;
    font-size: 2.3rem;
    font-style: italic;
    line-height: 0;
    position: absolute;
    top: -.1rem;
    left: 20px;
    height: 1px;
    padding: 0 10px;
    content: 'PICK UP POINT';
    color: var(--orange);
    background-color: var(--white);
}

.sect_4 .list-box ul {
    font-size: 1.8rem;
    padding: 30px 60px;
}

.sect_4 img {
    max-width: 992px;
    width: 100%;
    height: auto;
}

.bottom_txt {
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.bottom_txt::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #FFF5F1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -80px;
}

.bottom_txt p {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1.75;
    font-weight: 900;
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
}

.sect_4 .content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px 0 80px;
    background: url('./../img/sec4-bg.jpg') no-repeat center top / cover;
    text-align: center;
}

p.wrap_ttl {

    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 60px;
}

p.wrap_ttl span {
    font-size: 3.6rem;
}

.sect_4 .content .col {
    width: 50%;
    padding: 60px 10px;
    background-color: var(--white);
    border-radius: 20px;
}

.sect_4 .content .container-m > div + div {
    margin-top: 20px;
}

.sect_4 h4 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    color: var(--orange);
    margin-bottom: 40px;
}

.sect_4 .content .col p {
    font-size: 1.8rem;
    line-height: 1.75;
}

@media only screen and (max-width: 1100px) {
    .sect_4 h3 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    .sect_4 {
        padding: 60px 0 0;
    }

    .sect_4 h2 {
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .sect_4 h2 span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .sect_4 h2:before {
        bottom: -10px;
        width: 40px;

    }

    .sect_4 .wrap > div + div {
        margin-top: 40px;
    }

    .sect_4 .wrap .col {
        width: 100%;
    }

    .sect_4 h3 {
        font-size: 2.2rem;
        text-align: center;
        margin-top: 30px;
    }

    .sect_4 h3 span {
        font-size: 3rem;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .sect_4 .column-bt {
        margin-top: -40px;
    }
    
    .sect_4 .list-box {
        margin-bottom: 20px;
    }

    .sect_4 .list-box:before {
        font-size: 1.8rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .sect_4 .list-box ul {
        font-size: 1.4rem;
        padding: 20px 20px 20px 40px;
    }

    .bottom_txt {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .bottom_txt::before {
        height: 20px;
        bottom: -20px;
    }

    .bottom_txt p {
        font-size: 2rem;
        border-bottom: 3px solid var(--orange);

    }

    .sect_4 .content {
        padding: 60px 0 50px;
        background: url('./../img/sec4-bg_sp.jpg') no-repeat center top / auto;
    }

    p.wrap_ttl {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    p.wrap_ttl span {
        font-size: 2.8rem;
    }

    .sect_4 .content .col {
        width: 100%;
        padding: 20px 10px;
        border-radius: 10px;
    }

    .sect_4 .content .col + .col {
        margin-top: 10px;
    }

    .sect_4 .content .container-m > div + div {
        margin-top: 10px;
    }

    .sect_4 h4 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .sect_4 .content .col p {
        font-size: 1.4rem;
    }

}

.sect_4 .bg-ico1 {
    background: url('./../img/sec4-bg-ico1.svg') no-repeat center center / auto;
}

.sect_4 .bg-ico2 {
    background: url('./../img/sec4-bg-ico2.svg') no-repeat center center / auto;
}

.sect_4 .bg-ico3 {
    background: url('./../img/sec4-bg-ico3.svg') no-repeat center center / auto;
}

.sect_4 .bg-ico4 {
    background: url('./../img/sec4-bg-ico4.svg') no-repeat center center / auto;
}

@media only screen and (max-width: 768px) {
    .sect_4 .bg-ico1 {
        background: url('./../img/sec4-bg-ico1.svg') no-repeat center center / 25%;
    }

    .sect_4 .bg-ico2 {
        background: url('./../img/sec4-bg-ico2.svg') no-repeat center center / 25%;
    }

    .sect_4 .bg-ico3 {
        background: url('./../img/sec4-bg-ico3.svg') no-repeat center center / 20%;
    }

    .sect_4 .bg-ico4 {
        background: url('./../img/sec4-bg-ico4.svg') no-repeat center center / 20%;
    }
}

/* sect_5 */
.sect_5 {
    padding: 100px 0 0;
    background-color: var(--skin);
}

.sect_5 h2 {
    font-size: 4rem;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.sect_5 h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--orange);
    margin-bottom: 20px;
}

.sect_5 h2:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--orange);
}

.sect_5 h3 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    color: var(--orange);
}

.sect_5 dl {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--orange);
    box-shadow: 5px 5px 0px 0px var(--orange);
    border-radius: 20px;
}

.sect_5 dt {
    width: 40%;
    padding: 40px 20px;
    text-align: center;

}

.sect_5 dt img {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.sect_5 dd {
    width: 60%;
    padding: 0 20px;
}

.sect_5 dd p {
    font-size: 1.6rem;
    line-height: 1.75;
}

.sect_5 dl + dl {
    margin-top: 15px;
}

.sect_5 .img-box {
    max-width: 1440px;
    width: 100%;
    margin: 80px auto 0;
}

.sect_5 .img-box img {
    max-width: 1440px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .sect_5 {
        padding: 60px 0 0;
    }

    .sect_5 h2 {
        font-size: 3.2rem;
        margin-bottom: 60px;
    }

    .sect_5 h2 span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .sect_5 h2:before {
        bottom: -10px;
        width: 40px;
    }

    .sect_5 h3 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .sect_5 dl {
        flex-direction: column;
    }

    .sect_5 dt {
        width: 100%;
        padding: 30px 20px 20px;

    }

    .sect_5 dd {
        width: 100%;
        padding: 0 20px 20px;
    }

    .sect_5 dd p {
        font-size: 1.4rem;
    }

    .sect_5 .img-box {
        margin: 60px auto 0;
    }
}

/* sect_6 */
.sect_6 {
    padding: 100px 0;
}

.sect_6 h2 {
    font-size: 4rem;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.sect_6 h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--orange);
    margin-bottom: 20px;
}

.sect_6 h2:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--orange);
}

.sect_6 .wrap {
    max-width: 900px;
    width: 100%;
    margin: 70px auto 60px;
}

.sect_6 .wrap img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

.sect_6 .content {
    margin: 0 auto;
}

.sect_6 .content #inner1 {
    max-width: 1200px;
    width: 100%;
    height: auto;
}

.sect_6 .txt-box {
    padding-top: 20px;
}

.sect_6 .txt-box p {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #888;
}

#icon1 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .sect_6 {
        padding: 60px 0;
    }

    .sect_6 h2 {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }

    .sect_6 h2 span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .sect_6 h2:before {
        bottom: -10px;
        width: 40px;
    }

    .sect_6 .wrap {
        margin: 0px auto 30px;
    }

    .sect_6 .content {
        position: relative;
        overflow-x: scroll;
        -webkit-overflow-scrolling;
    }

    #icon1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 540px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 20px 0 0 20px;
        text-align: center;
        display: block;
    }

    .sect_6 .content #icon1 img {
        max-width: 200px;
        width: 100%;
        height: auto;
        padding-top: 200px;
    }

    .sect_6 .content #inner1 {
        max-width: 100%;
        min-width: 1200px;
        height: auto;
    }

    .sect_6 .txt-box {
        padding-top: 10px;
    }

    .sect_6 .txt-box p {
        font-size: 1.2rem;
    }
}

/* sect_7 */
.sect_7 {
    padding: 80px 0 70px;
    background-color: var(--grey);
}

.sect_7 h2 {
    font-size: 4rem;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.sect_7 h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--orange);
    margin-bottom: 20px;
}

.sect_7 h2:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--orange);
}

.sect_7 .content {
    margin: 0 auto;
}

.sect_7 .content #inner2 {
    max-width: 1200px;
    width: 100%;
    height: auto;
}

#icon2 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .sect_7 {
        padding: 60px 0 50px;
    }

    .sect_7 h2 {
        font-size: 3.2rem;
    }

    .sect_7 h2 span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .sect_7 h2:before {
        bottom: -10px;
        width: 40px;
    }

    .sect_7 .content {
        overflow-x: scroll;
        -webkit-overflow-scrolling;
        position: relative;
    }

    #icon2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 220px;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        display: block;
    }

    .sect_7 .content #icon2 img {
        max-width: 200px;
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    .sect_7 .content #inner2 {
        max-width: 100%;
        min-width: 1200px;
        height: auto;
    }
}

/* sect_8 */
.sect_8 {
    padding: 80px 0 70px;
    background-color: var(--grey);
}

.sect_8 h2 {
    font-size: 4rem;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.sect_8 h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--orange);
    margin-bottom: 20px;
}

.sect_8 h2:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--orange);
}

.sect_8 dl {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.sect_8 dt {
    position: relative;
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
    border-radius: 20px 20px 0 0;
    padding: 10px;
}

.sect_8 dt:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(img/sec8-q.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
}

.sect_8 dt p {
    padding: 10px 10px 10px 65px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.sect_8 dd {
    background-color: var(--white);
    border: 1px solid var(--orange);
    border-radius: 0 0 20px 20px;
    padding: 30px;
}

.sect_8 dd p {
    font-size: 1.6rem;
    line-height: 1.75;
}

.sect_8 dl + dl {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .sect_8 {
        padding: 60px 0 50px;
    }

    .sect_8 h2 {
        font-size: 3.2rem;
    }

    .sect_8 h2 span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .sect_8 h2:before {
        bottom: -10px;
        width: 40px;
    }

    .sect_8 dt {
        border-radius: 10px 10px 0 0;
        padding: 0;
    }

    .sect_8 dt:before {
        width: 30px;
        height: 30px;
        top: 10px;
        left: 10px;
        bottom: 10px;
    }

    .sect_8 dt p {
        padding: 10px 10px 10px 50px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/* cta */
.cta {
    padding: 60px 0;
    background: url('./../img/cta-bg.jpg') no-repeat center top / contain;
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.cta img {
    max-width: 948px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .cta {
        padding: 20px 0 30px;
        background: url('./../img/cta-bg_sp.jpg') no-repeat center top / contain;
    }
}

.l-cta {
    padding: 60px 0;
    background: url('./../img/l-cta-bg.png') no-repeat center top / auto;
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.l-cta h2 {
    font-size: 4rem;
    font-weight: 700;
    color: var(--white);
    position: relative;
    margin-bottom: 60px;
}

.l-cta h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: var(--white);
    margin-bottom: 20px;
}

.l-cta h2:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 61px;
    height: 3px;
    content: '';
    background-color: var(--white);
}

.l-cta p {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.l-cta .btn {
    margin: 0 auto;
}

.l-cta .btn img {
    max-width: 350px;
    width: 100%;
    height: auto;
}

.f-cta {
    display: none;
}

@media only screen and (max-width: 768px) {
    .l-cta {
        padding: 60px 15px 50px;
    }

    .l-cta h2 {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }

    .l-cta h2 span {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .l-cta h2:before {
        bottom: -10px;
        width: 40px;
    }

    .f-cta {
        padding: 20px 30px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: var(--white);
    }

    .f-cta .btn {
        margin: 0 auto;
    }

    .f-cta .btn img {
        max-width: 350px;
        width: 100%;
        height: auto;

    }

    #contact {
        padding-bottom: 100px;
    }

    .meetings-iframe-container {
        padding: 0 15px;
    }
}