@charset "UTF-8";

@media screen and (max-width:767px) {
    /*SP*/
}

@media screen and (min-width:768px), print {
    /*PC&TB*/
}


/************************************************************/
/*   BASE   */
/************************************************************/
/* FONT */
.font_noto_500 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.font_noto_700 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.font_noto_900 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}


.contents_wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

#HD .contentsWidth {
    width: 100% !important;
}

.sp_br {
    display: none;
}

/*SP*/
@media screen and (max-width:767px) {
    .contents_wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .sp_br {
        display: block;
    }

}




/************************************************************/
/*   HEADER, NAVI   */
/************************************************************/
@media screen and (max-width:767px) {

    /*SP*/
    #HD {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 95px;
        background-color: #fff;
    }

    .HD_set {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .HD_logo_box {
        width: 100%;
        vertical-align: baseline;
        margin-left: 30px;

    }

    .HD_logo_box h1 a {
        font-size: 3rem;
        color: #000;
        line-height: 1;
    }

    .HD_logo_box h1 a span {
        margin-left: 10px;
        font-size: 2.0rem;
    }

    .HD_logo_box h1 a:hover {
        opacity: 1;
    }


    .HD_logo_box h1 img {
        width: 204px;
        font-size: 3rem;
        color: #000;
        line-height: 1;

    }

    .HD_logo_box h1 img span {
        margin-left: 10px;
        font-size: 2.0rem;
    }

    .HD_logo_box h1 imga:hover {
        opacity: 1;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {

    /*TB*/
    #HD {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 95px;
        background-color: #fff;
    }

    .HD_set {}

    .HD_logo_box {
        vertical-align: baseline;
        margin-left: 30px;

    }

    .HD_logo_box h1 a {
        font-size: 3.0rem;
        color: #000;
        line-height: 1;
        white-space: nowrap;
    }

    .HD_logo_box h1 a span {
        margin-left: 10px;
        font-size: 2.0rem;
    }

    .HD_logo_box h1 a:hover {
        opacity: 1;
    }

    .HD_logo_box h1 img {
        width: 204px;
        font-size: 3.0rem;
        color: #000;
        line-height: 1;
        white-space: nowrap;
    }

    .HD_logo_box h1 img span {
        margin-left: 10px;
        font-size: 2.0rem;
    }

    .HD_logo_box h1 img:hover {
        opacity: 1;
    }

}

@media screen and (min-width:1024px) and (max-width:1199px) {

    /*TB*/
    #HD {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 95px;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    .HD_set {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .HD_logo_box {
        vertical-align: baseline;
        margin-left: 30px;
    }

    .HD_logo_box h1 a {
        font-size: 3.3vw;
        color: #000;
        line-height: 1;
        white-space: nowrap;
    }

    .HD_logo_box h1 a span {
        margin-left: 10px;
        font-size: 2vw;
    }

    .HD_logo_box h1 a:hover {
        opacity: 1;
    }

    .HD_logo_box h1 img {
        width: 204px;
        font-size: 3.3vw;
        color: #000;
        line-height: 1;
        white-space: nowrap;
    }

    .HD_logo_box h1 img span {
        margin-left: 10px;
        font-size: 2vw;
    }

    .HD_logo_box h1 img:hover {
        opacity: 1;
    }

}

@media screen and (min-width:1200px), print {

    /*PC*/
    #HD {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 95px;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    .HD_set {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .HD_logo_box {
        vertical-align: baseline;
        position: relative;
        /* top: 10px; */
        left: 30px;
    }

    .HD_logo_box h1 a {
        font-size: 4.0rem;
        color: #000;
        line-height: 1;
        white-space: nowrap;
    }

    .HD_logo_box h1 a span {
        margin-left: 20px;
        font-size: 2.4rem;
    }

    .HD_logo_box h1 a:hover {
        opacity: 1;
    }

    .HD_logo_box h1 img {
        width: 204px;
        font-size: 4.0rem;
        color: #000;
        line-height: 1;
        white-space: nowrap;
    }

    .HD_logo_box h1 img span {
        margin-left: 20px;
        font-size: 2.4rem;
    }

    .HD_logo_box h1 img:hover {
        opacity: 1;
    }

}

/************************************************************/
/*   NAVI   */
/************************************************************/
@media screen and (max-width:767px) {

    /*SP*/
    .NAV_open {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        padding: 20px 15px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .NAV_open:hover {
        cursor: pointer;
    }

    .NAV_open span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #2E6EB3;
    }

    .NAV_close {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        padding: 20px 15px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        background-color: #ffffff;
    }

    .NAV_close:hover {
        cursor: pointer;
    }

    .NAV_close span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #2E6EB3;
    }

    .NAV_close span:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .NAV_close span:nth-of-type(2) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    #NAV {
        position: fixed;
        z-index: 1000;
        top: 95px;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 0 auto;
        background-color: #2E6EB3;
        padding: 10px 30px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    #NAV._is_open {
        visibility: visible;
        opacity: 1;
    }

    .NAV_set {
        width: 100%;
    }

    .NAV_box {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 20px 5px;
    }

    .NAV_box a {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
    }

    .NAV_sns_set_tb {
        display: none;
    }

    .NAV_sns_set_pcsp {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .NAV_sns_box {
        width: 40px;
        height: 40px;
        margin: 0 10px;
        border-radius: 10px;
        background-color: #fff;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .NAV_sns_box:last-of-type {
        margin-right: 0;
    }

    .NAV_sns_box img {
        width: 20px;
    }


    .NAV_contact_box {
        width: 158px;
        background-color: #2E6EB3;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px 5px;
        transform: translate(-28px, 0px);

    }

    .NAV_contact_box img {
        display: none;
    }

    .NAV_contact_box p {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {

    /*TB*/
    .NAV_open {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        padding: 20px 15px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .NAV_open:hover {
        cursor: pointer;
    }

    .NAV_open span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #2E6EB3;
    }

    .NAV_close {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        padding: 20px 15px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        background-color: #ffffff;
    }

    .NAV_close:hover {
        cursor: pointer;
    }

    .NAV_close span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #2E6EB3;
    }

    .NAV_close span:nth-of-type(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .NAV_close span:nth-of-type(2) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    #NAV {
        position: fixed;
        z-index: 1000;
        top: 95px;
        left: 0;
        width: 100%;
        height: 40px;
        margin: 0 0 0 auto;
        background-color: #2E6EB3;
        padding: 10px 30px 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    #NAV._is_open {
        visibility: visible;
        opacity: 1;
    }

    /* .NAV_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
    } */

    /* navi非表示中 */
    .NAV_set {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }

    /* /navi非表示中 */

    .NAV_box {}

    .NAV_box a {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
    }

    .NAV_sns_set_tb {
        width: 140px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        top: 10px;
        right: 60px;
    }

    .NAV_sns_set_pcsp {
        display: none;
    }

    .NAV_sns_box {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 10px;
        background-color: #fff;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .NAV_sns_box:last-of-type {
        margin-right: 0;
    }

    .NAV_sns_box img {
        width: 20px;
    }


    .NAV_contact_box {
        width: 158px;
        background-color: #2E6EB3;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }

    .NAV_contact_box img {
        display: none;
    }

    .NAV_contact_box p {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

}

@media screen and (min-width:1024px) and (max-width:1199px) {

    /*PC&TB*/

    #NAV {
        display: flex;
        flex-direction: row;
    }

    .NAV_open,
    .NAV_close {
        display: none;
    }

    .NAV_set {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .NAV_box {
        display: inline-block;
        padding: 0 30px;
        border-left: 1px solid #C2C7CC;
        line-height: 1;
        color: #C2C7CC;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .NAV_box a {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
    }

    .NAV_sns_set_tb {
        display: none;
    }

    .NAV_sns_set_pcsp {
        width: 140px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .NAV_sns_box {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 10px;
        background-color: #fff;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .NAV_sns_box:last-of-type {
        margin-right: 0;
    }

    .NAV_sns_box img {
        width: 20px;
    }


    .NAV_contact_box {
        width: 158px;
        height: 96px;
        background-color: #2E6EB3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .NAV_contact_box img {
        width: 24px;
        margin-bottom: 5px;
    }

    .NAV_contact_box p {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

}


@media screen and (min-width:1200px), print {

    /*PC*/
    #NAV {
        display: flex;
        flex-direction: row;
    }

    .NAV_open,
    .NAV_close {
        display: none;
    }

    .NAV_set {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .NAV_box {
        display: inline-block;
        padding: 0 30px;
        border-left: 1px solid #C2C7CC;
        line-height: 1;
        color: #C2C7CC;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .NAV_box:last-child {
        padding: 0 20px;
        border-right: 1px solid #C2C7CC !important;
    }

    .NAV_sns_set_tb {
        display: none;
    }

    .NAV_sns_set_pcsp {
        width: 140px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .NAV_sns_box {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 10px;
        background-color: #fff;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .NAV_sns_box:last-of-type {
        margin-right: 0;
    }

    .NAV_sns_box img {
        width: 20px;
    }


    .NAV_contact_box {
        width: 158px;
        height: 96px;
        background-color: #2E6EB3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
        text-align: center;

    }

    .NAV_contact_box img {
        width: 24px;
        margin-bottom: 5px;
    }

    .NAV_contact_box p {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

}

/************************************************************/
/*   HEADER & NAVI   */
/************************************************************/
/* JS hdResizePC */
@media screen and (min-width:1024px) and (max-width:1259px) {

    /*PC&TB*/
    ._is_scrl {
        height: 95px !important;
    }

    ._is_scrl .HD_logo_box h1 a {
        font-size: 3.0rem;
    }

    ._is_scrl .HD_logo_box h1 a span {
        font-size: 2.0rem;
    }

    ._is_scrl .HD_logo_box h1 img {
        width: 204px;
        font-size: 3.0rem;
    }

    ._is_scrl .HD_logo_box h1 img span {
        font-size: 2.0rem;
    }


}

@media screen and (min-width:1260px), print {

    /*PC*/
    ._is_scrl {
        height: 95px !important;
    }

    ._is_scrl .HD_logo_box h1 a {
        font-size: 3.0rem;
    }

    ._is_scrl .HD_logo_box h1 a span {
        font-size: 2.0rem;
    }

    ._is_scrl .HD_logo_box h1 img {
        width: 204px;
        font-size: 3.0rem;
    }

    ._is_scrl .HD_logo_box h1 img span {
        font-size: 2.0rem;
    }



}


/************************************************************/
/*   MV   */
/************************************************************/

#mv {
    padding-top: 120px;
    background-color: black;
    padding: 300px 0;
}

.mv_img_container {
    max-width: 1400px;
}


/*   スクロールボタン   */
.scroll {
    padding-top: 60px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    top: 230px;
}

.scroll::before {
    animation: scroll 2s infinite;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 60;
    width: 20px;
}

.scroll a {
    color: #fff;
}


/* 矢印のアニメーション */
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: rotate(-45deg) translate(-20px, 20px);
    }

    100% {
        opacity: 0;
    }
}


/*SP*/
@media screen and (max-width:767px) {
    .mv_img_container {
        max-width: 100px;
    }

    .scroll {
        display: none;
    }

}


/************************************************************/
/*   aboutus   */
/************************************************************/

#aboutus {
    padding: 80px 20px;
    color: #fff;
    background-size: cover;
    background-image: url(../image/aboutus_bg.png);
}

.aboutus_title {}

.aboutus_title p {
    font-size: 60px;
    font-weight: bold;
    font-family: Oswald;
    position: relative;
    text-align: center;
}

.aboutus_title p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 7px;
    background-color: #000;
}

.aboutus_title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.aboutus_contents {
    display: flex;
    max-width: 1080px;
}

.aboutus_contents p {
    font-family: Noto Sans JP;
    font-size: 18px;
}

.aboutus_contents_box_l {
    max-width: 540px;
    width: 100%;
}

.aboutus_text {
    margin-left: 10px;
}

.aboutus_contents_box_r {
    min-width: 380px;
    width: 480px;
}

.aboutus_contents_box_r img {
    width: 100%;
    padding: 0 10px 0 50px;
}

.aboutus_contents h2 {
    font-size: 34px;
    font-family: Noto Sans JP;
    margin-bottom: 10px;
}


/*SP*/
@media screen and (max-width:767px) {

    #aboutus {
        padding: 80px 20px;
        color: #fff;
        background-size: cover;
        background-image: url(../image/aboutus_bg.png);
    }

    .aboutus_title {}

    .aboutus_title p {
        font-size: 5.6rem;
        font-weight: bold;
        font-family: Oswald;
        position: relative;
        text-align: center;
        line-height: 1.1;
    }

    .aboutus_title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 7px;
        background-color: #000;
    }

    .aboutus_title h1 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;
    }

    .aboutus_contents {
        display: flex;
        flex-direction: column;
    }

    .aboutus_contents p {
        font-family: Noto Sans JP;
        font-size: 18px;
    }

    .aboutus_contents_box_l {
        max-width: 600px;
        width: 100%;
        margin-bottom: 50px;
    }

    .aboutus_text {}

    .aboutus_contents_box_r {
        max-width: 540px;
        margin: 0 auto;
        min-width: 380px;
        width: auto;
    }

    .aboutus_contents_box_r img {
        width: 100%;
        padding: 0 10px 0 10px;
    }


    .aboutus_contents h2 {
        font-size: 34px;
        font-family: Noto Sans JP;
        margin-bottom: 10px;

    }


}


/************************************************************/
/*   company   */
/************************************************************/
#company {
    padding: 100px 0;

    background-color: #262727;
    color: #fff;
}

.company_title {}

.company_title p {
    font-size: 60px;
    font-weight: bold;
    font-family: Oswald;
    position: relative;
    text-align: center;
}

.company_title p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 7px;
    background-color: #2F6DB3;
}

.company_title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.company_contents {
    display: flex;
    max-width: 1080px;
}

.company_contents_imgbox {
    margin-bottom: 100px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #D9D6D0;
    padding: 20px 40px;
    text-align: left;
    font-size: 20px;
    font-family: Noto Sans JP;
    line-height: 30px;
}

th {
    background-color: #2F6DB3;
    color: #fff;
}

td {
    background-color: #fff;
    color: #000;
}


/*SP*/
@media (max-width: 767px) {
    #company {
        padding: 100px 0;
        background-color: #262727;
        color: #fff;
    }

    .company_title {}

    .company_title p {
        font-size: 5.6rem;
        font-weight: bold;
        font-family: Oswald;
        position: relative;
        text-align: center;
        line-height: 1.1;
    }

    .company_title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 7px;
        background-color: #2F6DB3;
    }

    .company_title h1 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;
    }

    .company_contents {
        display: flex;
        max-width: 1080px;
    }

    .company_contents_imgbox {
        margin-bottom: 100px;
    }




    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }

    th {
        text-align: center;
    }

    #company table {
        padding: 0 0px;

    }
}


/************************************************************/
/*   service   */
/************************************************************/
#service {
    padding: 50px 0;
    background-size: cover;
    background-image: url(../image/service_bg.png);
    color: #fff;
}

.service_title {}

.service_title p {
    font-size: 60px;
    font-weight: bold;
    font-family: Oswald;
    position: relative;
    text-align: center;
}

.service_title p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 7px;
    background-color: #2F6DB3;
}

.service_title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.service_contents {
    display: flex;
    max-width: 1080px;
    flex-direction: row;
    padding: 0 20px;
}

.service_contents_text {
    padding: 0 20px;
}

.service_contents_text h2 {
    font-size: 2.9rem;
    font-family: Noto Sans JP;
    margin-bottom: 30px;
    text-align: center;
}

.service_contents_l {}

.service_contents p {
    max-width: 1080px;
    font-size: 31px;
    font-family: Noto Sans JP;
    font-weight: 600;
}

.service_contents_list {
    font-size: 19px;
    font-family: Noto Sans JP;
}

.service_contents_imgbox {
    margin-bottom: 100px;
}

.service_contents_imgbox img {
    width: 100%;
    padding-left: 20px;
}

.service_contents_list ul li {
    margin-left: 1em;
    text-indent: -1em;
}

/*SP*/
@media screen and (max-width:767px) {

    #service {
        padding: 50px 0;
        background-size: cover;
        background-image: url(../image/service_bg.png);
        color: #fff;
    }

    .service_title {}

    .service_title p {
        font-size: 5.6rem;
        font-weight: bold;
        font-family: Oswald;
        position: relative;
        text-align: center;
        line-height: 1.1;
    }

    .service_title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 7px;
        background-color: #2F6DB3;
    }

    .service_title h1 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;
    }

    .service_contents {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .service_contents_text {}

    .service_contents_text h2 {
        width: 90%;
        margin: 0 auto;
        font-size: 2.7rem;
        font-family: Noto Sans JP;
        text-align: center;
        margin-bottom: 20px;
    }

    .service_contents_l {}

    .service_contents p {
        max-width: 1080px;
        font-size: 31px;
        font-family: Noto Sans JP;
        font-weight: 600;
    }

    .service_contents_list {
        width: 90%;
        margin: 0 auto;
        font-size: 19px;
        font-family: Noto Sans JP;

    }

    .service_contents_imgbox {
        width: 90%;
        margin: 0 auto;
    }

    .service_contents_imgbox img {
        width: 100%;
        padding: 0%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .service_contents_list ul li {
        margin-left: 1em;
        text-indent: -1em;
    }



}


/************************************************************/
/*   corporate   */
/************************************************************/
#corporate {
    padding: 100px 0;
    background-size: cover;
    background-image: url(../image/corporate_bg.png);
    color: #fff;
}

.corporate_title {}

.corporate_title p {
    font-size: 60px;
    font-weight: bold;
    font-family: Oswald;
    position: relative;
    text-align: center;
    line-height: 1.3;
}

.corporate_title p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 7px;
    background-color: #000;
}

.corporate_title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.corporate_contents_imgbox {
    max-width: 565px;
    margin: 0 auto 30px;
}

.corporate_contents {
    display: flex;
    max-width: 1080px;
    flex-direction: column;
    padding: 0 20px;
}

.corporate_contents_list {
    font-size: 24px;
    font-family: Noto Sans JP;
    max-width: 980px;
    line-height: 60px;
}



.corporate_contents_list li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}



/*SP*/
@media screen and (max-width:767px) {

    #corporate {
        padding: 80px 30px;
        background-size: cover;
        background-image: url(../image/corporate_bg.png);
        color: #fff;
    }

    .corporate_title {}

    .corporate_title p {
        font-size: 5.6rem;
        font-weight: bold;
        font-family: Oswald;
        position: relative;
        text-align: center;
        line-height: 1.1;
    }

    .corporate_title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 7px;
        background-color: #000;
    }

    .corporate_title h1 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;
    }

    .corporate_contents_imgbox {
        margin-bottom: 30px;
    }

    .corporate_contents {
        display: flex;
        max-width: 1080px;
        flex-direction: column;
    }

    .corporate_contents_list {
        font-size: 2rem;
        font-family: Noto Sans JP;
        max-width: 980px;
        line-height: 60px;
    }



    .corporate_contents_list li {
        margin-left: 1.4em;
        margin-bottom: 10px;
        text-indent: -1.4em;
        line-height: 1.4;
    }




}


/************************************************************/
/*   access   */
/************************************************************/
#access {
    padding: 100px 0;
    background-color: #262727;
    color: #fff;
    font-size: 18px;
}

.access_title {}

.access_title p {
    font-size: 60px;
    font-weight: bold;
    font-family: Oswald;
    position: relative;
    text-align: center;
}

.access_title p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 7px;
    background-color: #2F6DB3;
}

.access_title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.access_contents {
    display: flex;
    max-width: 1080px;
    flex-direction: column;
    color: #fff;
    padding: 0 20px;
}


.access_contents_imgbox {
    margin-bottom: 20px;
}

.access_contents_textbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.access_contents_textbox_l {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.access_contents_textbox_l img {
    width: 37px;
    height: 53px;
    margin-right: 10px;
}

.access_contents_textbox_l p {
    font-size: 18px;

}

.access_contents_textbox_l span {
    font-size: 24px;

}

.access_contents_textbox_r {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 50px;
}

.access_contents_textbox_r img {
    width: 37px;
    height: 53px;
    margin-right: 10px;
}

.access_contents_textbox_r p {
    font-size: 18px;
}

.access_contents_textbox_r span {
    font-size: 24px;
}

.access_contents_map {
    display: flex;
    max-width: 1080px;
}

.access_contents_gmap {
    width: 100%;

}

.access_contents_gmap iframe {}

.access_contents_imgbox {
    width: 450px;
}

.access_contents_imgbox img {
    width: 443px;
}

.access_contents_access {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

/* gmapと外観photo可変 */

.access_contents_map {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* 隙間を完全になくす */
.access_contents_gmap {
    flex: 1 1 60%;
    max-width: 60%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.access_contents_imgbox {
    flex: 1 1 40%;
    max-width: 40%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* iframeラッパー */
.map-wrapper {
    width: 100%;
    height: 100%;
}

/* iframe自体のスタイル */
.responsive-map {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

/* 画像：隙間なし */
.access_contents_imgbox img {
    width: 100%;
    height: 450px;
    /* マップと揃える */
    object-fit: cover;
    /* はみ出し防止／必要なら調整 */
    display: block;
    margin: 0;
    padding: 0;
}

/* スマホ時：縦並びで幅100% */
@media (max-width: 767px) {

    .access_contents_gmap,
    .access_contents_imgbox {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .access_contents_imgbox img,
    .responsive-map {
        height: auto;
    }
}

/*SP*/
@media screen and (max-width:767px) {
    #access {
        padding: 80px 20px;
        background-color: #262727;
        color: #fff;
        font-size: 18px;
    }

    .access_title {}

    .access_title p {
        font-size: 5.6rem;
        font-weight: bold;
        font-family: Oswald;
        position: relative;
        text-align: center;
        line-height: 1.1;
    }

    .access_title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 7px;
        background-color: #2F6DB3;
    }

    .access_title h1 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;
    }

    .access_contents {
        display: flex;
        max-width: 1080px;
        flex-direction: column;
        color: #fff;
        padding: 0 0px;
    }

    .access_contents_imgbox {
        margin-bottom: 20px;
    }

    .access_contents_textbox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .access_contents_textbox_l {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .access_contents_textbox_l img {
        width: 37px;
        height: 53px;
        margin-right: 10px;
    }

    .access_contents_textbox_l p {
        font-size: 18px;

    }

    .access_contents_textbox_l span {
        font-size: 24px;

    }

    .access_contents_textbox_r {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0px;
        margin-top: 10px;
    }

    .access_contents_textbox_r img {
        width: 37px;
        height: 53px;
        margin-right: 10px;
    }

    .access_contents_textbox_r p {
        font-size: 18px;
    }

    .access_contents_textbox_r span {
        font-size: 24px;
    }

    .access_contents_map {
        display: flex;
        flex-direction: column;
    }

    .access_contents_gmap {}

    .access_contents_imgbox {
        max-width: 767px;
        margin: 0 auto;
    }

    .access_contents_imgbox {
        width: 100%;
        margin-top: 20px;
    }

    .access_contents_access {
        color: #fff;
        font-size: 2.1rem;
        text-align: center;
        margin-top: 10px;
    }


    .access_contents_gmap {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        /* 16:9のアスペクト比を維持 */
        height: 0;
        overflow: hidden;
    }

    .access_contents_gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


}


/************************************************************/
/*   inquiry   */
/************************************************************/
#inquiry {
    padding: 100px 0;
    background-color: #002C5D;
    color: #fff;
}

.inquiry_title {}

.inquiry_title p {
    font-size: 60px;
    font-weight: bold;
    font-family: Oswald;
    position: relative;
    text-align: center;
}

.inquiry_title p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 7px;
    background-color: #2F6DB3;
}

.inquiry_title h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}

.inquiry_contents {
    display: flex;
    max-width: 1080px;
    flex-direction: column;
}


.inquiry_contents_imgbox {
    margin-bottom: 100px;
}

.inquiry_contents_title {}

.inquiry_contents_title p {
    font-size: 35px;
    font-weight: 900;
    font-family: Noto Sans JP;
    text-align: center;
}

.inquiry_contents_title span {
    font-size: 35px;
    font-weight: 500;
}


.inquiry_contents_tel {
    margin-bottom: 30px;
}

.inquiry_contents_tel img {
    width: 35px;
}

.inquiry_contents_tel p {
    font-size: 48px;
    font-weight: 900;
    font-family: Oswald;
    color: #fff;
}

.inquiry_contents_tel p::before {
    content: url("../image/tel.png");
    vertical-align: middle;
}

.inquiry_contents_contact {
    display: flex;
    flex-direction: row;
}

.inquiry_contents_text {
    width: 350px;
    font-size: 18px;
    margin-right: 50px;
}

.contact_mail {
    width: 438px;
}

.contact_btn {
    color: #002C5D;
    background-color: #fff;
    padding: 20px;
    font-size: 22px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
    display: flex;
}

.contact_mail_icon {
    width: 30px;
    font-size: 0;
    margin-right: 15px;
    align-content: center;
}

.contact_mail_linkarr {
    width: 10px;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    transition: 0.3s ease;
}



/*SP*/
@media screen and (max-width:767px) {
    #inquiry {
        background-color: #002C5D;
        color: #fff;
    }

    .inquiry_title {
        width: 100%;
    }

    .inquiry_title p {
        font-size: 5.6rem;
        font-weight: bold;
        font-family: Oswald;
        position: relative;
        text-align: center;
        line-height: 1.1;
    }

    .inquiry_title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 7px;
        background-color: #2F6DB3;
    }

    .inquiry_title h1 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 80px;

    }

    .inquiry_contents {
        display: flex;
        max-width: 1080px;
        flex-direction: column;
    }


    .inquiry_contents_imgbox {
        margin-bottom: 100px;
    }

    .inquiry_contents_title {}

    .inquiry_contents_title p {
        font-size: 3rem;
        font-weight: 900;
        font-family: Noto Sans JP;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        line-height: 1.4;
    }

    .inquiry_contents_title span {
        font-size: 35px;
        font-weight: 500;
    }


    .inquiry_contents_tel {
        margin-bottom: 30px;
    }

    .inquiry_contents_tel img {
        width: 35px;
    }

    .inquiry_contents_tel p {
        font-size: 4rem;
        font-weight: 900;
        font-family: Oswald;
        color: #fff;
    }

    .inquiry_contents_tel p::before {
        content: url("../image/tel.png");
        vertical-align: middle;
    }

    .inquiry_contents_contact {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .inquiry_contents_text {
        width: 100%;
        font-size: 18px;
        margin-right: 0px;
        margin-bottom: 30px;
        text-align: center;
    }

    .contact_mail {
        width: 90vw;
    }

    .contact_btn {
        color: #002C5D;
        background-color: #fff;
        padding: 20px;
        font-size: 22px;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        transition: 0.3s ease;
        display: flex;
        max-width: 438px;
        /* min-width: 360px; */
        /* width: 360px; */
        margin: auto;
    }

    .contact_mail_icon {
        width: 30px;
        font-size: 0;
        margin-right: 15px;
        align-content: center;
        position: absolute;
        top: 25px;
        left: 30px;
    }
}

.contact_mail_linkarr {
    width: 10px;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    transition: 0.3s ease;
}




/************************************************************/
/*   FOOTER   */
/************************************************************/

#footer {
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
}

.footer_contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_box_l {
    display: flex;
    width: 40%;
}

.footer_box_l img {
    width: 282px;
}

.footer_box_r {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    font-size: 1.3rem;
    font-weight: 600;

}

.footer_box_r ul {
    display: flex;

}

.footer_box_r li {
    display: inline-block;
    border-left: 1px solid #C2C7CC;
    color: #C2C7CC;
    margin: 10px 0;
    padding: 0px 20px;

}

.footer_box_r li:last-child {
    display: inline-block;
    border-right: 1px solid #C2C7CC !important;
    color: #C2C7CC;
    margin: 10px 0;
    padding: 0px 20px;

}

.footer_box_r p {
    font-size: 1.12rem;
    font-weight: 500;
}


/*SP*/
@media screen and (max-width:767px) {
    #footer {
        max-width: 1400px;
        margin: 0 auto;
        padding: 30px 0;
        background-color: #fff;
        color: #000;
    }

    .footer_contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_box_l {
        display: flex;
        width: 282px;
        margin: 0 auto;
    }

    .footer_box_l img {
        width: 100%;
    }

    .footer_box_r {
        margin-top: 10px;
    }

    .footer_box_r ul {
        display: none;

    }

    .footer_box_r li {}

    .footer_box_r p {
        font-size: 13px;
    }


}