/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}

div{
    animation-name:fade;
    animation-duration: 3s;
}

/* @keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
} */

a {
    text-decoration: none;
}


body{
    width: 100%;
    background-color:#F2FEDC!important;
    /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    /* font-family: 'Inter'!important; */
    margin: auto;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    min-block-size: 100%;
    color: #1B3D2F!important;
    padding-top: 10rem;
}

img{
    width: 100%;
}

.pc{
    display: block;
}
.sp{
    display: none;
}
.container{
    width: 100%;
    max-width: 144rem;
    margin: auto;
}

header{
    z-index: 11;
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
}
.header_box{
    height: 10rem;
    position: relative;
}
.header_logo_img{
    position: absolute;
    margin: 2rem;
    height: 6rem;
    width: auto;
}
.header_list{
    position: absolute;
    overflow: hidden;
    list-style: none;
    font-size: 1.8rem;
    margin-left: 16rem;
    line-height: 10rem;
}
.header_list li{
    display: inline-block;
    padding: 0px 1.5rem;
}
.header_list li a{
    color: #1B3D2F;
}
.header_right{
    width: 26rem;
    height: 10rem;
    position: absolute;
    top: 0;
    right: 0;
}
.falogo{
    width: 16rem;
    right: 2rem;
    position: absolute;
    margin-top: 1.8rem;
}
.header_list_right{
    position: absolute;
    overflow: hidden;
    list-style: none;
    font-size: 1.4rem;
    margin-top: 5rem;
    right: 0;
}
.header_list_right li{
    display: inline-block;
    padding-right: 1.5rem;
}
.header_list_right li a{
    color: #1B3D2F;
}
/*------------------------------------------------------------------------------------------------------------*/
#gnav-btn {
    padding: 1rem 2rem;
    font-size: 4rem;
    margin: 0;
    z-index: 100;
    border: none;
}
#gnav-input:checked ~ #gnav-content {
    right: 0;
}
#gnav-content {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    max-width: 750px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
    height: 100%;
    font-size: 18px;
}
#gnav-content a{
    color: white;
}
.humb-menu__title {
    padding: 40px;
}
.humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 0 30px;
    cursor: pointer;
    border-top: 1px solid white;
    /* padding-left: 90px; */
}
.humb-menu input {
    display: none;
}
.humb-menu .accshow {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.humb-menu .accshow p {
    padding: 20px;
    padding-left: 135px;
    margin: 0 30px;
    cursor: pointer;
    border-top: 1px solid white;
    transition: 0.3s;
    font-size: 18px;
}
.humb-menu .cssacc:checked + .accshow {
    height: auto;
    transition: 0.3s;
}

.humb-menu-switch{
    cursor: pointer;
    position: absolute;
    right: 0%;
    top: 0; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 2em; /* アイコン（クリック可能領域）の幅 */
    height: 2em; /* アイコン（クリック可能領域の）高さ */
}
/* ハンバーガーアイコン */
.humb-menu-line1, .humb-menu-line1-before, .humb-menu-line1-after{
    width: 6rem;
    height: 0.7rem;
    background: #333; /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    content: "";
}
.humb-menu-line1{
    transform: translate(-50%, -50%);
}
.humb-menu-line1-before{
    transform: translate(-50%, -300%);
}
.humb-menu-line1-after{
    transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#gnav-input:checked ~ .humb-menu-switch .humb-menu-line1{
    width: 0;
}
#gnav-input:checked ~ .humb-menu-switch .humb-menu-line1-before{
    transform: rotate(45deg) translate(-40%, 325%);
    background: white;
}
#gnav-input:checked ~ .humb-menu-switch .humb-menu-line1-after{
    transform: rotate(-45deg) translate(-40%, -325%);
    background: white;
}

#gnav-input:checked ~.humb-menu-switch{
    position: fixed;
}


#gnav-content label img{
    height: 44px;
    width: auto;
    position: absolute;
    left: 75px;
    margin: -10px;
}
.cssacc:checked + .accshow p::before{
    content: "";
    position: absolute;
    margin: auto;
    left: 120px;
    width: 20px;
    height: 20px;
    border-top: 5px solid white;
    border-right:5px solid white;
    transform: rotate(45deg);
}
/*------------------------------------------------------------------------------------------------------------*/
















.firstview{
    padding-top: 15rem;
}
.firstview_block{
    margin: auto;
    display: flex;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    width: 75rem;
}
.firstview_text_block{
    width: 45rem;
}
h1{
    font-weight: 600!important;
    letter-spacing: 0.205em;
    font-size: 5rem;
}
h1 span{
    display: inline-block;
    background: #1B3D2F;
    color: #ffff;
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    margin-top: 20px;
}
.firstview_text{
    font-weight: 600;
    letter-spacing: 0.33em;
    font-size: 2.2rem;
    line-height: 4rem;
    margin-top: 6rem;
}
.firstview_text span{
    color: #B13636;
}
.firstview_phone{
    position: relative;
    width: 25rem;
    margin-left: 4rem;
}
.phone_img{
    position: absolute;
}
.store_logo_box{
    position: absolute;
    width: 15rem;
    z-index: 10;
    left: 5rem;
    margin-top: 30rem;
}
.store_logo_box .appstore_img{
    width: 100%;
}
.store_logo_box .googleplay_img{
    width: 100%;
}
.firstview_foot_img{
    width: 100%;
    display: block;
}










.contents1{
    background: #1B3D2F;
}
.contents1_balloon{
    position: relative;
    margin-left: 11%;
    width: 23.1rem;
    height: 14.8rem;
}
.contents1_balloon::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F2FEDC;
    border-radius: 50%;
}
.contents1_balloon::after{
    content: "";
    position: absolute;
    transform: rotate(-41deg);
    right: 4%;
    top: 68%;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5rem solid transparent;
    border-left: 2.7rem solid #F2FEDC;
}
.contents1_text1{
    font-weight: 600;
    letter-spacing: 0.33em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-5%, -50%);
    font-size: 3.6rem;
}
.contents1 h3{
    font-weight: 700;
    color: #F2FEDC;
    width: 100%;
    text-align: center;
    letter-spacing: 0.4em;
    font-size: 3.6rem;
    padding-top: 4rem;
}
.contents1 span{
    font-size: 5.6rem;
}
.contents1_foot_img{
    display: block;
    margin: auto;
    width: 28rem;
    padding: 4rem 0 18rem;
}




.head_arrow span{
    width: min(13.75vw,19.8rem);
    height: min(5.76388vw,8.3rem);
    transform: translate(0%,-20%);
    border-radius: 0 0 50% 50% /0 0 100% 100%;
    margin: auto;
    position: relative;
    display: block;
}
.head_arrow ::before{
    content: "";
    position: absolute;
    width: min(2.95vw,4.248rem);
    height: min(0.60594vw,0.872557rem);
    left: 50%;
    top: 50%;
    transform: translate(-72%,0%) rotate(49.67deg);
    border-radius: 8px;
}
.head_arrow ::after{
    content: "";
    position: absolute;
    width: min(2.95vw,4.248rem);
    height: min(0.60594vw,0.872557rem);
    left: 50%;
    top: 50%;
    transform: translate(-18%,0%) rotate(-49.67deg);
    border-radius: 8px;
}



.contents2{
    background: rgba(27, 61, 47, 0.42);
    padding-bottom: 12rem;
}
.contents2 .head_arrow span{
    background: #1B3D2F;
}
.contents2 .head_arrow span::after,.contents2 .head_arrow span::before{
    background: #98AD93;
}
.contents2 h3{
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.3em;
    width: 100%;
    font-size: 4.1rem;
    line-height: 7.4rem;
    margin-top: 12rem;
}
.contents2_textbox{
    width: 93.9rem;
    height: 35.1rem;
    background-image: url(img/img03-2.png);
    background-size: contain;
    position: relative;
    margin: 9rem auto 12rem;
}
.contents2_textbox_text1{
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 147.52%;
    text-align: center;
    letter-spacing: 0.48em;
    width: 92.8rem;
    padding-top: 6.8rem;
}
.contents2_textbox_text1 span{
    border: 2px solid #1B3D2F;
    border-radius: 0.8rem;
    margin-right: 1.2rem;
    padding: 0.8rem 0rem 0.8rem 1.2rem;
}
.contents2_balloon{
    position: absolute;
    width: 15.7rem;
    height: 9.8rem;
    top: 35%;
    left: -3%;
}
.contents2_balloon::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1B3D2F;
    border-radius: 50%;
}
.contents2_balloon::after{
    content: "";
    position: absolute;
    transform: rotate(-65deg);
    right: 4%;
    top: 60%;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5rem solid transparent;
    border-left: 2.7rem solid #1B3D2F;
}
.contents2_balloon p{
    font-weight: 600;
    font-size: 2.1rem;
    letter-spacing: 0.06em;
    color: #F2FEDC;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
}
.contents2_textbox_text2{
    font-weight: 800;
    font-size: 5.4rem;
    line-height: 120.52%;
    text-align: center;
    letter-spacing: 0.34em;
    width: 92.8rem;
    margin-top: 5rem;
    color: #F2FEDC;
    z-index: 10;
    position: inherit;
}
.contents2_textbox_text3{
    overflow: visible;
    width: 92.8rem;
    height: auto;
    margin-top: -1.3rem;
    margin-left: 13.8rem;
}
.contents2_textbox_text3 text{
    font-weight: 800;
    font-size: 5.4rem;
    letter-spacing: 0.34em;
    fill: #F2FEDC;
    stroke: #1B3D2F;
    stroke-width: 2rem;
    stroke-linejoin: round;
}





.contents3_block1{
    background: #1B3D2F;
}
.contents3 .head_arrow span{
    background: #98AD93;
}
.contents3 .head_arrow span::after,.contents3 .head_arrow span::before{
    background: #1B3D2F;
}
.contents3_title{
    position: relative;
    margin: 8rem auto 5rem;
    width: 85rem;
}
.contents3_title h3{
    font-weight: 900;
    font-size: 4.5rem;
    line-height: 215.02%;
    text-align: center;
    letter-spacing: 0.21em;
    color: #F2FEDC;
}
.contents3_title h3 span{
    font-weight: 900;
    font-size: 4.5rem;
    line-height: 163.02%;
    text-align: center;
    letter-spacing: 0.095em;
    color: #1B3D2F;
    background: #F2FEDC;
    border-radius: 3.6rem;
    padding: 0.9rem 3.5rem;
    margin-right: 1.5rem;
}
.contents3_title::before{
    content: "";
    position: absolute;
    transform: rotate(-78deg);
    left: 9%;
    top: -20%;
    border-top: 0.8rem solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 2.2rem solid #F2FEDC;
}
.contents3_title::after{
    content: "";
    position: absolute;
    transform: rotate(-43deg);
    left: 13%;
    top: -50%;
    border-top: 1rem solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5.3rem solid transparent;
    border-left: 4.3rem solid #F2FEDC;
}
.contents3_block1_mask{
    overflow: hidden;
}
.top_circle{
    background-color: #F2FEDC;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    margin: 0 -10vw;
    padding: 7vw 0;
    height: 20rem;
    /* overflow: hidden; */
}

.contents3_block2{
    margin-top: -23rem;
}
.memorytry_block{
    width: 66.5rem;
    height: 48rem;
    margin: auto;
}
.memorytry_block img{
    width: 25rem;
    float: left;
}
.memorytry_block .text1{
    font-weight: 700;
    font-size: 3.8rem;
    margin-left: 50%;
    width: auto;
    border-bottom: 0.4rem solid #1B3D2F;
    letter-spacing: 0.075em;
    padding-top: 9rem;
}
.memorytry_block .text2{
    font-weight: 700;
    margin-left: 50%;
    letter-spacing: 0.29em;
    font-size: 2.9rem;
    margin-top: 3.4rem;
}
.function_list{
    margin: 9rem auto;
    width: 95rem;
}
.function_list_block{
    display: inline-flex;
    margin: 1rem auto;
}
.function_list_block p{
    font-weight: 600;
    color: #14532D;
    background: #DCFCE7;
    position: relative;
    font-size: 2.9rem;
    padding: 1rem 3rem 0.7rem 5.2rem;
    margin-right: 2rem;
    border-radius: 4rem;
}
.function_list_block p::before{
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    left: 7%;
    transform: translate(0%, -50%);
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: #22C55E;
}
.function_list_text{
    font-weight: 900;
    font-size: 3.7rem;
    text-align: center;
}
.video_link{
    position: relative;
    width: 86.3rem;
    margin: 10rem auto 17rem;
}
.video_link_img{
    margin: auto;
    width: 100%;
}
.video_link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video_link  ::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15rem;
    height: 15rem;
    border-radius: 8rem;
    background: red;
}
.video_link  ::after{
    content: "";
    position: absolute;
    transform: rotate(0deg);
    transform: translate(-35%, -38%);
    left: 50%;
    top: 50%;
    border-top: 3rem solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-left: 5rem solid #ffffff;
}
.video_link a img{
    display: none;
}

.cta{
    clear: both;
    background: #1B3D2F;
    clear: both;
    display: flex;
}
.cta_block{
    width: 71.9rem;
    height: 10.1rem;
    margin: 3rem auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 3rem;
}
.appicon{
    width: 6.8rem;
    margin: 1.5rem 0 0 2rem;
    float: left;
}
.cta_block p{
    font-weight: 900;
    font-size: 2.4rem;
    text-align: right;
    float: left;
    margin: 2rem;
}
.cta_block .appstore_img{
    width: 13rem;
    margin: 3rem 1.5rem;
    float: left;
}
.cta_block .googleplay_img{
    width: 13rem;
    margin: 3rem 1.5rem;
    float: left;
}









.functions_title{
    /* font-family: 'Plus Jakarta Sans' !important; */
    /* line-height: min(3.33vw,4.8rem) !important; */
    text-align: center;
    letter-spacing: 4.5px;
    color: #FFFFFF;
    background: #1B3D2F;
    border-radius: 38px;
    padding: 1.4rem 0;
    width: 37.3rem;
    margin: 20rem auto 0;
}
.functions_title h2{
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-weight: 700!important;
    font-size: 3.2rem!important;
}
.functions_text{
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-align: center;
    margin: 2rem auto;
}
.functions_block{
    max-width: 1296px;
    width: 100vw;
    margin: 70px auto;
}







.onsei_title{
    width: 52.7rem;
    height: 7.6rem;
    /* margin-top: 170px; */
    background: #1B3D2F;
    border-radius: 38px;
    margin: 17rem auto 0;
}
.onsei_title img{
    width: 25.57rem;
    margin: 0.8rem 0.5rem 0 5rem;
    float: left;
}
.onsei_title h2{
    display: none;
}
.onsei_title p{
    font-weight: 700;
    font-size: 4.6rem;
    color: #FFFFFF;
    line-height: 8.2rem;
}
.onsei_text{
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 218.02%;
    margin-top: 5rem;
}
.onsei_text span{
    background: #1B3D2F;
    border-radius: 9rem;
    color: #FFFFFF;
    padding: 0.9rem;
    margin-right: 0.5rem;
}
.onsei_feature{
    width: 71.6rem;
    margin: auto;
    position: relative;
}
.onsei_feature::after{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
    display: block;
    border-left: 12px dotted;
}
.feature_title{
    width: 100%;
    background: #1B3D2F;
    border-radius: 1.5rem;
    color: #F2FEDC;
    display: flex;
    margin-top: 5rem;
}
.feature_title_no{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #F2FEDC;
    margin: 1.3rem 1.5rem 1.4rem 4rem;
    font-family: 'Leckerli One';
    font-style: normal;
    font-weight: 400;
    font-size: 2.7rem;
    /* line-height: 36px; */
    text-align: center;
    color: #1B3D2F;
}
.feature_title_text{
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #F2FEDC;
    margin: 1.9rem 0;
}
.feature_contents{
    width: 86.6%;
    margin: 4.5rem auto;
}
.feature_contents_text{
    font-weight: 700;
    font-size: 2rem;
    color: #1B3D2F;
    letter-spacing: 0.08em;
}
.feature_contents_text span{
    font-weight: 600;
    font-size: 2.4rem;
}
.feature1_contents_text{
    width: 55.64%;
    float: left;
}
.feature1_contents_img{
    width: 33.54%;
    margin: 1.9rem;
}
.feature2_contents_text{
    width: 32.09%;
    float: left;
}
.feature2_contents_img{
    width: 62.74%;
    margin: 0.5rem 0 0 2.7rem;
}
.feature3_contents_text{
    width: 100%;
}
.feature3_contents_img{
    width: 79.51%;
    margin: 1rem auto;
    display: block;
}
.feature4_contents_text{
    width: 55%;
    float: left;
}
.feature4_contents_img{
    width: 24.35%;
    margin-left: 7.258%;
}
.cta2{
    margin-top: 14.8rem;
    padding-bottom: 10rem;
}






footer{
    background: #FFFFFF;
    color: black;
}
.footer_box{
    margin-bottom: 11.2rem;
    height: 23rem;
    display: flex;
    position: relative;
}
.corp_block{
    width: 42rem;
    margin: 4rem 0 0 2rem;
}
.corp_name{
    font-weight: 700;
    font-size: 2rem;
}
.corp_address{
    font-weight: 400;
    font-size: 1.4rem;
}
.footer_list{
    overflow: hidden;
    list-style: none;
    font-size: 2rem;
    padding: 4rem 0 0 0;
}
.footer_list li{
    display: inline-block;
    padding: 0px 2rem;
}
.footer_list li a{
    color: black;
}
.pmark{
    display: flex;
    right: 0;
    top: 35%;
    position: absolute;
}
.pmark_text{
    font-weight: 400;
    font-size: 12px;
    padding-top: 1rem;
    max-width: 50rem;
    width: 34vw;
}
.pmark_img1{
    width: 15rem;
}
.pmark_img2{
    width: 8rem;
    height: 8rem;
    margin-top: 1rem;
}
.footer_end{
    background: #0E386A;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footer_end p{
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}






.float_btn_wrap{
    clear: both;
    background: #1B3D2F;
    display: flex;
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
}
.float_btn_wrap_block{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 71.9rem;
    height: 7.2rem;
    margin: 2rem auto;
    border-radius: 2rem;
}
.float_btn_wrap_appicon{
    float: left;
    width: 6rem;
    margin: 0.4rem 0 0 2rem;
}
.float_btn_wrap_text{
    font-weight: 900;
    line-height: 2.88rem;
    text-align: right;
    float: left;
    margin: 0.8rem 5rem;
    font-size: 2rem;
}
.float_btn_wrap_block .appstore_img{
    float: left;
    width: 13rem;
    margin: 1.3rem 1.5rem;
}
.float_btn_wrap_block .googleplay_img{
    float: left;
    width: 13rem;
    margin: 1.3rem 1.5rem;
}








.modal_pop_appstore {
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index:9997!important;
}
.modal_pop_googleplay{
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index:9997!important;
}
.bg{
    background-color: #1119;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index:9998!important;
}
.modal_pop_main{
    background-color: white;
    width: 60vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:9999!important;
    border-radius: 6px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-header h4{
    font-size: 2rem;
}
.modal-body{
    font-size: 2rem;
    padding: 15px;
}



@media screen and (max-width:1000px) {
    .pcheader{
        display: none;
    }
    .spheader{
        display: block;
    }
    .header_logo_img {
        width: 15rem;
        margin: auto;
        display: block;
        padding-top: 8px;
        height: auto;
        position: relative;
    }
    .firstview_block {
        width: 70rem;
    }
    .contents1 h3 {
        width: 65rem;
        margin: auto;
    }
    .contents2 h3{
        margin: 12rem auto 0;
        font-size: 3rem;
    }
    .contents2_textbox{
        width: 64.9rem;
        height: 24.3rem;
    }
    .contents2_textbox_text1{
        width: 63rem;
        font-size: 2.4rem;
        padding-top: 3rem;
    }
    .contents2_balloon{
        width: 12rem;
        height: 8rem;
        left: -6%;
        top: 19%;
    }
    .contents2_balloon p{
        font-size: 1.8rem;
    }
    .contents2_textbox_text2{
        font-size: 4rem;
        width: 63rem;
    }
    .contents2_textbox_text3{
        width: 63rem;
        margin-top: -10px;
        margin-left: 75px;
    }
    .contents2_textbox_text3 text{
        font-size: 4rem;
    }
    .contents3_title{
        width: 65rem;
    }
    .contents3_block2{
        margin-top: -15rem;
    }
    .function_list{
        width: 75rem;
    }
    .function_list_block p{
        font-size: 2rem;
    }
    .function_list_text{
        font-size: 2.4rem;
    }
    .video_link{
        width: 70rem;
    }
    .corp_block{
        width: 28rem;
    }
    .corp_name{
        font-size: 1.4rem;
    }
    .corp_address{
        font-size: 1rem;
    }
    .footer_list{
        font-size: 1.4rem;
    }
    .pmark_text{
        font-size: 1rem;
        width: 28vw;
    }

}












@media screen and (max-width: 750px) {
    * img{
        display: block;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .header_box{
        /* height: 12vw; */
        height: 5rem;
    }
    .header_logo_img{
        width: 6rem;
        margin: auto;
        position: relative;
        height: auto;
        padding-top: 10px;
    }
    #gnav-btn {
        padding: 1.1rem;
        font-size: 1.4rem;
    }
    .humb-menu-line1, .humb-menu-line1-before, .humb-menu-line1-after {
        width: 2.3rem;
        height: 0.28rem;
    }
    .firstview{
        width: auto;
        padding-top: 5rem;
    }
    .firstview h1{
        width: 31rem;
        margin: auto;
        font-size: 3.4rem;
    }
    .firstview h1 span{
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 60px;
        padding: 9px 5px 0px 11px;
        margin: 0px 10px 0px 0px;
    }
    .phone_img{
        position: unset;
        width: 20rem;
        margin: 5rem auto;
    }
    .firstview_text{
        width: 30rem;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 0 auto 3rem;
        padding: 0;
        line-height: 180%;
    }
    .firstview_text_right{
        font-size: 1.8rem;
        text-align: right;
    }
    .contents1_balloon {
        width: 14.4rem;
        height: 9.2rem;
        /* margin-left: 3.3rem; */
    }
    .contents1_text1 {
        font-size: 2.2rem;
        right: 3%;
    }
    .contents1_balloon::after {
        transform: rotate(0deg);
        right: 39%;
        top: 85%;
        border-top: 3rem solid #F2FEDC;
        border-right: 2rem solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 2rem solid transparent;
    }
    .contents1 h3 {
        text-align: left;
        line-height: 185%;
        width: 32.5rem;
        font-size: 2.8rem;
        margin-top: 3.2rem;
    }
    .contents1 h3 span {
        font-size: 4.6rem;
    }
    .contents1_foot_img{
        width: 16.6rem;
        margin-right: 10%;
    }
    .head_arrow span{
        width: 24.358974vw;
        height: 11.282051vw;
    }
    .head_arrow ::before{
        width: 4vw;
        height: 0.8vw;
    }
    .head_arrow ::after{
        width: 4vw;
        height: 0.8vw;
    }
    .contents2{
        background: #F7FEEB;
    }
    .contents2 .head_arrow span::after,.contents2 .head_arrow span::before{
        background: #F7FEEB;
    }
    .contents2 h3{
        text-align: center;
        font-size: 2.8rem;
        margin-top: 8.9rem;
        line-height: 147.52%;
        letter-spacing: 0.23em;
    }
    .contents2 h3 span{
        font-size: 3.4rem;
    }
    .contents2_point{
        position: relative;
        width: 34.8rem;
        height: 16rem;
        margin: 3rem auto 6.8rem;
    }
    .contents2_point_circle{
        font-family: 'UD Digi Kyokasho NK-R';
        font-style: normal;
        font-weight: 400;
        font-size: 38.3137px;
        line-height: 38px;
        display: grid;
        align-items: center;
        text-align: center;
        letter-spacing: 0.06em;
        color: #F7FEEB;
        background: #1B3D2F;
        box-shadow: 0px 0px 4px 4px rgb(122 122 122 / 40%);
        border-radius: 50%;
        float: left;
        width: 16rem;
        height: 16rem;
        margin: 0 7px;
    }
    .contents2_point_circle span{
        font-size: 3.2rem;
    }
    .contents2_point img{
        position: absolute;
        right: -5%;
        bottom: -40%;
        width: 11rem;
    }
    .contents2_text{
        text-align: center;
        font-weight: 600;
        margin: 12rem auto 0;
        letter-spacing: 0.23em;
    }
    .contents2_text_font1{
        font-size: 3rem;
    }
    .contents2_text_font2{
        font-size: 4.2rem;
        color: #E16A0D;
    }
    .contents3 .head_arrow span {
        background: #F7FEEB;
    }
    .contents3_title::before,.contents3_title::after{
        border: 0px;
    }
    .contents3_title{
        margin-bottom: 8rem;
        width: auto;
    }
    .contents3_title h3{
        font-size: 2.8rem;
        line-height: 163.02%;
        letter-spacing: 0.12em;
    }
    .contents3_title h3 span{
        font-size: 2.3rem;
        padding: 1rem 2rem;
        border-radius: 2rem;
    }
    .top_circle{
        height: 2rem;
    }
    .contents3_block2 {
        margin-top: -3rem;
    }
    .memorytry_block{
        height: auto;
        width: auto;
        margin-top: 50px;
    }
    .memorytry_block img{
        float: none;
        width: 20rem;
        margin: auto;
    }
    .memorytry_block .text1{
        margin: auto;
        line-height: 131.02%;
        letter-spacing: 0.115em;
        width: 25rem;
        font-size: 3.2rem;
        border-bottom: 0.4rem solid #1B3D2F;
        padding-bottom: 1.2rem;
    }
    .memorytry_block .text1 span {
        text-emphasis: filled;
    }
    .memorytry_block .text2{
        width: auto;
        font-size: 2.8rem;
        letter-spacing: 0.27em;
        margin: auto;
        text-align: center;
    }
    .video_link{
        width: auto;
        margin: auto;
    }
    .video_link_text{
        font-weight: 900;
        line-height: 130.02%;
        text-align: center;
        letter-spacing: 0.135em;
        color: #1B3D2F;
        background: #FFFFFF;
        margin: 4rem auto;
        font-size: 2.2rem;
        border-radius: 2rem;
        padding: 0.5rem 0;
        width: 31rem;
    }
    .video_link_text::before, .video_link_text::after{
        display: none;
    }
    .video_link a::before, .video_link a::after{
        display: none;
    }
    .video_link a{
        position: unset;
        display: block;
        margin: auto;
        width: 90%;
        max-width: 35rem;
        margin-bottom: 4rem;
    }
    .video_link a img {
        display: block;
    }
    .contents3_footer{
        position: relative;
        border-top: 4rem solid #1B3D2F;
        height: 12rem;
    }
    .contents3_footer img{
        position: absolute;
        right: 5%;
        top: -33%;
        width: 10rem;
    }
    .cta{
        display: block;
        padding: 7rem 0;
    }
    .cta_block{
        background: #FF9213;
        width: 30rem;
        height: auto;
        border-radius: 0;
        margin: auto;
        position: relative;
        box-shadow: none;
    }
    .appicon{
        margin: 0;
        float: none;
        padding: 3rem 0 0 2.5rem;
        width: 10rem;
    }
    .cta_balloon{
        position: absolute;
        top: 6%;
        right: 7%;
        background: #fff;
        border-radius: 50%;
    }
    .cta_balloon p{
        color: #000000!important;
        margin: 0!important;
        width: auto!important;
        line-height: 138.52%!important;
        font-size: 5rem;
        padding: 2.5rem 1.5rem;
    }
    .cta_balloon::after{
        content: "";
        position: absolute;
        transform: rotate(35deg);
        right: 88%;
        top: 68%;
        border-top: 1rem solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 2rem solid transparent;
        border-left: 2rem solid #Fff;
    }
    .cta_block_text{
        font-family: 'MOBO';
        font-style: normal;
        font-weight: 600 !important;
        line-height: 138.52% !important;
        color: #000000;
        text-align: left !important;
        float: none !important;
        font-size: 4.2rem !important;
        width: 26rem;
        margin: 2rem auto 0 !important;
        padding-bottom: 7rem;
    }
    .cta_block_text::before{
        content: "";
        position: absolute;
        left: 50%;
        top: 93%;
        transform: translate(-80%,0%) rotate(45deg);
        background: #000;
        width: 2.4rem;
        height: 0.5rem;
    }
    .cta_block_text::after{
        content: "";
        position: absolute;
        left: 50%;
        top: 93%;
        transform: translate(-22%,0%) rotate(-45deg);
        background: #000;
        width: 2.4rem;
        height: 0.5rem;
    }
    .cta_block2{
        background: #fff;
        width: 30rem;
        margin: auto;
    }
    .cta_block2 .appstore_img{
        display: block;
        margin: auto;
        width: 25rem;
        padding-top: 2rem;
    }
    .cta_block2 .googleplay_img{
        display: block;
        margin: auto;
        width: 25rem;
        padding-bottom: 2rem;
    }
    .function_balloon{
        position: relative;
        width: 33rem;
        margin: 3.6rem auto;
        height: 22rem;
    }
    .function_balloon p{
        font-weight: 900;
        line-height: 130.02%;
        text-align: center;
        letter-spacing: 0.085em;
        z-index: 1;
        position: absolute;
        font-size: 3rem;
        top: 25%;
        left: 10%;
    }
    .function_balloon::before{
        content: "";
        position: absolute;
        width: 22rem;
        height: 22rem;
        border-radius: 11rem;
        background-color: #fff;
        top: 0%;
        left: 0%;
    }
    .function_balloon::after {
        content: "";
        position: absolute;
        transform: rotate(-55deg);
        right: 30%;
        top: 70%;
        border-top: 6rem solid #fff;
        border-right: 4rem solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 2rem solid transparent;
    }
    .function_balloon img{
        position: absolute;
        bottom: 0%;
        right: 0%;
        z-index: 1;
        width: 12rem;
    }
    .function_list_sp{
        width: 32rem;
        margin: 2rem auto 5rem;
    }
    .function_list_sp p{
        position: relative;
        font-weight: 600;
        background: #fff;
        display: inline-block;
        padding: 0.3rem 2rem 0.4rem 4.4rem;
        font-size: 2.4rem;
        line-height: 4.4rem;
        border-radius: 3rem;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        margin-bottom: 2rem;
    }
    .function_list_sp p::after{
        content: "";
        position: absolute;
        top: 36%;
        background: #1B3D2F;
        border-radius: 50%;
        width: 1.6rem;
        height: 1.6rem;
        left: 17px;
    }
    .function_block2{
        background: #fff;
        padding-bottom: 5rem;
    }
    .function_block2_title{
        position: relative;
        overflow: hidden;
        padding: 4rem 0 5rem;
    }
    .function_block2_title p{
        font-weight: 700;
        text-align: center;
        font-size: 3.2rem;
        line-height: 3.6rem;
        letter-spacing: 0.4rem;
    }
    .function_block2_title img{
        content: "";
        position: absolute;
        right: 0%;
        bottom: -7%;
        width: 16rem;
    }
    .functions_block2_icon{
        width: 32rem;
        margin: auto;
    }
    .button-link{
        margin-right: 2rem;
    }
    .button-link:hover {
        cursor: pointer ;
    }
    .icon_block{
        display: flex;
        padding-bottom: 2rem;
    }
    .button-link img{
        width: 15rem;
    }
    .button-link p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-top: 0.5rem;
    }
    .icon_block_color1{
        color: #36538E;
    }
    .icon_block_color2{
        color: #92523D;
    }
    .modal-content {
        width: 80%;
        height: 80%;
        margin: 0;
        filter: drop-shadow(0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
        background: #fff;
        position: fixed;
        z-index: 999;
        border-radius: 0 0 4rem 0;
        overflow-y: scroll;
        padding: 2rem 1.6rem;
    }
      
    #modal-overlay {
        z-index: 1 ;
        display: none ;
        position: fixed ;
        top: 0 ;
        left: 0 ;
        width: 100% ;
        height: 120% ;
        background-color: rgba( 0,0,0, 0.75 ) ;
    }
    .modal_title{
        text-align: center;
        font-weight: 700;
        font-family: 'Plus Jakarta Sans';
        font-size: 2.8rem;
        letter-spacing: 0.1rem;
        line-height: 3.6rem;
        margin-bottom: 1rem;
    }
    .modal_img{
        margin: auto;
        display: block;
        width: 8rem;
    }
    .modal_text_box{
        display: flex;
        margin-top: 1rem;
    }
    .modal_text_box img{
        width: 3.2rem;
        height: 2.8rem;
        margin-top: 0.4rem;
    }
    .modal_text_box p{
        font-family: 'Pridi';
        font-style: normal;
        font-weight: 500;
        margin: 0;
        font-size: 3.2rem;
        line-height: 4rem;
        padding-left: 0.4rem;
    }
    #modal-content-01,#modal-content-02,#modal-content-08{
        color: #1B3D2F;
    }
    #modal-content-03,#modal-content-04,#modal-content-05,#modal-content-06{
        color: #36538E;
    }
    #modal-content-07{
        color: #92523D;
    }

    .onsei_title{
        background: none;
        font-weight: 700;
        font-size: 4rem;
        line-height: 218.02%;
        text-align: center;
        letter-spacing: 0.1em;
        width: auto;
        height: auto;
    }
    .onsei_logo{
        width: 25rem;
        margin: auto;
    }
    .onsei_title span{
        font-size: 8rem;
    }
    .onsei_img_block{
        width: 30rem;
        position: relative;
        margin: 3rem auto;
    }
    .onsei_img{
        position: absolute;
        width: 12rem;
        top: -36px;
    }
    .onsei_balloon{
        position: relative;
        background: #fff;
        border-radius: 50%;
        width: 20rem;
        height: 10.5rem;
        margin-left: 12rem;
    }
    .onsei_text1{
        font-weight: 700;
        text-align: center;
        padding-top: 19px;
        font-size: 2.4rem;
        line-height: 3rem;
        letter-spacing: 0.3rem;
    }
    .onsei_balloon::after {
        content: "";
        position: absolute;
        transform: rotate(55deg);
        left: 0%;
        top: 70%;
        border-top: 2.4rem solid #fff;
        border-right: 1.2rem solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 1.2rem solid transparent;
    }
    .onsei_block2{
        width: 33rem;
        margin: 4rem auto 7rem;
    }
    .onsei_feature_box{
        width: 100%;
        filter: drop-shadow(0px 0.3rem 0.3rem rgba(0, 0, 0, 0.25));
        background: #FFFFFF;
        border: 0.3rem solid #1B3D2F;
        margin-bottom: 1.2rem;
        min-height: 6.4rem;
    }
    .onsei_feature_no{
        background: #1B3D2F;
        float: left;
        width: 4.8rem;
        height: 4.8rem;
        margin: 0.8rem 0 0 0.8rem;
    }
    .onsei_feature_no p{
        font-weight: 700;
        line-height: 71.52%;
        text-align: center;
        color: #FFFFFF;
        font-size: 4rem;
        padding: 0.5rem 0 0 0;
    }
    .onsei_feature_text{
        font-weight: 600;
        letter-spacing: 0.035em;
        display: flex;
        font-size: 2.7rem;
        line-height: 3.2rem;
        padding: 0.8rem 2.4rem;
    }
    .onsei_modal_no{
        background: #1B3D2F;
        width: 4.8rem;
        height: 4.8rem;
    }
    .onsei_modal_no p{
        font-weight: 700;
        line-height: 71.52%;
        text-align: center;
        color: #FFFFFF;
        font-size: 4rem;
        padding-top: 1rem;

    }
    .onsei_modal_block{
        background: #EEFFF8;
        margin-top: 1.6rem;
    }
    .onsei_modal_text{
        font-weight: 700;
        line-height: 138.5%;
        font-size: 3rem;
        padding: 1.4rem 0.5rem;
    }
    .onsei_modal_text span{
        font-size: 3.6rem;
    }
    .onsei_modal_img1{
        width: 25rem;
        margin: 3.6rem auto;
        padding-bottom: 2rem;
    }
    .onsei_modal_img2{
        width: 25rem;
        margin: -4rem auto;
        padding-bottom: 2rem;
    }
    .onsei_cta .cta{
        padding:0 0 8rem;
        background: none;
    }
    
    .footer_box{
        height: auto;
        display: block;
        margin-bottom: 0;
    }
    .corp_block{
        margin: auto;
        width: 30rem;
        padding-top: 2rem;

    }
    .corp_name{
        font-size: 1.5rem;
    }
    .corp_address{
        font-size: 1.1rem;
    }
    .footer_list{
        margin: auto;
        padding-top: 1rem;
        width: 30rem;
    }
    .footer_list li{
        padding: 0 0.5rem;
    }
    .pmark{
        display: block;
        margin: auto;
        position: relative;
        width: 30rem;
        padding-bottom: 3.6rem;
    }
    .pmark_text{
        line-height: unset;
        width: 100%;
    }
    .pmark_img1{
        float: left;
        margin-left: 4rem;
        margin-top: 0.6rem;
        width: 11.6rem;
    }
    .pmark_img2{
        width: 7.8rem;
        height: auto;
    }
    .footer_end p{
        margin-bottom: 0;
    }
    .float_btn_wrap{
        background: none;
        display: block;
        display: none;
        position: fixed;
        z-index: 10;
        width: 32.88vw;
        bottom: 1vw;
        right: 1vw;
    }
    .float_btn_wrap_block{
        width: 100%;
        height: auto;
        margin: 0;
        background:none;
        box-shadow: none;
        border-radius: none;
        position: relative;
    }
    .float_btn_wrap_appicon{
        width: 100%;
        margin: 0;
        float: none;
    }
    .float_btn_wrap_block .appstore_img{
        width: 69.43%;
        margin: 3rem 1.5rem;
        float: none;
        position: absolute;
        top: 45%;
        left: 12%;
    }
    .float_btn_wrap_block .googleplay_img{
        width: 69.43%;
        margin: 3rem 1.5rem;
        float: none;
        position: absolute;
        top: 70%;
        left: 12%;
    }

    .modal_pop_main{
        width: 85vw;
    }
    .modal-header h4{
        font-size: 32px;
    }
    .modal-body{
        font-size: 28px;
    }
    .modal-footer button{
        background-color: gainsboro;
        border-radius: 7px;
    }
    .modal-footer a{
        font-size: 30px;
        color: rgb(60, 60, 60);
    }
}