@charset "utf-8";
/* CSS Document */


/* commingsoon
   ================================================================== */
.commingsoon{
	opacity: .3;
}

.commingsoon.slidetoggle_menu .btn_title:hover{
    opacity: 1;
}

.commingsoon.slidetoggle_menu .btn_title.active::before{
    background-color: #02645F;
}

.commingsoon dd{
	display: none !important;
}


/* header
   ================================================================== */
header{
	padding: 5vw 0;
    border-bottom: 1px solid #F0F0F0;
}

header .site_logo{
	width: 65vw;
    line-height: 0;
}

header .site_logo a{
	display: block;
    line-height: 0;
}


/* footer
   ================================================================== */
footer{
	padding: 5vw 0;
    background: #01645B;
}

footer address{
	font-size: 2.35vw;
    color: #fff;
    text-align: center;
}


/* page_top
   ================================================================== */
.page_top_wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
    
.page_top_fix{
    margin: 0 auto;
    max-width: 1262px;
    position: relative;
}

#page_top{
	position: absolute;
    right: 2.5vw;
    bottom: 2.5vw;
    width: 14.5vw;
    line-height: 0;
    transform: translateY(20vw);
    opacity: 0;
    transition: .5s;
}

#page_top.on{
	transform: translateY(0);
    opacity: 1;
}

#page_top a{
	display: block;
    line-height: 0;
}


/* kv
   ================================================================== */
.kv{
	padding: 8vw 0 24vw;
	background-image: url("../img/kv/bg.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.kv .top_title{
    padding: 0 0 0 3vw;
    font-size: 7vw;
    font-weight: 700;
    color: #02645F;
}

.kv .text{
    margin: 8vw 0 0;
    font-size: 3.8vw;
    font-weight: 700;
    text-align: center;
}


/* investor_wrap
   ================================================================== */
.investor_wrap{
    margin-top: -1px;
	padding: 1px 0 15vw;
    background: #9AC1BF;
}

.slidetoggle_menu{
	padding-top: 10vw;
}

.slidetoggle_menu .btn_title{
	padding: 12vw 8vw 8vw;
    background: #fff;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.slidetoggle_menu .close_btn::before,
.slidetoggle_menu .btn_title::before{
    content: "";
    margin: auto;
    background-image: url("../img/question/arrow.svg");
    background-color: #02645F;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45%;
    width: 9vw;
    height: 9vw;
    position: absolute;
    left: 0;
    right: 0;
    transition: .3s;
    border-radius: 5px;
}

.slidetoggle_menu .btn_title::before{
    bottom: -4.5vw;
}

.slidetoggle_menu .btn_title.active::before{
    background-color: #67A29F;
}

.slidetoggle_menu .btn_title .question_number{
    position: absolute;
    top: -4vw;
    left: 8vw;
    width: 18vw;
}

.slidetoggle_menu .btn_title .title{
    font-size: 4.2vw;
    line-height: 200%;
    font-weight: 500;
}

.slidetoggle_menu .btn_title .item{
    position: absolute;
    bottom: 0;
}

.slidetoggle_menu .btn_title .item{
    width: 40vw;
    right: -1vw;
}

.slidetoggle_menu .question02 .btn_title .item{
    width: 30vw;
    right: 6vw;
}

.slidetoggle_menu .question03 .btn_title .item{
    width: 35vw;
    right: 2vw;
}

.slidetoggle_menu .question04 .btn_title .item{
    width: 34vw;
    right: 2vw;
}

.slidetoggle_menu dd{
    margin: 10vw 0 0;
	padding: 10vw 0 20vw;
    background: #9AC1BF;
    position: relative;
    transition: background-color .5s;
}

.slidetoggle_menu dd.active{
    background: #fff;
}

.slidetoggle_menu dd::before{
    content: "";
    background-image: url("../img/question/investor_wrap_bg.svg");
    background-position: center -1px;
    background-repeat: no-repeat;
    background-size: 102%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}

/* content_bg_wrap
   ================================================================== */
.content_bg_wrap{
	margin: 18vw auto 0;
    padding: 1px 1vw 15vw;
    width: 95%;
    background: #E6F5F5;
    box-sizing: border-box;
    border-radius: 10px;
}

.content_bg_title{
	margin: -8vw auto 0;
    text-align: center;
}

.content_bg_title > span{
    padding: 2vw 2vw;
    font-size: 4.0vw;
    min-width: 80vw;
    height: 14vw;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #02645F;
    box-sizing: border-box;
    border-radius: 10px;
}

/* links_block */
.content_bg_wrap .links_block{
	margin: 5vw 3vw 0;
    padding: 8vw 4vw 10vw;
    background: #02645F;
    border-radius: 10px;
}

.content_bg_wrap .links_block .ttl{
    margin-bottom: 6vw;
	font-size: 4vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/* close_btn */
.slidetoggle_menu .close_btn{
	margin: 25vw auto 0;
    width: 60vw;
    height: 12vw;
    font-size: 4.5vw;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #02645F;
    background: #fff;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}

.slidetoggle_menu .close_btn::before{
    bottom: calc(100% + 3vw);
    transform: rotate(180deg);
}


/* block_wrap
   ================================================================== */
.block_wrap{
	margin: 16vw auto 0;
}

/* block_title */
.block_title{
	margin: 0 auto 0;
    padding: 3vw 3vw;
    background: #fff;
    text-align: center;
    position: relative;
    border-top: 2px solid #80B1AF;
    border-bottom: 2px solid #80B1AF;
}

.block_title .block_title_box{
	margin: auto;
    padding: 2vw 3vw;
    width: 28vw;
    height: 10vw;
    font-size: 4vw;
    top: -5vw;
    font-weight: 500;
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #D96666;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.block_title .block_title_box.yellow{
    color: #02645F;
    background: #FFC97B;
}

.block_title .block_title_txt{
    padding: 6vw 0 3vw;
    font-size: 4vw;
    font-weight: 500;
    display: block;
    position: relative;
}

.block_title .block_title_txt::before,
.block_title .block_title_txt::after{
    content: "";
    background: #E6EFEF;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.block_title .block_title_txt::after{
    left: auto;
    right: 0;
}

.block_title_bottom_text{
    margin: 6vw 0 0;
    text-align: center;
}

/* block_title_txt_only */
.block_title_txt_only{
    font-size: 4vw;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: center;
}

/* rounded_title */
.rounded_title{
	text-align: center;
}

.rounded_title > span{
	padding: 1vw 6vw;
    min-width: 30vw;
    height: 10vw;
    font-size: 3.3vw;
    background: rgba(255,255,255,.5);
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 100px;
}

.rounded_title.minwidth_210 > span{
    min-width: 40vw;
}


/* content_kv
   ================================================================== */
.content_kv{
	margin: 0 0 0;
}

/* open - close */
.content_kv{
    transition: .455555s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
}

.active .content_kv{
    opacity: 1;
}

.content_kv .answer_number{
	margin: 6vw auto 0;
    width: 22vw;
    line-height: 0;
}

.content_kv .answer_txt{
	margin: 5vw auto 0;
}

/* answer_explanation */
.answer_explanation{
    margin: 10vw auto 0;
    padding: 8vw 6vw 6vw;
    background: #02645F;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}

.answer_explanation .ttl{
    width: 30vw;
    line-height: 0;
}

.answer_explanation .item{
    width: 26vw;
    position: absolute;
    top: -8vw;
    right: 4vw;
}

.answer_explanation .txt{
    margin: 4vw 0 0;
    font-size: 3.9vw;
    color: #fff;
}


/* answer01
   ================================================================== */
.answer01_graph{
    margin: 0 auto 12vw;
    position: relative;
}

.answer01_graph .bottom_in img{
    height: 50vw;
}


/* a1_features1_block
   ================================================================== */
.a1_features1_block{
    margin: 8vw auto 0;
    padding: 5vw 3vw 0;
    box-sizing: border-box;
    border-radius: 20px;
}

.a1_features1_block .a1_features1_graph_wrap{
    margin: 3vw 3vw 0;
}

.a1_features1_block .txt{
    margin: 4vw -4vw 0;
    font-size: 3.3vw;
}

.a1_features1_graph_wrap .animation_photos .bottom_in img{
    height: 52vw;
}


/* animation_photos
   ================================================================== */
.animation_photos{
    position: relative;
}

.animation_photos .mask_img_in + .mask_img_in{
    position: absolute;
    top: 0;
    left: 0;
}

.animation_photos .bottom_in + .bottom_in{
    position: absolute;
    top: 0;
    left: 0;
}


/* a1_features2_block
   ================================================================== */
.a1_features2_block{
    margin: 6vw auto 0;
}

.a1_features2_block .flex{
    display: block;
}

.a1_features2_block .box_wrap{
    margin: 6vw auto 0;
    padding: 5vw 3vw 0;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}

.a1_features2_block .box_wrap.agency{
    margin-top: 10vw;
}

.a1_features2_block .agency::before{
    content: "";
    margin: auto;
    background-image: url("../img/answer01/icon_plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    position: absolute;
    bottom: calc(100% + 3vw);
    left: 0;
    right: 0;
}

.a1_features2_block .numbers_list{
    margin: 5vw auto 0;
    display: flex;
    justify-content: center;
}

.a1_features2_block .numbers_list > li{
    padding: 3vw 2vw 0;
    box-sizing: border-box;
    border-radius: 10px;
}

/* customers */
.a1_features2_block .customers .numbers_list > li{
    width: 45%;
}

.a1_features2_block .customers .numbers_list > li:nth-child(2){
    margin-left: 10%;
    position: relative;
}

.a1_features2_block .customers .numbers_list > li:nth-child(2)::before{
    content: "";
    background-image: url("../img/answer01/icon_plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 15vw;
    right: calc(100% + 1.5vw);
}

/* agency */
.a1_features2_block .agency .numbers_list > li{
    width: 100%;
}

.a1_features2_block .numbers_list .ttl{
    font-size: 3.5vw;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
}

/* js_count_up */
.a1_features2_block .numbers_list .js_count_up{
    margin: 2vw 0 0;
    text-align: center;
}

.a1_features2_block .numbers_list .js_count_up span{
    font-weight: 700;
}

.a1_features2_block .numbers_list .js_count_up .siz_s{
    font-size: 4vw;
}

.a1_features2_block .numbers_list .js_count_up .number{
    font-size: 6vw;
}

/* box_list */
.a1_features2_block .box_list{
    margin: 2vw 0 0;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.a1_features2_block .box_list > li{
    margin: 0 2% .5vw 0;
    width: 49%;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.a1_features2_block .box_list > li:nth-child(2n+2){
    margin-right: 0;
}

.a1_features2_block .customers .icon{
    margin: -4vw auto 0;
    width: 22vw;
    line-height: 0;
}

/* text_list */
.a1_features2_block .text_list{
    margin: 3vw auto 0;
    width: 95%;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.a1_features2_block .text_list > li{
    margin: 0 2% 1.5vw 0;
    width: 49%;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.a1_features2_block .text_list > li:nth-child(2n+2){
    margin-right: 0;
}


/* a1_features3_block
   ================================================================== */
.a1_features3_block{
    margin: 6vw auto 0;
    padding: 5vw 3vw 0;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}

.a1_features3_block .top_box{
    margin: 4vw auto 0;
}

.a1_features3_block .top_box .txt{
    font-size: 3.4vw;
}

/* ranking_box */
.a1_features3_block .ranking_box{
    margin: 4vw auto 0;
    padding: 8vw 7vw 0;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.a1_features3_block .ranking_box ul li{
    width: 90%;
    line-height: 0;
}

.a1_features3_block .ranking_box ul li + li{
    margin-top: 4vw;
}

/* bottom_box */
.a1_features3_block .bottom_box{
    margin: 4vw auto 0;
}

.a1_features3_block .bottom_box .txt{
    font-size: 3.0vw;
}

/* a1_features3_graph_wrap */
.a1_features3_graph_wrap{
    margin: 5vw auto 0;
}

.a1_features3_graph_wrap .animation_photos .bottom_in img{
    height: 83vw;
}


/* a1_features4_block
   ================================================================== */
.a1_features4_block{
    margin: 6vw auto 0;
}

/* top_box */
.a1_features4_block .top_box .flex{
    display: block;
}

.a1_features4_block .top_box .box_wrap{
    margin: 6vw auto 0;
    padding: 5vw 3vw 0;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}

.a1_features4_block .top_box .numbers_list{
    margin: 6vw auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.a1_features4_block .top_box .numbers_list .ttl{
    margin: 0 0 3vw;
    display: flex;
    align-items: flex-end;
    font-size: 3vw;
}

/* rating */
.a1_features4_block .top_box .rating .numbers_list > li{
    margin-left: 3vw;
    width: 28%;
}

.a1_features4_block .top_box .rating .numbers_list > li:first-child{
    margin-left: 0;
}

.a1_features4_block .top_box .numbers_list .photo{
    width: 19vw;
    line-height: 0;
}

/* soundness */
.a1_features4_block .top_box .soundness .numbers_list > li{
    margin-left: 3vw;
}

.a1_features4_block .top_box .soundness .numbers_list > li:first-child{
    margin-left: 0;
    width: 38%;
}

.a1_features4_block .top_box .soundness .numbers_list > li:nth-child(2){
    width: 55%;
}

.a1_features4_block .top_box .numbers_list .js_count_up span{
    font-weight: 500;
    font-family: "Public Sans";
    line-height: 100%;
}

.a1_features4_block .top_box .numbers_list .js_count_up .number{
    font-size: 12vw;
}

.a1_features4_block .top_box .numbers_list .js_count_up .siz_s{
    font-size: 7vw;
}

.a1_features4_block .top_box .txt{
    margin: 4vw 0 0;
    font-size: 3.2vw;
}

/* bottom_box */
.a1_features4_block .bottom_box{
    margin: 10vw auto 0;
    padding: 3vw 3vw 0;
    background: linear-gradient(to bottom,rgba(179,214,213,.97) 0%,rgba(179,214,213,.97) 60%,rgba(179,214,213,0) 80%);
    border-radius: 15px;
}

.a1_features4_block .bottom_box .white_box{
    padding: 5vw 2vw;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

.a1_features4_block .bottom_box .title_photo{
    margin: 0 auto;
    width: 50vw;
    line-height: 0;
}

.a1_features4_block .bottom_box .q_item{
    top: 21vw;
    right: -6vw;
    width: 25vw;
    position: absolute;
}

.a1_features4_block .bottom_box .q_txt{
    margin: 4vw 0 0;
    font-size: 4.0vw;
    font-weight: 500;
    text-align: center;
}

.a1_features4_block .bottom_box .features4_answer{
    margin-top: 3vw;
}

.a1_features4_block .bottom_box .a_txt{
    margin: 4vw 0 0;
    font-size: 4.0vw;
    font-weight: 500;
}

/* graph */
.a1_features4_block .bottom_box .graph{
    margin: 4vw 0 0;
}

.a1_features4_block .bottom_box .graph_ttl{
    margin-bottom: 4vw;
    padding-left: 4vw;
    font-size: 4.0vw;
    font-weight: 500;
    position: relative;
}

.a1_features4_block .bottom_box .graph_ttl::before{
    content: "";
    background: #02645F;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 1.7vw;
    left: 0;
}

.a1_features4_block .bottom_box .graph_txt_list{
    margin: 5vw 0 0;
}

.a1_features4_block .bottom_box .graph_txt_list li{
    font-size: 3.2vw;
    font-weight: 500;
    position: relative;
}

.a1_features4_block .bottom_box .graph_txt_list li.dot{
    padding-left: 4vw;
}

.a1_features4_block .bottom_box .graph_txt_list li.dot::before{
    content: "・";
    position: absolute;
    top: .2vw;
    left: 0;
}

.a1_features4_graph01_wrap .animation_photos .mask_img_in .mask_img img{
    width: 79vw;
}

.a1_features4_graph02_wrap .animation_photos .mask_img_in .mask_img img{
    width: 79vw;
}


/* approach_risk_block
   ================================================================== */
.approach_risk_block{
    margin: 6vw auto 0;
}


/* a2_top_block
   ================================================================== */
.a2_top_block{
    margin: 8vw auto 0;
}

.a2_top_block ul > li{
    padding: 0 0 6vw;
    display: flex;
    position: relative;
}

.a2_top_block ul > li + li{
    margin: 0 0 0;
}

.a2_top_block ul li::before{
    content: "";
    background-image: url("../img/answer02/top_arrow_sp.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2vw;
    height: 40vw;
    position: absolute;
    bottom: 0;
    left: calc((30vw - 1vw) / 2);
    transform: scale(1,0);
    transform-origin: top left;
    transition: 1s;
    transition-delay: .3s;
}

.a2_top_block ul li:nth-child(2)::before{
    transition-delay: 1s;
}

.a2_top_block ul.on li::before{
    transform: scale(1,1);
}

.a2_top_block ul li:last-child::before{
    display: none;
}

.a2_top_block ul .icon{
    width: 30vw;
    line-height: 0;
    position: relative;
    z-index: 2;
}

.a2_top_block ul .text_box{
    padding: 0 0 0 5vw;
    width: calc(100% - 30vw);
    box-sizing: border-box;
}

.a2_top_block ul .text_box .ttl{
    font-size: 3.8vw;
}

.a2_top_block ul .text_box .txt{
    margin: 3vw 0 0;
    font-size: 3.8vw;
}


/* a2_case2_block_wrap
   ================================================================== */
.a2_case2_block_wrap{
    margin-bottom: 15vw;
}


/* solution_list
   ================================================================== */
.solution_list{
    margin: 6vw auto 0;
}

.solution_list > li + li{
    margin: 15vw auto 0;
}

.solution_list > li{
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}

.solution_list > li::before{
    content: "";
    background: linear-gradient(to bottom,rgba(179,214,213,.97) 0%,rgba(179,214,213,0) 100%);
    width: calc(100% + 3vw);
    height: calc(100% + 3vw);
    position: absolute;
    top: -1.5vw;
    left: -1.5vw;
    border-radius: 10px;
}

.solution_list li .inbox{
    padding: 14vw 4vw 5vw;
    border: 2px solid #4E928F;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}

.solution_list > li.solution::before{
    background: linear-gradient(to bottom,rgba(247,209,191,.97) 0%,rgba(247,209,191,0) 100%);
}

.solution_list > li.problem::after{
    content: "";
    margin: auto;
    background-image: url("../img/answer02/case_arrow_sp.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25vw;
    height: 10vw;
    position: absolute;
    top: calc(100% + 2vw);
    left: 0;
    right: 0;
    opacity: 0;
    transform: translate(0,-30px);
    transform-origin: top left;
    transition: 1s;
    transition-delay: .3s;
}

.solution_list.on > li.problem::after{
    opacity: 1;
    transform: translate(0,0);
}

.solution_list li.solution .inbox{
    border: 2px solid #D96666;
}

.solution_list li .title{
    width: 40vw;
    height: 10vw;
    font-size: 4vw;
    top: 0;
    left: 0;
    background: #4E928F;
    position: absolute;
    color: #fff;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 6px;
}

.solution_list li.solution .title{
    background: #D96666;
}

.solution_list li .photo{
    margin: auto;
    line-height: 0;
}

.solution_list li .photo + p{
    margin-top: 3vw;
}

.solution_list li p + .photo{
    margin-top: 3vw;
}

.a2_case1_block .solution_list li .icon{
    width: 40vw;
}

.a2_case2_block .solution_list li .icon{
    width: 50vw;
}

.solution_list li p{
    font-size: 3.8vw;
    line-height: 200%;
}

.solution_list li p.siz_s{
    margin-top: 2vw;
    font-size: 2.9vw;
}


@media screen and (min-width : 768px){    


    /* header
       ================================================================== */
    header{
        padding: 25px 0;
    }

    header .inner{
        width: 100%;
    }

    header .site_logo{
        width: 378px;
    }
    

    /* footer
       ================================================================== */
    footer{
        padding: 40px 0;
    }

    footer address{
        font-size: 14px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        right: 15px;
        bottom: 15px;
        width: 79px;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 60px 0 18vw;
        min-height: 520px;
        box-sizing: border-box;
    }

    .kv .top_title{
        padding: 0 0 0;
        font-size: 40px;
    }

    .kv .text{
        margin: 45px 0 0;
        font-size: 20px;
    }


    /* investor_wrap
       ================================================================== */
    .investor_wrap{
        padding: 1px 0 100px;
    }

    .slidetoggle_menu{
        padding-top: 76px;
    }

    .slidetoggle_menu .btn_title{
        margin-left: 60px;
        padding: 75px 55px 40px;
        width: 910px;
        min-height: 153px;
        box-sizing: border-box;
        transition: .3s;
    }

    .slidetoggle_menu .btn_title:hover{
        opacity: .6;
    }

    .investor_wrap .slidetoggle_menu:nth-child(2n+2) .btn_title{
        margin-left: 110px;
    }

    .slidetoggle_menu .btn_title::before{
        width: 40px;
        height: 40px;
        bottom: -20px
    }

    .slidetoggle_menu .btn_title .question_number{
        top: -27px;
        left: 68px;
        width: 100px;
    }

    .slidetoggle_menu .btn_title .title{
        font-size: 24px;
        line-height: 200%;
        font-weight: 500;
    }

    .slidetoggle_menu .btn_title .item{
        position: absolute;
        bottom: 0;
    }

    .slidetoggle_menu .btn_title .item{
        width: 295px;
        right: 20px;
    }

    .slidetoggle_menu .question02 .btn_title .item{
        width: 195px;
        right: 60px;
    }

    .slidetoggle_menu .question03 .btn_title .item{
        width: 300px;
        right: 20px;
    }

    .slidetoggle_menu .question04 .btn_title .item{
        width: 275px;
        right: 65px;
    }

    .slidetoggle_menu dd{
        margin: 50px 0 0;
        padding: 30px 0 50px;
    }

    
    /* content_bg_wrap
       ================================================================== */
    .content_bg_wrap{
        margin: 100px 20px 0;
        padding: 1px 0 70px;
        width: auto;
        min-width: 1060px;
        border-radius: 30px;
    }

    .content_bg_title{
        margin: -36px auto 0;
    }

    .content_bg_title > span{
        padding: 10px 25px;
        font-size: 22px;
        min-width: 580px;
        height: 90px;
        border-radius: 16px;
    }

    /* links_block */
    .content_bg_wrap .links_block{
        margin: 40px auto 0;
        padding: 0;
        width: 900px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }

    .content_bg_wrap .links_block .ttl{
        margin-bottom: 0;
        width: 350px;
        font-size: 20px;
    }

    /* close_btn */
    .slidetoggle_menu .close_btn{
        margin: 120px auto 0;
        width: 353px;
        height: 70px;
        font-size: 24px;
        border: 1px solid #02645F;
        background: #fff;
        transition: .3s;
    }
    
    .slidetoggle_menu .close_btn:hover{
        color: #fff;
        background: #02645F;
        transition: .3s;
    }
    
    .slidetoggle_menu .close_btn::before{
        width: 40px;
        height: 40px;
        bottom: calc(100% + 10px);
    }
    
    .slidetoggle_menu .close_btn:hover::before{
        background-color: #67A29F;
    }


    /* block_wrap
       ================================================================== */
    .block_wrap{
        margin: 85px auto 0;
    }

    /* block_title */
    .block_title{
        padding: 15px 17px;
        width: 748px;
        border-top: 2px solid #80B1AF;
        border-bottom: 2px solid #80B1AF;
    }

    .block_title .block_title_box{
        margin: auto;
        padding: 10px;
        width: 140px;
        height: 54px;
        font-size: 18px;
        top: -27px;
    }

    .block_title .block_title_txt{
        padding: 32px 0 17px;
        font-size: 24px;
    }

    .block_title .block_title_txt::before,
    .block_title .block_title_txt::after{
        width: 3px;
    }

    .block_title_bottom_text{
        margin: 30px 0 0;
    }

    /* block_title_txt_only */
    .block_title_txt_only{
        font-size: 24px;
    }

    /* rounded_title */
    .rounded_title > span{
        padding: 10px 30px;
        min-width: 134px;
        height: 54px;
        font-size: 18px;
    }

    .rounded_title.minwidth_210 > span{
        min-width: 210px;
    }


    /* content_kv
       ================================================================== */
    .content_kv{
        margin: 0 0 0;
    }

    .content_kv .answer_number{
        margin-top: 50px;
        width: 146px;
    }

    .content_kv .answer_txt{
        margin: 40px auto 0;
        width: 680px;
    }

    /* answer_explanation */
    .answer_explanation{
        margin: 70px auto 0;
        padding: 34px 322px 37px 60px;
        width: 858px;
        border-radius: 20px;
    }

    .answer_explanation .ttl{
        width: 64px;
        position: absolute;
        top: 30px;
        left: 576px;
    }

    .answer_explanation .item{
        width: 180px;
        top: auto;
        bottom: 0;
        right: -10px;
    }

    .answer_explanation .txt{
        margin: 0 0 0;
        font-size: 16px;
        line-height: 200%;
    }


    /* answer01
       ================================================================== */
    .answer01_graph{
        margin: 20px auto 70px;
    }

    .answer01_graph .bottom_in img{
        height: 524px;
    }


    /* a1_features1_block
       ================================================================== */
    .a1_features1_block{
        margin: 55px auto 0;
        padding: 27px 26px 0;
        width: 800px;
        border-radius: 20px;
        position: relative;
    }

    .a1_features1_block .rounded_title{
        text-align: left;
    }

    .a1_features1_block .a1_features1_graph_wrap{
        margin: 0;
        position: absolute;
        top: -15px;
        right: 90px;
        width: 505px;
    }

    .a1_features1_graph_wrap .animation_photos .bottom_in img{
        height: 337px;
    }

    .a1_features1_block .txt{
        margin: 275px 0 0 20px;
        font-size: 14px;
    }


    /* a1_features2_block
       ================================================================== */
    .a1_features2_block{
        margin: 55px auto 0;
    }

    .a1_features2_block .flex{
        margin: 0 auto;
        width: 1025px;
        display: flex;
    }

    .a1_features2_block .box_wrap{
        margin: 0 auto 0;
        padding: 27px 10px 0;
    }

    .a1_features2_block .box_wrap.customers{
        width: 570px;
    }

    .a1_features2_block .box_wrap.agency{
        margin-top: 0;
        margin-left: 50px;
        width: 406px;
    }

    .a1_features2_block .agency::before{
        width: 31px;
        height: 31px;
        bottom: auto;
        top: 167px;
        left: auto;
        right: calc(100% + 8px);
    }

    .a1_features2_block .numbers_list{
        margin: 20px auto 0;
    }

    .a1_features2_block .numbers_list > li{
        padding: 20px 13px 0;
    }

    /* customers */
    .a1_features2_block .customers .numbers_list > li{
        width: 45%;
    }

    .a1_features2_block .customers .numbers_list > li:nth-child(2){
        margin-left: 10%;
        position: relative;
    }

    .a1_features2_block .customers .numbers_list > li:nth-child(2)::before{
        width: 31px;
        height: 31px;
        bottom: auto;
        top: 71px;
        left: auto;
        right: calc(100% + 10px);
    }

    /* agency */
    .a1_features2_block .numbers_list .ttl{
        font-size: 18px;
    }

    /* js_count_up */
    .a1_features2_block .numbers_list .js_count_up{
        margin: 20px 0 0;
    }

    .a1_features2_block .numbers_list .js_count_up .siz_s{
        font-size: 24px;
    }

    .a1_features2_block .numbers_list .js_count_up .number{
        font-size: 39px;
    }

    /* box_list */
    .a1_features2_block .box_list{
        margin: 15px 0 0;
        font-size: 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .a1_features2_block .box_list > li{
        margin: 0 2% 6px 0;
    }

    .a1_features2_block .customers .icon{
        margin: -35px auto 0;
        width: 130px;
    }

    /* text_list */
    .a1_features2_block .text_list{
        margin: 25px auto 0;
        width: 100%;
    }

    .a1_features2_block .text_list > li{
        margin: 0 2% 6px 0;
    }


    /* a1_features3_block
       ================================================================== */
    .a1_features3_block{
        margin: 36px auto 0;
        padding: 32px 0 0;
    }

    .a1_features3_block .top_box{
        margin: 23px auto 0;
        padding: 0 0 0 120px;
        width: 1025px;
        display: flex;
        box-sizing: border-box;
    }

    .a1_features3_block .top_box .txt{
        padding: 25px 0 0;
        font-size: 18px;
    }

    /* ranking_box */
    .a1_features3_block .ranking_box{
        margin: 0 0 0 30px;
        padding: 30px 30px 25px;
        width: 343px;
    }

    .a1_features3_block .ranking_box ul li{
        width: 258px;
    }

    .a1_features3_block .ranking_box ul li + li{
        margin-top: 10px;
    }

    /* bottom_box */
    .a1_features3_block .bottom_box{
        margin: 250px auto 0;
        position: relative;
    }

    .a1_features3_block .bottom_box .txt{
        font-size: 14px;
    }

    /* a1_features3_graph_wrap */
    .a1_features3_graph_wrap{
        margin: 0;
        position: absolute;
        top: -536px;
        left: 10px;
        width: 1029px;
    }

    .a1_features3_graph_wrap .animation_photos .bottom_in img{
        height: 526px;
    }


    /* a1_features4_block
       ================================================================== */
    .a1_features4_block{
        margin: 55px auto 0;
    }

    /* top_box */
    .a1_features4_block .top_box .flex{
        display: flex;
        justify-content: space-between;
    }

    .a1_features4_block .top_box .box_wrap{
        margin: 0 auto 0;
        padding: 27px 20px 0;
        width: 504px;
    }

    .a1_features4_block .top_box .numbers_list{
        margin: 35px auto 0;
    }

    .a1_features4_block .top_box .numbers_list .ttl{
        margin: 0 0 20px;
        font-size: 18px;
    }

    /* rating */
    .a1_features4_block .top_box .rating .numbers_list > li{
        margin-left: 10px;
        width: 28%;
    }

    .a1_features4_block .top_box .numbers_list .photo{
        width: 106px;
    }

    /* soundness */
    .a1_features4_block .top_box .soundness .numbers_list > li{
        margin-left: 4%;
    }

    .a1_features4_block .top_box .soundness .numbers_list > li:first-child{
        width: 40%;
    }

    .a1_features4_block .top_box .soundness .numbers_list > li:nth-child(2){
        width: 56%;
    }

    .a1_features4_block .top_box .numbers_list .js_count_up .number{
        font-size: 70px;
    }

    .a1_features4_block .top_box .numbers_list .js_count_up .siz_s{
        font-size: 40px;
    }

    .a1_features4_block .top_box .txt{
        margin: 30px 0 0;
        font-size: 14px;
    }

    /* bottom_box */
    .a1_features4_block .bottom_box{
        margin: 145px auto 0;
        padding: 30px 30px 40px;
        width: 968px;
        background: linear-gradient(to bottom,rgba(179,214,213,.97) 0%,rgba(179,214,213,.97) 60%,rgba(179,214,213,.10) 100%);
    }

    .a1_features4_block .bottom_box .white_box{
        padding: 35px 55px 40px;
    }

    .a1_features4_block .bottom_box .title_photo{
        margin: 0 auto;
        width: 255px;
    }

    .a1_features4_block .bottom_box .q_item{
        top: -70px;
        right: -107px;
        width: 347px;
    }

    .a1_features4_block .bottom_box .q_txt{
        margin: 20px 0 0;
        font-size: 24px;
    }

    .a1_features4_block .bottom_box .features4_answer{
        margin-top: 15px;
        padding: 60px 55px 100px;
    }

    .a1_features4_block .bottom_box .a_txt{
        margin: 30px auto 0;
        width: 580px;
        font-size: 16px;
        line-height: 220%;
    }

    /* graph */
    .a1_features4_block .bottom_box .graph{
        margin: 45px 0 0;
    }

    .a1_features4_block .bottom_box .graph_ttl{
        margin-bottom: 20px;
        padding-left: 22px;
        font-size: 18px;
    }

    .a1_features4_block .bottom_box .graph_ttl::before{
        width: 13px;
        height: 13px;
        top: 8px;
    }

    .a1_features4_block .bottom_box .graph_txt_list{
        margin: 25px 0 0;
        width: 717px;
    }

    .a1_features4_block .bottom_box .graph_txt_list li{
        font-size: 12px;
    }

    .a1_features4_block .bottom_box .graph_txt_list li.dot{
        padding-left: 12px;
    }

    .a1_features4_block .bottom_box .graph_txt_list li.dot::before{
        top: 0;
    }

    .a1_features4_graph01_wrap,
    .a1_features4_graph02_wrap{
        margin-left: 25px;
    }

    .a1_features4_graph01_wrap .animation_photos .mask_img_in .mask_img img{
        width: 736px;
    }

    .a1_features4_graph02_wrap .animation_photos .mask_img_in .mask_img img{
        width: 742px;
    }


    /* approach_risk_block
       ================================================================== */
    .approach_risk_block{
        margin: 70px auto 0;
    }


    /* a2_top_block
       ================================================================== */
    .a2_top_block{
        margin: 30px auto 0;
    }

    .a2_top_block ul{
        display: flex;
        justify-content: center;
    }

    .a2_top_block ul > li{
        padding: 0 0 0;
        display: block;
        width: 286px;
    }

    .a2_top_block ul > li + li{
        margin-left: 55px;
    }

    .a2_top_block ul li::before{
        background-image: url("../img/answer02/top_arrow.svg");
        background-position: center right;
        width: 137px;
        height: 13px;
        top: calc((196px - 6px) / 2);
        bottom: auto;
        right: -98px;
        left: auto;
        transform: scale(0,1);
    }

    .a2_top_block ul .icon{
        margin: 0 auto;
        width: 204px;
    }

    .a2_top_block ul .text_box{
        padding: 25px 0 0;
        width: 100%;
    }

    .a2_top_block ul .text_box .ttl{
        font-size: 20px;
    }

    .a2_top_block ul .text_box .txt{
        margin: 14px 0 0;
        font-size: 16px;
    }


    /* a2_case2_block_wrap
       ================================================================== */
    .a2_case2_block_wrap{
        margin-bottom: 60px;
    }


    /* solution_list
       ================================================================== */
    .solution_list{
        margin: 50px auto 0;
        display: flex;
        justify-content: center;
    }

    .solution_list > li + li{
        margin: 0 0 0 66px;
    }

    .solution_list > li{
        width: 46.4%;
    }

    .solution_list > li::before{
        width: calc(100% + 14px);
        height: calc(100% + 14px);
        top: -7px;
        left: -7px;
        border-radius: 20px;
    }

    .solution_list li .inbox{
        padding: 110px 42px 20px;
        min-height: 455px;
        border-radius: 18px;
    }

    .a2_case2_block .solution_list li .inbox{
        min-height: 625px;
    }

    .solution_list > li.problem::after{
        background-image: url("../img/answer02/case_arrow.svg");
        width: 53px;
        height: 124px;
        top: 0;
        bottom: 0;
        left: calc(100% + 7px);
        right: auto;
        transform: translate(-30px,0);
    }

    .solution_list li .title{
        width: 266px;
        height: 74px;
        font-size: 22px;
        border-radius: 15px;
    }

    .solution_list li .photo + p{
        margin-top: 25px;
    }

    .solution_list li p + .photo{
        margin-top: 20px;
    }

    .a2_case1_block .solution_list li .icon{
        width: 202px;
    }

    .a2_case1_block .solution_list li .pc_width321{
        width: 321px;
    }

    .a2_case2_block .solution_list li .icon{
        width: 247px;
    }

    .solution_list li p{
        font-size: 16px;
        line-height: 200%;
    }

    .solution_list li p.siz_s{
        margin-top: 15px;
        font-size: 14px;
    }
    

}
@media screen and (min-width : 1116px){    


    /* investor_wrap
       ================================================================== */
    .slidetoggle_menu dd{
        padding-top: 3vw;
    }

}
@media screen and (min-width : 1200px){    
    
    
    /* content_bg_wrap
       ================================================================== */
    .content_bg_wrap{
        margin-left: 40px;
        margin-right: 40px;
    }

}
