.main_img_cover{width:100%;height:700px;background-size:cover;position: relative;}
.main_img_cover .img_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;pointer-events: none;}
.main_img_cover .img_bg img{height: 100%;width: 100%;object-fit: cover;}


.main_img{width:90%;height:100%;position:relative;overflow:hidden;margin:0 auto}
.main_img .fv_text{width:100%;margin:auto;padding-top:20px;position:absolute;top:0;left:0;right:0}
.main_img .fv_text h2{font-size:36px;color:#f58502;font-weight:700;font-family:"Zen Maru Gothic",sans-serif;line-height:1.4;margin-bottom:10px;text-align:center}
.main_img .fv_text h2 span{display:block;color:#fff;font-size:28px}
.main_img .fv_text p{color:#fff;line-height:1.6;font-weight:700;font-size:19px;text-align:center;font-family:"Zen Maru Gothic",sans-serif;letter-spacing:0}
.main_img .fv_text .fv_check_list{display:flex;justify-content:space-between;margin-top:30px}
.main_img .fv_text .fv_check_list .block{width:31%;background:rgba(39,66,138,0.8);border-radius:10px;box-sizing:border-box;padding:10px 5px}
.main_img .fv_text .fv_check_list .block .icon{width:50px;margin:-20px auto 10px}
.main_img .fv_text .fv_check_list .block p{font-size:2.5vw;line-height:1.4;text-align:center;font-family:"Zen Maru Gothic",sans-serif}
.main_img .image_block{width:85%;position:absolute;bottom:-20px;left:0;right:0;margin:auto;}
.main_img .image_block .des{position: absolute;bottom: 5.5vw;left: 4vw;}
.main_img .image_block .des p{font-size: 2.25vw;font-family: "Zen Maru Gothic", sans-serif;font-weight: bold;}
.main_img .image_block .des .blue{color: #293da3;position: relative;left: -3%;margin-bottom: 5px;}
.main_img .image_block .des .md{font-size: 2.5vw;}
.main_img .image_block .des .big{font-size: 3.75vw;}


@media screen and (min-width: 1025px) {
    .main_img_cover{height:calc(100vh - 100px);margin-top:100px}
    .main_img{width:100%;display:flex;justify-content:space-between;align-items:flex-end}
    .main_img .fv_text{width:60%;margin:auto auto 0;padding-bottom:50px;position:static;box-sizing:border-box;padding-left:2%}
    .main_img .fv_text h2{font-size:46px;line-height:1.4;margin-bottom:30px;text-align:left}
    .main_img .fv_text h2 span{font-size:40px}
    .main_img .fv_text p{font-size:22px;text-align:left}
    .main_img .fv_text .fv_check_list{width:100%;max-width:800px;margin-top:60px}
    .main_img .fv_text .fv_check_list .block{width:31%;padding:30px 10px 20px}
    .main_img .fv_text .fv_check_list .block .icon{width:90px;height:66px;margin:-60px auto 20px}
    .main_img .fv_text .fv_check_list .block p{font-size:18px;line-height:1.4}
    .main_img .image_block{width:40%;padding-right:6%;box-sizing:border-box;margin:0;bottom: 0;position: relative;}
    .main_img .image_block .des{position: absolute;bottom: 9%;left: 33%;}
    .main_img .image_block .des p{font-size: 0.85vw;}
    .main_img .image_block .des .blue{margin-bottom: 0;}
    .main_img .image_block .des .sm{font-size: 0.75vw;}
    .main_img .image_block .des .big{font-size: 1.5vw;}
}

@media screen and (min-width: 1536px) {
    .main_img_cover{height:calc(100vh - 130px);margin-top:130px}
    .main_img .fv_text h2{font-size:64px}
    .main_img .fv_text h2 span{font-size:52px}
    .main_img .fv_text p{font-size:32px}
    .main_img .fv_text .fv_check_list .block{width:31%;padding:40px 10px 30px}
    .main_img .fv_text .fv_check_list .block p{font-size:24px;line-height:1.4}
    .main_img .image_block{width:45%;padding-right:4%;box-sizing:border-box;margin:0 0 0 -5%;max-width:calc(700px + 4%)}
    .main_img .image_block .des{position: absolute;bottom: 7%;left: 35%;}
    .main_img .image_block .des p{font-size: 18px;font-weight: bold;}
    .main_img .image_block .des .blue{margin-bottom: 10px;}
    .main_img .image_block .des .sm{font-size: 16px;}
    .main_img .image_block .des .big{font-size: 32px;}
}

@media screen and (max-width: 1024px) {
    .main_img{overflow:inherit}
    .main_img .image_block{width:80vw;left:0;bottom:0;max-width:500px}
    .main_img .fv_text .fv_check_list{flex-direction:column;align-items:flex-end;max-width:500px;margin:30px auto 0}
    .main_img .fv_text .fv_check_list .block:not(:last-child){margin-bottom:10px}
    .main_img .fv_text .fv_check_list .block{display:flex;align-items:center;width:200px;height:80px}
    .main_img .fv_text .fv_check_list .block .icon{margin:0 10px 0 0}
    .main_img .fv_text .fv_check_list .block p{font-size:14px;text-align:left}
    .main_img_cover{height:600px}
}

@media screen and (max-width: 600px) {
    .main_img_cover{height:calc(290px + 75vw)}
    .main_img .fv_text .fv_check_list{margin-top:4vw;max-width:100%}
    .main_img .fv_text .fv_check_list .block{width:39vw;height:16vw;padding:2vw 1vw}
    .main_img .fv_text .fv_check_list .block:not(:last-child){margin-bottom:2vw}
    .main_img .fv_text .fv_check_list .block .icon{width:10vw;margin-right:2vw}
    .main_img .fv_text .fv_check_list .block p{font-size:2.7vw}
    .main_img .image_block{max-width:100%;width:100vw;left:-7vw}
}

#index_choice{width:100%;margin:0 auto;padding:50px 0 0}
#index_choice .ttl_block{width:90%;max-width:1100px;margin:0 auto 50px;position:relative}
#index_choice .ttl_block p,#index_choice .ttl_block h3{font-weight:700;line-height:1.5;font-family:"Zen Maru Gothic",sans-serif;text-align:center}
#index_choice .ttl_block p{color:#f58502;font-size:18px}
#index_choice .ttl_block h3{font-size:24px}
#index_choice .ttl_block .fukidashi_ttl{color:var(--mcolor)}
#index_choice .ttl_block .fukidashi_ttl:before{content:"";display:block;width:275px;height:70px;background:url(../images/index_choice_img01.png) no-repeat;background-size:contain;margin:0 auto -3px}
#index_choice .index_hikaku_bg{width:100%;background:linear-gradient(90deg,#c2cade 0%,#c2cade 50%,#929fc2 50%,#929fc2 100%);height:auto;position:relative}
#index_choice .index_hikaku_bg .top_bg,#index_choice .index_hikaku_bg .btm_bg{width:100%;line-height:0;position:absolute;left:0;right:0;margin:auto}
#index_choice .index_hikaku_bg .top_bg{top:0}
#index_choice .index_hikaku_bg .btm_bg{bottom:0}
.tab_container{position:relative;z-index:4;width:98%;margin:0 auto 30px}
.tab_item{display:block;border-radius:50px;font-size:12px;color:var(--mcolor);background-color:#fff;border:2px solid #c2cade;box-sizing:border-box;width:48%;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;transition:all .2s ease;padding:15px 0;float:left;margin-bottom:15px;position:relative}
.tab_item.tab02{border-color:#929fc2;float:right}
.tab_item.tab01:before,.tab_item.tab02:before{content:"";display:block;position:absolute;left:0;right:0;margin:auto}
.tab_item.tab01:before{width:60px;height:46px;background:url(../images/index_choice_img02.png) no-repeat;background-size:contain;top:-46px}
.tab_item.tab02:before{width:60px;height:46px;background:url(../images/index_choice_img03.png) no-repeat;background-size:contain;top:-46px}
.tab_item:hover{opacity:.75}
input[name="tab_item"]{display:none}
.tab_content{width:92%;margin:0 auto;display:none;clear:both;overflow:hidden}
.tab_content dl{width:100%;background:#fff;border-radius:10px;border-left:25px solid #3f5591;box-sizing:border-box;padding:5px 10px 10px 25px;margin-bottom:10px;position:relative;box-shadow:0 1px 6px 0 rgba(0,0,0,0.2)}
.tab_content dl dt{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;margin-bottom:5px;font-size:16px}
.tab_content dl dd{font-size:13px;line-height:1.6}
.tab_content dl:before,.tab_content dl:after{content:"";display:block;position:absolute;top:50%;transform:translate(0,-50%)}
.tab_content dl:before{width:30px;height:30px;background:#c2cade;border-radius:50%;left:-10px}
.tab_content dl:after{width:12px;height:12px;background:url(../images/tab_icon01.png) no-repeat;background-size:contain;left:-2px}
#tab2_content dl{border-left:25px solid var(--mcolor);border-right:2px solid var(--mcolor);border-top:2px solid var(--mcolor);border-bottom:2px solid var(--mcolor)}
#tab2_content dl:before{background:#f58502}
#tab2_content dl:after{width:17px;height:17px;background:url(../images/tab_icon02.png) no-repeat;background-size:contain;left:-4px}
#tab2_content dl dt{color:#f58502;font-size:17px}
#tab1:checked~#tab1_content,#tab2:checked~#tab2_content{display:block}
.tab_container input:checked+.tab_item{}
.choice_content_outer .content_block dl dt a{text-decoration:underline}

@media screen and (max-width: 750px) {
    .tab_item{font-size:3.4vw}
}

@media screen and (min-width: 1025px) {
    #index_choice{padding:150px 0 0}
    #index_choice .ttl_block{margin:0 auto 80px}
    #index_choice .ttl_block p,#index_choice .ttl_block h3{line-height:1.8}
    #index_choice .ttl_block p{font-size:32px}
    #index_choice .ttl_block h3{font-size:42px}
    #index_choice .ttl_block .fukidashi_ttl:before{width:550px;height:140px;margin:0 auto -10px}
    #index_choice .index_hikaku_bg{width:100%;background:linear-gradient(90deg,#c2cade 0%,#c2cade 50%,#929fc2 50%,#929fc2 100%);height:auto;position:relative}
    #index_choice .index_hikaku_bg:before,#index_choice .index_hikaku_bg:after{content:"";display:block;position:absolute}
    #index_choice .index_hikaku_bg:before{width:387px;height:465px;background:url(../images/index_choice_deco01.png) no-repeat;top:60px;left:5%}
    #index_choice .index_hikaku_bg:after{width:352px;height:490px;background:url(../images/index_choice_deco02.png) no-repeat;top:100px;right:2%}
    #index_choice .index_hikaku_bg .top_bg,#index_choice .index_hikaku_bg .btm_bg{width:100%;line-height:0;position:absolute;left:0;right:0;margin:auto}
    #index_choice .index_hikaku_bg .top_bg{top:0}
    #index_choice .index_hikaku_bg .btm_bg{bottom:0}
    .tab_container{display:none}
    .choice_list{width:83%;max-width:910px;margin:0 auto 25px;display:flex;justify-content:space-between}
    .choice_list li{display:block;border-radius:50px;font-size:24px;color:var(--mcolor);background-color:#fff;border:2px solid #c2cade;box-sizing:border-box;width:40%;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;height:62px;line-height:62px;position:relative}
    .choice_list li:nth-child(2){border:2px solid #c2cade}
    .choice_list li:before{content:"";display:block;position:absolute;left:0;right:0;margin:auto}
    .choice_list li:first-child:before{width:148px;height:113px;background:url(../images/index_choice_img02.png) no-repeat;background-size:contain;top:-113px}
    .choice_list li:nth-child(2):before{width:149px;height:113px;background:url(../images/index_choice_img03.png) no-repeat;background-size:contain;top:-113px}
    .choice_content_outer{width:95%;max-width:1037px;margin:0 auto 60px;position:relative;z-index:9}
    .choice_content_outer .content_block{width:100%;display:flex;justify-content:space-between;margin-bottom:15px;position:relative}
    .choice_content_outer .content_block:before{content:"";display:block;width:41px;height:8px;background:url(../images/arrow_choice.png) no-repeat;position:absolute;top:50%;left:0;right:0;margin:auto;margin-top:-4px}
    .choice_content_outer .content_block:last-child{margin-bottom:0}
    .choice_content_outer .content_block dl{width:47%;background:#fff;border-radius:10px;border-left:40px solid #3f5591;box-sizing:border-box;padding:15px 10px 20px 40px;position:relative;box-shadow:0 1px 6px 0 rgba(0,0,0,0.2)}
    .choice_content_outer .content_block dl dt{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;margin-bottom:5px;font-size:20px}
    .choice_content_outer .content_block dl dd{font-size:18px;line-height:1.6}
    .choice_content_outer .content_block dl:before,.choice_content_outer .content_block dl:after{content:"";display:block;position:absolute;top:50%;transform:translate(0,-50%)}
    .choice_content_outer .content_block dl:before{width:30px;height:30px;background:#c2cade;border-radius:50%;left:-15px}
    .choice_content_outer .content_block dl:after{width:12px;height:12px;background:url(../images/tab_icon01.png) no-repeat;background-size:contain;left:-7px}
    .choice_content_outer .content_block dl:nth-child(2){border-left:40px solid var(--mcolor);border-right:2px solid var(--mcolor);border-top:2px solid var(--mcolor);border-bottom:2px solid var(--mcolor)}
    .choice_content_outer .content_block dl:nth-child(2):before{background:#f58502}
    .choice_content_outer .content_block dl:nth-child(2):after{width:17px;height:17px;background:url(../images/tab_icon02.png) no-repeat;background-size:contain;left:-9px}
    .choice_content_outer .content_block dl:nth-child(2) dt{color:#f58502;font-size:24px;line-height:1.4}
}

#index_choice .index_choice_content{width:90%;max-width:1100px;margin:0 auto;background:#fff;border-radius:20px;box-sizing:border-box;padding:20px;position:relative;z-index:4}
#index_choice .index_choice_content .left_block{margin-bottom:20px}
#index_choice .index_choice_content .left_block h4{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;margin-bottom:10px;font-size:22px;text-align:center}
#index_choice .index_choice_content .left_block p{text-align:center}
#index_choice .index_choice_content .right_block p.ttl{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;background:#3f5591;border-radius:6px;color:#fff;text-align:center;padding:5px 0;margin-bottom:15px}

@media screen and (min-width: 1025px) {
    #index_choice .index_choice_content{display:flex;justify-content:space-between;padding:50px 3%}
    #index_choice .index_choice_content .left_block{width:50%;margin:0}
    #index_choice .index_choice_content .left_block h4{margin-bottom:20px;font-size:32px;line-height:1.6;text-align:left}
    #index_choice .index_choice_content .left_block p{text-align:left}
    #index_choice .index_choice_content .right_block{width:48%}
    #index_choice .index_choice_content .right_block p.ttl{font-size:24px;padding:5px 0 8px;margin-bottom:20px}
}

@media screen and (max-width: 1024px) {
    #index_choice .index_choice_content .left_block .text .sp380{display:none}
    #index_choice .index_choice_content .left_block p .sp_area,#index_choice .index_choice_content .left_block .right_block.sp_area{display:block}
}

@media screen and (max-width: 380px) {
    #index_choice .index_choice_content .left_block h4{font-size:19px;letter-spacing:0}
    #index_choice .index_choice_content .left_block .text{letter-spacing:0}
    #index_choice .index_choice_content .left_block .text .sp_area,
    #index_choice .index_choice_content .left_block .text .sp380,
    #index_choice .index_choice_content .left_block .text .pc380{display:none}
}

#index_choice .index_system_outer{width:100%;position:relative;padding:40px 0 30px;margin:30px auto 0}
#index_choice .index_system_outer:after{content:"";display:block;width:100%;height:100%;background:var(--mcolor);position:absolute;top:0;left:0;right:0;margin:auto}
#index_choice .index_system_outer .main_sec{position:relative;z-index:9}
#index_choice .index_system_outer .main_sec h4,#index_choice .index_system_outer .main_sec p{color:#fff}
#index_choice .index_system_outer .main_sec .system_content01 .des{color:var(--mcolor);text-align:center}
#index_choice .index_system_outer .main_sec h4.ttl01{text-align:center;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;font-size:18px;margin-bottom:30px}
#index_choice .index_system_outer .main_sec .system_content01{width:100%;margin:0 auto 20px;background:#fff;border-radius:10px;box-sizing:border-box;padding:15px;position:relative}
#index_choice .index_system_outer .main_sec .system_content01:before{content:"1";font-family:"Roboto",sans-serif;font-weight:700;font-style:italic;position:absolute;top:5px;left:20px;color:#f58502;font-size:60px;line-height:0}
#index_choice .index_system_outer .main_sec .system_content01 h5,#index_choice .index_system_outer .main_sec .system_content0203 .block h5{font-weight:700;font-family:"Zen Maru Gothic",sans-serif;font-size:22px;margin-bottom:10px;text-align:center;line-height:1.4}
#index_choice .index_system_outer .main_sec .system_content0203{width:100%;margin:0 auto 30px}
#index_choice .index_system_outer .main_sec .system_content0203 .block{width:100%;background:#fff;border-radius:10px;box-sizing:border-box;padding:15px;position:relative}
#index_choice .index_system_outer .main_sec .system_content0203 .block:first-child{margin-bottom:20px}
#index_choice .index_system_outer .main_sec .system_content0203 .block:first-child:before{content:"2";font-family:"Roboto",sans-serif;font-weight:700;font-style:italic;position:absolute;top:5px;left:20px;color:#f58502;font-size:60px;line-height:0}
#index_choice .index_system_outer .main_sec .system_content0203 .block:nth-child(2){background:#f58502}
#index_choice .index_system_outer .main_sec .system_content0203 .block:nth-child(2):before{content:"3";font-family:"Roboto",sans-serif;font-weight:700;font-style:italic;position:absolute;top:5px;left:20px;color:#fff;font-size:60px;line-height:0}
#index_choice .index_system_outer .main_sec .system_content0203 .block p{color:var(--mcolor);text-align:center}
#index_choice .system_text01{margin-bottom:30px}
#index_choice .system_text01 h4{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;margin-bottom:20px;font-size:20px}
#index_choice .system_text01 h4 span{display:block;font-size:18px}
#index_choice .system_text01 h4 span,#index_choice .system_text01 p span{color:#f58502}
#index_choice .system_text01 p{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center}
#index_choice .system_text01 p span{display:block;font-size:16px}

@media screen and (min-width: 1025px) {
    #index_choice{position:relative}
    #index_choice .index_system_outer{padding:60px 0 80px;margin:80px auto 0}
    #index_choice .index_system_outer:after{width:84.375%;border-radius:50px 50px 0 0}
    #index_choice .index_choice_bg{width:100%;line-height:0;position:absolute;left:0;right:0;bottom:0;margin:auto}
    #index_choice .index_system_outer .main_sec .system_content0203 .block p{color:var(--mcolor);text-align:left}
    #index_choice .index_system_outer .main_sec h4.ttl01{font-size:32px;margin-bottom:40px}
    #index_choice .index_system_outer .main_sec .system_content01{width:100%;max-width:980px;margin:0 0 60px 8%;padding:30px 20px 30px 95px;position:relative}
    #index_choice .index_system_outer .main_sec .system_content01 .mb50{margin-bottom:50px}
    #index_choice .index_system_outer .main_sec .system_content01 .des{position:absolute;top:10px;right:30px;color:var(--mcolor);text-align:left}
    #index_choice .index_system_outer .main_sec .system_content01 .system_content01_image{max-width:862px}
    #index_choice .index_system_outer .main_sec .system_content01:before{top:0;left:35px;font-size:100px;line-height:1}
    #index_choice .index_system_outer .main_sec .system_content01:after{content:"";display:block;width:8px;height:80px;background:#fff;position:absolute;bottom:-60px;left:20%}
    #index_choice .index_system_outer .main_sec .system_content01 .deco_img{width:139px;position:absolute;top:50px;left:-65px}
    #index_choice .index_system_outer .main_sec .system_content01 h5,#index_choice .index_system_outer .main_sec .system_content0203 .block h5{font-size:24px;text-align:left}
    #index_choice .index_system_outer .main_sec .system_content0203{max-width:912px;margin:0 0 60px 8%;display:flex;justify-content:space-between;align-items:flex-start}
    #index_choice .index_system_outer .main_sec .system_content0203 .block{padding:30px 40px}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:first-child{width:43%;margin-bottom:0}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:first-child:before{top:30px;left:auto;right:50px;font-size:100px}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:first-child:after{content:"";display:block;width:182px;height:68px;position:absolute;top:30px;right:-176px;background:url(../images/system_content0203.png) no-repeat;background-size:contain}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:first-child .deco_img{width:300px;position:absolute;bottom:-30px;right:-140px}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:nth-child(2){width:40%;margin-top:60px}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:nth-child(2):before{top:30px;left:auto;right:70px;font-size:100px}
    #index_choice .index_system_outer .main_sec .system_content0203 .block:nth-child(2) .deco_img{width:130px;position:absolute;top:-50px;right:-70px}
    #index_choice .system_text01{margin-bottom:100px}
    #index_choice .system_text01 h4{margin-bottom:30px;font-size:52px}
    #index_choice .system_text01 h4 span{font-size:42px}
    #index_choice .system_text01 p{font-size:22px}
    #index_choice .system_text01 p span{font-size:26px}
}

@media screen and (max-width: 1024px) {
    #index_choice .index_system_outer .main_sec p.sp_area{display:block}
}

@media screen and (max-width: 600px) {
    #index_choice .index_system_outer .main_sec .system_content01 .des{font-size:2.6vw}
    #index_choice .index_system_outer .main_sec .system_content0203 .block p{font-size:3.6vw}
}

.index_case_ttl{margin:0 auto 20px;text-align:center}
.index_case_ttl p.fukidashi{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;display:inline-block;background:#fff;padding:5px 15px;border-radius:5px;position:relative;margin-bottom:20px;font-size:18px;line-height:1.4}
.index_case_ttl p.fukidashi:after{content:"";display:block;width:15px;height:14px;background:url(../images/fukidashi_btm.png) no-repeat;background-size:contain;position:absolute;bottom:-14px;left:50%;margin-left:-7px}
.index_case_ttl h5{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;font-size:24px;color:#fff;line-height:1.4}
#index_choice .index_case{width:90%;margin:0 auto;position:relative;z-index:9}
#index_choice .index_case .case_list{width:100%;margin-bottom:30px}
#index_choice .index_case .case_list .block{width:100%;background:#fff;box-sizing:border-box;padding:20px;border-radius:20px;box-shadow:0 0 16px 0 rgba(0,0,0,0.3)}
#index_choice .index_case .case_list .block h6{border-bottom:2px solid #f58502;line-height:1.4;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;color:#f58502;font-size:20px;padding-bottom:10px;margin-bottom:15px}
#index_choice .index_case .case_list .block h6 span{display:block;color:var(--mcolor);min-height:56px}
#index_choice .index_case .case_list .block p{text-align:center;margin-bottom:20px}
#index_choice .index_case .case_list .block .case_name{font-size:14px;margin-top:10px;margin-bottom:10px}
#index_choice .index_case .case_list .block .txt_btn{max-width:286px;margin:0 auto}
#index_choice .index_case .case_list .block .txt_btn a{line-height:50px;height:50px}
#index_choice .index_case .system_text02{margin-bottom:10px}
#index_choice .index_case .system_text02 .orange{font-size:18px}
#index_choice .index_case .system_text02 p{line-height:1.4;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;color:#fff;text-align:center}
#index_choice .index_case .txt_btn.white_btn{margin-top:20px;max-width:320px;margin-left:auto;margin-right:auto}
#index_choice .index_case .txt_btn.white_btn a{color:var(--mcolor);background:#fff}

@media screen and (min-width: 1025px) {
    .index_case_ttl{margin:0 auto 40px}
    .index_case_ttl p.fukidashi{padding:12px 30px;border-radius:10px;margin-bottom:20px;font-size:20px;margin-top:-30px}
    .index_case_ttl h5{font-size:32px}
    #index_choice .index_case{background:url(../images/index_case_bg.png) no-repeat center top;background-size:cover;padding-bottom:60px}
    #index_choice .index_case .deco_img01{width:21%;max-width:348px;position:absolute;top:-50px;left:5%}
    #index_choice .index_case .deco_img02{width:19%;max-width:311px;position:absolute;top:-60px;right:7%}
    #index_choice .index_case .case_list{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;margin-bottom:30px;position:relative;z-index:9}
    #index_choice .index_case .case_list .block{width:32%;padding:30px 20px}
    #index_choice .index_case .case_list .block h6{font-size:22px;padding-bottom:10px;margin-bottom:15px}
    #index_choice .index_case .case_list .block h6 span{font-size:20px}
    #index_choice .index_case .case_list .block .case_name{margin-top:10px;margin-bottom:10px}
    #index_choice .index_case .system_text02{margin-bottom:30px}
    #index_choice .index_case .system_text02 .orange{font-size:22px}
    #index_choice .index_case .system_text02 p{font-size:18px;line-height:1.8}
    #index_choice .index_case .txt_btn.white_btn{margin:0 auto}
    #index_choice .index_case .txt_btn.white_btn a{font-size:20px}
}

@media screen and (max-width: 1024px) {
    #index_choice .index_case .system_text02 p .sp_area{display:block}
}

@media screen and (max-width: 400px) {
    #index_choice .index_case .system_text02 p{font-size:3.6vw}
    #index_choice .index_case .system_text02 .orange{font-size:4.5vw}
}

#index_reason{width:100%;background:#edf1fc;margin:0 auto 50px;padding:50px 0;position:relative}
#index_reason .top_bg{width:100%;line-height:0;position:absolute;top:0;left:0;right:0;margin:auto}
#index_reason .main_sec .r_main_ttl{text-align:center;margin-bottom:20px}
#index_reason .main_sec .r_main_ttl h3{display:inline-block;background:#fff;border-radius:10px;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;text-align:center;font-size:24px;line-height:1.4;padding:10px 20px}
#index_reason .reason01_outer{width:100%;background:url(../images/index_reason_bg01.png) no-repeat center top;background-size:cover;margin-bottom:40px}
#index_reason .reason01_outer .main_sec .r_image{width:80%;max-width:398px;margin:15px auto 20px}
#index_reason .reason01_outer .main_sec .reason01_list{margin-bottom:20px}
#index_reason .reason01_outer .main_sec .reason01_list li{width:100%;box-sizing:border-box;background:#fff;border-radius:8px;border:1px solid #181e37;font-weight:700;font-family:"Zen Maru Gothic",sans-serif;line-height:1.4;padding:8px 15px 8px 4em;box-shadow:2px 2px 5px 0 rgba(0,0,0,0.3);margin-bottom:10px;position:relative}
#index_reason .reason01_outer .main_sec .reason01_list li:last-child{margin-bottom:0}
#index_reason .reason01_outer .main_sec .reason01_list li:before{content:"";display:block;width:45px;height:38px;position:absolute;top:50%;left:5px;margin-top:-20px}
#index_reason .reason01_outer .main_sec .reason01_list li:first-child:before{background:url(../images/index_reason01_icon01.png) no-repeat;background-size:contain}
#index_reason .reason01_outer .main_sec .reason01_list li:nth-child(2):before{background:url(../images/index_reason01_icon02.png) no-repeat;background-size:contain}
#index_reason .reason01_outer .main_sec .reason01_list li:nth-child(3):before{background:url(../images/index_reason01_icon03.png) no-repeat;background-size:contain}
#index_reason .reason01_outer .main_sec .reason_img{width:70%;margin:0 auto 20px}
#index_reason .reason02{margin-bottom:20px}
#index_reason .reason02 .reason02_content{}
#index_reason .reason02 .reason02_content .reason_staff_list{margin-top:20px;display:flex;flex-wrap:wrap}
#index_reason .reason02 .reason02_content .reason_staff_list dl{width:33%;margin:0 auto 5px;display:flex;align-items:center;flex-direction:column}
#index_reason .reason02 .reason02_content .reason_staff_list dl dt{width:100px}
#index_reason .reason02 .reason02_content .reason_staff_list dl dt img{width:100%;height:100px;object-fit:cover;border:4px solid #fff;border-radius:50%}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd{width:100%;box-sizing:border-box;padding-left:0}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd ul.bg{background:#fff;border:3px solid var(--mcolor);padding:0;text-align:center;margin-top:15px;border-radius:10px;margin:15px 20px 0;min-height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;align-items:center;position:relative}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd ul.bg:before{position:absolute;content:"";background:url(../images/arrow_blue.png) no-repeat;width:10px;height:17px;right:6px;background-size:7px auto;bottom:6px}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li{font-family:"Zen Maru Gothic",sans-serif;line-height:1.6;text-align:center;font-size:16px}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li.name{font-weight:700}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li.org{font-weight:700;color:#f58502}
#index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li a{font-size:14px}
#index_reason .txt_btn.rason02_btn,#index_reason .txt_btn.rason03_btn{margin:10px auto 40px}
#index_reason .reason03_outer{width:100%;background:url(../images/index_reason_bg02.png) no-repeat center top;background-size:cover;margin-bottom:40px}
#index_reason .reason03_outer .main_sec .text_area{margin-bottom:60px}
#index_reason .reason03_content .block:first-child{background:url(../images/index_reason03_bg01.png) no-repeat center top;background-size:100%;margin-bottom:20px;padding:10px 0 30px}
#index_reason .reason03_content .block:first-child .image_b{width:85%;margin:0 auto}
#index_reason .reason03_content .block:first-child p{font-size:12px;line-height:1.6;margin-top:-30px}
#index_reason .reason03_content .block:nth-child(2){background:url(../images/index_reason03_bg02.png) no-repeat center top;background-size:100%;padding-bottom:10px}
#index_reason .reason03_content .block:nth-child(2) .image_b{width:85%;margin:0 auto}
#index_reason .reason03_content .block:nth-child(2) p{line-height:1.6;text-align:center}
#index_reason .reason03_content .block:nth-child(2) p span{font-weight:700;color:#f58502;font-size:16px}
#index_reason .num{font-size:70px;font-weight:700;font-style:italic;color:rgba(245,133,2,0.6);line-height:1;font-family:"Roboto",sans-serif}
#index_reason .r_ttl{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;font-size:22px;margin-bottom:15px}
#index_reason .r_ttl span{color:#f58502}
#index_reason .txt_btn{max-width:290px;margin:0 auto}
#index_reason .txt_btn a{line-height:50px;height:50px}

@media screen and (min-width: 1025px) {
    #index_reason{margin:0 auto;padding:130px 0}
    #index_reason .main_sec .r_main_ttl{margin-bottom:30px}
    #index_reason .main_sec .r_main_ttl h3{font-size:42px;padding:10px 20px}
    #index_reason .main_sec.mb{margin-bottom:90px}
    #index_reason .reason01_outer{width:100%;background:url(../images/index_reason_bg01.png) no-repeat center top;background-size:cover;margin-bottom:40px}
    #index_reason .reason01_outer .main_sec{display:flex;justify-content:space-between}
    #index_reason .reason01_outer .main_sec .reason_ttl .num{margin-top:-50px;text-align:center}
    #index_reason .reason01_outer .main_sec .text_area{width:46%}
    #index_reason .reason01_outer .main_sec .r_image{margin:20px auto 30px}
    #index_reason .reason01_outer .main_sec .reason01_list{margin-bottom:30px}
    #index_reason .reason01_outer .main_sec .reason01_list li{padding:14px 15px 14px 65px;margin-bottom:15px}
    #index_reason .reason01_outer .main_sec .reason_img{width:50.5%;margin:0;max-width: 551px;}
    #index_reason .reason02{margin-bottom:10px}
    #index_reason .reason02 .reason02_content{display:flex;justify-content:space-between;flex-direction:row-reverse;margin-bottom:10px}
    #index_reason .reason02 .reason02_content .text_block{width:35%;position:relative}
    #index_reason .reason02 .reason02_content .text_block .num{position:absolute;top:-70px;right:50px}
    #index_reason .reason02 .reason02_content .text_block .txt_btn,#index_reason .reason03_outer .main_sec .text_area .txt_btn{margin-top:30px}
    #index_reason .reason02 .reason02_content .reason_staff_list{width:60%;margin:0;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}
    #index_reason .reason02 .reason02_content .reason_staff_list dl{width:33%;margin:0 0 10px}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dt{width:120px}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dt img{height:120px}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li.name{font-size:20px}
    #index_reason .reason03_outer{margin-bottom:0;padding-top:150px}
    #index_reason .reason03_outer .main_sec{position:relative}
    #index_reason .reason03_outer .main_sec:before{content:"";display:block;width:297px;height:141px;background:url(../images/index_reason03_img03.png) no-repeat;position:absolute;bottom:150px;right:5%}
    #index_reason .reason03_outer .main_sec .text_area{width:50%;margin-right:50%;position:relative;margin-bottom:30px}
    #index_reason .reason03_outer .main_sec .text_area .num{position:absolute;top:-50px;right:0}
    #index_reason .reason03_content{position:relative}
    #index_reason .reason03_content .block:first-child{width:47%;max-width:515px;margin-bottom:20px;padding:10px 0 100px 65px;position:absolute;top:-65%;right:0}
    #index_reason .reason03_content .block:first-child .image_b{max-width:404px;margin:0 auto;width: 90%;}
    #index_reason .reason03_content .block:first-child p{font-size:14px;line-height:1.8;margin-top:-30px}
    #index_reason .reason03_content .block:nth-child(2){width:55%;max-width:596px;padding-bottom:80px}
    #index_reason .reason03_content .block:nth-child(2) .image_b{max-width:429px;margin:0 auto 20px}
    #index_reason .reason03_content .block:nth-child(2) p{font-size:16px}
    #index_reason .reason03_content .block:nth-child(2) p span{font-size:18px}
    #index_reason .num{font-size:130px}
    #index_reason .r_ttl{font-size:32px;margin-bottom:30px}
    #index_reason .txt_btn{margin:0}
    #index_reason .txt_btn.reason{margin:0 auto}
    #index_reason .txt_btn.reason a{line-height:70px;height:70px;font-size:20px}
}

#index_worry{width:100%;max-width:1100px;margin:0 auto 50px}
#index_worry .worry_ttl_block{width:96%;max-width:728px;background:url(../images/index_worry_ttl.png) no-repeat;background-size:100%;margin:0 auto;padding-top:15px}
#index_worry .worry_ttl_block h3{margin-bottom:5px!important}
#index_worry .worry_ttl_block p{text-align:center;line-height:1.4;font-family:"Zen Maru Gothic",sans-serif}
#index_worry .worry_ttl_block:after{content:"";display:block;width:100%;height:50px;background:url(../images/index_worry_ttl_btm.jpg) no-repeat;background-size:contain;margin-top:10px}
#index_worry .worry_content01{width:100%;background:url(../images/index_worry_img01.png) no-repeat center;background-size:160%;margin-bottom:30px}
#index_worry .worry_content01 .inner_block{width:96%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between}
#index_worry .worry_content01 .block{}
#index_worry .worry_content01 .block .inner{position:relative}
#index_worry .worry_content01 .block .bg{width:100%;height:auto}
#index_worry .worry_content01 .block p.w_text{text-align:center;line-height:1.4;color:#fff;font-size:13px;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;position:absolute;letter-spacing:0}
#index_worry .worry_content01 .block.block01{width:40%}
#index_worry .worry_content01 .block.block01 .w_text{top:22px;left:23px}
#index_worry .worry_content01 .block.block02{width:51%}
#index_worry .worry_content01 .block.block02 .w_text{top:23px;left:12px}
#index_worry .worry_content01 .block.block03{width:39%}
#index_worry .worry_content01 .block.block03 .w_text{top:20px;left:9px}
#index_worry .worry_content01 .block.block04{width:50%}
#index_worry .worry_content01 .block.block04 .w_text{top:25px;left:33px}
#index_worry .worry_content01 .block.block05{width:48%}
#index_worry .worry_content01 .block.block05 .w_text{top:40px;left:10px}
#index_worry .worry_content01 .block.block06{width:48%}
#index_worry .worry_content01 .block.block06 .w_text{top:38px;left:10px}
#index_worry .worry_content02{width:90%;margin:0 auto}
#index_worry .worry_content02 .text_block{border-top:4px solid #c2cade;border-bottom:4px solid #c2cade;padding:10px 5px;box-sizing:border-box;margin-bottom:20px}
#index_worry .worry_content02 .text_block p{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;font-size:16px;line-height:1.4;text-align:center}
#index_worry .worry_content02 .text_block p.bold_text{font-size:22px}
#index_worry .worry_content02 .text_block p.bold_text span{color:#f58502}
#index_worry .worry_content02 .deco_img{display:none}

@media screen and (min-width: 1025px) {
    #index_worry{margin:0 auto 100px}
    #index_worry .worry_ttl_block{margin-top:-30px;padding-top:4em;margin-bottom:10px;position:relative;z-index:9}
    #index_worry .worry_ttl_block h3{margin-bottom:25px!important}
    #index_worry .worry_ttl_block:after{margin-top:25px}
    #index_worry .worry_content01{width:100%;background-size:100%;margin-bottom:40px}
    #index_worry .worry_content01 .inner_block{width:100%;min-height:500px;max-width:960px;display:block;position:relative}
    #index_worry .worry_content01 .block{position:absolute}
    #index_worry .worry_content01 .block .inner{position:relative}
    #index_worry .worry_content01 .block p.w_text{line-height:1.6;font-size:20px;letter-spacing:.02em}
    #index_worry .worry_content01 .block.block01{width:40%;max-width:232px;top:0;left:200px}
    #index_worry .worry_content01 .block.block01 .w_text{top:36px;left:50px}
    #index_worry .worry_content01 .block.block02{width:51%;max-width:284px;top:0;right:140px}
    #index_worry .worry_content01 .block.block02 .w_text{top:40px;left:30px}
    #index_worry .worry_content01 .block.block03{width:39%;max-width:267px;top:150px;left:65px}
    #index_worry .worry_content01 .block.block03 .w_text{top:44px;left:35px}
    #index_worry .worry_content01 .block.block04{width:50%;max-width:318px;top:160px;right:10px}
    #index_worry .worry_content01 .block.block04 .w_text{top:50px;left:80px}
    #index_worry .worry_content01 .block.block05{width:48%;max-width:303px;bottom:0;left:150px}
    #index_worry .worry_content01 .block.block05 .w_text{top:70px;left:30px}
    #index_worry .worry_content01 .block.block06{width:48%;max-width:318px;bottom:0;right:110px}
    #index_worry .worry_content01 .block.block06 .w_text{top:70px;left:35px}
    #index_worry .worry_content02{max-width:755px;display:flex;justify-content:space-between;align-items:center}
    #index_worry .worry_content02 .text_block{max-width:590px;width:79%;padding:25px 0;margin-bottom:0}
    #index_worry .worry_content02 .text_block p{font-size:28px;line-height:1.4;letter-spacing:.02em}
    #index_worry .worry_content02 .text_block p.bold_text{font-size:42px;letter-spacing:0}
    #index_worry .worry_content02 .deco_img{display:block;width:21%;max-width:153px}
}

.index_support_bg{width:100%;height:auto;line-height:0}
.index_support_bg img{width:100%;vertical-align:bottom}
#index_support{width:100%;box-sizing:border-box;padding:50px 0;background:var(--mcolor)}
#index_support .main_sec h3,#index_support .main_sec p{color:#fff;font-family:"Zen Maru Gothic",sans-serif}
#index_support .main_sec .support_btn{width:100%;position:relative;border-radius:10px;box-sizing:border-box;padding:20px}
#index_support .main_sec .support_btn h4{color:#fff;font-family:"Zen Maru Gothic",sans-serif;font-weight:700}
#index_support .main_sec .support_btn p{line-height:1.4;font-family:"Zen Maru Gothic",sans-serif}
#index_support .main_sec .btn01{background:url(../images/index_support_img01.jpg) no-repeat center top;background-size:cover;padding:20px 40px;margin-bottom:10px}
#index_support .main_sec .btn01 .btn_list{margin-top:20px}
#index_support .main_sec .btn02{background:#f58502 url(../images/index_support_img02.jpg) no-repeat -50px top;background-size:cover;margin-bottom:10px}
#index_support .main_sec .btn03{background:#f58502 url(../images/index_support_img03.jpg) no-repeat 0 top;background-size:cover;margin-bottom:10px}
#index_support .main_sec .btn04{background:url(../images/index_support_img04.jpg) no-repeat right top;background-size:cover;margin-bottom:10px}
#index_support .main_sec .btn02 a,#index_support .main_sec .btn03 a,#index_support .main_sec .btn04 a{display:block;width:100%;height:100%;position:absolute;top:0;left:0}
#index_support .main_sec .btn05{background:#fff6e9}
#index_support .main_sec .btn05:before{content:"";width:50px;height:49px;background:url(../images/index_support_img05.jpg) no-repeat;background-size:contain;position:absolute;top:60px;left:15px}
#index_support .main_sec .btn05 .inner p{padding-left:60px}
#index_support .main_sec .btn01 h4{text-align:center;font-size:30px;margin-bottom:5px;line-height:1.4}
#index_support .main_sec .btn02 h4,#index_support .main_sec .btn03 h4,#index_support .main_sec .btn04 h4{font-size:22px;line-height:1.4;margin-bottom:5px}
#index_support .main_sec .btn01 .inner_btn{width:100%;position:relative;margin-top:25px}
#index_support .main_sec .btn01 .inner_btn a{display:block;width:100%;border-radius:50px;background:#f58502;color:#fff;text-decoration:none;font-size:20px;font-weight:700;font-family:"Zen Maru Gothic",sans-serif;line-height:50px;height:50px;box-sizing:border-box;padding:0 30px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.4)}
#index_support .main_sec .btn01 .inner_btn:before{content:"";display:block;position:absolute;bottom:0;right:0}
#index_support .main_sec .btn01 .inner_btn.deco01:before{width:70px;height:67px;background:url(../images/index_support_img01_deco01.png) no-repeat;background-size:contain}
#index_support .main_sec .btn01 .inner_btn.deco02:before{width:80px;height:73px;background:url(../images/index_support_img01_deco02.png) no-repeat;background-size:contain}
#index_support .main_sec .btn05 h4,#index_support .main_sec .btn05 p{color:#804f22!important}
#index_support .main_sec .btn05 h4{font-size:17px;letter-spacing:0;text-align:center}
#index_support .main_sec .btn05 p{font-size:14px}
#index_support .main_sec .btn05 .txt_btn.orange_btn{max-width:200px;margin:5px auto 0}
#index_support .main_sec .btn05 .txt_btn.orange_btn a{background:#ec6a0b;line-height:50px;height:50px;padding:0;box-shadow:0 2px 8px 0 rgba(0,0,0,0.4)}

@media screen and (min-width: 1025px) {
    .sp{display:none}
    #index_support{padding:80px 0 90px}
    #index_support .main_sec .support_btn{border-radius:20px;padding:25px 40px 30px}
    #index_support .main_sec .support_btn p{line-height:1.6}
    #index_support .main_sec .btn01{background:url(../images/index_support_img01.jpg) no-repeat center top;background-size:cover;padding:20px 90px 25px;margin-bottom:25px}
    #index_support .main_sec .btn01 .btn_list{display:flex;justify-content:space-between;margin-top:0}
    #index_support .main_sec .btn02{background:#f58502 url(../images/index_support_img02.jpg) no-repeat center top;background-size:cover;margin-bottom:25px}
    #index_support .main_sec .btn03{width:60%;background:#f58502 url(../images/index_support_img03.jpg) no-repeat center top;background-size:cover;margin-bottom:0}
    #index_support .main_sec .btn04{width:38%;background:url(../images/index_support_img04.jpg) no-repeat center top;background-size:cover;margin-bottom:0}
    #index_support .main_sec .inner_block{display:flex;justify-content:space-between;margin-bottom:25px}
    #index_support .main_sec .btn05{max-width:940px;margin:0 auto;padding-left:150px}
    #index_support .main_sec .btn05:before{width:102px;height:102px;top:25px;left:30px}
    #index_support .main_sec .btn05 .inner p{padding-left:0}
    #index_support .main_sec .btn01 h4{font-size:50px;margin-bottom:5px}
    #index_support .main_sec .btn02 h4{font-size:32px;margin-bottom:5px}
    #index_support .main_sec .btn03 h4,#index_support .main_sec .btn04 h4{font-size:28px;margin-bottom:5px}
    #index_support .main_sec .btn01 .inner_btn{width:420px}
    #index_support .main_sec .btn01 .inner_btn a{font-size:32px;line-height:78px;height:78px;padding:0 40px;transition:.3s}
    #index_support .main_sec .btn01 .inner_btn a:hover{background:#f79d35}
    #index_support .main_sec .btn01 .inner_btn.deco01 a{padding-left:150px}
    #index_support .main_sec .btn01 .inner_btn:before{bottom:0}
    #index_support .main_sec .btn01 .inner_btn.deco01:before{width:193px;height:186px;right:auto;left:-60px;bottom:-27px;z-index:4}
    #index_support .main_sec .btn01 .inner_btn.deco02:before{width:227px;height:207px;bottom:-25px;right:-70px;z-index:4}
    #index_support .main_sec .btn05{display:flex;justify-content:space-between;align-items:center}
    #index_support .main_sec .btn05 .inner{width:67%}
    #index_support .main_sec .btn05 h4{font-size:24px;letter-spacing:.02em;text-align:left;margin-bottom:5px}
    #index_support .main_sec .btn05 p{font-size:17px;line-height:1.6}
    #index_support .main_sec .btn05 .txt_btn.orange_btn{width:200px;margin:0}
}

#index_message{width:100%;box-sizing:border-box;padding:30px 0 50px;background:url(../images/index_message_bg.jpg) no-repeat center top;background-size:cover}
#index_message .main_sec{max-width:1290px}
#index_message .main_sec .text_block{background:rgba(255,255,255,0.95);padding:0 20px 20px;box-sizing:border-box}
#index_worry .worry_ttl_block h3,#index_support .main_sec h3,#index_message .main_sec h3{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;font-size:24px;line-height:1.4;text-align:center;margin-bottom:20px}
#index_worry .worry_ttl_block h3 span,#index_support .main_sec h3 span,#index_message .main_sec h3 span{color:#f58502}
#index_message .main_sec .text_block .image_block{width:80%;margin:0 auto 20px}
#index_message .main_sec .text_block .image_block img{border-radius:10px}
#index_message .main_sec .text_block .name_block{padding:20px 0 0;border-top:1px solid #c2cade;margin-top:20px;margin-bottom:15px}
#index_message .main_sec .text_block .name_block .name{font-size:22px}
#index_message .main_sec .text_block .name_block .name span{display:inline-block;width:120px;margin-left:10px}
#index_message .main_sec .text_block .name_block p{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;line-height:1.4;text-align:left}
#index_message .main_sec .text_block dl{margin-bottom:20px}
#index_message .main_sec .text_block dl dt{font-weight:700}
#index_message .main_sec .text_block .txt_btn{max-width:320px}
#index_message .main_sec .text_block .txt_btn a{box-shadow:0 2px 8px 0 rgba(0,0,0,0.4)}
#index_message .main_sec .text_block p{text-align:center}

@media screen and (min-width: 1025px) {
    #index_worry .worry_ttl_block h3,#index_support .main_sec h3,#index_message .main_sec h3{font-size:42px;margin-bottom:20px}
    #index_message .main_sec h3{text-align:left;padding-left:95px;margin-bottom:40px}
    #index_message{padding:90px 0 80px}
    #index_message .main_sec{position:relative}
    #index_message .main_sec .text_block{max-width:980px;padding:0 26% 70px 95px}
    #index_message .main_sec .image_block{width:475px;margin:0;position:absolute;top:50%;transform:translate(0,-50%);right:95px}
    #index_message .main_sec .image_block img{border-radius:10px}
    #index_message .main_sec .text_block .name_block{padding:30px 0 0;margin-top:30px;margin-bottom:15px}
    #index_message .main_sec .text_block .name_block p{font-size:20px}
    #index_message .main_sec .text_block .name_block .name{font-size:32px}
    #index_message .main_sec .text_block .name_block .name span{width:210px}
    #index_message .main_sec .text_block .name_block p{line-height:1.4}
    #index_message .main_sec .text_block dl{margin-bottom:40px}
    #index_message .main_sec .text_block dl dt,#index_message .main_sec .text_block dl dd{font-size:16px}
    #index_message .main_sec .text_block p{text-align:left}
}

#index_blog{width:100%;background:#f5f5f5;padding:50px 0}
#index_blog .main_sec h3{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;font-size:24px;margin-bottom:20px;line-height:1.4;text-align:center}
#index_blog .blog_list_outer .blog_block{width:100%;margin:0 auto 20px;box-sizing:border-box;background:#fff;border-radius:10px;padding:20px}
#index_blog .blog_list_outer .blog_block h4{font-family:"Zen Maru Gothic",sans-serif;font-size:20px;font-weight:700;margin-bottom:10px;color:#f58502;line-height:1.2}
#index_blog .blog_list_outer .blog_block ul{margin-bottom:20px}
#index_blog .blog_list_outer .blog_block ul li{margin-bottom:10px}
#index_blog .blog_list_outer .blog_block ul li:last-child{margin-bottom:0}
#index_blog .blog_list_outer .blog_block ul li p.date{font-size:14px;padding-left:1.2em;position:relative;font-weight:500;line-height:1.4}
#index_blog .blog_list_outer .blog_block ul li p.date:before{content:"";display:block;width:12px;height:12px;background:url(../images/date_icon.jpg) no-repeat center top;background-size:contain;position:absolute;top:4px;left:0}
#index_blog .blog_list_outer .blog_block ul li a{color:var(--mcolor);text-decoration:none}
#index_blog .blog_list_outer .blog_block ul li p.ttl{}
#index_blog .blog_list_outer .blog_block .more_btn{width:230px;margin:0 auto}
#index_blog .blog_list_outer .blog_block .more_btn a{height:50px;line-height:50px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.4)}

@media screen and (min-width: 1025px) {
    #index_blog{padding:100px 0}
    #index_blog .main_sec h3{font-size:42px;margin-bottom:40px}
    #index_blog .blog_list_outer{display:flex;justify-content:space-between}
    #index_blog .blog_list_outer .blog_block{width:32.36%;margin:0;padding:25px 20px 30px;display:flex;flex-direction:column}
    #index_blog .blog_list_outer .blog_block h4{font-size:24px;margin-bottom:25px}
    #index_blog .blog_list_outer .blog_block ul li{margin-bottom:20px}
    #index_blog .blog_list_outer .blog_block ul li p.date{padding-left:1.2em}
    #index_blog .blog_list_outer .blog_block ul li p.date:before{width:14px;height:14px;top:4px;left:0}
    #index_blog .blog_list_outer .blog_block ul li a{transition:.3s}
    #index_blog .blog_list_outer .blog_block ul li a:hover{color:#f58502}
    #index_blog .blog_list_outer .blog_block .more_btn{margin-top:auto}
}
.org{color:#f58502}
@media screen and (max-width: 600px) {
    #index_worry .worry_content01 .inner_block{width:360px}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li{font-size:2.3vw}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li a{font-size:2.5vw;line-height:3vw;display:block}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dd ul.bg{margin:5px 5px 15px;border-width:2px;border-radius:10px;padding:3px;min-height:inherit}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dd ul.bg:before{width:5px;height:14px;right:7px;background-size:5px auto;bottom:2px}
}
@media screen and (max-width: 360px) {
    #index_reason .reason02 .reason02_content .reason_staff_list dl{width:49%}
    #index_reason .reason02 .reason02_content .reason_staff_list dl dd ul li{font-size:3.4vw}
}