@charset "UTF-8";
/********************************
DEFAULT
*********************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0px;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
:placeholder-shown {
    color: #B3B3B4;
}
::-webkit-input-placeholder {
    color: #B3B3B4;
}
:-moz-placeholder {
    color: #B3B3B4; opacity: 1;
}
::-moz-placeholder {
    color: #B3B3B4; opacity: 1;
}
:-ms-input-placeholder {
    color: #B3B3B4;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
a,a:link {
    color: #434343;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #434343;
}
a:hover,a:active {
    color: #434343;
    text-decoration: underline;
}
*:focus {
    outline: none;
}
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b1 {
    margin-bottom: 1px !important;
}
.m_b2 {
    margin-bottom: 2px !important;
}
.m_b3 {
    margin-bottom: 2px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b7 {
    margin-bottom: 7px !important;
}
.m_b8 {
    margin-bottom: 8px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b11 {
    margin-bottom: 11px !important;
}
.m_b12 {
    margin-bottom: 12px !important;
}
.m_b13 {
    margin-bottom: 13px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Helvetica Neue",Arial,Meiryo,sans-serif;
    line-height: 1.8;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    min-width: 1140px;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/********************************
HEADER
*********************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255,255,255,0.9);
    width: 100%;
    z-index: 999;
}
.header_wrap {
    position: relative;
}
.header_in {
    width: 1140px;
    margin: 0 auto;
    padding: 18px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_in.is-ver2 {
    width: 100%;
    max-width: 1440px;
    min-width: 1140px;
    padding: 18px 39px;
    box-sizing: border-box;
}
.header_in.is-ver2 .hMenu_wrap {
    width: 940px;
}
.header_in.is-ver2 .hLogo_ttl {
    width: 321px;
    height: 38px;
    min-width: 321px;
}
.header_in.is-ver2 .hLogo_ttl a span {
    background-size: 321px auto;
    padding: 38px 0 0;
}
.header_in.is-ver2 .hMenu_ttl a span {
    font-size: 15px;
}
.header_in.is-ver2 .hMenu_ttl p span {
    font-size: 15px;
}
.hLogo_ttl {
    width: 392px;
    height: 45px;
}
.hLogo_ttl a {
    text-decoration: none;
    display: block;
}
.header_in.is-ver2 .hMenu_ttl a span:before {
    margin-top: -4px;
}
@media (max-width: 1440px) {
    /* .header_in.is-ver2 {
        padding: 18px 3.145vw;
    } */
    .header_in.is-ver2 .hLogo_wrap {
        margin-right: 4%;
    }
    .header_in.is-ver2 .hMenu_wrap {
        width: 75%;
    }
}
@media (max-width: 1240px) {
    .header_in.is-ver2 .hMenu_ttl a span {
        font-size: max(1.11vw,13px);
    }
}
@media (max-width: 1140px) {
    .header_in.is-ver2 .hMenu_wrap {
        width: 685px;
    }
}
@media (min-width: 767px) {
    .hLogo_ttl a:hover {
        opacity: 0.7;
    }
}
.hLogo_ttl a span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 45px 0 0 0;
    background: url(../svg/logo.svg?data=20200909) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.hMenu_wrap {
    width: 670px;
    padding: 0 20px 0 0;
}
.hMenu_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hMenu_ttl {
    line-height: 1;
    font-weight: 600;
}
.hMenu_ttl a {
    text-decoration: none;
}
.hMenu_ttl a span {
    position: relative;
}
.hMenu_ttl a span:before {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -6px;
    background: url(../svg/dec_arw_un_01.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.hMenu_ttl p span {
    position: relative;
    cursor: pointer;
}
.hMenu_ttl p span:before {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -4px;
    background: url(../svg/dec_arw_un_01.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
@media (min-width: 767px) {
    .hMenu_ttl a:hover {
        color: #001f6b;
    }
    .hMenu_ttl p:hover {
        color: #001f6b;
    }
    .hMenu_ttl a:hover span:before {
        background: url(../svg/dec_arw_un_02.svg) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
}
.hMenu_ttl.active a {
    color: #001f6b;
}
.hMenu_ttl.active a span:before {
    background: url(../svg/dec_arw_un_02.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.hMenu_in {
    display: none;
    position: absolute;
    top: 80px;
    top: 48px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 32px 0 0;
}
@media (min-width: 767px) {
    .header_in.is-ver2 .hMenu_in {
        top: 42px;
    }
}
.hMenu_in.active {
    display: block;
}
.hMenu_box {
    display: none;
    width: 100%;
    background: rgba(242,244,248,0.8);
}
.hMenu_box.active {
    display: block;
}
.menu_cnt {
    width: 1140px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
}
/*20221221*/
.menu_cnt.ver2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 0;
}
.menu_cnt.ver2 a {
    height: 55px;
}
.menu_cnt.ver2 a span {
    vertical-align: middle;
    padding-left: 40px;
    box-sizing: border-box;
}
.menu_cnt li {
    background: #fff;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.menu_cnt.clm6 li {
    width: 16%;
}
.header_in.is-ver2 .menu_cnt .n1 a span:before {
    top: 26px;
}
.header_in.is-ver2 .menu_cnt .n1 a span:before {
    background-image: url(../svg/icon-01.svg) ;
    width: 47px;
    height: 40px;
    margin-left: -22px;
}
.header_in.is-ver2 .menu_cnt li.n3 a span:before {
    background: url(../svg/icon-02.svg) no-repeat center center;
}
.header_in.is-ver2 .menu_cnt .n5 a span:before {
    background: url(../svg/icon-33.svg) no-repeat center center;
    width: 54px;
    height: 34px;
    margin-left: -27px;
    top: 29px;
}
.header_in.is-ver2 .menu_cnt .n6 a span:before {
    background: url(../svg/icon-32.svg) no-repeat center center;
    width: 40px;
    height: 40px;
}
.header_in.is-ver2 .menu_cnt .n12 a span:before {
    background: url(../svg/icon-35.svg) no-repeat center center;
    left: 81px;
    width: 27px;
    height: 26px;
    top: 13px;
}
.header_in.is-ver2 .menu_cnt .n13 a span:before {
    background: url(../svg/icon-36.svg) no-repeat center center;
    left: 101px;
    width: 21px;
    height: 21px;
    top: 18px;
}
.header_in.is-ver2 .menu_cnt .n14 a span:before {
    background: url(../svg/icon-38.svg) no-repeat center center;
    left: 96px;
    width: 34px;
    height: 15px;
}
.header_in.is-ver2 .menu_cnt .n15 a span:before {
    background: url(../svg/icon-37.svg) no-repeat center center;
    left: 140px;
    width: 21px;
    height: 23px;
    top: 16px;
}
.header_in.is-ver2 .menu_cnt .n16 a span:before {
    background: url(../svg/icon-25.svg) no-repeat center center / 100% auto;
    left: 140px;
    width: 35px;
    height: 24px;
    top: 15px;
}
.header_in.is-ver2 .menu_cnt .n19 a span:before {
    background: url(../svg/icon-39.svg) no-repeat center center;
    width: 45px;
    height: 38px;
    margin-left: -23px;
    top: 29px;
}
.header_in.is-ver2 .menu_cnt .n20 a span:before {
    background: url(../svg/icon-40.svg) no-repeat center center;
    left: 50%;
    width: 28px;
    height: 23px;
    margin-left: -84px;
    top: 45px;
}
.header_in.is-ver2 .menu_cnt .n21 a span:before {
    background: url(../svg/icon-41.svg) no-repeat center center;
    width: 21px;
    height: 33px;
    margin-left: -89px;
    left: 50%;
    top: 37px;
}
.header_in.is-ver2 .menu_cnt a span {
    padding-bottom: 10px;
}
.header_in.is-ver2 .menu_cnt.ver2 a span {
    padding-bottom: 0;
}
.header_in.is-ver2 .menu_cnt.clm2 a span {
    padding: 0 0 0 40px;
    font-size: 18px;
}
/**/

.menu_cnt.clm6 li.is-wide:nth-child(1),
.menu_cnt.clm6 li.is-wide:nth-child(2) {
    margin-top: 0;
}
.menu_cnt.clm6 li.is-wide {
    width: 32.632%;
    margin-top: 15px;
    margin-right: 11px;
}
.menu_cnt.clm6 li.is-wide2 {
    width: 49.475%;
    margin-right: 11px;
}
.menu_cnt.clm6 li.is-wide2:nth-child(2n) {
    margin-right: 0;
}
.menu_cnt.clm6 li.is-wide:last-child {
    margin-right: 0;
}
.menu_cnt.clm3 li {
    width: 32.5%;
}
.menu_cnt.clm2 li {
    width: 49.5%;
}
.menu_cnt.clm7 li {
    width: 18.948%;
}
.menu_cnt a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 110px;
    text-decoration: none;
}
@media (min-width: 767px) {
    .menu_cnt a:hover {
        opacity: 0.7;
    }
}
.menu_cnt a span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: bottom;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    color: #001f6b;
    position: relative;
}
.menu_cnt.clm2 a span {
    vertical-align: middle;
    text-align: center;
}
.menu_cnt a span:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
}
.menu_cnt .n1 a span:before,
.menu_cnt .n7 a span:before {
    width: 104px;
    height: 40px;
    margin-left: -52px;
    background-image:url(../svg/icon-01.svg), url(../svg/icon-02.svg);
    background-repeat:no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 47px auto, 46px auto;
    -ms-background-size: 47px auto, 46px auto;
    -moz-background-size: 47px auto, 46px auto;
    -webkit-background-size: 47px auto, 46px auto;
}
.menu_cnt .n2 a span:before,
.menu_cnt .n8 a span:before{
    width: 44px;
    height: 45px;
    margin-left: -22px;
    background:url(../svg/icon-03.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n3 a span:before {
    width: 48px;
    height: 50px;
    margin-left: -24px;
    background:url(../svg/icon-04.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n4 a span:before {
    width: 44px;
    height: 54px;
    margin-left: -22px;
    background:url(../svg/icon-05.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n5 a span:before {
    width: 42px;
    height: 43px;
    margin-left: -21px;
    background:url(../svg/icon-06.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n6 a span:before {
    width: 54px;
    height: 40px;
    margin-left: -27px;
    background:url(../svg/icon-07.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n9 a span:before {
    width: 38px;
    height: 44px;
    margin-left: -19px;
    background:url(../svg/icon-08.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n10 a span:before {
    top: 32px;
    left: 50%;
    margin-left: -104px;
    width: 44px;
    height: 46px;
    background:url(../svg/icon-09.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.menu_cnt .n11 a span:before {
    top: 32px;
    left: 50%;
    margin-left: -90px;
    width: 26px;
    height: 38px;
    background:url(../svg/icon-10.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
@media (min-width: 767px) {
    .header_in.is-ver2 .menu_cnt .is-wide.n15 a span:before {
        left: 46px;
    }
    .header_in.is-ver2 .menu_cnt .is-wide.n16 a span:before {
        left: 52px;
    }
    .menu_cnt.clm6 li.is-wide.n17 {
        margin-top: 0;
        margin-right: 0;
    }
}
.header_in.is-ver2 .menu_cnt .is-wide.n17 a span:before {
    background: url(../svg/icon-45.svg) no-repeat center center / 100% auto;
    left: 110px;
    width: 24px;
    height: 24px;
    top: 15px;
}
.menu_btn {
    display: none;
}
/********************************
FOOTER
*********************************/
footer {
    background: #f0f1f5;
}
.footer_wrap {
    padding: 50px 0;
    width: 1125px;
    margin: 0 auto;
}
.footer_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fDtl_wrap {
    width: 310px;
    border-top: 1px solid #001f6b;
}
.fDtl_wrap dl {
    padding: 28px 0 0;
}
.fDtl_wrap dt {
    line-height: 1;
    text-align: left;
    margin: 0 0 20px;
}
.fDtl_wrap dt a {
    pointer-events: none;
    line-height: 1;
    font-weight: 600;
    color: #001f6b;
}
.fDtl_wrap dt a span {
    position: relative;
    padding: 0 0 0 30px;
}
.fDtl_wrap dt a span:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    background: url(../img/arw3_right_blu.png) no-repeat 0 0;
}
.fDtl_lst li {
    line-height: 1;
    text-align: left;
    margin: 0 0 14px;
}
.fDtl_lst li:last-child {
    margin: 0;
}
.fDtl_lst li a {
    line-height: 1;
}
.fDtl_lst li a span {
    position: relative;
    padding: 0 0 0 30px;
}
.fDtl_lst li a span:before {
    content: "";
    width: 8px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 5px;
    background: url(../svg/dec_arw_foot.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.footer_copy {
    background: #fff;
    line-height: 1;
    padding: 19px 0;
}
.footer_copy small {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}
.footEx-txt {
    font-size: 14px;
    text-align: left;
    padding: 60px 0 0 0;
}
/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-btn a {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 23px 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    border: 2px solid #3d50a0;
    text-decoration: none;
    color: #3d50a0;
    background: #fff;
}
.c-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #3d50a0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.c-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    margin-top: -8px;
    width: 12px;
    height: 17px;
    background:url(../svg/dec_arw_r_02.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.is-ver2 a {
    padding: 48px 0 49px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border: 2px solid #F5DB36;
    text-decoration: none;
    color: #434343;
    background: #F5DB36;
}
.c-btn.is-ver2 a:after {
    content: none;
}
.c-btn.is-ver2 a:before {
    background:url(../svg/dec_arw_r_07.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.is-ver3 a {
    border-radius: 70px;
    -ms-border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border: none;
}
.c-btn.is-ver3 a:after {
    content: none;
}
.c-btn span {
    position: relative;
    z-index: 2;
}
.c-btn span.fs-hp {
    font-size: 18px;
}
.c-bnr a {
    display: block;
}
.c-ttl_wrap {
    background: #edf3f7;
    padding: 53px 0;
}
.c-ttl-ttl {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #001f6b;
}
body.form .c-ttl_wrap {
    background: #f0f1f5;
}
body.form .c-ttl-ttl {
    color: #434343;
}
body.information .c-ttl_wrap {
    background: #f0f1f5;
}
body.information .c-ttl-ttl {
    color: #434343;
}
@media (min-width: 767px) {
    .c-btn a:hover {
        color: #fff;
    }
    .c-btn a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .c-btn a:hover:before {
        background:url(../svg/dec_arw_r_01.svg) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-bnr a:hover {
        opacity: 0.7;
    }
    .c-btn.is-ver2 a:hover {
        opacity: 0.7;
        color: #434343;
    }
    .c-btn.is-ver2 a:hover:before {
        background:url(../svg/dec_arw_r_07.svg) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-btn.is-ver3 a:hover {
        background: #3d50a0;
    }
    .choice_new-btn:hover {
        opacity: .8;
    }
}
/********************************
CONTETS
*********************************/
#Contents {
    background: #fff;
    text-align: left;
}
/*mv*/
.mv_wrap,
.mv_wrap .mv_inner{
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 350px;
}
body.active .mv_wrap {
}
body.ob .mv_wrap {
}
body.houjin .mv_wrap {
    background: url(../img/houjin_mv.jpg) center right / cover no-repeat;
}
body.kojin .mv_wrap {
    background: url(../img/kojin_mv.jpg) center right / cover no-repeat;
}
body.analysis .mv_wrap {
    background: #f7f8fa url(../img/analysis_mv.png) center right / cover no-repeat;
}
body.fire .mv_wrap {
    background: url(../img/fire_mv.png) bottom right no-repeat;
}
body.medical .mv_wrap {
    background: url(../img/medical_mv.png) bottom right no-repeat;
}
body.online .mv_wrap {
    background:#F0F1F5 url(../img/online_mv.png) bottom right no-repeat;
}
body.review .mv_wrap {
    background: #f9fafb url(../img/review_mv.png) center right / cover no-repeat;
}
body.car .mv_wrap {
    background: url(../img/car_mv.png) center center / cover no-repeat;
}
body.consul .mv_wrap .mv_inner {
    background:#F0F1F5 url(../img/consul_mv01.png) bottom left no-repeat;
}
.mv-ttl {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #001f6b;
}
/*pagetop*/
.pagetop {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 52px;
    height: 52px;
    z-index: 999;
}
.pagetop a {
    display: block;
}
@media (min-width: 767px) {
    .pagetop a:hover {
        opacity: 0.7;
    }
}
.pagetop span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 52px 0 0 0;
    background: url(../svg/icon-11.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/*popup*/
.popup_wrap {
    display: none;
}
.popup_wrap.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popup_bg {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.popup_cls {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 26px;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    padding: 20px;
}
.popup_cls span {
    position: relative;
    margin: 12px 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.popup_cls span,
.popup_cls span:before,
.popup_cls span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #001f6b;
}
.popup_cls span:before,
.popup_cls span:after {
    position: absolute;
    content: "";
}
.popup_cls span:before {
    top: -12px;
}
.popup_cls span:after {
    top: 12px;
}
.popup_cls span:after {
    transform: translate(0px, -12px) rotate(-90deg);
    -ms-transform: translate(0px, -12px) rotate(-90deg);
    -moz-transform: translate(0px, -12px) rotate(-90deg);
    -webkit-transform: translate(0px, -12px) rotate(-90deg);
}
.popup_cls span:before {
    transform: translate(0px, 12px) rotate(-90deg);
    -ms-transform: translate(0px, 12px) rotate(-90deg);
    -moz-transform: translate(0px, 12px) rotate(-90deg);
    -webkit-transform: translate(0px, 12px) rotate(-90deg);
}
.popup_main {
    background: #fff;
    left: 50%;
    padding: 70px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9999;
}
.popup_main img {
    max-width: 1140px;
    width: 100%;
}
.ver4 {
    position: relative;
}
.slick-js li.ver4 a.top,.slick-js li.ver4 a.under {
    position: absolute;
}
.slick-js li.ver4 a.top {
    width: 1140px;
    height: 344px;
    top: 0;
}
.slick-js li.ver4 .bnr_btn06 a.top {
    height: 170px;
}
.slick-js li.ver4 a.under {
    width: 1140px;
    height: 156px;
    bottom: 0;
}
@media (max-width: 896px) {
    .slick-js li.ver4 a.top {
        width: 100%;
        height: 46.3%;
    }
    .slick-js li.ver4 .bnr_btn06 a.top {
        height: 39%;
    }
    .slick-js li.ver4 a.under {
        width: 100%;
        height: 53.7%;
    }
}
.bnr_btn {
    position: absolute;
    width: 1070px;
    height: 63px;
    margin: 0 33px 0 37px;
    bottom: 33px;
    left: 0;
    z-index: 9;
}
.bnr_btn.is-ver2 {
    width: 100%;
    height: 80px;
    margin: 0;
    bottom: 0;
}
.btnurl_wrap {
    width: 100%;
    height: 63px;
}
.bnr_btn.is-ver2 .btnurl_wrap {
    height: 80px;
}
.bnr_btn02 {
    position: absolute;
    width: 742px;
    height: 50px;
    margin: 0 53px 0 344px;
    bottom: 73px;
}
.bnr_btn03 {
    position: absolute;
    width: 1140px;
    height: 90px;
    margin: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.bnr_btn a {
    display: inline-block;
    height: 100%;
    width: 516px;
}
.bnr_btn a.is-ver2 {
    width: 33.3333%;
}
.bnr_btn02 a {
    display: inline-block;
    height: 100%;
    width: 336px;
}
.bnr_btn03 a {
    display: inline-block;
    height: 100%;
    width: 50%;
}
.bnr_btn04 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 88px;
    z-index: 9;
    text-align: center;
}
.bnr_btn04 a {
    display: inline-block;
    width: 42%;
    height: 65px;
    margin: 0 36px;
}
.bnr_btn05 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 58px;
    z-index: 9;
    text-align: center;
    line-height: 1;
    height: 69px;
}
.bnr_btn05 a {
    display: inline-block;
    width: 39.5%;
    height: 69px;
    margin: 0 44px;
}
.bnr_btn a.right {
    margin: 0 0 0 38px;
}
.bnr_btn06 {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
    text-align: center;
}
.bnr_btn06 a {
    display: inline-block;
    width: 33.4%;
    height: 71px;
    position: absolute;
}
.bnr_btn06 a.top {
    width: 100%;
    height: 170px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bnr_btn06 a.left {
    left: 332px;
    bottom: 26px;
}
.bnr_btn06 a.right {
    right: 22px;
    bottom: 26px;
}
.bnr_btn06 a.bottom {
    width: 100%;
    height: 330px;
    left: 0;
    bottom: 0;
}
.bnr_btn07 {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
    text-align: center;
}
.bnr_btn07 a {
    display: inline-block;
    width: 50%;
    height: 80px;
    bottom: 0;
    position: absolute;
}
.bnr_btn07 a.left {
    left: 0;
}
.bnr_btn07 a.right {
    right: 0;
}
@media (min-width: 897px) {
    .bnr_btn02 a.right {
        margin: 0 0 0 70px;
    }
}
.bnr_btn08 {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
    text-align: center;
}
.bnr_btn08 a {
    display: inline-block;
    width: 50%;
    height: 60px;
    bottom: 0;
    position: absolute;
}
.bnr_btn08 a.left {
    left: 0;
}
.bnr_btn08 a.right {
    right: 0;
}
.bnr_btn09 {
    bottom: 72px;
    position: absolute;
    width: 337px;
    height: 51px;
    left: 344px;
}
.bnr_btn09 a {
    display: block;
    width: 48%;
    height: 51px;
    position: absolute;
    left: 0;
}
.bnr_btn10 a {
    width: 48%;
    display: block;
    height: 51px;
    position: absolute;
    left: 0;
}
.bnr_btn09 a.right {
    right: 0;
    left: auto;
}
.bnr_btn10 a.right {
    right: 0;
    left: auto;
}
.bnr_btn10 {
    position: absolute;
    width: 337px;
    height: 51px;
    bottom: 72px;
    right: 53px;
}
.bnr_btn11 {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
    text-align: center;
}
.bnr_btn11 a {
    display: inline-block;
    width: 50%;
    height: 60px;
    bottom: 0;
    position: absolute;
}
.bnr_btn11 a.left {
    left: 0;
}
.bnr_btn12 {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
    text-align: center;
}
.bnr_btn12 a {
    display: inline-block;
    width: 50%;
    height: 60px;
    bottom: 0;
    position: absolute;
}
.bnr_btn12 a.left {
    left: 0;
}
.bnr_btn12 a.right {
    right: 0;
}
.bnr_btn12 a {
    display: inline-block;
    width: 50%;
    height: 60px;
    bottom: 0;
    position: absolute;
}
.page_movie {
    width: 740px;
    margin: 0 auto 50px auto;
    border: 3px solid #F0F1F5;
    box-sizing: border-box;
    padding: 45px 0;
    background: #fff;
}
.page-movie {
    width: 600px;
    margin: 0 auto;
}
.page-movie video {
    width: 600px;
    height: 336px;
}
/*20220912*/
.bnr_btn13 {
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9;
    text-align: center;
}
.bnr_btn13 a {
    display: inline-block;
    width: 50%;
    height: 80px;
    bottom: 0;
    position: absolute;
}
.bnr_btn13 a.left {
    left: 0;
}
.bnr_btn13 a.right {
    right: 0;
}
/*20220912*/
.bnr_btn13.ver2 a {
    height: 70px;
}
/*20220927*/
.bnr_btn13.ver3 a {
    display: inline-block;
    width: 33.3%;
    bottom: 0;
    position: absolute;
}
.bnr_btn13.ver3 a.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 896px) {
    body {
        font-size: 12px;
        min-width: 320px;
        width: 100%;
    }
    /********************************
    HEADER
    *********************************/
    header {
        background: rgba(255,255,255,0.9);
    }
    .header_in {
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 0 0 20px;
    }
    .header_in.is-ver2 {
        min-width: initial;
        padding: 0 0 0 20px;
    }
    .header_in.is-ver2 .hMenu_wrap {
        min-width: initial;
        width: auto;
    }
    .hLogo_ttl {
        width: 226px;
        height: 26px;
    }
    .header_in.is-ver2 .hLogo_ttl {
        width: 226px;
        height: 26px;
        min-width: auto;
    }
    .hLogo_ttl a span {
        padding: 26px 0 0 0;
    }
    .header_in.is-ver2 .hLogo_ttl a span {
        background-size: 100% auto;
        padding: 26px 0 0 0;
    }
    .hMenu_wrap {
        width: auto;
        padding: 0;
    }
    .hMenu_cv {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        width: 100%;
        background: #fff;
    }
    .hMenu_cv.active {
        display: block;
    }
    .header_in.is-ver2 .hMenu_cv {
        height: 100vh;
        overflow: scroll;
        background: rgba(255,255,255,0.9);
    }
    .hMenu_list {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #001f6b;
/*        overflow-y: scroll;*/
    }
    .hMenu_ttl {
        border-top: 1px solid #001f6b;
    }
    .hMenu_ttl a {
        display: block;
        padding: 16px 20px;
        text-align: left;
        color: #001f6b;
    }
    .hMenu_ttl a span {
        padding: 0 0 0 30px;
    }
    .hMenu_ttl a span:before {
        width: 14px;
        height: 14px;
        top: 50%;
        right: auto;
        left: 0;
        margin-top: -7px;
        background: url(../img/sp/icn_plus.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .hMenu_ttl.active a span:before {
        background: url(../img/sp/icn_minus.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .hMenu_ttl p {
        display: block;
        padding: 16px 20px;
        text-align: left;
        color: #001f6b;
    }
    .hMenu_ttl p span {
        padding: 0 0 0 30px;
    }
    .hMenu_ttl p span:before {
        width: 14px;
        height: 14px;
        top: 50%;
        right: auto;
        left: 0;
        margin-top: -7px;
        background: url(../img/sp/icn_plus.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .hMenu_ttl.active p span:before {
        background: url(../img/sp/icn_minus.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .hMenu_in {
        position: relative;
        top: 0;
        padding: 0;
    }
    .menu_cnt {
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 20px;
        border-top: 1px solid #001f6b;
    }
    .menu_cnt li {
        margin: 10px 0 0;
    }
    .menu_cnt li:nth-child(1),
    .menu_cnt li:nth-child(2) {
        margin: 0;
    }
    .menu_cnt.clm6 li,
    .menu_cnt.clm3 li,
    .menu_cnt.clm2 li {
        width: 48%;
    }
    .menu_cnt a {
        height: 80px;
    }
    .menu_cnt a span {
        font-size: 12px;
    }
    .menu_cnt.clm2 a span {
        vertical-align: bottom;
    }
    .menu_cnt a span:before {
        top: 15px;
    }
    .menu_cnt .n1 a span:before,
    .menu_cnt .n7 a span:before {
        width: 70px;
        height: 28px;
        margin-left: -35px;
        background-image:url(../svg/icon-01.svg), url(../svg/icon-02.svg);
        background-repeat:no-repeat, no-repeat;
        background-position: left center, right center;
        background-size: 30px auto, 30px auto;
        -ms-background-size: 30px auto, 30px auto;
        -moz-background-size: 30px auto, 30px auto;
        -webkit-background-size: 30px auto, 30px auto;
    }
    .menu_cnt .n2 a span:before,
    .menu_cnt .n8 a span:before{
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }
    .menu_cnt .n3 a span:before {
        width: 34px;
        height: 36px;
        margin-left: -18px;
    }
    .menu_cnt .n4 a span:before {
        width: 30px;
        height: 40px;
        margin-left: -15px;
    }
    .menu_cnt .n5 a span:before {
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }
    .menu_cnt .n6 a span:before {
        width: 36px;
        height: 30px;
        margin-left: -18px;
    }
    .menu_cnt .n9 a span:before {
        width: 28px;
        height: 34px;
        margin-left: -14px;
    }
    .menu_cnt .n10 a span:before {
        top: 15px;
        margin-left: -15px;
        width: 30px;
        height: 34px;
    }
    .menu_cnt .n11 a span:before {
        top: 15px;
        margin-left: -10px;
        width: 20px;
        height: 32px;
    }
    .menu_btn {
        display: block;
        width: 36px;
        height: 26px;
        z-index: 99;
        padding: 0;
        cursor: pointer;
        padding: 19px 20px;
    }
    .menu_btn span {
        position: relative;
        margin: 12px 0 0;
    }
    .menu_btn span,
    .menu_btn span:before,
    .menu_btn span:after {
        display: block;
        width: 100%;
        height: 2px;
        background: #001f6b;
        transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .menu_btn span:before,
    .menu_btn span:after {
        position: absolute;
        content: "";
    }
    .menu_btn span:before {
        top: -12px;
    }
    .menu_btn span:after {
        top: 12px;
    }
    .menu_btn.active span {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .menu_btn.active span:before {
        transform: translate(0px, 12px) rotate(-90deg);
        -ms-transform: translate(0px, 12px) rotate(-90deg);
        -moz-transform: translate(0px, 12px) rotate(-90deg);
        -webkit-transform: translate(0px, 12px) rotate(-90deg);
    }
    .menu_btn.active span:after {
        transform: translate(0px, -12px) rotate(-90deg);
        -ms-transform: translate(0px, -12px) rotate(-90deg);
        -moz-transform: translate(0px, -12px) rotate(-90deg);
        -webkit-transform: translate(0px, -12px) rotate(-90deg);
    }
    .menu_cnt.ver2 {
        border-top: 0;
        justify-content: space-between;
    }
    .menu_cnt.ver2 li {
        margin-right: 0;
    }
    .menu_cnt.ver2 a {
        height: 80px;
    }
    .menu_cnt.ver2 a span {
        padding-bottom: 0;
        padding-left: 0;
    }
    .header_in.is-ver2 .menu_cnt a span {
        padding-bottom: 6px;
        vertical-align: bottom;
    }
    .header_in.is-ver2 .menu_cnt a span.is-lh {
        line-height: 1.2;
        padding-bottom: 6px;
    }
    .menu_cnt.clm6 li.is-wide {
        width: 48%;
    }
    .menu_cnt.clm6 li.is-wide2 {
        width: 48%;
        margin-right: 0;
    }
    .header_in.is-ver2 .menu_cnt .n1 a span:before {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        top: 17px;
    }
    .header_in.is-ver2 .menu_cnt .n1 a span:before {
        margin-left: -13px;
    }
    .header_in.is-ver2 .menu_cnt .n2 a span:before {
        top: 19px;
    }
    .header_in.is-ver2 .menu_cnt li.n3 a span:before {
        background: url(../svg/icon-02.svg) no-repeat center center / 100% auto;
        width: 32px;
        height: 30px;
        margin-left: -16px;
        top: 16px;
    }
    .header_in.is-ver2 .menu_cnt .n5 a span:before {
        width: 40px;
        height: 25px;
        margin-left: -19px;
        top: 20px;
    }
    .header_in.is-ver2 .menu_cnt .n4 a span:before {
        top: 10px;
    }
    .header_in.is-ver2 .menu_cnt .n6 a span:before {
        width: 30px;
        height: 30px;
        top: 20px;
        margin-left: -15px;
    }
    .header_in.is-ver2 .menu_cnt .n12 a span:before {
        left: 50%;
        width: 33px;
        height: 33px;
        top: 13px;
        margin-left: -17px;
    }
    .header_in.is-ver2 .menu_cnt .n13 a span:before {
        left: 50%;
        width: 27px;
        height: 27px;
        top: 18px;
        margin-left: -13px;
    }
    .header_in.is-ver2 .menu_cnt.clm6 li.is-wide {
        margin-right: 0;
        margin-top: 10px;
    }
    .header_in.is-ver2 .menu_cnt.clm6 li.is-wide:nth-child(1),
    .header_in.is-ver2 .menu_cnt.clm6 li.is-wide:nth-child(2) {
        margin-top: 0;
    }
    .header_in.is-ver2 .menu_cnt.ver2 a span {
        padding-bottom: 7px;
    }
    .header_in.is-ver2 .menu_cnt {
        padding-bottom: 10px;
    }
    .header_in.is-ver2 .menu_cnt:last-of-type {
        padding-bottom: 16px;
    }
    .header_in.is-ver2 .menu_cnt .n14 a span:before {
        background: url(../svg/icon-38.svg) no-repeat center center / 100% auto;
        left: 50%;
        width: 42px;
        height: 23px;
        margin-left: -19px;
        top: 22px;
    }
    .header_in.is-ver2 .menu_cnt .n15 a span:before {
        background: url(../svg/icon-37.svg) no-repeat center center / 100% auto;
        left: 50%;
        width: 22px;
        height: 25px;
        top: 13px;
        margin-left: -11px;
    }
    .header_in.is-ver2 .menu_cnt .n16 a span:before {
        left: 50%;
        width: 37px;
        height: 24px;
        top: 13px;
        margin-left: -18px;
    }
    .header_in.is-ver2 .menu_cnt .n19 a span:before {
        width: 33px;
        height: 27px;
        margin-left: -16px;
        top: 19px;
    }
    .header_in.is-ver2 .menu_cnt .n20 a span:before {
        margin-left: -14px;
        top: 23px;
    }
    .header_in.is-ver2 .menu_cnt .n21 a span:before {
        margin-left: -11px;
        left: 50%;
        top: 15px;
    }
    .header_in.is-ver2 .hLogo_wrap {
        margin-right: 0;
    }
    .header_in.is-ver2 .menu_cnt.clm2 a span {
        padding: 0 0 6px;
        font-size: 12px;
    }
    .header_in.is-ver2 .menu_cnt .is-wide.n17 a span:before {
        margin-left: -15px;
        left: 50%;
        width: 30px;
        height: 30px;
        top: 20px;
    }
    /********************************
    FOOTER
    *********************************/
    .footer_wrap {
        padding: 0;
        width: 100%;
    }
    .footer_in {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        border-bottom: 1px solid #838383;
    }
    .fDtl_wrap {
        width: 100%;
        border-top: 1px solid #001f6b;
    }
    .fDtl_wrap dl {
        padding: 0;
    }
    .fDtl_wrap dt {
        margin: 0;
        border-bottom: 1px solid #001f6b;
    }
    .fDtl_wrap dt a {
        display: block;
        pointer-events: none;
        padding: 15px 20px;
    }
    .fDtl_wrap dt a span {
        padding: 0 0 0 30px;
    }
    .fDtl_wrap dt a span:before {
        background: url(../img/arw3_right_blu.png) no-repeat 0 0;
    }
    .fDtl_lst li {
        margin: 0;
        border-top: 1px solid #838383;
    }
    .fDtl_lst li:first-child {
        border: none;
    }
    .fDtl_lst li a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
    }
    .fDtl_lst li a span {
        padding: 0 0 0 15px;
    }
    .fDtl_lst li a span:before {
        left: 0;
    }
    .footer_copy {
        padding: 14px 0;
    }
    .footer_copy small {
        font-size: 10px;
    }
    .footEx-txt {
        font-size: 12px;
        padding: 20px 20px 20px 20px;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-btn a {
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.4;
    }
    .c-btn.is-ver2 a {
        padding: 15px 0;
        font-size: 20px;
    }
    .c-btn span.fs-hp {
        font-size: 13px;
    }
    .c-ttl_wrap {
        padding: 27px 0;
    }
    .c-ttl-ttl {
        font-size: 20px;
    }
    /********************************
    CONTETS
    *********************************/
    /*mv*/
    .mv_wrap {
        width: 100%;
        height: 200px;
    }
    body.active .mv_wrap {
    }
    body.ob .mv_wrap {
    }
    body.houjin .mv_wrap {
        background: url(../img/sp/houjin_mv.jpg) center right / cover no-repeat;
    }
    body.kojin .mv_wrap {
        background: url(../img/sp/kojin_mv.jpg) center right / cover no-repeat;
    }
    body.analysis .mv_wrap {
        background: #f7f8fa url(../img/sp/analysis_mv.jpg) center right / cover no-repeat;
    }
    body.fire .mv_wrap {
        background: url(../img/sp/fire_mv.png) center right / cover no-repeat;
    }
    body.medical .mv_wrap {
        background: url(../img/sp/medical_mv.png) center right / cover no-repeat;
    }
    body.online .mv_wrap {
        background:#F0F1F5 url(../img/sp/online_mv.png) center right / cover no-repeat;
    }
    body.review .mv_wrap {
        background: #f9fafb url(../img/sp/review_mv.png) center right / cover no-repeat;
    }
    body.car .mv_wrap {
        background: url(../img/sp/car_mv.png) center right / cover no-repeat;
    }
    	body.consul .mv_wrap .mv_inner {
    	background:url(../img/sp/consul_mv.jpg) center center / cover no-repeat;
		height:200px;
	}
    .mv-ttl {
        font-size: 20px;
        text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff;
        text-align: left;
        line-height: 1.4;
        padding: 0 0 0 20px;
    }
    /*pagetop*/
    .pagetop {
        right: 20px;
        bottom: 30px;
        width: 35px;
        height: 35px;
    }
    .pagetop span {
        padding: 35px 0 0 0;
    }
    /*popup*/
    .popup_main {
        padding: 56px 15px 15px;
        width: 96%;
    }
    .popup_cls {
        padding: 15px;
    }
    .bnr_btn {
        width: 100%;
        height: 18.5%;
        margin: 0;
        bottom: 0;
    }
    .bnr_btn.is-ver2 {
        height: 18.5%;
    }
    .btnurl_wrap {
        height: 100%;
    }
    .bnr_btn.is-ver2 .btnurl_wrap {
        height: 100%;
    }
    .bnr_btn a {
        height: 100%;
        width: 50%;
    }
    .bnr_btn a.is-ver2 {
        height: 100%;
        width: 33.3333%;
    }
    .bnr_btn a.right {
        margin: 0;
    }
    .bnr_btn02 {
        width: 57.5%;
        height: 90%;
        margin: 0 3% 3.6% 39.5%;
        bottom: 0;
    }
    .bnr_btn03 {
        width: 100%;
        height: 19%;
    }
    .bnr_btn02 a {
        height: 48%;
        width: 100%;
    }
    .bnr_btn02 a.right {
        margin: 2% 0 0 0;
    }
    .bnr_btn04 {
        width: 26%;
        height: 100%;
        left: auto;
        bottom: auto;
        top: 27%;
        right: 5%;
    }
    .bnr_btn04 a {
        display: block;
        width: 100%;
        height: 14.5vmin;
        margin: 0 0 10vmin;
    }
    .bnr_btn05 {
        height: auto;
        bottom: 5%;
        width: calc(100% - 8%);
    }
    .bnr_btn05 a {
        width: 47.82608%;
        height: 56vmin;
        margin: 0 2% 0 0;
    }
    .bnr_btn05 a.right {
        margin: 0 0 0 2%;
    }
    .bnr_btn06 {
        width: 100%;
        height: 100%;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .bnr_btn06 a {
        display: block;
        width: 47%;
        height: 9.3vmin;
    }
    .bnr_btn06 a.top {
        width: 100%;
        height: 27.5vmin;
    }
    .bnr_btn06 a.left {
        left: 8px;
        bottom: 1vh;
    }
    .bnr_btn06 a.right {
        right: 8px;
        bottom: 1vh;
    }
    .bnr_btn06 a.bottom {
        width: 100%;
        height: 43.3vmin;
    }
    .bnr_btn07 {
        width: 100%;
        height: 100%;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .bnr_btn07 a {
        height: 13.3vmin;
    }
    .bnr_btn08 {
        width: 100%;
        height: 100%;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .bnr_btn08 a {
        width: 47vw;
        height: 6.6vw;
        bottom: 2.4%;
    }
    .bnr_btn08 a.left {
        left: 2%;
    }
    .bnr_btn08 a.right {
        right: 2%;
    }
    .bnr_btn09 {
        bottom: auto;
        position: absolute;
        width: 57.1%;
        height: 8%;
        left: auto;
        right: 3.4%;
        top: 40%;
    }
    .bnr_btn09 a {
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
    }
    .bnr_btn10 a {
        width: 50%;
        height: 100%;
    }
    .bnr_btn09 a.right {
        right: 0;
        left: auto;
    }
    .bnr_btn10 a.right {
        right: 0;
        left: auto;
    }
    .bnr_btn10 {
        position: absolute;
        width: 57.1%;
        height: 8%;
        right: 3.4%;
        bottom: 5%;
    }
    .bnr_btn11 {
        width: 100%;
        height: 100%;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .bnr_btn11 a {
        width: 50vw;
        height: 10.8vw;
        bottom: 0;
    }
    .bnr_btn11 a.left {
        left: 0;
    }
    .bnr_btn11 a.right {
        right: 0;
    }
    .bnr_btn12 {
        width: 100%;
        height: 100%;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .bnr_btn12 a {
        width: 50vw;
        height: 10.6vw;
        bottom: 0;
    }
    .page_movie {
        width: auto;
        margin: 15px 0 30px 0;
        border: 2px solid #F0F1F5;
        padding: 20px 15px;
    }
    .page-movie {
        width: auto;
        max-width: 315px;
    }
    .page-movie video {
        width: 100%;
        height: auto;
    }
    /*2022012*/
    .bnr_btn13 {
        width: 100%;
        height: 100%;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .bnr_btn13 a {
        width: 50vw;
        height: 13.3vw;
        bottom: 0;
    }
    .bnr_btn13.ver2 a {
        height: 10.7vw;
    }
    /*20220927*/
    .bnr_btn13.ver3 a {
        height: 13vw;
    }
    /*20221020*/
    .bnr_btn13.ver4 a {
        height: 12.7vw;
    }
    @media (min-width: 376px) {
        .bnr_btn02 a.right {
            margin: 3% 0 0 0;
        }
    }
}
@media (max-width: 374px) {
    .menu_cnt a span {
        font-size: 10px;
    }
    .header_in.is-ver2 .menu_cnt.clm2 a span  {
        font-size: 10px;
    }
    .c-btn span.fs-hp {
        font-size: 11px;
    }
}

    /*20240306*/
    .contact_mv_wrap {
        background: none;
        background-image: url(../../images/bg_contact_mv.png) ;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 240px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact_mv_txt {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.05em;
        padding-top: 26px;
    }

    @media (max-width: 896px) {
        .contact_mv_wrap {
            height: 180px;
        }

        .contact_mv_txt {
            font-size: 16px;
            padding-top: 15px;
        }
    }