@charset "utf-8";
/* -------------------- common -------------------- */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: 游ゴシック, YuGothic,メイリオ, Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #1a1a1a;
}

.ff_YuMincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
}
pre{
    margin: 0;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 95%;
}

.clear:after{
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.invisible {
    -webkit-transition: transform 1.2s ease, opacity 1.2s ease;
    -moz-transition: transform 1.2s ease, opacity 1.2s ease;
    -ms-transition: transform 1.2s ease, opacity 1.2s ease;
    -o-transition: transform 1.2s ease, opacity 1.2s ease;
    transition: transform 1.2s ease, opacity 1.2s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0.0;
}

.visible {
    -webkit-transition: transform 1.2s ease, opacity 1.2s ease;
    -moz-transition: transform 1.2s ease, opacity 1.2s ease;
    -ms-transition: transform 1.2s ease, opacity 1.2s ease;
    -o-transition: transform 1.2s ease, opacity 1.2s ease;
    transition: transform 1.2s ease, opacity 1.2s ease ;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1.0;
}

.contact_btn_box{
    text-align: center;
}

.contact_btn_box a{
    display: inline-block;
    width: 600px;
    max-width: 80%;
    font-size: 1.9rem;
    font-weight: bold;
    color: #ffffff;
    padding: 24px;
    background: url("../img/contact_arrow01.png") no-repeat right 20px center #f18024;
    border: 5px solid #e7781f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_btn_box a:hover{
    background-position: right 10px center;
}

.common_message_arrow:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 19px;
    background: url("../img/means_arrow01.png") no-repeat top center;
}

.common_message_txt{
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.border_yellow{
    display: inline-block;
    background: -moz-linear-gradient(top, transparent 0%,transparent 57%,#ffe400 57%,#ffe400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(57%,transparent), color-stop(57%,#ffe400), color-stop(100%,#ffe400));
    background: -webkit-linear-gradient(top, transparent 0%,transparent 57%,#ffe400 57%,#ffe400 100%);
    background: -o-linear-gradient(top, transparent 0%,transparent 57%,#ffe400 57%,#ffe400 100%);
    background: -ms-linear-gradient(top, transparent 0%,transparent 57%,#ffe400 57%,#ffe400 100%);
    background: linear-gradient(to bottom, transparent 0%,transparent 57%,#ffe400 57%,#ffe400 100%);
}

.common_tit_box{
    text-align: center;
}

.common_tit_inner{
    display: inline-block;
}

.common_tit_border{
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0b2e4e;
    min-height: 78px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.common_tit_border:after,
.common_tit_border:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 26px);
    height: 3px;
    background-color: #ffffff;
}

.common_tit_border:after{
    top: -3px;
}

.common_tit_border:before{
    bottom: -3px;
}

/* -------------------- mv -------------------- */

.mv{
    background: url("../img/mv_bg01.png") no-repeat center center/cover;
    text-align: center;
}

.mv_top_box{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 21px;
}

.mv_tbtn{
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    border: 5px solid #e7781f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 35px 9px 6px;
    background: url("../img/header_arrow01.png") no-repeat right 7px center #f18024;
    margin-top: 6px;
	cursor: pointer;
}

.mv_tbtn:hover{
    background-position: right 4px center;
}

.mv_tbtn_img{
    display: none;
}

.mv_contact_box{
    position: relative;
    padding-bottom: 108px;
}

.mv>.inner{
    position: relative;
}

.mv_tit_box{
    padding-top: 68px;
}

.mv_gold{
    position: absolute;
    top: 63px;
    right: 0;
}

.mv_tit01{
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 5px;
}

.mv_tit02{
    display: inline-block;
    font-size: 4.4rem;
    color: #ffffff;
    letter-spacing: 3px;
    line-height: 1.52;
    margin-top: 40px;
    padding: 50px 10px;
    background: url("../img/mv_line01.png") no-repeat top center,
    url("../img/mv_line01.png") no-repeat bottom center;
}

.mv_txt_box{
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: rgba(3,17,51,0.7);
    text-align: center;
    letter-spacing: 3px;
    padding: 27px 10px 25px;
    margin-top: 56px;
}

.mv_txt_box>span{
    font-size: 4rem;
    color: #ffe400;
}

.mv .contact_btn_box{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 0;
    -webkit-transform: translate(0,50%);
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -o-transform: translate(0,50%);
    transform: translate(0,50%);
}

.mv_br{
    display: none;
}

/* -------------------- trouble -------------------- */

.trouble{
    background:
            url("../img/trouble_bg01.png") repeat center center/cover,
            url("../img/trouble_bg02.png") no-repeat left calc(50vw + 308px) bottom;
    padding: 106px 0 146px;
    text-align: center;
}

.trouble_tit_box{
    position: relative;
    display: inline-block;
    padding: 7px 65px 0;
    border: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 3px;
}

.trouble_tit_box:before,
.trouble_tit_box:after{
    content: '';
    position: absolute;
    width: calc(100% - 32px);
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #474747;
}

.trouble_tit_box:before{
    top: -4px;
}

.trouble_tit_box:after{
    bottom: -4px;
}

.trouble_tit01{
    font-size: 3.4rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.25;
}

.trouble_tit02{
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
}

.trouble_tit03{
    font-size: 5.5rem;
    font-weight: bold;
    color: #ffe400;
    line-height: 1.4;
}

.trouble_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px;
    margin-bottom: -24px;
    overflow: hidden;
}

.trouble_list li{
    width: 310px;
    padding: 72px 0 17px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 3px;
    background: url("../img/trouble_check_img01.png") no-repeat top 17px center #ffffff;
    margin-bottom: 24px;
}

.trouble_list li>span{
    font-size: 2.3rem;
    color: #d5491b;
    font-weight: bold;
}

.trouble_br{
    display: none;
}

/* -------------------- means -------------------- */

.means{
    position: relative;
    padding-top: 118px;
    text-align: center;
}

.means_message{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 803px;
    max-width: 80%;
    font-size: 3.2rem;
    font-weight: bold;
    color: #0b2e4e;
    letter-spacing: 3px;
    background-color: #ffffff;
    border: 2px solid #1a1a1a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.means_message>.common_message_txt{
    padding: 20px 0 17px;
}

.means_list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.means_list li{
    width: 302px;
    height:302px;
    border: 2px solid #0b2e4e;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0b2e4e;
    overflow: hidden;
}

.means_tit{
    font-size: 3.2rem;
    font-weight: bold;
    color: #d5491b;
    padding: 98px 0 72px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    letter-spacing: 3px;
}

.means_txt{
    font-size: 1.6rem;
    line-height: 1.53;
    color: #ffffff;
    padding: 13px 78px 0;
    letter-spacing: 1px;
}

.means_txt span{
    font-size: 2rem;
    font-weight: bold;
    color: #ffe400;
}

.means_tit01{
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #000000;
    margin: 48px 0 60px;
}

.means_tit01>span{
    color: #d5491b;
}

.means_tit02{
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.53;
    padding: 33px 0 30px;
    background-color: #0b2e4e;
}

.means_br{
    display: none;
}

/* -------------------- point -------------------- */

.point{
    padding: 70px 0 157px;
}

.point h2{
    font-size: 2.8rem;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

.point_tit01{
    font-size: 6.4rem;
    color: #dd7536;
    letter-spacing: -1px;
}

.point_tit02{
    font-size: 3.5rem;
    letter-spacing: -1px;
}

.point_img_box{
    position: relative;
    width: 111px;
    flex: none;
    background-color: #eceef1;
}


.point_img_box:after,
.point_img_box:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 177px;
    background-color: #eceef1;
}


.point_img_box:after{
    left: 0;
}

.point_img_box:before{
    right: 0;
}

.point_img_inner{
    position: relative;
    padding: 70px 10px 80px;
    border: 3px solid #0b2e4e;
}

.point_img_inner>picture img{
    display: block;
    margin: 0 auto;
}

.point_img_inner:after,
.point_img_inner:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 67px;
    height: 3px;
    background-color: #eceef1;
}

.point_img_inner:after{
    top: -3px;
}

.point_img_inner:before{
    bottom: -3px;
}

.point_list{
    margin-top: 40px;
    margin-bottom: -49px;
    overflow: hidden;
}

.point_list li{
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.point_txt_box{
    padding-left: 68px;
}

.point_item_tit{
    font-size: 2.3rem;
    font-weight: bold;
    color: #0b2e4e;
    line-height: 1.56;
}

.point_item_txt{
    font-size: 1.6rem;
    line-height: 2.14;
    margin-top: 6px;
}

/* -------------------- fairness -------------------- */

.fairness{
    padding: 125px 0 78px;
    background: url("../img/fairness_bg01.png") no-repeat center center/cover;
    position: relative;
    text-align: center;
}

.fairness_message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 803px;
    max-width: 80%;
    font-size: 3rem;
    font-weight: bold;
    color: #0b2e4e;
    letter-spacing: 3px;
    background-color: #ffffff;
    border: 2px solid #1a1a1a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fairness_message>.common_message_txt{
    padding: 15px 0 12px;
}

.fairness_message span{
    font-size: 3.6rem;
    color: #d5491b;
}

.fairness_tit_box{
    font-weight: bold;
    color: #ffffff;
}

.fairness_tit01{
    font-size: 2.8rem;
    letter-spacing: 1px;
}

.fairness_tit02{
    font-size: 5rem;
    color: #ffe400;
    letter-spacing: 3px;
    padding-right: 3px;
}

.fairness_tit03{
    font-size: 3.6rem;
    letter-spacing: 2px;
}

.fairness_content_tit{
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #eceef1;
    padding: 15px 10px 12px;
    margin-top: 40px;
}

.fairness_content_tit>span{
    font-size: 5.6rem;
    color: #d5491b;
}

.fairness_content{
    background-color: #ffffff;
    padding-top: 46px;
    padding-bottom: 50px;
    display: -webkit-flex;
    display: flex;
}

.fairness_content_item{
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.fairness_content_item:first-of-type{
    border-right: 2px solid #677d91;
    width: calc(50% + 1px);
}

.fairness_content_item:last-of-type{
    width: calc(50% - 1px);
}

.fairness_citem_tit{
    width: 102px;
    height: 102px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0b2e4e;
    font-size: 2.1rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding-top: 24px;
    letter-spacing: 1px;
}

.fairness_citem_tit>span{
    display: inline-block;
    font-size: 3rem;
    margin-top: 11px;
}

.fairness_citem_subtit{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.52;
    color: #0b2e4e;
    margin-top: 20px;
}

.fairness_citem_txt{
    font-size: 1.6rem;
    line-height: 2.1;
    text-align: left;
    margin-top: 30px;
}

.fairness_bottom_txt{
    font-size: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 60px;
}

.fairness_bottom_txt span{
    font-size: 3.3rem;
    color: #ffe400;
}

.fairness_br{
    display: none;
}

/* -------------------- contact_guide -------------------- */

.contact_guide{
    background-color: #d7e3ef;
    padding: 50px 10px 50px;
}

.contact_guide_txt{
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 21px;
    letter-spacing: 1px;
}

.contact_guide_br{
    display: none;
}

/* -------------------- specialist -------------------- */

.specialist{
    padding: 98px 0 90px;
}

.specialist_txt>.common_tit_border{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.64;
    color: #000000;
    padding: 0 34px;
}

.specialist_tit_box{
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.specialist_tit_box:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    border-top: 2px solid #48627a;
    border-bottom: 2px solid #48627a;
}

.specialist_tit{
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0 46px;
    background-color: #ffffff;
}

.specialist_tit span{
    font-size: 3.7rem;
    color: #d5491b;
}

.specialist_item{
    margin-top: 54px;
    border: 3px solid #3876af;
    padding: 38px 56px 42px 48px;
}

.spcl_item_ttbox{
    background-color: #0b2e4e;
    color: #ffffff;
    padding: 7px 25px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spcl_item_tcontent{
    display: -webkit-flex;
    display: flex;
}

.spcl_item_tcimg>img{
    display: block;
}

.spcl_item_tcimg{
    width: 281px;
    flex: none;
}

.spcl_item_tbox{
    width: 100%;
    padding-left: 48px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;

}

.spcl_item_tinner{
    width: 100%;
}

.spcl_item_ttit01{
    font-size: 1.4rem;
    font-weight: bold;
}

.spcl_item_ttit02{
    font-size: 2rem;
    font-weight: bold;
    padding-right: 7px;
}

.spcl_item_ttit03{
    font-size: 1.2rem;
}

.spcl_item_ttxt{
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.85;
    margin-top: 12px;
}

.spcl_item_btn{
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    color: #000000;
    padding: 10px 39px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eceef1;
    margin-top: 14px;
    cursor: pointer;
}

.spcl_item_btn:after,
.spcl_item_btn.to_close:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.spcl_item_btn:after{
    margin-top: -3px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #1a1a1a;
}

.spcl_item_btn.to_close:after{
    margin-top: -9px;
    border-bottom: 6px solid #1a1a1a;
    border-top: 6px solid transparent;
}

.spcl_item_btn:hover{
    color: #ffffff;
    background-color: #0b2e4e;
}

.spcl_item_btn:hover:after{
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.spcl_item_btn.to_close:hover:after{
    border-top: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.spcl_item_bc_tit{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    color: #0b2e4e;
    margin-bottom: 4px;
}

.spcl_item_bcontent{
    display: none;
    padding-top: 23px;
}

.spcl_item_binner{
    display: -webkit-flex;
    display: flex;
}

.spcl_item_bcbox:first-of-type{
    width: 424px;
    flex: none;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spcl_item_bclist01 li{
    display: table;
    margin-bottom: 10px;
}

.spcl_item_bclist01 li:last-of-type{
    margin-bottom: 0;
}

.spcl_item_bclist01 li>div{
    display: table-cell;
    font-size: 1.6rem;
    color: #000000;
}

.spcl_item_bclist01 li>div:first-of-type{
    /* width: 52px; */
	white-space:nowrap;
}

.spcl_item_bclist01 li>div:last-of-type{
    padding-left: 14px;
}

.spcl_item_bclist02 li{
    position: relative;
    padding-left: 17px;
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 10px;
}

.spcl_item_bclist02 li:last-of-type{
    margin-bottom: 0;
}


.spcl_item_bclist02 li:after{
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #0b2e4e;
}

.specialist_br{
    display: none;
}

/* -------------------- business -------------------- */

.business{
    padding: 63px 0 60px;
    background: url("../img/business_bg01.png") no-repeat center center/cover;
}

.business h2{
    font-size: 3.3rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
}

.busines_list_box{
    padding: 50px 30px 43px;
    background-color: #ffffff;
    margin-top: 28px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.busines_list{
    width: 404px;
    margin-bottom: -13px;
    overflow: hidden;
}

.busines_list:first-of-type{
    margin-left: 48px;
}

.busines_list li{
    position: relative;
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 13px;
    padding-right: 30px;
}

.busines_list li:before{
    content: '●';
    color: #0b2e4e;
    padding-right: 1px;
}

.busines_list li.lh_01{
    line-height: 2;
}

.busines_list li.lh_01 span{
    display: inline-block;
    line-height: 1.42;
}

.business_br{
    display: none;
}

/* -------------------- case -------------------- */

.case{
    padding: 80px 0 70px;
}

.case_tit>.common_tit_border{
    font-size: 3rem;
    font-weight: bold;
    padding: 0 42px;
}

.case_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
    margin-bottom: -22px;
    overflow: hidden;
}

.case_list li{
    width: 480px;
    padding-top: 21px;
    background: url("../img/case_bg01.png") no-repeat center center/cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.case_item_num{
    position: relative;
    width: 200px;
    height: 51px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0b2e4e;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_item_num:after{
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -41px;
    width: 0;
    height: 0;
    border-top: 51px solid transparent;
    border-bottom: 51px solid #0b2e4e;
    border-right: 41px solid transparent;
    border-left: 41px solid transparent;
}

.case_item_num>picture img{
    position: relative;
    z-index: 1;
    display: block;
    margin: 1px auto 0;
}

.case_item_box{
    position: relative;
    z-index: 1;
    padding: 27px 38px 33px;
}

.case_item_tit{
    font-size: 2.7rem;
    font-weight: bold;
    color: #d5491b;
    letter-spacing: 2px;
}

.case_item_txt{
    font-size: 1.6rem;
    line-height: 1.825;
    color: #000000;
    margin-top: 16px;
}

.case_txt{
    font-size: 2.4rem;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 56px;
}

.case_txt_color01{
    color: #d5491b;
}

/* -------------------- step -------------------- */

.step{
    padding: 80px 0 92px;
}

.step_tit .common_tit_border{
    font-size: 3.3rem;
    padding: 0 34px;
}

.step_list li:last-of-type{
    padding-bottom: 0;
}

.step_list li:last-of-type:after{
    display: none;
}

.step_list li{
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-bottom: 71px;
}

.step_list li:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 31px solid #0b2e4e;
    border-bottom: 31px solid transparent;
    border-right: 71px solid transparent;
    border-left: 71px solid transparent;
}

.step_item_img{
    width: 100px;
    flex: none;
    background-color: #0b2e4e;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_item_box{
    flex: auto;
    padding: 25px 85px 22px 178px;
    background-repeat: no-repeat;
    background-position: left 48px center;
    background-color: #eceef1;
}

.step_item_tit{
    font-size: 2rem;
    font-weight: bold;
    color: #d5491b;
}

.step_item_txt,
.step_item_annotation{
    font-size: 1.6rem;
    line-height: 1.73;
    color: #000000;
}

.step_item_txt{
    margin-top: 5px;
}

.step_item_annotation{
    position: relative;
    padding-left: 20px;
}

.step_item_annotation:after{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.step_list{
    margin-top:58px;
}

/* -------------------- price -------------------- */

.price{
    padding: 64px 0 79px;
    background-color: #eceef1;
}

.price_tit{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.3rem;
    color: #0b2e4e;
}

.price_tit>img{
    padding-right: 17px;
}

.price_txt{
    font-size: 1.6rem;
    line-height: 1.93;
    text-align: center;
    margin-top: 36px;
}

.price_txt>span{
    color: #d5491b;
}

.price_example{
    font-size: 2rem;
    font-weight: bold;
    color: #0b2e4e;
    margin-top: 40px;
}

.price_example_list li{
    display: flex;
    display: -webkit-flex;
    background-color: #0b2e4e;
    font-size: 1.7rem;
    color: #ffffff;
    line-height: 1.88;
    padding: 17px 30px 14px 57px;
    margin-bottom: 10px;
}

.price_example_list li:last-of-type{
    margin-bottom: 0;
}

.price_example_list li picture{
  line-height: 0;
}

.price_eitem_titbox{
    display: flex;
    display: -webkit-flex;
    width: 377px;
    flex: none;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.price_eitem_tit{
    font-weight: bold;
    padding-left: 20px;
    margin-top: 3px;
}

.price_eitem_img{
    flex: none;
    width: 31px;
    height: 35px;
    background-color: #ffffff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price_eitem_txtbox{
    margin-top: 3px;
}

.price_example_list{
    margin-top: 15px;
}

.price_eitem_attxt{
    line-height: 1.53;
}

.price_eitem_annotation{
    position: relative;
    font-size: 1.4rem;
    padding-left: 18px;

}

.price_eitem_annotation:after{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.question{
    background-color: #0b2e4e;
    padding: 72px 0 80px;
}

.question_tit{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.3rem;
    font-weight: bold;
    color: #ffffff;
}

.question_tit>img{
    padding-right: 18px;
}

.question_list{
    margin-top: 40px;
}

.question_list li{
    background-color: #ffffff;
    padding: 19px 30px 0 50px;
    margin-bottom: 28px;
}

.question_list li:last-of-type{
    margin-bottom: 0;
}

.question_item_ainner,
.question_item_q{
    display: -webkit-flex;
    display: flex;
    padding-right: 30px;
}

.question_item_q{
    position: relative;
    padding-bottom: 20px;
	cursor: pointer;
}

.question_item_a{
    display: none;
    padding-bottom: 12px;
}

.question_item_qimg,
.question_item_aimg{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 26px;
    height: 31px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.question_item_qimg{
    background-color: #0b2e4e;
    color: #ffffff;
}

.question_item_aimg{
    background-color: #ffffff;
    color: #0b2e4e;
    border: 1px solid #0b2e4e;
}

.question_item_qtxt,
.question_item_atxt{
    padding-left: 18px;
}

.question_item_qtxt{
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 4px;
}

.question_item_atxt{
    font-size: 1.6rem;
    line-height: 1.8;
}

.question_item_btn{
    position: absolute;
    top: 8px;
    right: 0;
    width: 13px;
    height: 13px;
}

.question_item_btn:before,
.question_item_btn:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #1a1a1a;
}

.question_item_btn:before{
    width: 100%;
    height: 2px;
}

.question_item_btn:after{
    width: 2px;
    height: 100%;
}

.question_item_btn.to_close:after{
    display: none;
}

/* -------------------- footer -------------------- */

footer{
    padding: 25px 10px 23px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
}

@media only screen and (max-width: 1100px){

    /* -------------------- trouble -------------------- */

    .trouble{
        background:
                url("../img/trouble_bg01.png") repeat center center/cover,
                url("../img/trouble_bg02.png") no-repeat left calc(50vw + 280px) bottom
    }
}

@media only screen and (max-width: 1024px){

    /* -------------------- common -------------------- */
    .contact_guide_txt {
        font-size: 2.2rem;
    }


    /* -------------------- mv -------------------- */

    .mv_contact_box {
        padding-bottom: 100px;
    }

    .mv_tit01 {
        font-size: 2.3rem;
    }

    .mv_tit02 {
        font-size: 4rem;
        background: url("../img/mv_line01.png") no-repeat top center/100% auto,
        url("../img/mv_line01.png") no-repeat bottom center/100% auto;
    }

    .mv_txt_box {
        font-size: 2.3rem;
    }

    .mv_txt_box>span {
        font-size: 3.6rem;
    }

    .mv_gold {
        width: 170px;
    }

    /* -------------------- trouble -------------------- */

    .trouble{
        padding: 100px 0 140px;
    }

    .trouble_tit01 {
        font-size: 3.2rem;
    }

    .trouble_tit02 {
        font-size: 2.6rem;
    }

    .trouble_tit03 {
        font-size: 5rem;
    }

    .trouble_tit_box {
        padding: 7px 50px 0;
        border: 3px solid #ffffff;
    }

    .trouble_list li{
        background: url("../img/trouble_check_img01.png") no-repeat top 19px center/40px auto #ffffff
    }

    .trouble_list li>span {
        font-size: 2.2rem;
    }

    /* -------------------- means -------------------- */

    .means_message {
        font-size: 2.8rem;
    }

    .means_tit {
        font-size: 2.8rem;
    }

    .means_tit01 {
        font-size: 3rem;
    }

    .means_tit02 {
        font-size: 2.6rem;
    }

    /* -------------------- point -------------------- */

    .point {
        padding: 70px 0 150px;
    }

    .point h2 {
        font-size: 2.6rem;
    }

    .point_tit02 {
        font-size: 3.2rem;
    }

    .point_tit01 {
        font-size: 5rem;
    }

    .point_txt_box {
        padding-left: 45px;
    }

    .point_item_tit {
        font-size: 2.2rem;
    }

    /* -------------------- fairness -------------------- */

    .fairness {
        padding: 110px 0 78px;
    }

    .fairness_message {
        font-size: 2.8rem;
    }

    .fairness_message span {
        font-size: 3.2rem;
    }

    .fairness_tit01 {
        font-size: 2.6rem;
    }

    .fairness_tit02 {
        font-size: 4.5rem;
    }

    .fairness_tit03 {
        font-size: 3.2rem;
    }

    .fairness_content_tit {
        font-size: 3rem;
    }

    .fairness_content_tit>span {
        font-size: 5rem;
    }

    .fairness_citem_tit {
       font-size: 2rem;
        padding-top: 26px;
    }

    .fairness_citem_tit>span {
        font-size: 2.8rem;
        margin-top: 9px;
    }

    .fairness_citem_subtit {
        font-size: 2.4rem;
    }

    .fairness_bottom_txt {
        font-size: 2.2rem;
    }

    .fairness_bottom_txt span {
        font-size: 3rem;
    }

    /* -------------------- fairness -------------------- */

    .specialist_txt>.common_tit_border {
        font-size: 2.4rem;
    }

    .specialist_tit span {
        font-size: 3.4rem;
    }

    /* -------------------- business -------------------- */

    .business h2 {
        font-size: 3rem;
    }

    /* -------------------- case -------------------- */

    .case_tit>.common_tit_border {
        font-size: 2.8rem;
    }

    .case_list {
        margin-top: 60px;
    }

    .case_list li{
        width: 49%;
        padding-top: 18px;
    }

    .case_item_tit {
        font-size: 2.6rem;
    }

    .case_item_num {
        width: 180px;
        height: 51px;
    }

    .case_item_num>img{
        width: 95px;
    }

    .case_txt {
        font-size: 2.2rem;
    }

    /* -------------------- step -------------------- */

    .step_tit .common_tit_border {
        font-size: 3rem;
    }

    .step_list li:after {
        bottom: -3px;
        margin: auto;
        width: 0;
        height: 0;
        border-top: 25px solid #0b2e4e;
        border-bottom: 25px solid transparent;
        border-right: 65px solid transparent;
        border-left: 65px solid transparent;
    }

    /* -------------------- price -------------------- */

    .price_tit {
        font-size: 3rem;
    }

    /* -------------------- question -------------------- */

    .question_tit {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1023px){

    /* -------------------- common -------------------- */

    .common_tit_border{
        min-height: 70px;
        border: 2px solid #0b2e4e;
    }

    .contact_btn_box a {
        width: 500px;
        font-size: 1.8rem;
        padding: 20px;
        background: url("../img/contact_arrow01.png") no-repeat right 20px center/24px auto #f18024;
        border: 3px solid #e7781f;
    }

    .contact_guide_txt {
        font-size: 2rem;
    }

    /* -------------------- mv -------------------- */
  
    .mv_tbtn {
        margin-top: 0;
        border: 3px solid #e7781f;
        padding: 10px 35px 8px 6px;
    }

    .mv_tit_box{
        padding-top: 80px;
    }

    .mv_tit01 {
        font-size: 2.2rem;
    }

    .mv_tit02 {
        font-size: 3.6rem;
        padding: 40px 10px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        margin: 40px auto 0;
    }

    .mv_gold{
        position: static;
        width: 160px;
        margin-left: 20px;
    }

    .mv_txt_box>span {
        font-size: 3.2rem;
    }

    .mv_txt_box {
        font-size: 2.2rem;
    }

    .mv_contact_box {
        padding-bottom: 90px;
    }

    /* -------------------- trouble -------------------- */

    .trouble {
        padding: 80px 0 120px;
        background: url("../img/trouble_bg01.png") repeat center center/cover
    }

    .trouble_tit01 {
        font-size: 3rem;
    }

    .trouble_tit02 {
        font-size: 2.4rem;
    }

    .trouble_tit03 {
        font-size: 4rem;
    }

    .trouble_tit_box {
        padding: 7px 40px 0;
        border: 2px solid #ffffff;
    }

    .trouble_list{
        width: 625px;
        margin: 40px auto -24px;
    }

    .trouble_list li {
        width: 300px;
        background: url("../img/trouble_check_img01.png") no-repeat top 16px center/35px auto #ffffff;
        padding: 65px 0 15px;
    }

    .trouble_list li>span {
        font-size: 2rem;
    }

    /* -------------------- trouble -------------------- */

    .means_message {
        font-size: 2.6rem;
    }

    .common_message_arrow:after {
        top: 98%;
    }

    .means {
        padding-top: 110px;
    }

    .means_list {
        flex-direction: column;
        align-items: center;
    }

    .means_list li{
        width: 280px;
        height: 280px;
        margin-bottom: 30px;
    }

    .means_list li:last-of-type{
        margin-bottom: 0;
    }

    .means_tit01 {
        font-size: 2.8rem;
    }

    .means_tit {
        font-size: 2.6rem;
        padding: 90px 0 60px;
    }

    .means_txt {
        padding: 12px 60px 0;
    }

    .means_tit02 {
        font-size: 2.4rem;
        padding: 27px 0 24px;
    }

    /* -------------------- point -------------------- */

    .point {
        padding: 70px 0 120px;
    }

    .point h2 {
        font-size: 2.4rem;
    }

    .point_tit02 {
        font-size: 3rem;
    }

    .point_tit01 {
        font-size: 4.2rem;
    }

    .point_img_box{
        width: 100px;
    }

    .point_img_inner {
        padding: 60px 10px 70px;
        border: 2px solid #0b2e4e;
    }

    .point_txt_box {
        padding-left: 35px;
    }

    .point_item_tit {
        font-size: 2rem;
    }

    .point_img_inner>img {
        width: 45px;
    }

    .point_img_inner:after,
    .point_img_inner:before {
        height: 2px;
    }

    .point_img_inner:before {
        bottom: -2px;
    }

    .point_img_inner:after {
        top: -2px;
    }

    .point_img_box:after,
    .point_img_box:before {
        width: 2px;
    }



    /* -------------------- fairness -------------------- */

    .fairness_message {
        font-size: 2.6rem;
    }

    .fairness_message span{
        font-size: 2.8rem;
    }

    .fairness {
        padding: 100px 0 78px;
    }

    .fairness_tit01 {
        font-size: 2.4rem;
    }

    .fairness_tit02 {
        font-size: 3.8rem;
    }

    .fairness_tit03 {
        font-size: 3rem;
    }

    .fairness_content_tit {
        font-size: 2.8rem;
        padding: 12px 10px 10px;
    }

    .fairness_content_tit>span {
        font-size: 4rem;
    }

    .fairness_content_item {
        padding: 0 30px;
    }

    .fairness_content {
        padding: 40px 0;
    }

    .fairness_citem_tit {
        width: 90px;
        height: 90px;
        padding-top: 24px;
    }

    .fairness_citem_tit>span {
        font-size: 2.4rem;
        margin-top: 6px;
    }

    .fairness_citem_subtit {
        font-size: 2.2rem;
    }

    .fairness_citem_txt {
        line-height: 1.8;
        margin-top: 25px;
    }

    .fairness_bottom_txt {
        font-size: 2rem;
        margin-top: 50px;
    }

    .fairness_bottom_txt span {
        font-size: 2.8rem;
    }

    /* -------------------- special -------------------- */

    .specialist {
        padding: 85px 0 80px;
    }

    .specialist_txt>.common_tit_border {
        font-size: 2.2rem;
        padding: 0 25px;
    }

    .specialist_tit_box {
        margin-top: 40px;
    }

    .specialist_tit {
        font-size: 2rem;
        padding: 0 25px;
    }

    .specialist_tit span {
        font-size: 3.2rem;
    }

    .specialist_tit_box:after {
        border-top: 1px solid #48627a;
        border-bottom: 1px solid #48627a;
    }

    .specialist_item {
        margin-top: 45px;
        border: 2px solid #3876af;
        padding: 30px;
    }

    .spcl_item_tbox {
        padding-left: 30px;
    }

    .spcl_item_ttbox {
        padding: 7px 20px 4px;

    }

    .spcl_item_ttit02 {
        font-size: 1.8rem;
        padding-right: 5px;
    }

    .spcl_item_bcbox:first-of-type {
        width: 350px;
    }

    /* -------------------- business -------------------- */

    .business h2 {
        font-size: 2.8rem;
    }

    .busines_list:first-of-type {
        margin-left: 20px;
    }

    .busines_list_box{
        padding: 40px 30px;
    }

    /* -------------------- case -------------------- */

    .case_tit>.common_tit_border {
        font-size: 2.6rem;
        padding: 0 25px;
    }

    .case_list {
        margin-top: 50px;
    }

    .case_item_box {
        padding: 22px 30px 27px;
    }

    .case_item_tit {
        font-size: 2.2rem;
    }

    .case_item_txt {
        margin-top: 12px;
    }

    .case_item_num {
        width: 160px;
        height: 45px;
    }

    .case_item_num>img {
        width: 90px;
    }

    .case_item_num:after {
        right: -36px;
        border-top: 45px solid transparent;
        border-bottom: 45px solid #0b2e4e;
        border-right: 36px solid transparent;
        border-left: 36px solid transparent;
    }

    .case_txt {
        font-size: 2rem;
        margin-top: 50px;
    }

    /* -------------------- step -------------------- */

    .step {
        padding: 80px 0 85px;
    }

    .step_tit .common_tit_border {
        font-size: 2.8rem;
    }

    .step_list {
        margin-top: 50px;
    }

    .step_item_box {
        padding: 25px 40px 22px 130px;
        background-position: left 36px center;
        background-size: 60px auto;
    }

    .step_item_img {
        width: 90px;
    }

    .step_item_img>img{
        width: 35px;
    }

    .step_list li {
        padding-bottom: 60px;
    }

    .step_list li:after {
        bottom: -3px;
        border-top: 20px solid #0b2e4e;
        border-bottom: 20px solid transparent;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
    }

    /* -------------------- price -------------------- */

    .price_tit {
        font-size: 2.8rem;
    }

    .price_tit>img {
        width: 65px;
    }

    .price_example_list li {
        padding: 15px 30px 14px;
        font-size: 1.6rem;
    }

    .price_eitem_tit{
        padding-left: 18px;
    }

    /* -------------------- question -------------------- */

    .question_tit>img {
        width: 65px;
    }

    .question_tit {
        font-size: 2.8rem;
    }

    .question_list li {
        padding: 19px 30px 0 30px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px){

    /* -------------------- common -------------------- */

    .contact_btn_box a {
        padding: 18px;
        border: 2px solid #e7781f;
    }

    .contact_guide {
        padding: 40px 10px;
    }

    .contact_guide_txt {
        font-size: 1.8rem;
    }

    .contact_btn_box a {
        font-size: 1.6rem;
        padding: 15px;
        background: url("../img/contact_arrow01.png") no-repeat right 20px center/20px auto #f18024;
    }

    .common_tit_border {
        min-height: 60px;
    }

    .contact_guide {
        padding: 30px 0;
    }

    /* -------------------- mv -------------------- */

    .mv_tit_box{
        padding-top: 60px;
    }

    .mv_top_box{
        padding-top: 15px;
    }

    .mv_tbtn {
        font-size: 1.4rem;
        border: 2px solid #e7781f;
        background: url("../img/header_arrow01.png") no-repeat right 7px center/15px auto #f18024;
    }

    .mv_gold {
        width: 120px;
        margin-left: 15px;
    }

    .mv_tit01 {
        font-size: 2rem;
    }

    .mv_tit02 {
        font-size: 2.8rem;
        padding: 35px 10px;
        margin-top: 35px;
    }

    .mv_txt_box>span {
        font-size: 2.6rem;
    }

    .mv_txt_box {
        font-size: 2rem;
        padding: 20px;
        margin-top: 40px;
    }

    .mv_contact_box {
        padding-bottom: 80px;
    }

    /* -------------------- trouble -------------------- */

    .trouble {
        background: url("../img/trouble_bg01.png") repeat center center/cover;
    }

    .trouble_tit01 {
        font-size: 2.6rem;
    }

    .trouble_tit02 {
        font-size: 2.2rem;
    }

    .trouble_tit03 {
        font-size: 3.2rem;
    }

    .trouble_tit_box {
        padding: 7px 20px 0;
    }

    .trouble_list {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    /* -------------------- means -------------------- */

    .means_message>.common_message_txt {
        padding: 15px 10px 13px;
    }

    .means_message {
        font-size: 2.4rem;
    }

    .means_message{
        max-width: 90%;
    }

    .means_tit {
        font-size: 2.4rem;
        padding: 85px 0 55px;
        background-position: top 50px center;
        background-size: 100px auto;
    }

    .means_list li {
        width: 260px;
        height: 260px;
        margin-bottom: 30px;
    }

    .means_txt {
        padding: 10px 50px 0;
    }

    .means_tit01 {
        font-size: 2.4rem;
        margin: 40px 0 60px;
    }

    .means_tit02 {
        font-size: 2.2rem;
        padding: 22px 0 20px;
    }

    .point {
        padding: 60px 0 100px;
    }

    .point h2 {
        font-size: 2.2rem;
    }

    .point_tit02 {
        font-size: 2.8rem;
    }

    .point_tit01 {
        font-size: 3.8rem;
    }

    .point_list {
        overflow: hidden;
    }

    .point_list li {
        flex-direction: column;
    }

    .point_txt_box {
        padding-left: 0;
    }

    .point_img_box {
        width: 240px;
        align-self: center;
    }

    .point_img_inner {
        padding: 12px;
    }

    .point_img_inner:after, .point_img_inner:before {
        width: calc(100% - 38px);
    }

    .point_img_box:after, .point_img_box:before {
        height: calc(100% - 38px);
    }

    .point_item_tit {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .point_item_txt {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 6px;
    }

    /* -------------------- fairness -------------------- */

    .fairness_message {
        font-size: 2.2rem;
        max-width: 90%;
    }

    .fairness_message span{
        font-size: 2.4rem;
    }


    .fairness {
        padding: 100px 0 60px;
    }

    .fairness_tit01 {
        font-size: 2.2rem;
    }

    .fairness_tit02 {
        font-size: 3.2rem;
    }

    .fairness_tit03 {
        font-size: 2.6rem;
    }

    .fairness_content_tit {
        font-size: 2.6rem;
        padding: 12px 10px 10px;
        margin-top: 35px;
    }

    .fairness_content_tit>span {
        font-size: 3rem;
    }

    .fairness_content{
        flex-direction: column;
    }

    .fairness_content_item {
        width: 100% !important;
        padding: 0 30px;
    }

    .fairness_content_item:first-of-type {
        border-right: none;
        margin-bottom: 30px;
    }

    .fairness_content_item:first-of-type .fairness_citem_txt{
        padding-bottom: 30px;
        border-bottom: 1px solid #677d91;
    }

    .fairness_citem_subtit {
        font-size: 2rem;
    }

    .fairness_bottom_txt {
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .fairness_bottom_txt span {
        font-size: 2.6rem;
    }

    /* -------------------- specialist -------------------- */

    .specialist {
        padding: 65px 0 60px;
    }

    .specialist_txt>.common_tit_border {
        font-size: 2rem;
        padding: 0 20px;
    }

    .specialist_tit_box {
        margin-top: 35px;
    }

    .specialist_tit span {
        font-size: 2.8rem;
    }

    .specialist_tit {
        font-size: 1.8rem;
        padding: 0 20px;
    }

    .specialist_item {
        margin-top: 40px;
        padding: 30px;
    }

    .spcl_item_tcontent {
        flex-direction: column;
    }

    .spcl_item_tcimg {
        align-self: center;
    }

    .spcl_item_tbox {
        padding-left: 0;
        margin-top: 30px;
    }

    .spcl_item_ttbox {
        padding: 7px 15px 4px;
    }

    .spcl_item_binner {
        flex-direction: column;
    }

    .spcl_item_bcbox:first-of-type {
        width: 100%;
        padding-right: 0;
    }

    .spcl_item_bcbox:last-of-type{
        margin-top: 23px;
    }

    /* -------------------- business -------------------- */

    .business {
        padding: 60px 0;
    }

    .business h2 {
        font-size: 2.6rem;
    }

    .busines_list_box {
        flex-direction: column;
    }

    .busines_list {
        width: 100%;
    }

    .busines_list:first-of-type {
        margin-left: 0;
        margin-bottom: 0;
    }

    .busines_list li{
        padding-right: 0;
    }

    /* -------------------- case -------------------- */

    .case {
        padding:65px 0 60px;
    }

    .case_tit>.common_tit_border {
        font-size: 2.4rem;
        padding: 0 20px;
    }

    .case_list {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .case_list li {
        width: 480px;
        max-width: 100%;
    }

    .case_item_tit {
        font-size: 2rem;
    }

    .case_item_box {
        padding: 20px 25px 27px;
    }

    .case_item_txt {
        margin-top: 8px;
    }

    .case_item_num {
        width: 140px;
        height: 40px;
    }

    .case_item_num>img {
        width: 80px;
    }

    .case_item_num:after {
        right: -30px;
        border-top: 40px solid transparent;
        border-bottom: 40px solid #0b2e4e;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }

    .case_txt {
        font-size: 1.8rem;
        line-height: 1.8;
        margin-top: 40px;
    }

    /* -------------------- step -------------------- */

    .step {
        padding: 60px 0 65px;
    }

    .step_tit .common_tit_border {
        font-size: 2.6rem;
        padding: 0 20px;
    }

    .step_list {
        margin-top: 40px;
    }

    .step_list li {
        flex-direction: column;
        padding-bottom: 80px;
    }

    .step_item_img {
        width: 100%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .step_list li:after {
        bottom: 8px;
    }

    .step_list li:after {
        bottom: 12px;
        border-top: 18px solid #0b2e4e;
        border-bottom: 18px solid transparent;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
    }

    /* -------------------- price -------------------- */

    .price {
        padding: 60px 0 65px;
    }

    .price_tit {
        font-size: 2.6rem;
    }

    .price_tit>img {
        width: 50px;
        padding-right: 13px;
    }

    .price_txt {
        line-height: 1.8;
        margin-top: 30px;
    }

    .price_example {
        font-size: 2rem;
        margin-top: 35px;
    }

    .price_example_list li {
        flex-direction: column;
    }

    .price_eitem_titbox{
        width: 100%;
        padding-right: 0;
    }

    .price_eitem_txtbox {
        margin-top: 12px;
    }

    /* -------------------- question -------------------- */

    .question{
        padding: 60px 0 65px;
    }

    .question_tit {
        font-size: 2.6rem;
    }

    .question_tit>img {
        width: 50px;
        padding-right: 12px;
    }

    .question_list {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 480px){

    .inner{
        max-width: 90%;
    }

    .common_message_arrow:after {
        top: 97%;
    }

    .common_message_br{
        display: none;
    }

    .contact_guide_txt {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .contact_btn_box a {
        width: 300px;
        font-size: 1.4rem;
        padding: 12px;
        background: url("../img/contact_arrow01.png") no-repeat right 18px center/18px auto #f18024;
    }

    .common_tit_border {
        min-height: 60px;
        border: 1px solid #0b2e4e;
    }

    .contact_guide_br{
        display: block;
    }
    /* -------------------- mv -------------------- */

    .mv_br{
        display: block;
    }

    .mv_tbtn{
        background: #f18024;
        padding: 10px 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
    }

    .mv_tbtn>p{
        display: none;
    }

    .mv_tbtn_img{
        display: block;
    }

    .mv_tit_box {
        padding-top: 50px;
    }

    .mv_tit01 {
        font-size: 1.8rem;
    }

    .mv_tit02 {
        font-size: 2.4rem;
        padding: 30px 10px;
        margin-top: 30px;
    }

    .mv_gold {
        width: 100px;
        margin-left: 10px;
    }

    .mv_tit02 {
        max-width: 100%;
    }

    .mv_txt_box {
        font-size: 1.8rem;
        padding: 15px;
        margin-top: 35px;
    }

    .mv_txt_box>span {
        font-size: 2.2rem;
    }

    .mv_contact_box {
        padding-bottom: 70px;
    }

    /* -------------------- trouble -------------------- */

    .trouble {
        padding: 70px 0 100px;
    }

    .trouble_tit01 {
        font-size: 2.2rem;
    }

    .trouble_tit03 {
        font-size: 2.6rem;
    }

    .trouble_tit02 {
        font-size: 2rem;
    }

    .trouble_tit_box {
        padding: 7px 15px 0;
        border: 1px solid #ffffff;
    }

    .trouble_list {
        margin: 35px auto -20px;
    }

    .trouble_list li>span {
        font-size: 1.8rem;
    }

    .trouble_list li {
        font-size: 1.4rem;
        background: url("../img/trouble_check_img01.png") no-repeat top 16px center/30px auto #ffffff;
        padding: 60px 0 15px;
        margin-bottom: 20px;
    }

    .trouble_br{
        display: block;
    }

    /* -------------------- means -------------------- */

    .means{
        padding-top: 100px;
    }

    .means_message {
        font-size: 2rem;
        border: 1px solid #1a1a1a;
    }

    .means_list li {
        width: 240px;
        height: 240px;
        margin-bottom: 30px;
        border: 1px solid #0b2e4e;
    }

    .means_tit {
        font-size: 2rem;
        padding: 80px 0 50px;
        background-position: top 55px center;
        background-size: 80px auto;
    }

    .means_txt span {
        font-size: 1.8rem;
    }

    .means_tit01 {
        font-size: 2.2rem;
        margin: 35px 0 50px;
    }

    .means_tit02 {
        font-size: 1.8rem;
        padding: 18px 0 16px;
    }

    .means_br{
        display: block;
    }

    /* -------------------- point -------------------- */

    .point {
        padding: 50px 0 100px;
    }

    .point h2 {
        font-size: 2rem;
        line-height: 1.5;
    }

    .point_tit02 {
        font-size: 2.4rem;
    }

    .point_tit01 {
        font-size: 3rem;
    }

    .point_tit_br{
        display: none;
    }

    .point_list {
        margin-top: 35px;
        margin-bottom: -45px;
    }

    .point_item_tit {
        font-size: 1.6rem;
        margin-top: 25px;
    }

    .point_item_txt {
        font-size: 1.4rem;
    }

    .point_img_box {
        width: 48px;
    }

    .point_img_inner {
        padding: 12px 6px;
        border: 1px solid #0b2e4e;
    }

    .point_img_inner>img {
        width: 35px;
    }

    .point_img_box:after,
    .point_img_box:before {
        height: calc(100% - 25px);
        width: 1px;
    }

    .point_img_inner:after,
    .point_img_inner:before {
        width: calc(100% - 25px);
        height: 1px;
    }

    .point_img_inner:before {
        bottom: -1px;
    }

    .point_img_inner:after {
        top: -1px;
    }

    .point_list li {
        margin-bottom: 45px;
    }



    /* -------------------- fairness -------------------- */

    .fairness {
        padding: 100px 0 50px;
    }

    .fairness_message>.common_message_txt {
        padding: 15px 10px 12px;
    }

    .fairness_message {
        font-size: 1.8rem;
        border: 1px solid #1a1a1a;
    }

    .fairness_message span{
        font-size: 2.2rem;
    }


    .common_message_arrow:after {
        top: 100%;
        background: url("../img/means_arrow01.png") no-repeat top center/18px auto;
    }

    .fairness_tit01 {
        font-size: 2rem;
    }

    .fairness_tit02 {
        font-size: 2.6rem;
    }

    .fairness_tit03 {
        font-size: 2.4rem;
    }

    .fairness_content_tit {
        font-size: 2.2rem;
        padding: 12px 10px 10px;
        margin-top: 25px;
    }

    .fairness_content {
        padding: 30px 0;
    }

    .fairness_content_item {
        padding: 0 20px;
    }

    .fairness_citem_tit {
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
        padding-top: 20px;
    }

    .fairness_citem_tit>span {
        font-size: 2.2rem;
    }

    .fairness_citem_subtit {
        font-size: 1.8rem;
    }

    .fairness_citem_txt {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .fairness_content_item:first-of-type .fairness_citem_txt {
        padding-bottom: 25px;
    }

    .fairness_content_item:first-of-type {
        margin-bottom: 25px;
    }

    .fairness_bottom_txt {
        font-size: 1.6rem;
        margin-top: 30px;
    }

    .fairness_bottom_txt span {
        font-size: 2.2rem;
    }

    .fairness_br{
        display: block;
    }

    /* -------------------- specialist -------------------- */

    .specialist {
        padding: 55px 0 50px;
    }

    .specialist_txt>.common_tit_border {
        font-size: 1.8rem;
        padding: 0 15px;
    }

    .specialist_tit {
        font-size: 1.6rem;
        padding: 0 10px;
    }

    .specialist_tit span {
        font-size: 2.4rem;
    }

    .specialist_item {
        margin-top: 30px;
        padding: 20px;
        border: 1px solid #3876af;
    }

    .spcl_item_ttit02 {
        font-size: 1.7rem;
    }

    .spcl_item_ttxt {
        font-size: 1.4rem;
    }

    .spcl_item_btn {
        font-size: 1.4rem;
        padding:9px 36px 9px;
    }

    .spcl_item_bc_tit {
        font-size: 1.4rem;
    }

    .spcl_item_bclist01 li {
        margin-bottom: 8px;
    }

    .spcl_item_bclist01 li>div {
        font-size: 1.4rem;
    }

    .spcl_item_bclist02 li {
        font-size: 1.4rem;
        padding-left: 16px;
        margin-bottom: 8px;
    }


    .specialist_br{
        display: block;
    }


    /* -------------------- business -------------------- */

    .business {
        padding: 50px 0;
    }

    .business h2 {
        font-size: 2.4rem;
    }

    .busines_list_box {
        padding: 30px 20px;
    }

    .busines_list li {
       font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .busines_list {
        margin-bottom: -10px;
    }

    .business_br{
        display: block;
    }

    /* -------------------- case -------------------- */

    .case {
        padding: 55px 0 50px;
    }

    .case_tit>.common_tit_border {
        font-size: 2.2rem;
        padding: 0 15px;
    }

    .case_list {
        margin-top: 30px;
    }

    .case_item_box {
        padding: 20px;
    }

    .case_item_tit {
        font-size: 1.8rem;
    }

    .case_item_txt {
        font-size: 1.4rem;
        margin-top: 8px;
    }

    .case_item_num {
        width: 110px;
        height: 35px;
    }

    .case_item_num>img {
        width: 70px;
    }

    .case_item_num:after {
        right: -25px;
        border-top: 35px solid transparent;
        border-bottom: 35px solid #0b2e4e;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
    }

    .case_txt {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 30px;
    }

    /* -------------------- step -------------------- */

    .step {
        padding: 50px 0 55px;
    }

    .step_tit .common_tit_border {
        font-size: 2.4rem;
        padding: 0 15px;
    }

    .step_list {
        margin-top: 30px;
    }

    .step_item_img {
        padding: 12px;
    }

    .step_item_img>img {
        width: 30px;
    }

    .step_item_box {
        padding: 20px 20px 20px 80px;
        background-position: left 20px center;
        background-size: 40px auto;
    }

    .step_item_tit {
        font-size: 1.8rem;
    }

    .step_item_txt, .step_item_annotation {
        font-size: 1.4rem;
    }

    .step_list li {
        padding-bottom: 60px;
    }

    .step_list li:after {
        bottom: 6px;
        border-top: 15px solid #0b2e4e;
        border-bottom: 15px solid transparent;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }

    /* -------------------- price -------------------- */

    .price {
        padding: 50px 0 55px;
    }

    .price_tit>img {
        width: 40px;
        padding-right: 10px;
    }

    .price_tit {
        font-size: 2.4rem;
    }

    .price_txt {
        font-size: 1.4rem;
        margin-top: 25px;
    }

    .price_example {
        font-size: 1.8rem;
        margin-top: 30px;
    }

    .price_example_list li {
        padding: 15px 20px 14px;
        font-size: 1.4rem;
    }

    .price_eitem_img {
        width: 28px;
        height: 25px;
    }

    .price_eitem_img>img{
        width: 16px;
    }

    .price_eitem_tit {
        padding-left: 12px;
        margin-top: 0;
    }

    .price_eitem_txtbox {
        margin-top: 10px;
    }

    /* -------------------- question -------------------- */

    .question {
        padding: 50px 0 55px;
    }

    .question_tit {
        font-size: 2.4rem;
    }

    .question_tit>img {
        width: 40px;
        padding-right: 8px;
    }

    .question_list {
        margin-top: 30px;
    }

    .question_list li {
        padding: 15px 20px 0 20px;
        margin-bottom: 24px;
    }

    .question_item_qtxt,
    .question_item_atxt {
        padding-left: 12px;
    }

    .question_item_qtxt {
        font-size: 1.4rem;
        margin-top: 3px;
    }

    .question_item_qimg, .question_item_aimg {
        width: 24px;
        height: 28px;
        font-size: 1.4rem;
    }

    .question_item_atxt {
        font-size: 1.4rem;
    }

    .question_item_q {
        padding-bottom: 15px;
    }
}

 /* -------------------- logo -------------------- */

@media print, screen and (min-width: 768px) {
  .mv_tlogo{ width: 230px; }
}
@media print, screen and (min-width: 501px) and (max-width: 767px){
  .mv_tlogo { width: 180px; }
}
@media print, screen and (max-width: 500px){
  .mv_tlogo {
    margin-right: 10px;
    max-width: 160px;
    width: calc( 100% - 50px - 0.1px );
  }
}
.mv_tlogo > a{
  display: flex;
  align-items: center;
  width: 100%;
}
.mv_tlogo > a > p{ width: 30%; }
.mv_tlogo > a > div{
  margin-left: 8px;
  width: 70%;
}
.mv_tlogo > a > div > p{
  font-size: 0;
  line-height: 1;
}
.mv_tlogo > a > div > p:first-of-type{ border-bottom: 1px solid #ffffff; }
.mv_tlogo > a > div > p:nth-of-type(2){ padding-top: 2px; }
