@charset 'UTF-8';
h1
{
    white-space: nowrap;

    -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px)
{
    h1
    {
        white-space: inherit;

        -ms-flex-wrap: wrap !important;

            flex-wrap: wrap !important;
    }
}

h2
{
    font-size: 30px;
    font-weight: bold;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin: 0 auto 50px;
    padding-bottom: 22px;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
@media screen and (max-width: 550px)
{
    h2
    {
        font-size: 20px;
        line-height: 1.5;

        margin: 0 auto 30px;
        padding-bottom: 15px;
    }
}
h2 span
{
    font-size: 16px;
}
@media screen and (max-width: 550px)
{
    h2 span
    {
        font-size: 14px;
    }
}
h2:after
{
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);

    width: 80px;
    height: 10px;

    content: '';

    background-color: #000;
}
@media screen and (max-width: 550px)
{
    h2:after
    {
        left: calc(50% - 30px);

        width: 60px;
        height: 8px;
    }
}

section.top
{
    font-size: 16px;
    line-height: 1.8;

    width: 93%;
    max-width: 700px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 768px)
{
    section.top
    {
        font-size: 14px;
        line-height: 1.8;

        margin: 0 auto 30px;
    }
}

section.facility
{
    width: 93%;
    max-width: 1000px;
    margin: 0 auto 120px;
    padding: 70px 30px;

    text-align: center;

    border-radius: 10px;
    background: #fff;
}
@media screen and (max-width: 768px)
{
    section.facility
    {
        margin: 0 auto 60px;
        padding: 30px 20px;
    }
}
section.facility h3
{
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    margin: 0 auto 20px;
    padding: 8px 25px;

    text-align: center;

    border: 1px solid #000;
    border-radius: 30px;
}
@media screen and (max-width: 768px)
{
    section.facility h3
    {
        margin: 0 auto 15px;
    }
}
section.facility .cap
{
    font-size: 14px;

    margin: 10px auto 0;

    text-align: left;
}
@media screen and (max-width: 768px)
{
    section.facility .cap
    {
        font-size: 13px;

        margin: 6px auto 0;
    }
}
section.facility .fac-flex2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 800px;
    margin: 0 auto;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.facility .fac-flex2 li
{
    width: 48%;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    section.facility .fac-flex2 li
    {
        margin-bottom: 20px;
    }
}
section.facility .fac-flex2 li img
{
    width: 100%;
}
@media screen and (max-width: 768px)
{
    section.facility .non_fle
    {
        display: block;
    }
}
@media screen and (max-width: 768px)
{
    section.facility .non_fle li
    {
        width: 100%;
    }
}
section.facility .fac-flex3
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 800px;
    margin: 0 auto;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.facility .fac-flex3 li
{
    width: 30%;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    section.facility .fac-flex3 li
    {
        width: 48%;
        margin-bottom: 20px;
    }
}
section.facility .fac-flex3 li img
{
    width: 100%;
}
section.facility .fac-txt
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    max-width: 800px;
    margin: 60px auto 0;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 768px)
{
    section.facility .fac-txt
    {
        margin: 20px auto 0;
    }
}
section.facility .fac-txt p
{
    font-size: 16px;
    line-height: 2;

    text-align: left;
}
@media screen and (max-width: 768px)
{
    section.facility .fac-txt p
    {
        font-size: 14px;
        line-height: 1.8;
    }
}

/*20241007更新*/
section.facility
{
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px)
{
    section.facility
    {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 768px)
{
    section.facility img
    {
        width: 100%;
    }
}
section.facility .fir-txt p
{
    margin-bottom: 40px;
}
section.facility .report_area a img
{
    max-width: 400px;
}
section.facility .report_mart
{
    margin-top: 40px;
}
section.facility #btn01
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn01.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn01
    {
        width: 100%;
    }
}
section.facility #btn01.on_btn01
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open01_sp.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 200/207;
}
@media screen and (max-width: 768px)
{
    section.facility #btn01.on_btn01
    {
        width: 100%;
    }
}
section.facility #btn02
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn01.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn02
    {
        width: 100%;
    }
}
section.facility #btn02.on_btn02
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open02.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 40/31;
}
@media screen and (max-width: 768px)
{
    section.facility #btn02.on_btn02
    {
        width: 100%;
    }
}
section.facility #btn03
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn01.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn03
    {
        width: 100%;
    }
}
section.facility #btn03.on_btn03
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open03.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 400/287;
}
@media screen and (max-width: 768px)
{
    section.facility #btn03.on_btn03
    {
        width: 100%;
    }
}
section.facility #btn04
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn01.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn04
    {
        width: 100%;
    }
}
section.facility #btn04.on_btn04
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open04.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 20/19;
}
@media screen and (max-width: 768px)
{
    section.facility #btn04.on_btn04
    {
        width: 100%;
    }
}
section.facility #btn05
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn01.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn05
    {
        width: 100%;
    }
}
section.facility #btn05.on_btn05
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open05.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/101;
}
@media screen and (max-width: 768px)
{
    section.facility #btn05.on_btn05
    {
        width: 100%;
    }
}
section.facility #btn06
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn02.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn06
    {
        width: 100%;
    }
}
section.facility #btn06.on_btn06
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open06.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 200/207;
}
@media screen and (max-width: 768px)
{
    section.facility #btn06.on_btn06
    {
        width: 100%;
    }
}
section.facility #btn07
{
    width: 400px;
    margin: 0 auto;

    cursor: pointer;

    background: url(/qualification/img/facility/fac_btn02.png) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 100/21;
}
@media screen and (max-width: 768px)
{
    section.facility #btn07
    {
        width: 100%;
    }
}
section.facility #btn07.on_btn07
{
    width: 400px;

    background: url(/qualification/img/facility/fac_open07.jpg) no-repeat;
    background-size: 100% 100%;

    aspect-ratio: 40/47;
}
@media screen and (max-width: 768px)
{
    section.facility #btn07.on_btn07
    {
        width: 100%;
    }
}

.sec-flex2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 93%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .sec-flex2
    {
        display: block;
    }
}
.sec-flex2 .facility
{
    width: 49%;
    margin: 0;
}
@media screen and (max-width: 768px)
{
    .sec-flex2 .facility
    {
        width: 100%;
    }
}
.sec-flex2 .facility .mart
{
    margin-top: 40px;
}

.facility_other
{
    width: 49%;
}
@media screen and (max-width: 768px)
{
    .facility_other
    {
        width: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .facility_other .box_area
    {
        margin-top: 20px;
    }
}
.facility_other .box_area .contents_area
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-radius: 10px;
    background-color: #f3ccb4;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.facility_other .box_area .contents_area .bg_txt
{
    font-size: 24px;
    line-height: 1;

    width: 35%;
    padding: 40px 0 40px 10px;

    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e08043;
}
@media screen and (max-width: 768px)
{
    .facility_other .box_area .contents_area .bg_txt
    {
        font-size: 18px;
    }
}
.facility_other .box_area .contents_area .bg_txt .hei_txt
{
    line-height: 1.5 !important;
}
.facility_other .box_area .contents_area .bg_txt .sm_txt
{
    font-size: 18px;
    line-height: 1.5;
}
@media screen and (max-width: 768px)
{
    .facility_other .box_area .contents_area .bg_txt .sm_txt
    {
        font-size: 14px;
    }
}
.facility_other .box_area .contents_area .txt
{
    font-size: 16px;
    line-height: 30px;

    padding-left: 20px;
}
@media screen and (max-width: 768px)
{
    .facility_other .box_area .contents_area .txt
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.facility_other .box_area .contents_area .txt .dot
{
    font-size: 14px;

    color: #e08043;
}
@media screen and (max-width: 768px)
{
    .facility_other .box_area .contents_area .txt .dot
    {
        font-size: 10px;
    }
}

.v_area
{
    margin-top: 90px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .v_area
    {
        margin-top: 60px;
    }
}
.v_area .fac_b
{
    background-color: #c8e7e9;
}
.v_area .ttl
{
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
    .v_area .ttl
    {
        width: 90%;
        margin-bottom: 10px;
    }
}
.v_area .v_box01,
.v_area .v_box02
{
    position: relative;
}
.v_area .v_box01 .img01_pc,
.v_area .v_box01 .img02_pc,
.v_area .v_box02 .img01_pc,
.v_area .v_box02 .img02_pc
{
    position: absolute;
}
@media screen and (max-width: 768px)
{
    .v_area .v_box01 .img01_pc,
    .v_area .v_box01 .img02_pc,
    .v_area .v_box02 .img01_pc,
    .v_area .v_box02 .img02_pc
    {
        display: none;
    }
}
.v_area .v_box01 .img01_sp,
.v_area .v_box01 .img02_sp,
.v_area .v_box02 .img01_sp,
.v_area .v_box02 .img02_sp
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .v_area .v_box01 .img01_sp,
    .v_area .v_box01 .img02_sp,
    .v_area .v_box02 .img01_sp,
    .v_area .v_box02 .img02_sp
    {
        position: absolute;

        display: block;
    }
}
.v_area .v_box01 .img01_pc,
.v_area .v_box02 .img01_pc
{
    bottom: -50px;
    left: -80px;

    width: 140px;
}
@media screen and (max-width: 768px)
{
    .v_area .v_box01 .img01_pc,
    .v_area .v_box02 .img01_pc
    {
        top: -10px;
        left: -30px;

        width: 90px;
    }
}
.v_area .v_box01 .img02_pc,
.v_area .v_box02 .img02_pc
{
    top: -80px;
    right: -40px;

    width: 200px;
}
@media screen and (max-width: 768px)
{
    .v_area .v_box01 .img02_pc,
    .v_area .v_box02 .img02_pc
    {
        top: -10px;

        width: 140px;
    }
}
@media screen and (max-width: 768px)
{
    .v_area .v_box01 .img01_sp,
    .v_area .v_box02 .img01_sp
    {
        top: -10px;
        right: -30px;

        width: 140px;
    }
}
@media screen and (max-width: 768px)
{
    .v_area .v_box01 .img02_sp,
    .v_area .v_box02 .img02_sp
    {
        bottom: -40px;
        left: -20px;

        width: 90px;
    }
}
.v_area .v_box01 h2,
.v_area .v_box02 h2
{
    display: block;
}
.v_area .v_box01 h2 .sm_txt,
.v_area .v_box02 h2 .sm_txt
{
    font-size: 18px;
}
@media screen and (max-width: 768px)
{
    .v_area .v_box02
    {
        margin-top: 20px !important;
    }
}

.fir_fac
{
    margin: 0 auto !important;
}

.mart20
{
    margin-top: 20px !important;
}

section.mart90
{
    margin-top: 90px !important;
}
@media screen and (max-width: 768px)
{
    section.mart90
    {
        margin-top: 60px !important;
    }
}

.marb120
{
    margin-bottom: 120px !important;
}

/*# sourceMappingURL=style-facility.css.map */
