@charset "UTF-8";
@font-face {
    font-family: "Noto Sans JP";
    src: url("/cmn/font/NotoSansJP-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto Slab";
    src: url("/cmn/font/RobotoSlab-VariableFont_wght.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lato Bold";
    src: url("/cmn/font/Lato-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
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: 0;
    padding: 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: 0;
}
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;
    font-family: "Noto Sans","Noto Sans CJK JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif !important;
}
select {
    padding: 2px;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
input[type="text"] ,
input[type="password"] ,
input[type="email"] ,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    transition: opacity 0.3s ease-out,all 0.3s ease-out;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    background: transparent;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder {
    color: #A9B5C1;
}
::-webkit-input-placeholder {
    color: #A9B5C1;
}
:placeholder-shown {
    color: #A9B5C1;
}
::-webkit-input-placeholder {
    color: #A9B5C1;
}
:-moz-placeholder {
    color: #A9B5C1; opacity: 1;
}
::-moz-placeholder {
    color: #A9B5C1; opacity: 1;
}
:-ms-input-placeholder {
    color: #A9B5C1;
}
label {
    padding: 0;
}
hr {
    display: none;
}
a {
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
a,a:link {
    color: #000;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #000;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
body {
    font-family: "Noto Sans","Noto Sans JP",メイリオ,Meiryo,sans-serif;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background: #fff;
    padding-top: 100px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
.header_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    height: 100px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.headLogo_img {
    max-width: 270px;
    width: 22.5%;
    height: auto;
}
.headLogo_img img {
    width: 100%;
    height: auto;
}
.headCont-btn,
.menu_btn {
    display: none;
}
.headMenu_cv {
    width: 77%;
}
.headMenu_lst {
    display: flex;
    justify-content: end;
    align-items: stretch;
    font-size: 14px;
    font-weight: bold;
    gap: 0 8px;
}
.headMenu_lst .cont {
    width: 140px;
}
.headMenu_lst .cont a {
    display: flex;
    background: #EA1D4D;
    color: #fff;
    padding: 0;
}
.headMenu_lst .cont a::after {
    display: none;
}
.headMenu_lst .cont a span,
.headCont-btn a span {
    padding-left: 20px;
    position: relative;
}
.headMenu_lst .cont a span::before,
.headCont-btn a span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 11px;
    background: url(/cmn/svg/icn_mail.svg) no-repeat center / 100% auto;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.headMenu_cnt {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #005BAC;
    padding: 40px 0;
    box-sizing: border-box;
    transition: all 0.25s ease;
}
.is-ob .headMenu_cnt {
    background: #F59D68;
}
.is-keiyaku .headMenu_cnt {
    background: #575757;
}
.is-corporate .headMenu_cnt {
    background: #8ddd86;
}
.headmenuLst_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    gap: 22px 20px;
    box-sizing: border-box;
}
.headmenuLst_wrap li {
    width: calc((100% - 20px*3)/4);
    height: 50px;
}
.is-ob .headmenuLst_wrap li,
.is-keiyaku .headmenuLst_wrap li {
    width: calc((100% - 20px*2)/3);
}
.headmenuLst_wrap li a {
    justify-content: start;
    padding: 0 13px;
    background: #fff;
    color: #004DA0;
    border-radius: 4px;
    border: 1px solid #004DA0;
}
.headmenuLst_wrap li a .menuLst-txt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 33px;
}
.is-corporate .headmenuLst_wrap li a {
    color: #004DA0;
    justify-content: center;
}
.headmenuLst_wrap li a .menuLst-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: all 0.2s ease-out;
}
:root {
    --headicn01: url(/cmn/svg/icn_car.svg) no-repeat center;
    --headicn02: url(/cmn/svg/icn_house.svg) no-repeat center;
    --headicn03: url(/cmn/svg/icn_GLTD.svg) no-repeat center;
    --headicn04: url(/cmn/svg/icn_heart.svg) no-repeat center;
    --headicn05: url(/cmn/svg/icn_medical.svg) no-repeat center;
    --headicn06: url(/cmn/svg/icn_net.svg) no-repeat center;
    --headicn07: url(/cmn/svg/icn_carphone.svg) no-repeat center;
}
:root {
    --headicn01_wh: url(/cmn/svg/icn_car_wh.svg) no-repeat center;
    --headicn02_wh: url(/cmn/svg/icn_house_wh.svg) no-repeat center;
    --headicn03_wh: url(/cmn/svg/icn_GLTD_wh.svg) no-repeat center;
    --headicn04_wh: url(/cmn/svg/icn_heart_wh.svg) no-repeat center;
    --headicn05_wh: url(/cmn/svg/icn_medical_wh.svg) no-repeat center;
    --headicn06_wh: url(/cmn/svg/icn_net_wh.svg) no-repeat center;
    --headicn07_wh: url(/cmn/svg/icn_carphone_wh.svg) no-repeat center;
}
.c-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
footer {
    background: #005BAC;
}
.footer_wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 35px 20px;
}
.footer_in {
    display: flex;
}
.footLogo_img a {
    display: inline-block;
}
.footLogo_img img {
    max-width: 180px;
    width: 100%;
    height: auto;
}
.footMenu_catelnk a,
.footMenu_catedtllnk a,
.footMenu_catetxt {
    color: #FFFFFF;
}
.footMenu_catelnk a,
.footMenu_catetxt {
    font-size: 16px;
    font-weight: bold;
}
.footMenu_catelnk a {
    line-height: 2.25;
}
.footMenu_catetxt,
.footMenu_in.ver2 .footMenu_catelnk a,
.footMenu_in.ver3 .footMenu_catelnk a {
    line-height: 1.5;
}
.footMenu_catedtllnk a {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}
.footMenu_catelnk > li,
.footMenu_catedtllnk > li {
    line-height: 1;
}
.footMenu_catedtllnk > li {
    position: relative;
    padding-left: 0.5em;
    box-sizing: border-box;
}
.footMenu_catedtllnk > li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    color: #FFFFFF;
    z-index: 1;
}
.c-menu {
    padding: 40px 0;
    background: #005BAC;
}
.c-compLogo_wrap {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px 45px;
}
.c-compLogo_in {
    width: calc((100% - 45px*2)/3);
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 25px 25px 40px 25px;
    box-sizing: border-box;
    position: relative;
}
.c-compLogo_btn a::before {
    content: "";
    position: absolute;
    background: url(../svg/arrow_wh.svg) no-repeat center / 12px auto;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.c-compLogo_btn {
    width: 100%;
    height: 52px;
}
.c-compLogo_btn a {
    background: #005BAC;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #005BAC;
}
.c-breadcrumbs_wrap {
    background: #F4FAFF;
}
.c-breadcrumbs_in {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 9px 0 9px;
    box-sizing: border-box;
}
.c-breadcrumbs_wrap .list {
    width: 100%;
    height: 100%;
}
.c-breadcrumbs_wrap .list li {
    display: inline;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.025em;
    padding-left: 12px;
}
.c-breadcrumbs_wrap .list li:first-of-type {
    padding: 0;
}
.c-breadcrumbs_wrap .list li:not(:first-of-type)::before {
    content: ">";
    position: absolute;
    top: -2px;
    left: 1px;
    font-size: 14px;
}
.copy-txt {
    margin-top: 70px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.c-pageTop_lnk {
    padding: 30px 0 50px;
}
.c-pageTop_lnk.c-blue_bg {
    background: #F4FAFF;
}
.c-pageTop-lnk {
    text-align: right;
}
.c-pageTop-lnk a {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.c-pageTop-lnk a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 7.5px 13px 7.5px;
    border-color: transparent transparent #005BAC transparent;
}
.c-inner {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    box-sizing: border-box;
}
.c-menubr {
    display: none;
}
@media (min-width: 896px) {
    .headMenu_lst li a:hover {
        color: #fff;
    }
    .headMenu_lst > li > a {
        position: relative;
        padding: 8px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
    }
    .headMenu_lst > li > a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 25px;
    }
    .headMenu_lst > li.is-active > a {
        border: 1px solid #005BAC;
    }
    .headMenu_lst > li.is-ob > a {
        border: 1px solid #FF4B07;
    }
    .headMenu_lst > li.is-keiyaku > a {
        border: 1px solid #0A0000;
        text-align: center;
        padding: 8px 5px;
    }
    .headMenu_lst > li.is-corporate > a {
        border: 1px solid #31B526;
    }
    .headMenu_lst > li.is-active > a:hover {
        background: #005BAC;
    }
    .headMenu_lst > li.is-ob > a:hover {
        background: #FF4B07;
    }
    .headMenu_lst > li.is-keiyaku > a:hover {
        background: #0A0000;
    }
    .headMenu_lst > li.is-corporate > a:hover {
        background: #31B526;
    }
    .headMenu_lst .cont a:hover {
        opacity: 0.8;
        color: #fff;
    }
    .headLogo_img a:hover {
        opacity: 0.8;
    }
    .headMenu_cnt {
        opacity: 0;
        visibility: hidden;
    }
    .headMenu_lst > li:hover .headMenu_cnt {
        opacity: 1;
        visibility: visible;
    }
    .headmenuLst_wrap li a:hover {
        background: #004DA0;
        border: 1px solid #fff;
        color: #fff;
    }
    .is-active .headmenuLst_wrap li:nth-child(1) a .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(1) a .menuLst-txt::before {
        background: var(--headicn01);
        width: 28px;
        height: 19px;
    }
    .is-active .headmenuLst_wrap li:nth-child(2) a .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(2) a .menuLst-txt::before {
        background: var(--headicn02);
        width: 25px;
        height: 24px;
    }
    .is-active .headmenuLst_wrap li:nth-child(3) a .menuLst-txt::before {
        background: var(--headicn03);
        width: 20px;
        height: 25px;
    }
    .is-active .headmenuLst_wrap li:nth-child(4) a .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(3) a .menuLst-txt::before {
        background: var(--headicn04);
        width: 21px;
        height: 27px;
    }
    .is-active .headmenuLst_wrap li:nth-child(5) a .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(4) a .menuLst-txt::before {
        background: var(--headicn05);
        width: 29px;
        height: 23px;
    }
    .is-active .headmenuLst_wrap li:nth-child(6) a .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(5) a .menuLst-txt::before {
        background: var(--headicn06);
        width: 27px;
        height: 25px;
    }
    .is-active .headmenuLst_wrap li:nth-child(7) a .menuLst-txt::before {
        background: var(--headicn07);
        width: 22px;
        height: 24px;
    }
    .is-active .headmenuLst_wrap li:nth-child(1) a:hover .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(1) a:hover .menuLst-txt::before {
        background: var(--headicn01_wh);
    }
    .is-active .headmenuLst_wrap li:nth-child(2) a:hover .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(2) a:hover .menuLst-txt::before {
        background: var(--headicn02_wh);
    }
    .is-active .headmenuLst_wrap li:nth-child(3) a:hover .menuLst-txt::before {
        background: var(--headicn03_wh);
    }
    .is-active .headmenuLst_wrap li:nth-child(4) a:hover .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(3) a:hover .menuLst-txt::before {
        background: var(--headicn04_wh);
    }
    .is-active .headmenuLst_wrap li:nth-child(5) a:hover .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(4) a:hover .menuLst-txt::before {
        background: var(--headicn05_wh);
    }
    .is-active .headmenuLst_wrap li:nth-child(6) a:hover .menuLst-txt::before,
    .is-ob .headmenuLst_wrap li:nth-child(5) a:hover .menuLst-txt::before {
        background: var(--headicn06_wh);
    }
    .headmenuLst_wrap li:nth-child(7) a:hover .menuLst-txt::before {
        background: var(--headicn07_wh);
    }
    .footLogo_img a:hover {
        opacity: 0.8;
    }
    .c-compLogo_btn a:hover {
        background: #fff;
        color: #005BAC;
    }
    .c-compLogo_btn a:hover::before {
        background: url(../svg/arrow_bl.svg) no-repeat center / 12px auto;
    }
    .footMenu_catelnk a:hover,
    .footMenu_catedtllnk a:hover {
        text-decoration: underline;
    }
    .footLogo_img {
        width: 18%;
    }
    .footLogo_img a {
        margin-right: 19%;
    }
    .footMenu_wrap {
        width: 82%;
        display: flex;
    }
    .footMenu_in.ver1 {
        width: 34.8%;
    }
    .footMenu_in.ver2 {
        width: 16.3%;
    }
    .footMenu_in.ver3 {
        width: 31.2%;
    }
    .footMenu_in.ver4 {
        width: 16.7%;
    }
    .footMenu_in.ver5 {
        display: none;
    }
    .footMenu_in:nth-child(-n+3) {
        border-right: 1px solid rgba(255, 255, 255, .16);
        padding-right: 25px;
        margin-right: 25px;
        box-sizing: border-box;
    }
    .footMenu_in.ver1 .footMenu_catelnk {
        margin-top: -7px;
    }
    .c-breadcrumbs_wrap .list li a:hover,
    .c-pageTop-lnk a:hover {
        color: #004DA0;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1300px) {
    .headMenu_lst > li > a {
        padding: 8px 5px;
        font-size: min(1.15vw,12px);
    }
    .headMenu_lst > li.is-keiyaku > a {
        padding: 8px 2px;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1240px) {
    .footMenu_in:nth-child(-n+3) {
        padding-right: 15px;
        margin-right: 15px;
    }
    .footLogo_img {
        width: 15%;
    }
    .footMenu_wrap {
        width: 85%;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1180px) {
    .headmenuLst_wrap li {
        width: calc((100% - 20px*2)/3);
    }
    .headMenu_lst .cont {
        width: auto;
    }
    .headMenu_lst .cont a {
        padding: 12px 5px;
    }
    .c-compLogo_in {
        width: calc((100% - 45px*1)/2);
    }
}
@media only screen and (min-width: 896px) and (max-width: 1130px) {
    .footMenu_catelnk a {
        font-size: clamp(14px, 1.4vw, 16px);
    }
    .headLogo_img {
        width: 20%;
    }
    .headMenu_cv {
        width: 79%;
    }
}
@media only screen and (min-width: 896px) and (max-width: 910px) {
    .headmenuLst_wrap li a .menuLst-txt {
        font-size: 13px;
    }
}
@media only screen and (max-width: 896px) {
    .c-pc,
    .c-pc-in,
    .headMenu_lst .cont {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    body {
        font-size: 14px;
        line-height: 1.6;
        min-width: 320px;
        width: 100%;
        min-height: -webkit-fill-available;
        padding-top: 52px;
    }
    .header_wrap {
        width: 100%;
        padding: 0 0 0 15px;
        height: 52px;
    }
    .headLogo_img {
        margin: 0;
        width: 20.6%;
        max-width: 90px;
    }
    .headCont-btn {
        display: block;
        width: 34%;
        max-width: 200px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 48px;
    }
    .headCont-btn a {
        background: #EA1D4D;
        color: #fff;
        font-weight: bold;
        font-size: clamp(12px, 3.5vw, 14px);
    }
    .menu_btn {
        display: block;
        width: 16px;
        height: 16px;
        padding: 18px 16px;
    }
    .menu_btn span,
    .menu_btn span:before,
    .menu_btn span:after {
        display: block;
        width: 100%;
        height: 2px;
        background: #1C476E;
        transition: all .3s;
        backface-visibility: hidden;
    }
    .menu_btn span {
        position: relative;
        margin-top: 7px;
    }
    .menu_btn span:before,
    .menu_btn span:after {
        content: "";
        position: absolute;
        left: 0;
    }
    .menu_btn span:before {
        top: -7px;
    }
    .menu_btn span:after {
        top: 7px;
    }
    .menu_btn.on span {
        background: transparent;
    }
    .menu_btn.on span:before {
        top: 0;
        transform: rotate(135deg);
    }
    .menu_btn.on span:after {
        top: 0;
        transform: rotate(-135deg);
    }
    .headMenu_cv {
        display: none;
        position: fixed;
        top: 52px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        width: 100%;
        height: calc(100dvh - 52px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        background: #F4FAFF;
    }
    .headMenu_lst {
        border-top: 1px solid #005BAC;
        flex-direction: column;
        padding-bottom: 80px;
    }
    .headMenu_lst > li {
        position: relative;
        width: 100%;
    }
    .headMenu_lst > li > a {
        position: relative;
        display: block;
        padding: 20px 40px 20px 20px;
        background: #fff;
        border-bottom: 1px solid #005BAC;
    }
    .headMenu_lst > li > a::after {
        content: "";
        position: absolute;
        background: url(/cmn/svg/arrow_bl.svg) no-repeat center / 100% auto;
        width: 16px;
        height: 16px;
        top: 50%;
        right: 10px;
        margin-top: -8px;
    }
    .headMenu_lst > li.has-menu > a::before ,
    .headMenu_lst > li.has-menu > a::after {
        content: "";
        position: absolute;
        display: block;
        width: 14px;
        height: 2px;
        background: #005BAC;
        position: absolute;
        right: 13px;
        top: 50%;
        transition: .2s;
        z-index: 2;
        margin: 0;
    }
    .headMenu_lst > li.has-menu > a::after {
        transform: rotate(90deg);
    }
    .headMenu_lst > li.has-menu > a.on::after {
        transform: rotate(0);
    }
    .headMenu_cnt {
        display: none;
        position: relative;
        top: auto;
        padding: 20px 10px;
        transition: none;
    }
    .headmenuLst_wrap {
        width: 100%;
        gap: 10px;
    }
    .headmenuLst_wrap li,
    .is-ob .headmenuLst_wrap li,
    .is-keiyaku .headmenuLst_wrap li {
        width: calc(50% - 5px);
        height: auto;
    }
    .headmenuLst_wrap li a {
        justify-content: center;
        padding: 11px 5px 10px;
    }
    .headmenuLst_wrap li a .menuLst-txt {
        font-size: 12px;
        padding: 0;
    }
    .footer_wrap {
        margin: 0;
        padding: 38px 29px 42px;
        box-sizing: border-box;
    }
    .footer_in {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footMenu_wrap {
        width: 100%;
        margin-bottom: 33px;
    }
    .footMenu_catelnk a,
    .footMenu_catetxt {
        font-size: 16px;
        font-weight: bold;
    }
    .footMenu_catelnk a {
        line-height: 2.25;
    }
    .footMenu_catetxt,
    .footMenu_in.ver2 .footMenu_catelnk a,
    .footMenu_in.ver3 .footMenu_catelnk a {
        line-height: 1.75;
    }
    .footMenu_catedtllnk a {
        font-size: 14px;
        line-height: 2;
    }
    .footMenu_catedtllnk > li {
        position: relative;
        padding-left: 0.5em;
        box-sizing: border-box;
    }
    .footMenu_catedtllnk > li::before {
        content: "-";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 2;
        color: #FFFFFF;
        z-index: 1;
    }
    .footMenu_in.ver1,
    .footMenu_in.ver2,
    .footMenu_in.ver3,
    .footMenu_in.ver4 {
        margin-bottom: 14px;
    }
    .c-menu {
        padding: 20px 0;
    }
    .c-compLogo_wrap {
        gap: 30px 0;
    }
    .c-compLogo_in {
        width: 100%;
        padding: 20px 20px 40px;
    }
    .c-compLogo_btn a {
        font-size: min(4.26vw,16px);
        padding-right: 10px;
    }
    .c-breadcrumbs_in {
        width: 100%;
        margin: 0;
        padding: 5px 20px;
        overflow: auto;
        white-space: nowrap;
    }
    .copy-txt {
        margin-top: 40px;
    }
    .c-inner {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 550px) {
    .c-menubr {
        display: block;
    }
    .c-menudot {
        display: none;
    }
    .headmenuLst_wrap li a {
        min-height: 58px;
    }
}
@media only screen and (max-width: 389px) {
    .headmenuLst_wrap li a .menuLst-txt {
        font-size: 11px;
    }
}
@media only screen and (max-width: 374px) {
    .c-compLogo_btn a::before {
        right: 10px;
    }
    .c-menuLst_wrap li {
        width: 100%;
    }
    .headmenuLst_wrap li,
    .is-ob .headmenuLst_wrap li {
        width: 100%;
    }
}
@media only screen and (max-width: 340px) {
    .footer_wrap {
        padding: 38px 20px 42px;
    }
}
