@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    margin: 0 auto;
    text-align: left;
    word-break: break-word;
}

p {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: -0.05em;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    /* PCの右クリック禁止 */
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

a:hover {
    opacity: 0.6;
}

.sp_br {
    display: none;
}


/**********************************************************
    
    header 

 **********************************************************/



.header-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 18px;
    position: relative;
}

@media screen and (max-width: 950px) {
    .header-wrapper {
        padding: 10px 30px 14px 16px;
    }
}

.header-wrapper-top {
    width: 100%;
}

.header-wrapper::before {
    width: calc(100% - 214px);
    height: 4px;
    background: url(../img/header_top.png) no-repeat left bottom / 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: "";
}

.header-wrapper-top-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-wrapper-top-box-logo {
    width: calc(348px* 0.5);
}

@media screen and (max-width: 950px) {
    .header-wrapper-top-box-logo {
        width: auto;
    }
}

.header-wrapper-top-box-logo h1 {
    width: calc(120px* 0.5);
    height: calc(89px* 0.5);
}

@media screen and (max-width: 950px) {
    .header-wrapper-top-box-logo h1 {
        margin-top: 10px;
    }
}

.header-wrapper-top-box-logo h1 a {
    display: block;
}

.header-wrapper-top-box-gnavi {
    margin-top: 10px;
}

.header-wrapper-top-box-logo h1 a img {
    width: 100%;
}

@media screen and (max-width: 950px) {
    .header-wrapper-top-box-gnavi {
        display: none;
    }
}

.header-wrapper-top-box-gnavi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper-top-box-gnavi ul li {
    margin-right: 34px;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .header-wrapper-top-box-gnavi ul li {
        margin-right: 15px;
    }
}

.header-wrapper-top-box-gnavi ul li a {
    text-decoration: none;
}

.header-wrapper-top-box-gnavi ul li a span:nth-of-type(1) {
    color: #363636;
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .header-wrapper-top-box-gnavi ul li a span:nth-of-type(1) {
        font-size: 1.3rem;
    }
}

.header-wrapper-top-box-gnavi ul li a span {
    text-align: center;
    line-height: 100%;
    display: block;
}

.header-wrapper-top-box-gnavi ul li a span:nth-of-type(2) {
    color: #ed6c24;
    font-family: "Avenir Next";
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 5px;
}

@media screen and (max-width: 1100px) {
    .header-wrapper-top-box-gnavi ul li a span:nth-of-type(2) {
        font-size: 1rem;
    }
}

.header-wrapper-top-box-gnavi ul li:after {
    width: 1px;
    height: 15px;
    background: #dbdbdb;
    position: absolute;
    top: -1px;
    right: -17px;
    z-index: 10;
    content: "";
}

.header-wrapper-top-box-sponser {
    width: 214px;
    margin: -11px -30px 0 0;
    padding: 0 16px;
}

@media screen and (max-width: 950px) {
    .header-wrapper-top-box-sponser {
        margin: -1px -30px 0 0;
    }
}

.header-wrapper-top-box-sponser span a {
    display: block;
}

.header-wrapper-top-box-sponser span a img {
    width: 100%;
}

.header-wrapper-top-box-gnavi-sp {
    display: none;
    position: absolute;
    top: 43px;
    right: 15px;
}

@media screen and (max-width: 1100px) {
    .header-wrapper-top-box-gnavi-sp-action {
        display: block;
    }
}

@media screen and (max-width: 950px) {
    .header-wrapper-top-box-gnavi-sp {
        display: block;
    }
}

.header-wrapper-top-box-gnavi-sp-action {
    width: 28px;
    height: 22px;
    text-align: center;
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 9998;
}

@media screen and (max-width: 1100px) {
    .header-wrapper-top-box-gnavi-sp-action {
        display: block;
    }
}

.header-wrapper-top-box-gnavi-sp-action span {
    width: 28px;
    display: flex;
    align-items: center;
    margin: auto;
    border-top: solid 2px #363636;
    position: absolute;
    right: 0;
    left: 0;
    transition: all 0.5s;
    transform: translateY(0px);
}

.header-wrapper-top-box-gnavi-sp-action span:nth-child(1) {
    top: 0;
    transform: rotate(0deg);
}

.header-wrapper-top-box-gnavi-sp-action.active span:nth-child(1) {
    top: 10px;
    transform: rotate(225deg);
}

.header-wrapper-top-box-gnavi-sp-action span:nth-child(2) {
    top: 10px;
}

.header-wrapper-top-box-gnavi-sp-action.active span:nth-child(2) {
    opacity: 0;
}

.header-wrapper-top-box-gnavi-sp-action span:nth-child(3) {
    top: 20px;
    transform: rotate(0deg);
}

.header-wrapper-top-box-gnavi-sp-action.active span:nth-child(3) {
    top: 10px;
    transform: rotate(-225deg);
}

.header-wrapper-top-box-gnavi-sp-box {
    width: 100%;
    height: 100vh;
    color: #ed6c24;
    display: none;
    background: #fff;
    position: fixed;
    z-index: 9990;
    top: 79px;
    right: 0;
    transform: translateY(-100%);
}

.header-wrapper-top-box-gnavi-sp-box.active {
    display: block;
    transform: translateY(0%);
    overflow-y: auto;
}

.header-wrapper-top-box-gnavi-sp-box-menu {
    width: 100%;
    max-width: 480px;
    margin: auto;
    padding: 60px 20px 180px 20px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav > ul {
    border-top: 1px solid #222;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav > ul > li {
    border-bottom: 1px solid #222;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav > ul > li a {
    color: #363636;
    font-size: 1.9rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 12px 35px 11px 15px;
    position: relative;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns {
    margin: 40px auto 0;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li {
    margin: 0 10px;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-01 {
    width: calc(52px* 0.5);
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li a {
    opacity: 1 !important;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-nav nav > ul > li a:after {
    width: calc(14px* 0.5);
    height: calc(25px* 0.5);
    background: url(../img/header_arrow.png) no-repeat center top / 100% auto;
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 10;
    content: "";
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li a img {
    width: 100%;
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-02 {
    width: calc(63px* 0.5);
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-03 {
    width: calc(77px* 0.5);
}

.header-wrapper-top-box-gnavi-sp-box-menu .header-wrapper-top-box-gnavi-sp-box-menu-sns ul li.layout-04 {
    width: calc(57px* 0.5);
}

.bl_spMenu_bannerList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 80%;
    margin: 30px auto 0;
}

.bl_spMenu_bannerList_item {
    width: 126px;
}

.bl_spMenu_bannerList_item_link_img {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
}




/**********************************************************
    
    footer

 **********************************************************/

.footer-wrapper {
    margin: 0 auto;
    padding: 50px 50px 10px;
    background: #222;
}

@media screen and (max-width: 768px) {
    .footer-wrapper {
        padding: 50px 20px 20px;
    }
}

.footer-wrapper-box {
    position: relative;
}

.footer-wrapper-box-pagetop {
    position: absolute;
    top: -80px;
    right: 50px;
    z-index: 999;
}

.footer-wrapper-box-pagetop a {
    width: calc(128px* 0.5);
    height: calc(128px* 0.5);
    text-indent: -9999px;
    display: block;
    border-radius: 50%;
    background: url(../img/common/img_common_footer-pagetop01.png) no-repeat center top / 100% auto;
}

.footer-wrapper-box-top-box-sns ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-wrapper-box-top-box-sns ul li {
    margin-right: 30px;
}

.footer-wrapper-box-top-box-sns ul li.layout-01 {
    width: calc(55px* 0.5);
    height: calc(55px* 0.5);
}

.footer-wrapper-box-top-box-sns ul li a {
    opacity: 1 !important;
}

.footer-wrapper-box-top-box-sns ul li a img {
    width: 100%;
}

.footer-wrapper-box-top-box-sns ul li.layout-02 {
    width: calc(64px* 0.5);
    height: calc(64px* 0.5);
}

.footer-wrapper-box-top-box-sns ul li.layout-03 {
    width: calc(77px* 0.5);
    height: calc(54px* 0.5);
}

.footer-wrapper-box-top-box-sns ul li.layout-04 {
    width: calc(56px* 0.5);
    height: calc(64px* 0.5);
}

.footer-wrapper-box-mid {
    margin-top: 40px;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid {
        max-width: 480px;
        margin: auto;
        margin-top: 60px;
    }
}

.footer-wrapper-box-mid-box {
    max-width: 1160px;
    margin: auto;
}

.footer-wrapper-box-mid-box-sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1100px) {
    .footer-wrapper-box-mid-box-sitemap {
        justify-content: flex-start;
        margin-bottom: -30px;
    }
}

.footer-wrapper-box-mid-box-sitemap-box {
    width: 16.5%;
}

@media screen and (max-width: 1100px) {
    .footer-wrapper-box-mid-box-sitemap-box {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid-box-sitemap-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1100px) {
    .footer-wrapper-box-mid-box-sitemap-box:nth-of-type(3n) {
        margin-right: 0;
    }
}

.footer-wrapper-box-mid-box-sitemap-box > dl {
    padding: 0;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid-box-sitemap-box > dl {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
    }
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dt {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 150%;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid-box-sitemap-box > dl > dt {
        font-size: 1.4rem;
        padding: 10px 30px 10px 15px;
        border-bottom: none;
        position: relative;
    }
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dt i {
    width: calc(25px* 0.5);
    height: calc(14px* 0.5);
    display: none;
    background: url(../img/footer_arrow.png) no-repeat center top / 100% auto;
    position: absolute;
    top: 17px;
    right: 15px;
    cursor: pointer;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid-box-sitemap-box > dl > dt i {
        display: block;
    }
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dt.active i {
    transform: rotate(180deg);
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dd {
    margin-top: 10px;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid-box-sitemap-box > dl > dd {
        display: none;
        margin-top: 0;
        padding: 0 10px 15px 20px;
    }
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dd > ul > li {
    line-height: 110%;
    margin-bottom: 12px;
    padding: 0 0 0 12px;
    position: relative;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-mid-box-sitemap-box > dl > dd > ul > li {
        margin-bottom: 8px;
    }
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dd > ul > li:before {
    width: 3px;
    height: 1px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    background-color: #FFF;
}

.footer-wrapper-box-mid-box-sitemap-box > dl > dd > ul > li > a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 110%;
    text-decoration: none;
}

.footer-wrapper-box-bot {
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 650px) {
    .footer-wrapper-box-bot {
        margin-top: 80px;
    }
}

.bl_footerLogoList {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template: "footerLogoList_item5 . footerLogoList_item1 footerLogoList_item2 footerLogoList_item3 footerLogoList_item4" auto / 80px 1fr 180px 180px 180px 180px;
    gap: 15px;
}

@media screen and (max-width: 1100px) {
    .bl_footerLogoList {
        max-width: 400px;
        grid-template:
        "footerLogoList_item1 footerLogoList_item2" auto
        "footerLogoList_item3 ." auto
        "footerLogoList_item5 footerLogoList_item4" auto / 1fr 1fr;
        justify-content: space-between;
    }
}

.bl_footerLogoList_item1 {
    grid-area: footerLogoList_item1;
}

.bl_footerLogoList_item2 {
    grid-area: footerLogoList_item2;
}

.bl_footerLogoList_item3 {
    grid-area: footerLogoList_item3;
}

.bl_footerLogoList_item4 {
    grid-area: footerLogoList_item4;
}

@media screen and (max-width: 1100px) {
    .bl_footerLogoList_item4 {
        margin-top: 30px;
    }
}

.bl_footerLogoList_item5 {
    grid-area: footerLogoList_item5;
}

@media screen and (max-width: 1100px) {
    .bl_footerLogoList_item5 {
        margin-top: 30px;
    }
}

.bl_footerLogoList_item_link_img {
    max-width: 100%;
    max-height: 100%;
}

.footer-wrapper-box-bot-box-02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
}

.footer-wrapper-box-bot-box-02-copyright span {
    color: #fff;
    font-family: "Avenir Next";
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .bl_footerLogoList_item5 .bl_footerLogoList_item_link {
        display: flex;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1100px) {
    .bl_footerLogoList_item5 .bl_footerLogoList_item_link_img {
        max-height: 50px;
    }
}




/**********************************************************
    
    main

 **********************************************************/


.fv {
    width: 100%;
    /* height: calc(100vh - 82.5px); */
}

.fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper {
    width: 90%;
    margin: auto;
    padding: 25px 0;
}

.step .wrapper {
    max-width: 1260px;
}

h2 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    padding: calc(65px / 2);
    color: #009245;
    text-align: center;
    position: relative;
}

h2 span {
    font-size: 2.5rem;
}

h2::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 370px;
    height: 105px;
    background-image: url(../img/h2_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.step_flow {
    position: relative;
    margin: 30px 0;
}

.step h2 {
    margin-bottom: 10px;
}

.step_flow img {
    width: 100%;
}

.step_flow ol {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 2vw 0 3vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step_flow ol li {
    font-size: 1.736vw;
    padding-left: 2vw;
    position: relative;
}

.step_flow ol li a {
    color: blue;
    font-weight: bold;
    pointer-events: none;
}

.step_flow ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.736vw;
    font-weight: 500;
}

.step_flow ol li:nth-child(1):before {
    content: "1.";
}
.step_flow ol li:nth-child(2):before {
    content: "2.";
}
.step_flow ol li:nth-child(3):before {
    content: "3.";
}

@media screen and (min-width: 1400px) {
    .step_flow ol {
        padding: 0 21px 0 35px;
    }
    .step_flow ol li {
        font-size: 2.5rem;
        padding-left: 30px;
        position: relative;
    }
    .step_flow ol li::before {
        font-size: 2.5rem;
    }
}

.step p {
    text-align: center;
}

.step .step_attention {
    font-size: 1.8rem;
}

.nurie_choice {
    margin: 45px 0;
    text-align: center;
}

.campaign_txt .step_attention {
    text-align: center;
}

.txt_orange {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1;
    color: #FF0000;
}

.step_nurie {
    display: flex;
    justify-content: space-between;
}

.step_nurie_item {
    width: 46%;
    text-align: center;
}

.step_nurie_item img {
    display: inline-block;
    width: 100%;
    border: 10px solid #F2F2F2;
    margin-bottom: 20px;
}

.effect .wrapper {
    width: 100%;
}

.introduce {
    width: 100%;
    background-color: #F2F2F2;
    padding: 40px 10px 40px 70px;
    display: flex;
    justify-content: space-between;
}

.introduce_person {
    width: 17.4%;
    margin-top: 20px;
}

.introduce_person img {
    width: 100%;
}

.introduce_txt {
    width: 58.5%;
    margin-top: 80px;
}

.introduce_txt_top {
    margin-bottom: 20px;
}

.introduce_txt_bottom {
    display: flex;
    gap: 50px;
}

.introduce_txt_bottom p {
    font-size: 1.6rem;
}

.introduce_txt_bottom p span {
    font-size: 2.5rem;
}

.introduce_book {
    width: 20%;
    text-align: center;
}

.introduce_book img {
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
}

.introduce_book p {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
}

.effect_wrapper {
    width: 90%;
    margin: auto;
    max-width: 1310px;
}

.effect_item {
    margin-top: 30px;
}

h3 {
    font-size: 2.8rem;
    line-height: 1;
}

.effect_item h3 span {
    display: inline-block;
    color: #000;
    font-size: 3rem;
    /* background-color: #3E3A39; */
    border-bottom: 1px solid #000;
    padding: 12px 18px;
    margin-bottom: 35px;
    /* border-radius: 12px; */
}

.effect_item_big {
    font-size: 3rem;
}

.effect_item p span {
    font-size: 1.6rem;
}




.youtube .wrapper {
    padding: 50px 0 100px 0;
}

.youtube_movie {
    display: flex;
    justify-content: space-between;
}

.youtube_movie_item {
    width: 49%;
}

.youtube_movie_item iframe {
    width: 100%;
    height: 24.5vw;
}

.youtube_movie_item p {
    font-size: 1.8rem;
    text-align: center;
}






.place {
    position: relative;
}

.place .wrapper {
    padding: 70px 0;
}

.place::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    z-index: -1;
}

.place p {
    text-align: center;
    font-size: 2rem;
}

.place_name {
    font-size: 25px!important;
    font-weight: bold;
}

.place p span {
    font-size: 1.8rem;
}

.place_img {
    text-align: center;
    margin-top: 50px;
}

.place_img img {
    width: 138px;
}



.look .wrapper {
    padding: 50px 0;
}

.look_contents {
    width: 80%;
    margin: 50px auto;
    border: 3px solid #009245;
    border-radius: 15px;
}




.campaign .wrapper {
    max-width: 1260px;
    padding-bottom: 70px;
}

.campaign_txt_item {
    margin-bottom: 50px;
    text-align: center;
}

.campaign_txt h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.campaign_txt p,
.campaign_txt li {
    font-size: 2rem;
    line-height: 2;
}

h3.terms {
    font-size: 2.5rem;
}

.term_txt {
    width: 80%;
    margin: 50px auto;
    border: 3px solid #009245;
    border-radius: 15px;
    padding: 20px;
    height: 500px;
    overflow-y: scroll;
}

.term_txt h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.term_txt_item {
    margin-bottom: 50px;
}

.term_txt_item:last-child {
    margin-bottom: 0;
}

.term_txt p,
.term_txt li {
    font-size: 2rem;
    line-height: 2;
}

.corporation_logo {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin-top: 150px;
}

.corporation_logo img:first-child {
    width: 324px;
    object-fit: contain;
}

.corporation_logo img:last-child {
    width: 275px;
}

.sp,
.sp_br {
    display: none;
}

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

    .sp,
    .sp_br {
        display: block;
    }

    p {
        font-size: 1.6rem;
    }

    .fv {
        width: 100%;
        height: initial;
    }

    h2 {
        font-size: 2.2rem;
        padding: calc(53px / 2) 0;
    }

    h2::before {
        width: 190px;
        height: 53px;
    }

    .step_flow ol {
        flex-direction: column;
        justify-content: initial;
        height: 65vw;
        margin: 5vw 0;
    }

    .step_flow ol li {
        font-size: 4.8vw;
        text-align: center;
        width: 90%;
        padding-left: 6vw;
    }

    .step_flow ol li:nth-child(2) {
        margin-top: 26vw;
    }

    .step_flow ol li:last-child {
        margin-top: 21vw;
    }

    .step_flow ol li::before {
        font-size: 4.8vw;
    }

    .step_txt {
        text-align: left!important;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .step .step_attention {
        text-align: center;
        font-size: 1.3rem;
    }

    .txt_orange {
        font-size: 1.8rem;
    }

    .nurie_choice {
        margin: 20px 0;
    }

    .campaign_txt .step_attention {
        margin-top: 20px;
    }

    .step_nurie {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .step_nurie_item {
        width: 66%;
        max-width: 500px;
    }

    .step_nurie_item img {
        margin-bottom: 10px;
    }

    .step_nurie_item .txt_orange {
        font-size: 1.4rem;
        font-weight: bold;
    }

    h2 span {
        font-size: 1.8rem;
    }

    .introduce {
        flex-direction: column;
        padding: 0 5%;
    }

    .introduce_txt {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .introduce_person {
        width: 54%;
        margin: 20px auto 0 auto;
    }

    .introduce_txt_top {
        order: 2;
    }

    .introduce_txt_bottom {
        order: 1;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .introduce_txt_bottom p {
        font-size: 1.2rem;
        text-align: center;
    }

    .introduce_txt_bottom p span.sp {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .name {
        font-weight: bold;
    }

    .introduce_txt_top {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .introduce_book {
        width: 100%;
    }

    .introduce_book img {
        width: 60%;
    }

    .introduce_book p {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 2rem;
        text-align: center;
    }

    .effect_item_big {
        font-size: 2rem;
        font-weight: bold;
        margin: 20px auto!important;
    }

    .effect_item p span {
        font-size: 1.2rem;
    }

    .effect_item p {
        width: 90%;
        margin: auto;
    }

    .youtube .wrapper {
        padding: 50px 0;
    }

    .youtube_movie {
        flex-direction: column;
        gap: 30px;
    }

    .youtube_movie_item {
        width: 100%;
    }

    .youtube_movie_item iframe {
        height: 50vw;
    }

    .youtube_movie_item p {
        font-size: 1.4rem;
    }

    .place .wrapper {
        padding: 50px 0;
    }

    .place p,
    .place p span {
        font-size: 1.6rem;
    }

    .look_contents,
    .term_txt {
        width: 100%;
        margin: 0 auto;
    }

    .term_txt h3,
    .term_txt p, .term_txt li {
        font-size: 1.6rem;
        text-align: left;
    }

    .campaign_txt h3,
    .campaign_txt p, .campaign_txt li {
        font-size: 1.6rem;
        text-align: center;
    }

    .corporation_logo {
        gap: 50px;
        margin-top: 70px;
    }

    .corporation_logo img:first-child,
    .corporation_logo img:last-child {
        width: 35%;
    }
}