/* リセットCSS */

* {
    margin: 0;
    padding: 0;
}

*,
 ::before,
 ::after {
    border-style: solid;
    box-sizing: border-box;
    border-width: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    text-rendering: optimizeSpeed;
    color: #222222;
    overflow-x: hidden;
}

.is-fixed body {
    overflow: hidden;
}

html {
    height: 100%;
    margin: 0!important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

img {
    width: 100%;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (max-width: 1188px) {
    html {
        font-size: 1.4134275618vw;
    }
}

.pc-dn {
    display: none;
}

.sp-dn {
    display: block;
}

@media screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    html {
        font-size: 16px;
    }
    .pc-dn {
        display: block;
    }
    .sp-dn {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    html {
        font-size: 4.2105263158vw;
    }
    body {
        overflow-x: hidden;
    }
}

a,
button,
.btn {
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
button:hover,
.btn:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    a:hover,
    button:hover,
    .btn:hover {
        opacity: 1;
    }
}


/*---▼header▼---*/

#header {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 3.75rem;
    top: 0px;
}


/*ヘッダーの高さ分コンテンツを下に下ろす*/

.all_container {
    margin-top: 5rem;
}

.header_inner {
    width: 100%;
    height: 5rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.80);
    display: block;
    padding-top: 0.5rem;
    /*justify-content: space-between;
    align-items: center;*/
}

.header_inner .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.header_inner .logo_link {
    display: flex;
}

.header_inner .logo_link img {
    width: 17.625rem;
    height: 4rem;
    flex-shrink: 0;
    aspect-ratio: 141/32;
}

.header_inner .navi_sec .navi_list {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
}

.header_inner .navi_sec .navi_list li {
    text-align: center;
    display: flex;
    align-items: center;
}

.header_inner .navi_sec .navi_list li a {
    color: #000;
    font-family: "Open Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    padding: 0 1rem;
    padding-top: 0.5rem;
}

.header_inner .navi_sec .navi_list li a span {
    font-family: "Noto Sans JP";
    color: #124B80;
    font-size: 1rem;
    display: block;
    line-height: 100%;
}


/*--- 追従コンタクトボタン ---*/

.contact_box_header {
    position: fixed;
    top: 1.94rem;
    right: 2.5rem;
    z-index: 10;
}

.contact_box_header a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 6.375rem;
    height: 6.375rem;
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 200%;
    text-align: center;
    border-radius: 50%;
    background: #124B80;
    border: 1px solid #124B80;
    color: #fff;
}

.contact_box_header a img {
    width: 4.125rem;
    height: 3.125rem;
    flex-shrink: 0;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.contact_box_header a.line {
    margin-top: 0.5rem;
    background: #fff;
    color: #124B80;
}

.contact_box_header a.line img {
    margin-top: 0;
}

.contact_box_header a:hover {
    opacity: 1;
}

@media screen and (max-width: 1530px) {
    .contact_box_header {
        top: 5.5rem;
        right: 0.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .header_inner.fixed {
        display: flex;
    }
    .header_inner .navi_sec .navi_list {
        display: flex;
        gap: 0.5rem;
    }
    .header_inner .logo_link img {
        width: 12.625rem;
        height: auto;
        flex-shrink: 0;
        aspect-ratio: 141 / 32;
    }
    .header_inner .navi_sec .navi_list li a {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .all_container {
        margin-top: 0;
    }
    #header {
                height: 80px !important;
        top: 0px !important;
        position: fixed !important;
        background: #ffffffb5;
        z-index: 999999;
    }
    .header_inner {
        width: 100%;
        height: 60px;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .header_inner .logo_link {
        display: block;
    }
    .header_inner img.logo {
        width: 16rem;
        height: auto;
    }
    .header_inner a.logo_link {
        position: fixed;
        z-index: 999999;
        background: none;
        top: 0.7rem;
    }
    .header_inner .navi_list a {
        font-size: 1.5rem;
    }
    .header_inner .navi_child {
        display: none!important;
    }
    .header_inner .navi_sec .navi_list li a {
        font-size: 1.2rem;
        display: flex;
        flex-direction: row-reverse;
        align-items: baseline;
        color: #222222;
    }
    .header_inner .navi_sec .navi_list li a span {
        color: #124b80;
        font-size: 0.8rem;
        display: inline-block;
        padding-left: 1rem;
    }
    .header_inner .navi_sec .navi_list li {
        text-align: justify;
        margin-bottom: 1.2rem;
        padding-left: 1rem;
        padding-bottom: 0;
        border-bottom: none;
    }
    .header_inner .navi_sec .navi_list li a:before {
        content: none;
    }
    .header_inner .navi_child li:first-child {
        margin-top: 1rem;
    }
    .header_inner .navi_child li:last-child {
        margin-bottom: 0;
    }
    .header_inner .navi_list a.content img,
    .header_inner .navi_parent .navi_parent_a::after {
        display: none;
    }
    h1.title img {
        width: 0.89619rem;
        height: 3.8125rem;
        flex-shrink: 0;
        display: inline-block;
        margin: 0 0.5rem;
        padding-top: 1.5rem;
    }
    .header_inner .navi_sec {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
        height: 100vh;
        background: #fff;
    }
    .header_inner .navi_sec .navi_list {
        display: block;
        width: 100%;
        border-radius: 0;
        padding-top: 7.5rem;
        background: none;
    }
    header #nav_toggle {
        position: fixed;
        top: 0.7rem;
        right: 0.5rem;
        z-index: 9999;
        cursor: pointer;
        transition: all 400ms;
        -webkit-transition: all 400ms;
        width: 3.5rem;
        height: 3.5rem;
        padding: 1.15rem 1rem;
        border-radius: 0.75rem;
        background: #124b80;
    }
    header #nav_toggle div {
        position: relative;
    }
    header #nav_toggle span {
        position: absolute;
        width: 1.5rem;
        right: 0;
        left: 0;
        height: 2px;
        background: #fff;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    header #nav_toggle span:nth-child(1) {
        top: 0;
    }
    header #nav_toggle span:nth-child(2) {
        top: 9px;
    }
    header #nav_toggle span:nth-child(3) {
        top: 18px;
    }
    header.open #nav_toggle span {
        background: #fff;
    }
    header.open #nav_toggle span:nth-child(1) {
        transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        top: 10px;
    }
    header.open #nav_toggle span:nth-child(2) {
        opacity: 0;
    }
    header.open #nav_toggle span:nth-child(3) {
        transform: rotate(224deg);
        -webkit-transform: rotate(224deg);
        top: 10px;
    }
    .contact_box_header {
        top: auto;
        right: auto;
        bottom: 0;
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
    }
    .contact_box_header a {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
        height: auto;
        border-radius: initial;
        padding: 0.5rem 0;
        font-size: 1.15rem;
    }
    .contact_box_header a.line {
        margin-top: 0;
        border: none;
        border-top: 1px solid #124B80;
    }
    .contact_box_header a img {
        width: 2.125rem;
        height: 2.125rem;
        margin: 0;
        margin-top: 0;
    }
}


/*---▼footer▼---*/

#footer {
    background: #124B80;
    padding-top: 4.69rem;
    padding-bottom: 1.44rem;
    margin-top: 5rem;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.footer_inner .left_sec p {
    color: #fff;
    line-height: 150%;
    margin: 0.31rem 0;
}

.footer_inner .left_sec .logo img {
    width: 25.8125rem;
    height: 5.875rem;
    flex-shrink: 0;
    aspect-ratio: 413/94;
}

.footer_inner .left_sec .tel_box p {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.footer_inner .left_sec .tel_box a {
    display: flex;
    gap: 0.51rem;
    color: #FFF;
    align-items: center;
    text-align: center;
    font-family: Roboto;
    font-size: 3.04688rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

#footer .tel_box a img {
    width: 3.25rem;
    height: 3.25rem;
    flex-shrink: 0;
}

#footer .contact_box {
    display: flex;
    gap: 3.38rem;
    margin-bottom: 3rem;
}

#footer .contact_box a {
    background: #fff;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 1.88rem;
    color: #124B80;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 1rem 0;
}

#footer .contact_box a img {
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
}

#footer .footer_inner .map_inner {
    width: calc(100% - 27.8125rem - 2rem);
}

#footer .footer_inner .map_inner iframe {
    width: 100%;
    height: 100%;
}

#footer .copy {
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    text-align: center;
    padding-top: 3rem;
}

@media screen and (max-width: 1024px) {
    #footer {
        padding-bottom: 3.44rem;
    }
    .footer_inner .navi_list {
        gap: 1.5vw;
    }
    .footer_inner .navi_list li .navi_child {
        padding-left: 0.5rem;
    }
    .footer_inner .access_text {
        padding-left: 1rem;
    }
    .footer_inner .logo img {
        width: 90%;
    }
    #footer .contact_box {
        gap: 1rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 430px) {
    #footer {
        padding-top: 2.94rem;
        padding-bottom: 4.44rem;
    }
    #footer .contact_box {
        display: none;
    }
    .footer_inner {
        flex-direction: column;
        align-items: center;
    }
    .footer_inner .navi_list {
        flex-flow: wrap;
        gap: 1rem;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .footer_inner .left_sec {
        width: 100%;
    }
    .footer_inner .access_text {
        padding-left: 0;
        text-align: center;
        margin-top: 1rem;
    }
    .navi_inner {
        width: 100%;
        padding: 0 1rem;
    }
    .footer_inner .left_sec .logo img {
        width: 100%;
        height: auto;
    }
    .footer_inner .left_sec .tel_box a {
        font-size: 2.04688rem;
    }
    #footer .tel_box {
        margin-bottom: 1.2rem;
    }
    #footer .tel_box a img {
        width: 2.25rem;
        height: 2.25rem;
    }
    #footer .footer_inner .map_inner {
        width: 100%;
        height: 20rem;
    }
    #footer .copy {
        color: #fff;
        font-size: 0.75rem;
    }
}
