@charset "UTF-8";

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

html {
    height: -webkit-fill-available;
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background: #fff;
}

/*----------------------------------------------------------------------*/
.noto-sans-jp-regular {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp-bold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.noto-sans-jp-semibold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

main {
    z-index: 1;
}

::selection {
    color: #fff !important;
    background-color: #000 !important;
}

::-moz-selection {
    color: #fff;
    background-color: #000;
}

body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 320px;
    margin: 0 auto;
    font-size: 1.6rem;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    color: #000;
}

main {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    min-width: 1200px;
}

@media (max-width: 767.9px) {
    body {
        min-width: 320px;
    }
    main {
        width: 100%;
        margin: auto;
        min-width: auto;
        overflow-x: hidden;
    }
}

main::-webkit-scrollbar {
    display: none;
}

a {
    color: #887c52;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #111111;
    margin: 0;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

section {
    width: 100%;
}
.page_inner {
    max-width: 1200px;
    margin: auto;
}

/*----------------------------------------------------------------------*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 36px;
    z-index: 10;
}

@media (max-width: 767.9px) {
    header {
        padding-top: 8px;
    }   
}

.head_inner {
    max-width: 1133px;
    margin: auto;
}
@media (max-width: 767.9px) {
    .head_inner {
        max-width: 760px;
        padding: 3%;
    }
    .head_inner img {
        max-width: 46%;
    }
}

.head_download_area {
    position: absolute;
    right: 0;
    top: 36px;
    font-weight: 600;
}

@media (max-width: 767.9px) {
    .head_download_area {
        width: 47.3%;
         top: 19px;
        max-width: 385px;
    }
}

.head_download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    border-radius: 33px 0 0 33px;
    background-image: linear-gradient(90deg, rgba(255, 90, 40, 1), rgba(249, 236, 49, 1));
    color: #fff !important;
    font-size: 2.1rem;
    line-height: 1;
    padding: 1rem;
    width: 310px;
    height: 69px;
    box-shadow: 0 10px 17px -3px #0b1c2f82;
    transition: 0.3s;
}

@media (max-width: 767.9px) {
    .head_download {
        width: 100%;
        font-size: 1.3rem;
        padding: .8rem 0 .8rem .8rem;
        height: 44px;
    }
    
}

.head_download:hover {
    box-shadow: unset;
    transform: translateY(4px);
    opacity: 1;
}

.head_download img {
    margin: 0 1rem 0 0.5rem;
}

@media (max-width: 767.9px) {
    .head_download img {
        margin: 0 .5rem 0 0.5rem;
        width: 16px;
    }
}

.btn_download {
    text-align: center;
    font-size: 2.1rem;
    box-shadow: 0 18px 14px -14px #2079e282;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff !important;
    line-height: 1;
    padding: 1.6rem 3.2rem;
    transition: 0.3s;
    font-weight: 600;
}

@media (max-width: 767.9px) {
 .btn_download {
    text-align: center;
    font-size: 1.5rem;  
    }
}

.btn_download:hover {
    box-shadow: unset;
    transform: translateY(4px);
    opacity: 1;
}

.btn_download img {
    margin-left: 0.5rem;
}

.orange_download {
    border-radius: 40px;
}

.orange_download_bottom {
    border-radius: 33px;
}

.orange-gradient {
    background-image: linear-gradient(90deg, rgba(255, 90, 40, 1), rgba(249, 236, 49, 1));
}
.blue-gradient {
    background-image: linear-gradient(90deg, rgba(101, 81, 217, 1), rgba(17, 59, 184, 1) 36% 46%, rgba(5, 109, 228, 1));
    border-radius: 33px;
}

/*--layout--------------------------------------------------------------------*/

.page_inner {
    max-width: 1133px;
    margin: auto;
}
@media (max-width: 767.9px) {
    .page_inner {
        padding: 0 3%;
    }
}

.box_area {
    display: flex;
    justify-content: space-between;
}
.box_2column {
    width: 50%;
}

.box_3column {
    width: 31.7%;
    box-shadow: 0 0 17px -6px #808489;
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    background: #fff;
}

@media (max-width: 767.9px) {
    .box_area {
        flex-wrap: wrap;
    }
    .box_2column,
    .box_3column {
        width: 100%;
    }
}

/*--keyvisual--------------------------------------------------------------------*/

.keyvisual {
    background-image: url(../img/kv_image_bg.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 732px;
    padding-top: 158px;
}

@media (max-width: 767.9px) {
    .keyvisual {
        background-image: url(../img/kv_image_bg_sp.png);
        height: auto;
        background-size:68%;
        padding-top: 68px;
    }
}

@media (max-width: 767.9px) {
    .keyvisual .box_2column.left{
        text-align: center;
    }
}


.keyvisual h1 {
    font-size: 5.5rem;
    color: #4462e5;
    font-weight: 800;
    letter-spacing: 0;
}
@media (max-width: 767.9px) {
    .keyvisual h1 {
        font-size: 3rem;
    }
}

.keyvisual h1 span {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(101, 81, 217, 1), rgba(17, 59, 184, 1) 36% 46%, rgba(5, 109, 228, 1));
    padding: 0 0.8rem;
}
@media (max-width: 767.9px) {
    .keyvisual h1 span {
        font-size: 1.45rem;
        line-height: 1.8;
        margin-bottom: .5rem;
    }
}

.keyvisual p {
    font-size: 2.1rem;
    margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
    .keyvisual p {
        font-size: 1.45rem;
    }
}

@media (max-width: 767.9px) {
    .blue_download.u-sponly {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.5rem;
        padding: 1.4rem 2rem;
    }
    .blue_download.u-sponly a{
        padding: 1.6rem 2rem;
    }
    .blue_download.u-sponly img {
        width: 15px;
    }
}

/*--worries--------------------------------------------------------------------*/

.worries {
    margin-top: 12rem;
    text-align: center;
    background-image: url(../img/bg_gray.jpg);
    background-position: top center;
    background-size: 100%;
    min-height: 885px;
}
@media (max-width: 767.9px) {
    .worries {
    margin-top: 7.2rem;
    }
}

.worries h2 {
    font-size: 4.2rem;
    font-weight: 600;
}

@media (max-width: 767.9px) {
    .worries h2 {
        font-size: 2.7rem;
    }
}

.worries p {
    font-size: 2rem;
}

@media (max-width: 767.9px) {
    .worries p {
        font-size: 1.4rem;
    }
}

.worries .box_area {
    padding-top: 11rem;
}

@media (max-width: 767.9px) {
    .worries .box_area {
        padding-top: 6rem;
    }
}

.worries h3 {
    background-image: url(../img/worries_back_image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 240px;
    height: 8rem;
    padding: 1rem;
    color: #fff;
    margin-top: -5.5rem;
    font-size: 2.2rem;
    font-weight: 600;
}

.worries .box_3column {
    margin-bottom: 3.8rem;
}
@media (max-width: 767.9px) {
    .worries .box_3column {
        margin-bottom: 4.8rem;
        padding: 1.8rem;
    }
}

.worries .box_3column p {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 600;
    height: 52px;
    display: inline-flex;
    align-items: center;
    margin: 1rem 0 2rem;
}
.worries .box_3column ul {
    display: inline-block;
    text-align: left;
    padding-left: 2rem;
    margin-top: 2.4rem;
}
.worries .box_3column ul li {
    font-size: 1.7rem;
    letter-spacing: normal;
    list-style-image: url(../img/icon_cross.svg);
    list-style-position: outside;
    line-height: 1.5;
    padding-bottom: 0.8rem;
}

@media (max-width: 767.9px) {
    .worries .box_3column ul li {
        font-size: 1.4rem;
    }
    
    .btn_solution{
        padding-bottom: 4.3rem;
    }
}



/*--reason--------------------------------------------------------------------*/

.reason {
    margin-top: 4rem;
    padding-top: 4rem;
    background-image: url(../img/bg_lightBlue.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 885px;
    padding-bottom: 14rem;
}
@media (max-width: 767.9px) {
    .reason {
        min-height: auto;
        padding-bottom: 0;
    }
}

.reason h2 {
    font-size: 4.5rem;
    color: #4462e5;
    font-weight: 600;
}
.reason h2 img{
        margin-bottom: 2rem;
    }

@media (max-width: 767.9px) {
    .reason h2 {
    font-size: 2.5rem;
    }
    .reason h2 img{
        margin-bottom: .8rem;
    }
}

.reason p.sub_title{
    font-size: 3rem;
    font-weight: 600;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}
.reason p {
    font-size: 2rem;
    text-align:center;
}


@media (max-width: 767.9px) {
    .reason p {
    font-size: 1.45rem;
        margin-bottom:8rem;
    } 
    .reason p.sub_title{
        font-size: 1.8rem;
        line-height: 1.6;
        margin-top: 2.4rem;
        margin-bottom: 2rem;
    }
}

.titles {
   
}

@media (max-width: 767.9px) {
    .titles{
        text-align: center;

    }
    .reason .image_box{
        text-align: center;
    }
}

.sub_bottom_txt{
     margin-bottom: 9rem;
}


.reason .box_3column h3 {
    background-image: url(../img/reason_tit_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 314px;
    height: 8rem;
    padding: 1.3rem;
    color: #fff;
    margin-top: -6.5rem;
    margin-bottom: 3rem;
    font-size: 2.7rem;
}

@media (max-width: 767.9px) {
    .reason .box_3column h3 {
        background-size:contain;
        margin-top: -5rem;
        font-size: 2rem;
         height: 7rem;
    }
}


.reason .box_3column {
    padding: 1.5rem;
}

@media (max-width: 767.9px) {
  .reason .box_3column {
    margin-bottom: 6rem;
}  
}

.reason .box_3column .inner_image {
    height: 190px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 3rem;
}

@media (max-width: 767.9px) {
    .reason .box_3column .inner_image {
    height:auto;
        margin-bottom: 2rem;
    }
}

.reason dl {
    text-align: left;
    letter-spacing: normal;
}
.reason dt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 22px;
    display: flex;
    background: url(../img/line.svg) repeat-x top;
    padding-top: 1.6rem;
    padding-bottom: 0.8rem;
}
@media (max-width: 767.9px) {
    .reason dt {
    font-size: 1.6rem;
    }
}

.reason dt::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon_check.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.2rem;
}

.reason dd {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    line-height: 1.4;
    height: 6rem;
}

@media (max-width: 767.9px) {
    .reason dd {
    font-size: 1.4rem;
    }
}

/*--dl_content--------------------------------------------------------------------*/

.dl_content {
    padding-top: 6.4rem;
}
@media (max-width: 767.9px) {
    .dl_content {
    padding-top:0;
    }
}

.dl_content h2 {
    font-size: 3.8rem;
    font-weight: 600;
    color: #4462e5;
    display: flex;
    line-height: 1;
    justify-content: center;
    margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
    .dl_content h2 {
        font-size: 2rem;
        line-height: 2;
    }
    .dl_content h3 {
        font-size: 1.6rem;
    }
    
}


h2.slash_txt::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 38px;
    background-image: url(../img/dl_tit_slashL.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
h2.slash_txt::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 38px;
    background-image: url(../img/dl_tit_slashR.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 1rem;
}

.dl_content .right {
    text-align: center;
}

.dl_content dl {
    background: #d5dcf9a6;
    border-radius: 11px;
    padding: 14px;
    letter-spacing: normal;
}

.dl_content dt {
    font-size: 1.7rem;
    font-weight: bold;
}
@media (max-width: 767.9px) {
    .dl_content dt {
        font-size: 1.6rem;
    }
}

.dl_content dd {
    font-size: 1.6rem;
    font-weight: normal;
}
@media (max-width: 767.9px) {
    .dl_content dd {
        font-size: 1.4rem;
    }
}

@media (max-width: 767.9px) {
   .dl_content .box_2column.right{
       margin-top: 2.4rem;
    }
}

.orange_download_area {
    text-align: center;
    margin: 2rem 0;
}

.dl_content .orange_download_area a {
    width: 57.5rem;
    height: 8rem;
    font-size: 2.1rem;
}

@media (max-width: 767.9px) {
   .dl_content .orange_download_area a {
    width: auto;
    height: 4.4rem;
    font-size: 1.4rem;
    }
    .dl_content .orange_download_area a img{
        width: 16px;
    }
}

/*--offer--------------------------------------------------------------------*/

.offer {
    margin-top: 10rem;
    padding-top: 9rem;
    background-image: url(../img/bg_blue.jpg?01);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 10.6rem;
}
@media (max-width: 767.9px) {
    .offer {
         margin-top: 4rem;
        padding-top: 6.5rem;
        padding-bottom: 3.6rem;
    }
}

.offer h2 {
    font-size: 3.8rem;
    font-weight: 600;
    color: #4462e5;
    display: flex;
    line-height: 1;
    justify-content: center;
    margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
    .offer h2 {
    font-size: 2rem;
        line-height: 2;
    }
}

.offer h2.slash_txt::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 38px;
    background-image: url(../img/dl_tit_slashL.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1.2rem;
}
.offer h2.slash_txt::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 38px;
    background-image: url(../img/dl_tit_slashR.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 1.2rem;
}
.offer p {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 6rem;
}
@media (max-width: 767.9px) {
   .offer p {
        font-size: 1.6rem;
       margin-bottom: 3rem;
    }
}

.offer .icon {
    height: 52px;
    display: inline-flex;
    margin-top: 2rem;
}
.offer h3 {
    font-size: 2.1rem;
    font-weight: 600;
}
.offer h3 .link{
    font-size:1.4rem;
    vertical-align: super;
}
.offer h3 .link a{
    color:#4462e5;
    text-decoration:underline !important;
    margin-left: .4rem;
}

.offer p span {
    letter-spacing: normal;
    font-size: 9rem;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
}

@media (max-width: 767.9px) {
    .offer p span {
        font-size: 7rem;
        line-height: 1.5;
    }
}


.offer .box_3column {
    background-color: unset;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.6));
    border-radius: 11px;
    opacity: 0.9;
}
.offer .box_3column p {
    color: #4462e5;
    font-size: 3.9rem;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}

@media (max-width: 767.9px) {
    .offer .box_3column p {
    color: #4462e5;
    font-size: 2rem;
    }
}

/*--download--------------------------------------------------------------------*/

.download {
    min-height: 43.2rem;
    background-image: linear-gradient(90deg, rgba(101, 81, 217, 1), rgba(17, 59, 184, 1) 36% 46%, rgba(5, 109, 228, 1));
    display: grid;
    z-index: 10;
    position: relative;
}

@media (max-width: 767.9px) {
    .download {
        min-height: 32rem;
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
}

.download_content {
    width: 600px;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 767.9px) {
.download_content {
    width: 100%;
    justify-content: center;
    }
}

.icon_shine {
    width: 57px;
    height: 57px;
    position: absolute;
    top: -32px;
    left: -40px;
    background: url(../img/icon_shine.svg) no-repeat;
}

.download_content .orange_download_area {
    width: 100%;
}
.download_content .thumbnail {
    width: 25%;
    position: relative;
}
.download_content .txt_contents {
    width: 70%;
    color: #fff;
}

@media (max-width: 767.9px) {
    .download_content .thumbnail {
        width: auto;
        position: relative;
    }
    .download_content .txt_contents {
        width: 100%;
    }
}

.download_content .txt_contents h2 {
    font-size: 3.8rem;
    font-weight: 600;
    letter-spacing: normal;
    color: #fff;
}

@media (max-width: 767.9px) {
    .download_content .txt_contents h2 {
        font-size: 2.6rem;
        text-align: center;
    }
}

.download_content .txt_contents p {
    font-size: 2rem;
}
@media (max-width: 767.9px) {
    .download_content .txt_contents p {
    font-size: 1.4rem;
        text-align: center;
}
}

.download_content .orange_download_area a {
    width: 100%;
    height: 6.8rem;
    font-size: 2.1rem;
    box-shadow: 0 18px 14px -14px #0b1c2f82;
}

.download_content .orange_download_area a:hover{
    box-shadow:unset;
}

@media (max-width: 767.9px) {
    .download_content .orange_download_area a {
        width: auto;
        font-size: 1.4rem;
        height: 5.6rem;
    }
    .download_content .orange_download_area a img{
        width: 16px;
    }
}

.floating_banner {
    height: 11.6rem;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(101, 81, 217, 1), rgba(17, 59, 184, 1) 36% 46%, rgba(5, 109, 228, 1));
    z-index: 5;
    position: fixed;
    bottom: 0;
}
.inner_area {
    width: 800px;
    margin: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 600;
    height: 100%;
}

.inner_area .dl_texts{
    line-height: 1.5;
    
}

@media (max-width: 767.9px) {
   .inner_area {
       width:100%;
       max-width: 375px;
       flex-wrap: wrap;
       justify-content: space-around;
    } 
    .dl_texts{
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
    }
    .dl_thumbnail{
        width: 30%;
    }
    .dl_btn{
        width:auto;
    }
    .dl_btn .btn_download_area{
        text-align: center;
    }
}

.dl_btn a {
    width: 352px;
    height: 6.8rem;
    padding: 1rem 2rem;
    box-shadow: 0 18px 14px -14px #0b1c2f82;
    
}

@media (max-width: 767.9px) {
    .dl_btn a {
    width:auto;
    height: 4.4rem;
    font-size: 1.4rem;
        padding: 1rem;
    }
    .dl_btn a img{
        width: 16px;
    }
}

/* media Query
========================================================= */
@media screen and (max-width: 767.9px) {
    .u-pconly {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .u-sponly {
        display: none !important;
    }
}