@charset "UTF-8";
.mv_wrap {
    background: #E5F2FD;
    height: 223px;
    display: flex;
    align-items: center;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    box-sizing: border-box;
}
.seikyu_menu {
    padding: 40px 0;
    background: #005BAC;
}
.menuLst_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    gap: 22px 20px;
    box-sizing: border-box;
}
.menuLst_wrap li {
    width: calc((100% - 20px*2)/3);
    height: 50px;
}
.menuLst_wrap li a {
    justify-content: start;
    padding: 0 13px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}
.menuLst_wrap li a .menuLst-txt {
    position: relative;
    color: #004DA0;
    font-size: 14px;
    font-weight: bold;
    padding-left: 33px;
}
.menuLst_wrap li a .menuLst-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
:root {
    --icn01: url(../svg/icn_car.svg) no-repeat center;
    --icn02: url(../svg/icn_house.svg) no-repeat center;
    --icn03: url(../svg/icn_GLTD.svg) no-repeat center;
    --icn04: url(../svg/icn_heart.svg) no-repeat center;
    --icn05: url(../svg/icn_medical.svg) no-repeat center;
    --arrow: url(../svg/arrow_wh.svg) no-repeat center;
}
:root {
    --icn01_wh: url(../svg/icn_car_wh.svg) no-repeat center;
    --icn02_wh: url(../svg/icn_house_wh.svg) no-repeat center;
    --icn03_wh: url(../svg/icn_GLTD_wh.svg) no-repeat center;
    --icn04_wh: url(../svg/icn_heart_wh.svg) no-repeat center;
    --icn05_wh: url(../svg/icn_medical_wh.svg) no-repeat center;
    --icn06_wh: url(../svg/icn_net_wh.svg) no-repeat center;
    --icn07_wh: url(../svg/icn_carphone_wh.svg) no-repeat center;
}
.menuLst_wrap li:nth-child(1) a .menuLst-txt::before {
    background: var(--icn01);
    width: 28px;
    height: 19px;
}
.menuLst_wrap li:nth-child(2) a .menuLst-txt::before {
    background: var(--icn02);
    width: 25px;
    height: 24px;
}
.menuLst_wrap li:nth-child(3) a .menuLst-txt::before {
    background: var(--icn03);
    width: 20px;
    height: 25px;
}
.menuLst_wrap li:nth-child(4) a .menuLst-txt::before {
    background: var(--icn04);
    width: 29px;
    height: 24px;
}
.menuLst_wrap li:nth-child(5) a .menuLst-txt::before {
    background: var(--icn05);
    width: 27px;
    height: 25px;
}
.menulnk_btn {
    width: 320px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.menulnk_btn a {
    background: #EA1D4D;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-right: 25px;
}
.menulnk_btn a::before {
    content: "";
    position: absolute;
    background: var(--arrow);
    background-size: 12px auto;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.blue_bg {
    background: #F4FAFF;
    padding: 100px 0 142px;
}
.seikyu_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-bottom: 100px;
}
.blue_bg .seikyu_wrap:last-of-type {
    margin-bottom: 117px;
    padding: 0;
}
.menu-ttl {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 17px;
}
.menu-ttl span {
    position: relative;
    padding-left: 90px;
}
.menu-ttl span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 90px;
    height: 60px;
    transform: translateY(-50%);
    z-index: 9;
}
#car .menu-ttl span::before {
    background: var(--icn01);
    background-size: 60px auto;
}
#fire .menu-ttl span::before {
    background: var(--icn02);
    background-size: 56px auto;
}
#GLTD .menu-ttl span::before {
    background: var(--icn03);
    background-size: 42px auto;
}
#group .menu-ttl span::before {
    background: var(--icn04);
    background-size: 57px auto;
}
#health .menu-ttl span::before {
    background: var(--icn05);
    background-size: 56px auto;
}
.seikyu_in,
.group_wrap {
    padding: 50px 60px 60px;
    background: #fff;
    border: 1px solid #197FD9;
    box-sizing: border-box;
}
#GLTD .seikyu_in,
#group .seikyu_in {
    padding: 55px 60px;
}
.seikyu_in.is-acciednt {
    border: 1px solid #FF4B07;
    margin-top: 46px;
}
.seikyu_in .txt {
    font-size: 16px;
    margin-bottom: 50px;
}
.c-compLogo_in .tell_wrap {
    margin-bottom: 20px;
}
.seikyuCnt_img {
    width: 100%;
    height: 110px;
    margin-top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.tellDtl-txt {
    font-size: 14px;
    font-weight: bold;
}
.tell-lnk a {
    font-size: 24px;
    font-weight: bold;
    pointer-events: none;
    color: #005BAC;
    line-height: 1.4;
}
.tell-lnk a span {
    position: relative;
    padding-left: 22px;
}
.tell-lnk a span::before {
    content: "";
    position: absolute;
    background: url(../svg/icn_tel.svg) no-repeat center / 100% auto;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tell-date {
    font-size: 12px;
    color: #434343;
}
.acciednt-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #FF4B07;
    background: #FFEEE6;
    text-align: center;
    margin-bottom: 40px;
    padding: 16px 20px;
}
.seikyu_in .acciedntDl_wrap:not(:last-of-type) {
    margin-bottom: 40px;
}
.acciedntDl_wrap dt {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 1em;
    margin-bottom: 15px;
}
.acciedntDl_wrap dt span {
    position: absolute;
    top: 0;
    left: 0;
}
.acciedntDl_wrap dd {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1.875;
}
.acciedntDl_wrap .is-red {
    color: #EA1D4D;
}
.menu-txt {
    font-size: 20px;
    font-weight: bold;
}
.group_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
}
.group_in .txt {
    letter-spacing: 0.025em;
    margin: 10px 0;
}
.groupqr-lnk {
    width: 51%;
}
.groupqr_wrap {
    background: #005BAC;
    border-radius: 4px;
    padding: 14px 19px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.groupqr_wrap .txt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-right: 20px;
    line-height: 1.56;
}
.seikyu-txt {
    font-size: 20px;
    font-weight: bold;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: center;
}
.is-ssp {
    display: none;
}
@media only screen and (min-width: 1181px) {
    #health .c-compLogo_in:nth-of-type(-n+3) .tell_wrap {
        min-height: 133px;
    }
}
@media only screen and (min-width: 896px) and (max-width: 1180px) {
    .menuLst_wrap li {
        width: calc((100% - 20px*1)/2);
    }
    .group_wrap {
        justify-content: center;
        flex-direction: column;
        gap: 40px 0;
    }
    .groupqr-lnk {
        width: 100%;
        max-width: 550px;
    }
    .groupqr_wrap {
        justify-content: center;
    }
    #health .c-compLogo_in .tell_wrap {
        min-height: 113px;
    }
}
@media only screen and (min-width: 896px) and (max-width: 910px) {
    .menuLst_wrap li a .menuLst-txt {
        font-size: 13px;
    }
}
@media only screen and (min-width: 896px){
    .menuLst_wrap li a:hover {
        background: #004DA0;
    }
    .menuLst_wrap li a:hover .menuLst-txt {
        color: #fff;
    }
    .menulnk_btn a:hover {
        opacity: .8;
    }
    .menuLst_wrap li:nth-child(1) a:hover .menuLst-txt::before {
        background: var(--icn01_wh);
    }
    .menuLst_wrap li:nth-child(2) a:hover .menuLst-txt::before {
        background: var(--icn02_wh);
    }
    .menuLst_wrap li:nth-child(3) a:hover .menuLst-txt::before {
        background: var(--icn03_wh);
    }
    .menuLst_wrap li:nth-child(4) a:hover .menuLst-txt::before {
        background: var(--icn04_wh);
    }
    .menuLst_wrap li:nth-child(5) a:hover .menuLst-txt::before {
        background: var(--icn05_wh);
    }
    a.groupqr-lnk:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 130px;
    }
    .mv-ttl {
        font-size: 24px;
        width: 100%;
        padding-left: 10vw;
        line-height: 1.4;
    }
    .seikyu_menu {
        padding: 35px 10px;
    }
    .menuLst_wrap {
        width: 100%;
        gap: 10px;
    }
    .menuLst_wrap li {
        width: calc(50% - 5px);
        height: auto;
    }
    .menuLst_wrap li a {
        padding: 11px 5px 10px;
        line-height: 1.5;
    }
    .menuLst_wrap li a .menuLst-txt {
        width: 100%;
        font-size: 12px;
        padding: 0;
        text-align: center;
    }
    .menuLst_wrap li a .menuLst-txt::before {
        display: none;
    }
    .menulnk_btn {
        width: 100%;
        height: 50px;
    }
    .menulnk_btn a {
        font-size: min(4.4vw,16px);
    }
    .blue_bg {
        padding: 80px 20px;
    }
    .seikyu_wrap {
        width: 100%;
        padding-bottom: 70px;
    }
    .blue_bg .seikyu_wrap:last-of-type {
        margin-bottom: 80px;
    }
    .menu-ttl {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .menu-ttl span {
        padding-left: 42px;
        display: inline-block;
    }
    .menu-ttl span::before {
        width: 35px;
        height: 40px;
    }
    #car .menu-ttl span::before {
        background-size: 32px auto;
    }
    #fire .menu-ttl span::before {
        background-size: 30px auto;
    }
    #GLTD .menu-ttl span::before {
        background-size: 26px auto;
    }
    #group .menu-ttl span::before {
        background-size: 30px auto;
    }
    #health .menu-ttl span::before {
        background-size: 30px auto;
    }
    .seikyu_in,
    .group_wrap,
    #GLTD .seikyu_in,
    #group .seikyu_in {
        padding: 30px 15px;
    }
    .seikyu_in .txt {
        margin-bottom: 30px;
    }
    .seikyuCnt_img {
        margin-top: -20px;
    }
    .tellDtl-txt,
    .menu-txt {
        font-size: min(4.6vw,18px);
    }
    .tell-lnk a {
        font-size: min(8.3vw,32px);
        pointer-events: all;
    }
    .tell-lnk a span {
        padding-left: 30px;
    }
    .tell-lnk a span::before {
        width: 24px;
        height: 24px;
    }
    .acciednt-ttl {
        font-size: 16px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .seikyu_in .acciedntDl_wrap:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .acciedntDl_wrap dt {
        font-size: min(4.6vw,16px);
        margin-bottom: 10px;
    }
    .acciedntDl_wrap dd {
        font-size: 14px;
        line-height: 1.6;
    }
    .menu-txt {
        font-size: 16px;
    }
    .group_wrap {
        flex-direction: column;
        gap: 20px 0;
    }
    .groupqr-lnk {
        width: 100%;
    }
    .groupqr_wrap {
        width: 100%;
        padding: 20px 15px;
        flex-direction: column;
        gap: 15px 0;
    }
    .groupqr_wrap .txt {
        font-size: 14px;
        padding: 0;
    }
    .groupqr_img img {
        width: 152px;
        height: auto;
    }
    .seikyu-txt {
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
}
@media only screen and (max-width: 389px) {
    .is-ssp {
        display: block;
    }
}
@media only screen and (min-width: 375px) and (max-width: 550px) {
    .menuLst_wrap li a {
        min-height: 58px;
    }
}
@media only screen and (max-width: 374px) {
    .tell-lnk a {
        font-size: min(7.9vw,32px);
    }
    .menuLst_wrap li {
        width: 100%;
    }
    .menu-ttl {
        font-size: min(5.2vw,20px);
    }
}