@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Yuji+Mai&display=swap");
.noto-sans-100 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.noto-sans-200 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.noto-sans-300 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.noto-sans-400 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-500 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.noto-sans-600 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.noto-sans-700 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.noto-sans-800 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.font-1\/2 {
    font-size: 0.5em;
    line-height: 0.5em;
}

.article {
    width: 830px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .article {
        width: 80%;
    }
}

.h1_title {
    font-size: 40.5px;
    line-height: 41px;
    letter-spacing: -1px;
    text-align: center;
    color: #2A2F88;
    font-weight: bold;
    margin-top: 60px;
}

.h1_title small {
    margin-top: 3px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    color: #888;
    font-weight: bold;
    display: block;
    text-align: center;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-31 {
    margin-top: 31px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-41 {
    margin-top: 41px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-47 {
    margin-top: 47px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-49 {
    margin-top: 49px;
}

.map-icon {
    display: inline-block;
    background: #DC2525;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    line-height: 100%;
    letter-spacing: 5px;
    text-align: center;
    width: 60px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
}

.map-icon:hover {
    opacity: 0.6;
}

.pdf_link {
    background: url(/lib/img/corporate/icon_pdf.webp) no-repeat right;
    background-size: auto 30px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
}

.corporate_top #header {
    background: url(/lib/img/corporate/top_mv.webp) bottom;
    background-size: cover;
    height: 42vw;
    min-height: 560px;
    position: relative;
}

.corporate_top #header .inner {
    position: relative;
    width: 1050px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .corporate_top #header .inner {
        width: 100%;
    }
}

.corporate_top #header .inner h2 {
    font-size: 68px;
    position: absolute;
    font-style: italic;
    color: #fff;
    top: 113px;
    left: 85px;
    line-height: 100px;
    font-weight: 200;
}

.corporate_top #header .inner h2 .row1 {
    display: inline-block;
}

.corporate_top #header .inner h2 small {
    display: block;
    position: relative;
    line-height: 2em;
    left: 10px;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .corporate_top #header {
        height: 310px;
        min-height: auto;
    }
    .corporate_top #header .inner h2 {
        font-size: 31px;
        top: 25px;
        left: 7%;
        line-height: 1.2em;
    }
    .corporate_top #header .inner h2 small {
        font-size: 0.6em;
    }
}

.corporate_top .article#link_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;
}

@media screen and (max-width: 767px) {
    .corporate_top .article#link_box {
        display: block;
    }
}

.corporate_top .article#link_box .unit {
    width: 48%;
    height: 325px;
}

@media screen and (max-width: 767px) {
    .corporate_top .article#link_box .unit {
        width: 100%;
        height: auto;
    }
}

.corporate_top .article#link_box .unit a {
    width: 100%;
    height: 100%;
    display: block;
}

.corporate_top .article#link_box .unit a figure {
    margin: 0;
    height: 235px;
    overflow: hidden;
    position: relative;
    top: 20px;
}

@media screen and (max-width: 767px) {
    .corporate_top .article#link_box .unit a figure {
        height: 45vw;
    }
}

.corporate_top .article#link_box .unit a h3 {
    padding: 20px 0px 15px 33px;
    color: #2A2F88;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #DC2525;
    background: #fff;
    width: 70%;
    position: relative;
    letter-spacing: 6px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .corporate_top .article#link_box .unit a h3 {
        width: 100%;
    }
}

.corporate_top .article#link_box .unit a h3.short {
    letter-spacing: 0px;
}

.corporate_top .article#link_box .unit a h3::before {
    position: absolute;
    content: "#";
    font-size: 1.9em;
    color: #DC2525;
    left: 3px;
    top: 8px;
}

.corporate_top .article#link_box .unit a p {
    color: #333;
    font-size: 24px;
    font-size: 17px;
    margin-top: 8px;
    font-weight: bold;
}

.corporate_top .article#pdf_list {
    margin-top: 50px;
}

.corporate_top .article#pdf_list h3 {
    position: relative;
    font-size: 20px;
    color: #2A2F88;
    font-weight: bold;
    border-bottom: 2px solid #DC2525;
    padding-bottom: 15px;
    padding-left: 32px;
}

.corporate_top .article#pdf_list h3::before {
    position: absolute;
    content: "#";
    font-size: 1.9em;
    color: #DC2525;
    left: 3px;
    top: -13px;
}

.corporate_top .article#pdf_list ul {
    margin-left: 3px;
    padding-top: 10px;
}

.corporate_top .article#pdf_list ul li {
    margin-top: 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.corporate_top .article#pdf_list ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DC2525;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
}

.corporate_top .article#pdf_list ul a {
    background: url(/lib/img/corporate/icon_pdf.webp) no-repeat right;
    background-size: auto 30px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
}

.corporate_message #header,
.corporate_mission #header,
.corporate_profile #header,
.corporate_officer #header,
.corporate_organization #header,
.corporate_branch #header,
.corporate_history #header,
.corporate_group #header {
    background: url(/lib/img/corporate/message_mv.webp) top center;
    background-size: cover;
    height: 370px;
}

.corporate_message #message {
    margin-top: 65px;
}

.corporate_message #message p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.corporate_message #message .name {
    display: flex;
    justify-content: end;
}

.corporate_message #message .name span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 400;
}

.corporate_message #message .name p {
    font-family: "Yuji Mai", serif;
    font-optical-sizing: auto;
    font-size: 26px;
    margin-top: 0;
    line-height: 24px;
}

.corporate_mission {
    overflow: hidden;
}

.corporate_mission #header {
    background: url(/lib/img/corporate/mission_mv.webp) top center;
    background-size: cover;
}

.corporate_mission #mission {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission {
        width: 100%;
    }
}

.corporate_mission #mission .line {
    z-index: 1;
    position: absolute;
    height: 20px;
    width: 120%;
    background: linear-gradient(to right, #fff 14%, #3490bf 102%);
    transform: rotate(-15deg);
    top: 220px;
    left: -10%;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .line {
        top: 140px;
        width: 140%;
        left: -30%;
    }
}

.corporate_mission #mission .line.l2 {
    transform: rotate(-154deg);
    top: 265px;
    left: -24%;
    background: linear-gradient(to right, #fff 6%, #3490bf 102%);
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .line.l2 {
        top: 105px;
        width: 140%;
        left: -34%;
    }
}

.corporate_mission #mission .main {
    position: relative;
    z-index: 2;
}

.corporate_mission #mission .main .read {
    margin-bottom: 60px;
}

.corporate_mission #mission .main .read h2 {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: #2A2F88;
    font-size: 75px;
    font-weight: 200;
    margin-top: 5px;
    letter-spacing: 14px;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .main .read h2 {
        font-size: 35px;
    }
}

.corporate_mission #mission .main .read .read_small {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: #2A2F88;
    font-size: 40px;
    font-weight: 200;
    line-height: 90px;
    margin-top: 17px;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .main .read .read_small {
        font-size: 19px;
        line-height: 37px;
    }
}

.corporate_mission #mission .main .sub {
    text-align: left;
    font-size: 15px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 530px;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .main .sub {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.corporate_mission #mission .main .row2_warp {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .main .row2_warp {
        width: 80%;
    }
}

.corporate_mission #mission .main .row2_warp .sub {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .main .row2_warp .sub {
        width: 100%;
    }
}

.corporate_mission #mission .main .row2_warp .sub span {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .corporate_mission #mission .main .row2_warp .sub span {
        display: block;
    }
}

.corporate_profile #header,
.corporate_officer #header {
    background: url(/lib/img/corporate/profile_mv.webp) top center;
    background-size: cover;
}

.corporate_profile .article,
.corporate_officer .article {
    margin-top: 35px;
    margin-bottom: 120px;
}

.corporate_profile .article dl,
.corporate_officer .article dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .corporate_profile .article dl,
    .corporate_officer .article dl {
        display: block;
    }
}

.corporate_profile .article dl dt,
.corporate_profile .article dl dd,
.corporate_officer .article dl dt,
.corporate_officer .article dl dd {
    border-bottom: 1px solid #abaaaa;
    padding: 20px 0;
}

.corporate_profile .article dl dt,
.corporate_officer .article dl dt {
    width: 230px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .corporate_profile .article dl dt,
    .corporate_officer .article dl dt {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
}

.corporate_profile .article dl dd,
.corporate_officer .article dl dd {
    position: relative;
    width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
    .corporate_profile .article dl dd,
    .corporate_officer .article dl dd {
        width: 100%;
        padding-top: 2px;
    }
}

.corporate_profile .article dl dd p,
.corporate_officer .article dl dd p {
    font-size: 17px;
}

.corporate_profile .article dl dd .map-icon,
.corporate_officer .article dl dd .map-icon {
    position: relative;
    top: -1px;
    margin-left: 15px;
}

.corporate_officer #header {
    background: url(/lib/img/corporate/officer_mv.webp) top center;
    background-size: cover;
}

.corporate_officer .article dl dt {
    width: 400px;
}

@media screen and (max-width: 767px) {
    .corporate_officer .article dl dt {
        width: 100%;
    }
}

.corporate_officer .article dl dd {
    width: calc(100% - 400px);
}

@media screen and (max-width: 767px) {
    .corporate_officer .article dl dd {
        width: 100%;
    }
}

.corporate_organization #header {
    background: url(/lib/img/corporate/organization_mv.webp) top center;
    background-size: cover;
}

.corporate_branch #header {
    background: url(/lib/img/corporate/branch_mv.webp) top center;
    background-size: cover;
}

.corporate_branch #branch {
    margin-top: 25px;
}

.corporate_branch #branch .main_img p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.corporate_branch #branch .main_img figure {
    position: relative;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .corporate_branch #branch .main_img figure {
        margin-left: 0;
        margin-right: 0;
    }
}

.corporate_branch #branch .main_img figure .area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.corporate_branch #branch .main_img figure .area a {
    position: absolute;
    display: block;
    height: 37px;
    width: 150px;
}

.corporate_branch #branch .main_img figure .area a.honsya {
    top: 430px;
    left: 21%;
    height: 29px;
    width: 150px;
}

.corporate_branch #branch .main_img figure .area a.kanto {
    top: 323px;
    left: 70%;
}

.corporate_branch #branch .main_img figure .area a.chubu {
    top: 425px;
    left: 49%;
}

.corporate_branch #branch .main_img figure .area a.kansai {
    top: 476px;
    left: 42%;
}

.corporate_branch #branch .main_img figure .area a.kansai_nawate {
    top: 482px;
    left: 21%;
    height: 29px;
    width: 150px;
}

.corporate_branch #branch .main_img figure .area a.chugoku {
    top: 224px;
    left: 29%;
}

.corporate_branch #branch .main_img figure .area a.kita_kyushu {
    top: 229px;
    left: 5%;
    height: 29px;
    width: 167px;
}

.corporate_branch #branch .main_img figure .area a.minami_kyusyu {
    top: 465px;
    left: 0;
}

.corporate_branch #branch .main_img figure .area a.kaihatu {
    top: 459px;
    left: 21%;
    height: 29px;
    width: 150px;
}

.corporate_branch #branch .main_img figure .area a.boc {
    top: 258px;
    left: 5%;
    height: 29px;
    width: 167px;
}

.corporate_branch #branch .branch_list {
    margin-top: 95px;
}

.corporate_branch #branch .branch_list li {
    margin-top: 35px;
}

.corporate_branch #branch .branch_list li:first-child {
    margin-top: 0;
}

.corporate_branch #branch .branch_list li h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #DC2525;
    padding-bottom: 0;
}

.corporate_branch #branch .branch_list li .unit_sub {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .corporate_branch #branch .branch_list li .unit_sub {
        display: block;
    }
}

.corporate_branch #branch .branch_list li .unit_sub figure {
    margin: 0;
    width: 270px;
}

@media screen and (max-width: 767px) {
    .corporate_branch #branch .branch_list li .unit_sub figure {
        width: 100%;
    }
}

.corporate_branch #branch .branch_list li .unit_sub .sub {
    width: calc(100% - 270px - 20px);
}

@media screen and (max-width: 767px) {
    .corporate_branch #branch .branch_list li .unit_sub .sub {
        width: 100%;
    }
}

.corporate_branch #branch .branch_list li .unit_sub .sub p {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .corporate_branch #branch .branch_list li .unit_sub .sub p .tel {
        display: block;
    }
}

.corporate_branch #branch .branch_list li .unit_sub .sub p .fax {
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .corporate_branch #branch .branch_list li .unit_sub .sub p .fax {
        display: block;
        margin-left: 0;
    }
}

.corporate_branch #branch .branch_list li .unit_sub .sub .address {
    font-size: 16px;
    margin-top: 18px;
}

.corporate_branch #branch .branch_list li .unit_sub .sub .address .read {
    font-weight: bold;
}

.corporate_branch #branch .branch_list li .unit_sub .sub .address .add {
    margin-top: 5px;
}

.corporate_history #header {
    background: url(/lib/img/corporate/history_mv.webp) top center;
    background-size: cover;
}

.corporate_history #history {
    width: 800px;
}

@media screen and (max-width: 767px) {
    .corporate_history #history {
        width: 80%;
    }
}

.corporate_history #history dl {
    display: flex;
    flex-wrap: wrap;
}

.corporate_history #history dl dt {
    position: relative;
    box-sizing: border-box;
    width: 111px;
    font-size: 28px;
    font-weight: bold;
    color: rgb(42, 47, 136);
    padding-left: 11px;
}

.corporate_history #history dl dd {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 111px);
    padding-top: 12px;
    padding-left: 22px;
}

.corporate_history #history dl dd::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    background: #DC2525;
    top: 16px;
    left: -5px;
}

.corporate_history #history dl dd::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #2A2F88;
    top: 18px;
    left: 0;
}

.corporate_history #history dl dd:last-child::before {
    top: 0;
}

.corporate_history #history dl dd p {
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: bold;
}

.corporate_history #history dl dd p:last-child {
    margin-bottom: 20px;
}

.corporate_group #header {
    background: url(/lib/img/corporate/group_mv.webp) top center;
}

.corporate_group #primary {
    width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary {
        width: 80%;
    }
}

.corporate_group #primary #group {
    width: 100%;
    margin-top: 25px;
}

.corporate_group #primary #group .main_img p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.corporate_group #primary h1 {
    color: #2A2F88;
}

.corporate_group #primary h1 small {
    color: #2A2F88;
}

.corporate_group #primary h2 {
    width: 100%;
    height: 35px;
    background-color: #727171;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 70px 0px 12px;
}

.corporate_group #primary h3 {
    width: 100%;
    color: #fff;
    background-color: #2A2F88;
    width: 100%;
    height: 43px;
    line-height: 43px;
    letter-spacing: 2px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.corporate_group #primary h3 a {
    color: #fff;
    display: block;
}

.corporate_group #primary h3 a:hover {
    opacity: 0.6;
}

.corporate_group #primary h3 small {
    color: #2A2F88;
    font-size: 9px;
    background-color: #fff;
    padding: 1px 4px;
    vertical-align: 9%;
}

.corporate_group #primary h4 {
    width: 40%;
    padding: 20px 35px 20px 5px;
}

.corporate_group #primary h4 img {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary h4 {
        width: 100%;
    }
}

.corporate_group #primary .secondary {
    width: 100%;
}

.corporate_group #primary .secondary .group_container .group_sub_container {
    width: 100%;
    margin-bottom: 100px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container {
        max-width: 100%;
        height: auto;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap {
        width: 100%;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box1 {
    background-color: #F0F0EF;
    padding: 15px;
    padding-bottom: 10px;
    width: 264px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box1 {
        width: 50%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box1 .ttl {
    background-color: #2A2F88;
    width: 97%;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box1 .ttl {
        font-size: 9px;
        line-height: 13px;
        padding-top: 5px;
        width: calc(100% - 10px);
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box2 {
    background-color: #F0F0EF;
    padding: 15px;
    padding-bottom: 10px;
    width: 263px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box2 {
        width: 50%;
        margin-top: 35px;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .company_box2 .long_ttl {
    background-color: #2A2F88;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 97%;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .box2 {
    background-color: #F0F0EF;
    padding: 15px;
    width: 250px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .box2 {
        width: 32%;
        padding: 0%;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .box2 .ttl {
    background-color: #2A2F88;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .box2 .ttl {
        font-size: 9px;
        font-weight: bold;
        line-height: 13px;
        padding-top: 5px;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .box2 .company_box3 {
    margin-bottom: 28px;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .business_ttl {
    margin-top: 125px;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #6e6e6e;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .business_ttl {
        font-size: 16px;
        letter-spacing: 0px;
    }
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo_box:hover {
    opacity: 0.6;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo_box img {
    width: 100%;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo1,
.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo2,
.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo3,
.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo4 {
    width: 243px;
    padding: 10px;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo3 {
    padding: 1px 10px;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo5 {
    padding: 15px 10px;
}

.corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo6 {
    padding: 15px 10px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo1,
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo2,
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo3,
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo4 {
        width: 100%;
        height: 57.5px;
        padding: 0%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .corporate_group #primary .secondary .group_container .group_sub_container .group_wrap .logo5 {
        height: 81px;
        padding: 0%;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 610px) {
    .corporate_group #primary .secondary .group_container .group_sub_container {
        display: none;
    }
}

.corporate_group #primary .secondary .sp_group_container {
    display: none;
}

@media screen and (max-width: 610px) {
    .corporate_group #primary .secondary .sp_group_container {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
    }
    .corporate_group #primary .secondary .sp_group_container .domestic {
        padding: 15px 15px 0 15px;
        background-color: #F0F0EF;
        position: relative;
    }
    .corporate_group #primary .secondary .sp_group_container .ttl1 {
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 5px;
        width: 17px;
        height: 356px;
        background-color: #2A2F88;
        color: #fff;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .corporate_group #primary .secondary .sp_group_container .company_logo {
        margin-left: 40px;
        min-height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .corporate_group #primary .secondary .sp_group_container .company_logo_smc {
        margin-left: 40px;
        min-height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .corporate_group #primary .secondary .sp_group_container .company_logo img,
    .corporate_group #primary .secondary .sp_group_container .company_logo_smc img {
        width: 70%;
    }
    .corporate_group #primary .secondary .sp_group_container .logo1,
    .corporate_group #primary .secondary .sp_group_container .logo3 {
        margin-bottom: 15px;
    }
    .corporate_group #primary .secondary .sp_group_container .logo2 {
        margin-bottom: 30px;
    }
    .corporate_group #primary .secondary .sp_group_container .logo4,
    .corporate_group #primary .secondary .sp_group_container .logo5 {
        margin-bottom: 0;
    }
    .corporate_group #primary .secondary .sp_group_container .ttl2 {
        position: absolute;
        z-index: 1;
        top: 410px;
        left: 15px;
        padding: 5px;
        width: 17px;
        height: 517px;
        background-color: #2A2F88;
        color: #fff;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .corporate_group #primary .secondary .sp_group_container .business_ttl {
        margin-left: 40px;
        padding: 20px 0 30px 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #6e6e6e;
        letter-spacing: 10px;
    }
    .corporate_group #primary .secondary .sp_group_container .abroad {
        margin-top: 20px;
        padding: 15px 15px 0 15px;
        background-color: #F0F0EF;
        position: relative;
    }
    .corporate_group #primary .secondary .sp_group_container .abroad .ttl {
        margin-left: 40px;
        margin-bottom: 15px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2A2F88;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
}

@media screen and (max-width: 414px) {
    .corporate_group #primary .secondary .sp_group_container .company_logo {
        height: 80px;
    }
    .corporate_group #primary .secondary .sp_group_container .company_logo_smc {
        height: 160px;
    }
    .corporate_group #primary .secondary .sp_group_container .company_logo img,
    .corporate_group #primary .secondary .sp_group_container .company_logo_smc img {
        width: 90%;
    }
}

.corporate_group #primary .secondary .long_ttl_sp {
    background-color: #2A2F88;
    position: absolute;
    z-index: 199;
    width: 61.3%;
    left: 35%;
    top: 15px;
    margin: 0;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
    height: 25px;
}

.corporate_group #primary .secondary .information {
    margin: 10px 0px 15px;
    width: 55%;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary .information {
        width: 100%;
    }
}

.corporate_group #primary .secondary .map {
    width: 100%;
    border-top: solid 1px #000;
    padding-top: 10px;
    font-weight: 500;
}

.corporate_group #primary .secondary .map span {
    padding-left: 12px;
}

.corporate_group #primary .secondary li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.corporate_group #primary .secondary li .ex {
    width: 23%;
    height: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .corporate_group #primary .secondary li .ex {
        width: 45%;
    }
}


/*# sourceMappingURL=corporate.css.map */