@charset "utf-8";


/*==================================================
---COMMON
====================================================*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    animation-name: opacity;
    letter-spacing: .1em;
    color: #333;
    animation-duration: 1.5s;
    min-width: 1280px;
}





@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h2 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px;
}

.h3Ja {
    display: block;
    font-size: 20px;
    margin-top: 5px;
}



.maskbox {
    width: 100%;
    margin: 0 0 3% 0;
    height: 520px;
    overflow: hidden;
}

.maskbox .maskboxInner {

    overflow: hidden;
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.maskboxInner:before {
    background: rgb(250, 208, 196);
    background: linear-gradient(90deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 158, 1) 100%);
}


.ie .maskboxInner:before {
    background: none;
}











.maskbox2 {
    width: 100%;
    margin: 0 0 3% 0;
    height: 520px;
    overflow: hidden;
}

.maskbox2 .maskboxInner2 {

    overflow: hidden;
    opacity: 0;
}

.isPlay2 {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
}

.isPlay2:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .9s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.maskboxInner2:before {
    background: rgb(250, 208, 196);
    background: linear-gradient(90deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 158, 1) 100%);
}


.ie .maskboxInner2:before {
    background: none;
}





@keyframes play {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


@keyframes maskOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

/*==================================================
---header
====================================================*/
.heroOutside {
    background: #f3d3e0;
}

.hero {
    height: 94.5vh;
    max-width: 1600px;
    margin: 0 auto;
    background-image: url(../img/hero.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.hero_title_ja {
    position: absolute;
    right: 100px;
    top: 280px;
    width: 680px;
}
.hero_title_ja_sp{
    display: none;
}
.hero_title_en {
    position: absolute;
    bottom: 30px;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    left: 130px;
    line-height: 84px;
}

.hero_title_ja_rightRing {
    text-align: right;
    margin-top: 24px;
}

.hero_title_ja_leftRing {
    margin-bottom: 24px;
}

.logoBox img {
    max-width: 120px;
}

.himee_ringBox {
    position: fixed;
    right: 5%;
    bottom: 3%;
    animation: rotate-anime 20s linear infinite;
    z-index: 9;
    height: auto;
}

.himee_ringBox img {
    max-width: 100%;
}

.himee_ringBox a {
    transition: .1s;
}

.himee_ringBox a:hover {

    filter: invert(53%) sepia(4%) saturate(7035%) hue-rotate(309deg) brightness(142%) contrast(114%);
}


@keyframes rotate-anime {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.hero .scroll {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 73px;
    overflow: hidden;
    color: #9e7758;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;

}

.hero .scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 60px;
    background: #9e7758;
}

.hero .scroll::after {
    animation: sdl 2.3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.maintitleBox {
    /*    background: #fda2cb;*/
    background: rgb(250, 208, 196);
    background: linear-gradient(90deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 158, 1) 100%);
    font-size: 45px;
    color: #fff;
    padding: 10px 5px;
}

.hero .maskbox {
    height: auto;
}

.mainSubTitleBox {
    font-size: 22px;
    color: #9e7758;
    padding-left: 323px;
    margin-top: 15px;
}

.maintitleBox p {
    padding-left: 115px;
}

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

.pcHeader h1 {
    /*    background: #fda2cb;*/
    background: rgb(250, 208, 196);
    background: linear-gradient(90deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 158, 1) 100%);
    width: 50%;
    padding: 15px 0;
    padding-left: 100px;
}

.pcHeader nav {
    background: #fff79a;
    width: 50%;
    padding-right: 79px;
}

.pcHeader nav ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.pcHeader nav ul li {
    margin: 0 25px;
}

.pcHeader nav a {
    color: #9e7758;
    transition: .5s;
}


.pcHeader nav a:hover {
    opacity: .5;
}


.pcHeader .h_navbg {
    background: #00b500;
    color: #fff;
    padding: 8px 35px;
    font-weight: bold;
    font-size: 17px;
}



.spheader {
    display: none;
}

.menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    position: fixed;
    width: 35px;
    z-index: 99;

}

.menu__line {
    background: #9e7758;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;

    transform: rotate(45deg);
}

.menu__line--center.active {
    transform: scaleX(0);
    background: #ca062c;
}

.menu__line--bottom.active {
    bottom: 10px;

    transform: rotate(135deg);
}

.gnav {
    background: #f3a8bc;
    display: none;
    height: 100%;

    top: 0;
    position: fixed;
    width: 100%;
    z-index: 98;
}

.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}

.gnav__menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    white-space: nowrap;
}



.gnav__menu__item a {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 18px 0;
    transition: .5s;
}

.gnav__menu__item a:hover {
    color: #666;
}

.gnav__menu__item span {
    font-size: 15px;
    color: rgb(255 255 255 / 75%);
}

.gnav__menu__item .gnav_ja {
    display: block;
    font-size: 13px;
    font-weight: 100;
}

.menu_box {
    height: 49px;
    right: 10px;
    top: 5px;
    cursor: pointer;
    position: fixed;
    width: 55px;
    z-index: 99;
    background: #fff79a;
    border-radius: 2px;
}


.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

/*==================================================
---about
====================================================*/

#about {
    background: #fff9f8;
    padding-top: 200px;
    padding-bottom: 100px;

}

.about_flexBox {
    display: flex;
    position: relative;
}

/*
.about_flexBox_imgBox {
    width: 50%;
}
*/

.about_flexBox_imgBox img {
    width: 100%;
}

.about_textBox {
    margin-right: calc((100% - 1200px) / 2);
    padding-left: 70px;
    width: 35%;
}

.about_textBox h2 {
    position: absolute;
    font-size: 84px;
    color: #ee8070;
    letter-spacing: .1em;
    left: 44%;
    top: -47px;
    text-transform: none;

}

.about_textBox div {

    margin-bottom: 20px;
}

.about_textBox h3 {
    color: #9e7758;
    font-size: 26px;
    white-space: nowrap;
    /* text-align: center; */
    line-height: 37px;
    padding-bottom: 5px;
    display: inline-block;
    /* border-bottom: solid 2px #029279; */
    letter-spacing: .1em;
}

.about_textBox .subtitle {
    text-transform: uppercase;
    color: #ee8070;
    margin-bottom: 8px;
    margin-top: 100px;
    position: relative;
}

.about_textBox .subtitle::after {
    content: "";
    width: 80px;
    height: 1px;
    /* right: 196px; */
    left: 228px;
    top: 15px;
    background: #ee8070;
    position: absolute;
}
.featuresBg{
  background: #b8d7c5;
    color: #fff;
    padding: 1px 27px;
    display: inline-block;
}
#about .featuresTitle{
    font-size: 21px;
}
.about_textBox p {
    line-height: 2;
    font-size: 15px;
}

/*==================================================
---with
====================================================*/
#with {
    background: #f3a8bc;
    padding-top: 160px;
    padding-bottom: 250px;
    margin-bottom: 150px;
    position: relative;
}

.with_top {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
}

.with_top img {
    width: 100%;
}

.with_bottom {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;

}

.with_bottom img {
    width: 100%;
}

#with h2 {
    color: #fff;
}

#with .h3Ja {
    color: #029279;
}

.with_flexBox_textBox {
    background: #fff;
    padding: 30px 58px;
    width: 42%;
    z-index: 1;
    box-shadow: 1px 1px 9px 1px rgb(51 51 51 / 13%);
     border: solid 1px;
    position: relative;
}

.withLine_1 {
    position: absolute;
    top: -11px;
    left: -11px;
}

.withLine_2 {
    position: absolute;
    bottom: -31px;
    right: -10px;
}

.with_flexBox_textBox .subtitle {
    color: #029279;
    text-transform: uppercase;
    position: relative;
}

.with_flexBox_textBox .subtitle::after {
    content: "";
    width: 80px;
    height: 1px;
    left: 192px;
    top: 15px;
    background: #029279;
    position: absolute;

}



.with_flexBox_textBox div {
    margin-bottom: 20px;
}

.with_flexBox_textBox h3 {
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 100;
    letter-spacing: .1em;
    color: #f3a8bc;
    font-size: 23px;
    line-height: 32px;
    /*    border-bottom: solid 2px #029279;*/
}

.with_flexBox_textBox p {
    line-height: 2;
    font-size: 15px;
    color: #f3a8bc;
}

.with_flexBox_imgBox {
    position: absolute;
    width: 50%;
    right: 0;
}

.with_flexBox .maskbox {

    height: auto;
    margin: 0;
    overflow: hidden;
}

.with_flexBox_imgBox img {
    max-width: 700px;
}

.with_flexBox {
    display: flex;
    max-width: 1200px;
    align-items: center;
    position: relative;
    margin: 0 auto;
}




/*==================================================
---platform
====================================================*/


#platform h2 {
    color: #029279;
    margin-bottom: 25px;
}

#platform .h3Ja {
    color: #f3a8bc;
}

#platform p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 55px;
}

.platform_flexBox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 150px;
}

.platform_flexBox div {
    background: #f3a8bc;
    padding: 30px;
    border-radius: 15px;
}



/*==================================================
---flow
====================================================*/


#flow {
    background: #fff79a;
    padding: 60px 25px;
    padding-top: 80px;
    margin-bottom: 100px;
}

.flow_subTitl br {
    display: none;
}

.flow_flexBox_spnmb {
    display: none;
}

#flow h2 {
    color: #f3a8bc;
    margin-bottom: 30px;
}

#flow .h3Ja {
    color: #726151;
}

.flow_subTitl {
    text-align: center;
    color: #726151;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 80px;
}

.flow_flexBox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.flow_flexBox_textBox {
    width: 48%;
    background: #fff;
    height: 185px;
    padding: 25px;
    margin-bottom: 57px;
    border: solid 1px;
}

.flow_flexBox_textBox h3 {
    font-size: 60px;
    color: #e7e7e7;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.flow_flexBox_textBox h4 {
    font-size: 23px;
    color: #f3a8bc;
    margin-top: -15px;
    margin-bottom: 30px;
}

.flow_flexBox_textBox p {
    line-height: 28px;
}

.flow_flexBox_nmb p {
    font-size: 40px;
    color: #f3a8bc;
    margin-bottom: 30px;
}

.flow_flexBox_nmb {
    margin-left: 115px;
}

.flow_flexBox_nmb_line {
    width: 2px;
    height: 150px;
    margin: 0 auto;
    background: #f3a8bc;
}



/*==================================================
---loop
====================================================*/

.loop_wrap {
    display: flex;
    margin-bottom: -40px;
    height: auto;
    overflow: hidden;
}

.loop_wrap img {
    width: auto;
    height: 100%;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}

/*==================================================
---merit
====================================================*/

#merit {
    margin-bottom: 100px;
}

#merit h2 {
    color: #029279;
    margin-bottom: 25px;
}

#merit .h3Ja {
    color: #f3a8bc;
}

.merit_mainImgBox {
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}

.merit_mainImgBox img {
    max-width: 660px;
}

.merit_contentsWrap {
    background: #b8d7c5;
    margin: 0 25px;
    padding-top: 290px;
    margin-top: -230px;
    padding-bottom: 65px;
}


.merit_flexBox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    justify-content: space-between;
}

.merit_flexBox_imgBox {
    text-align: center;
    margin-bottom: 40px;
}

.merit_flexBox > div {
    background: #fff;
    width: 30%;
    padding: 30px 10px;
        border: solid 1px;
}

.merit_flexBox h3 {
    text-align: center;
    font-size: 23px;
    color: #f3a8bc;
    margin-bottom: 20px;
}

.merit_flexBox p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    color: #9e7758;
}



/*==================================================
---voice
====================================================*/
#voice {
    margin-bottom: 123px;
}

.voice_topFlexBox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;

}

.voice_topFlexBox > div {
    width: 49%;
    margin-bottom: 40px;
}

.voice_topFlexBox h3 {
    text-align: center;
    padding: 22px 5px;
    font-size: 20px;
    margin-bottom: 18px;
}

.voice_topFlexBox p {
    line-height: 28px;
    letter-spacing: .1em;
    font-size: 15px;
}

.voice_topFlexBox h4 {
    text-align: center;
    color: #9e7758;
    margin-bottom: 18px;
}

.voice_topFlexBox_pnk h3 {
    background: #f3a8bc;
}

.voice_topFlexBox_yew h3 {
    background: #fff79a;
}

.voice_topFlexBox_green h3 {
    background: #b8d7c5;
}

.voice_bottomFlexBox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.voice_bottomFlexBox div {
    text-align: center;
    width: 48%;
    padding: 22px 5px;
    font-size: 23px;
}

.voice_bottomFlexBox_pink {
    background: rgb(250, 208, 196);
    background: linear-gradient(90deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 158, 1) 100%);
}

.voice_bottomFlexBox_green {
    background: rgb(143, 211, 244);
    background: linear-gradient(90deg, rgba(143, 211, 244, 1) 0%, rgba(132, 250, 176, 1) 100%);
}

.income h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 33px;
}


/*==================================================
---roadmap
====================================================*/
#roadmap .maskbox{
   max-width: 1200px;
    margin: 0 auto;
     margin-bottom: 70px;
}
.roadmap_imgBox img{
    width: 100%;
}
#roadmap .roadmap_imgBox{
    max-width: 1200px;
    margin: 0 auto;
   
}

.roadmap_pointColor{
    color: #f3a8bc;
}
#roadmap h2 {
    margin-bottom: 60px;
}
/*==================================================
---message
====================================================*/

#message {
    background: #f3a8bc;
    padding: 77px 25px;
}

.message_flexBox_sph2 {
    display: none;
}

#message h2 {
    font-size: 100px;
    color: #fff;
    letter-spacing: .1em;
}

#message .h3Ja {
    color: #029279;
    font-size: 23px;
}


#message .maskbox {
    width: auto;
    margin: 0;
    height: auto;
}


#message p {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
}

.message_flexBox {
    display: flex;
    max-width: 1200px;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
}

.message_flexBox_imgBox img {
    max-width: 455px;
}

/*==================================================
---footer
====================================================*/
footer {
    background: #fff9f8;
    padding: 90px 25px 20px 25px;
}

footer h2 {
    font-size: 32px;
    margin-bottom: 52px;
    text-align: left;
}

.footer_flexBox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}

.companyBox {
    width: 50%;
    margin-bottom: 40px;
}

hr {
    margin-bottom: 30px;
}

.footer_flexBox dl {
    margin-bottom: 35px;
}

.footer_flexBox dt {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}

.footer_flexBox dd {
    padding-left: 150px;
    line-height: 28px;
}


#lineBox {
    width: 45%;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 47px;
}

.lineBox_item_flexBox {
    display: flex;
    background: #fff;
    color: #00b500;
    padding: 5px 15px;
    margin-bottom: 20px;
    align-items: center;
}

.lineBox_item a {
    display: block;
}

.lineBox_item_flexBox p {
    margin-left: 20px;
    font-size: 14px;
}

.lineBox_item_link {
    font-size: 27px;
    color: #fff;
    position: relative;
}

.lineBox_item_link::after {
    content: '';
    background-image: url(../img/arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 18px;
    background-size: contain;
    height: 30px;
    display: inline-block;
}

.lineBox_item_flexBox img {
    max-width: 43px;

}

.lineBox_item {
    background: #00b500;
    padding: 20px;
    margin-bottom: 20px;
}


small p {
    font-size: 11px;
    max-width: 1200px;
    margin: 0 auto;
}


@media screen and (max-width:1525px) {

    .hero_title_ja {
        right: 0;
    }
}




@media screen and (max-width:768px) {
    body {
        min-width: 0;
    }

    h2 {
        margin-bottom: 45px;
    }

    .hero_title_en {
        position: absolute;
        bottom: 30px;
        font-size: 50px;
        left: 25px;
        line-height: 65px;
    }

    .hero .scroll {
        display: none;
    }

    .hero {
        /* background-position: bottom; */
        background-size: cover;
    }

    .hero_title_ja img {
        width: 50%;
        display: none;
    }
    .hero_title_ja{
        display: none;
    }
    .hero_title_ja_rightRing {
        text-align: left;
    }

    .hero_title_ja {
        width: auto;
        right: 0;
        left: 25px;
        top: 99px;
    }
    .hero_title_ja_sp{
        display: block;
    }
    .himee_ringBox {
        width: 75px;
    }

    .hero .scroll {
        right: 0px;
        font-size: 12px;
    }

    .maintitleBox p {
        padding-left: 0px;
    }

    .maintitleBox {
        font-size: 4vw;
        padding: 10px 10px;
        display: inline-block;
    }

    .mainSubTitleBox {
        padding-left: 0;
    }
.mainSubTitleBox p {
    
        background: #fda2cb;
        background: rgb(250, 208, 196);
        background: linear-gradient(90deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 158, 1) 100%);
       padding-left: 10px;
        color: #fff;
        font-size: 16px;
    }
    .about_flexBox {
        display: block;
        padding-bottom: 50px;
    }

    #about {
        padding-bottom: 20px;
    }

    .about_flexBox_imgBox {
        width: auto;
    }

    .about_textBox {
        margin-right: 0;
        padding-left: 0;
        width: auto;
        padding: 0 25px;
    }

    .about_textBox h3 {
        text-align: left;
        line-height: 28px;
        font-size: 17px;

    }

    .about_textBox h3 br {
        display: none;
    }

    .maskbox {
        height: auto;
    }

    .about_textBox .subtitle {
        margin-top: 20px;
    }

    .about_textBox div {
        text-align: left;
    }

    .about_textBox h2 {
        font-size: 9vw;
        left: 0%;
        top: -36px;
        padding: 0 23px;
    }

    .pcHeader {
        display: none;
    }

    .spheader {
        display: block;
    }

    .logoBox {
        background: #fda2cb;
        padding: 17px 25px;
    }

    #with {
        padding-top: 50px;
        padding-bottom: 40px;
        margin-bottom: 60px;
    }

    #with .h3Ja {
        margin-top: 15px;
    }

    .h3Ja {
        font-size: 18px;
    }

    .with_flexBox_textBox h3 {
        font-size: 18px;
    }

    .with_flexBox {
        display: block;
    }

    .with_bottom img {
        display: none;
    }

    .with_top img {
        display: none;
    }

    .with_flexBox_imgBox {
        position: static;
        width: auto;
        text-align: right;
    }

    .with_flexBox_imgBox img {
        width: 96%;

    }

    .with_flexBox_textBox {
        width: auto;
    }

    .with_flexBox_textBox {
        margin-right: 25px;
        margin-top: -30px;
        padding: 30px 30px;
        z-index: 2;
        position: sticky;
        box-shadow: none;
       
    }

    .platform_flexBox {
        flex-wrap: wrap;
        padding: 0 25px;
    }

    .platform_flexBox {
        justify-content: space-around;
    }

    .platform_flexBox div {
        width: 30%;
        margin-bottom: 30px;
    }

    .platform_flexBox div img {
        max-width: 100%;
    }

    .flow_flexBox_nmb {
        margin-left: 10px;
    }

    .flow_flexBox {
        justify-content: space-around;
    }

    .flow_flexBox_textBox {
        width: 79%;
    }

    .flow_flexBox_textBox p {
        font-size: 15px;
    }

    .flow_flexBox_textBox h3 {
        font-size: 10vw;
    }

    .footer_flexBox {
        display: block;
    }

    .companyBox {
        width: auto;
        margin-bottom: 40px;
    }



    .merit_mainImgBox img {
        width: 90%;
    }

    .merit_flexBox {
        display: block;
    }
#voice {
    margin-bottom: 60px;
}
    .roadmap_imgBox {
    
    margin-bottom: 50px;
}
    #roadmap h2 {
    margin-bottom: 35px;
}
    .message_flexBox_sph2 {
        display: block;
    }

    .message_flexBox {
        display: block;
    }

    .merit_flexBox > div {
        width: auto;
        margin-bottom: 15px;
    }

    .message_flexBox {
        position: relative;
    }

    .message_flexBox_textBox h2 {
        display: none;
    }

    #message h2 {
        font-size: 12vw;
    }

    .message_flexBox_imgBox {
        text-align: center;
    }

    .message_flexBox_textBox br {
        display: none;
    }

    .message_flexBox_imgBox img {
        width: 90%;
    }

    .footer_flexBox dd {
        font-size: 15px;
    }

    .footer_flexBox dt {
        font-weight: 600;
    }


    small p {
        font-size: 10px;
        opacity: 0.8;
    }

    .merit_contentsWrap {

        margin-left: 0;
        margin-right: 0;
    }

    .voice_topFlexBox {
        display: block;
        padding: 0 25px;
    }

    .voice_topFlexBox > div {
        width: auto;
        margin-bottom: 35px;
    }

    .voice_topFlexBox p {
        font-size: 15px;
    }

    .voice_bottomFlexBox {
        padding: 0 25px;
    }

    .about_textBox h3 {
        white-space: normal;
    }

    #platform p {
        padding: 0 25px;
        font-size: 2.8vw;
    }

    #lineBox {
        width: auto;
        margin-bottom: 90px;
    }

    .lineBox_item_flexBox p {
        margin-left: 8px;
    }

    .lineBox_item_flexBox {
        padding: 5px 10px;
    }
}

@media screen and (max-width:600px) {
    #about {
        padding-top: 100px;
    }

    #platform p br {
        display: none;
    }

    #platform p {
        font-size: 16px;
    }

    .flow_flexBox_textBox h4 {
        font-size: 18px;
        margin-top: -10px;
    }

    #message p {
        font-size: 21px;
        margin-top: 55px;
    }

    .merit_flexBox_imgBox img {
        width: 45%;
    }

    .lineBox_item_link {
        font-size: 19px;
    }

    .lineBox_item_link::after {
        top: -3px;
    }
}

@media screen and (max-width:510px) {


    .qrBox img {
        max-width: 80%;
    }

    .platform_flexBox div {
        padding: 15px;
    }

    .merit_contentsWrap {
        margin-top: -140px;
        padding-top: 200px;
    }

    .merit_flexBox p {
        font-size: 16px;
    }

    .flow_subTitl br {
        display: block;
    }

    .flow_subTitl {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 59px;
    }

    h2 {
        font-size: 31px;
        padding: 0px 25px;
    }

    .companyBox h2 {
        padding: 0;
    }


    .about_textBox h3 br {
        display: block;
    }

    .about_textBox_maintext br {
        display: none;
    }

    #with {
        padding-bottom: 75px;
    }

    .maintitleBox {
        font-size: 5vw;
    }

    .hero_title_ja {
        top: 50px;
    }

    .mainSubTitleBox {
        font-size: 16px;
           margin-top: 13px;
    }

    


    .hero_title_ja_leftRing {
        margin-bottom: 5px;
    }

    .hero_title_ja_rightRing {
        margin-top: 0;
    }
}


@media screen and (max-width:475px) {
.maintitleBox p {
    font-size: 14px;
}
    .mainSubTitleBox p {
    font-size: 14px;
}
    .flow_flexBox {
        display: block;
    }

    .flow_flexBox_textBox {
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

    .flow_flexBox_nmb p {
        display: none;
    }

    .flow_flexBox_nmb {
        margin: 10px 0;
    }

    .flow_flexBox_nmb_line {
        height: 70px;
    }

    .flow_flexBox_spnmb {
        display: block;
        font-size: 30px;
        color: #f3a8bc;
        margin-bottom: 15px;
        margin-top: -40px;
    }

    .platform_flexBox div {
        width: 20%;

    }

    .platform_flexBox div {
        padding: 5px;
    }

    .platform_flexBox div {
        border-radius: 3px;
    }

    #platform p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:450px) {
    .about_textBox h2 {
        top: -25px;
    }

    .platform_flexBox {
        margin-bottom: 30px;
    }

    .footer_flexBox dt {
        float: none;
    }

    .footer_flexBox dd {
        padding: 0;
        padding-top: 5px;
    }

    .footer_flexBox dl {
        margin-bottom: 20px;
    }



    .hero_title_en {
        font-size: 27px;
        line-height: 45px;
    }
}
