/* リセット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: #231815;
    overflow-x: hidden;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}

.is-fixed body {
    overflow: hidden;
}

html {
    height: 100%;
    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.8;
}

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


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

#header {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 300px;
}

.header_inner {
    width: 100%;
    max-width: calc(1188px + 3rem);
    margin: 0 auto;
    padding: 2rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.20);
}

.header_inner .logo_link {
    display: none;
}

.header_inner .navi_sec .navi_list {
    display: flex;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.5rem;
}

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

.header_inner .navi_sec .navi_list li a {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: 0.05625rem;
    position: relative;
    text-transform: uppercase;
}

.header_inner .navi_sec .navi_list li a:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #2CA339;
    border-right: solid 2px #2CA339;
    transform: rotate(45deg);
    top: 35px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.header_inner .navi_sec .navi_list li a span {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.04375rem;
    display: block;
}

.fixed-header {
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    height: auto;
    padding: 1rem;
    width: 100%;
}

.fixed-header .header_inner .logo_link {
    background: none;
    padding: 0;
}

.fixed-header .header_inner {
    position: relative;
    padding: 0 1.5rem;
    background: none;
    box-shadow: none;
}

.fixed-header .header_inner .navi_sec .navi_list li a:before {
    content: none;
}

.fixed-header .header_inner .navi_sec .navi_list li a span {
    color: #231815;
}

.fixed-header.is-show {
    top: 0;
    visibility: visible;
    background: #ffffffcc;
    width: 100%;
}


/*.content {
    padding: 200px 100px 800px;
    font-size: 24px;
    text-align: center;
}
*/
@media screen and (max-width: 1300px) {
.header_inner {
    width: 90%;
    padding: 1rem 0 1.7rem 0;
    }

}
@media screen and (max-width: 1024px) {
    #header {
        top: 250px;
    }
    .header_inner {
        width: 90%;
    }
    .header_inner .navi_sec .navi_list {
        display: flex;
        gap: 2rem;
    }
    .header_inner .navi_sec .navi_list li a {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 800px) {
        .header_inner .navi_sec .navi_list li a {
        font-size: 1rem;
    }
    .header_inner .navi_sec .navi_list li a:before{
        top: 31px;
    }
}
@media screen and (max-width: 430px) {
    #header {
        top: 0px;
    }
    /*上から出てくるヘッダー非表示*/
    .fixed-header.is-show {
        display: none;
    }
    .fixed-header {
        display: none;
    }
    .header_inner {
        width: 100%;
        height: 60px;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .header_inner .logo_link {
        display: block;
    }
    .header_inner img.logo {
        width: 12.7575rem;
        height: auto;
    }
    .header_inner a.logo_link {
        position: fixed;
        z-index: 999999;
        background: none;
               top: 0.8rem;
        left: 6%;;
    }
    .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: 1rem;
    }
    .header_inner .navi_sec .navi_list li a span {
        color: #222223;
        font-size: 0.7125rem;
        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 {
        color: #131F33B2;
    }
    .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: #ffff;
    }
    .header_inner .navi_sec .navi_list {
        display: block;
        width: 100%;
        border-radius: 0;
        padding-top: 6.5rem;
        background: none;
    }
    header #nav_toggle {
        position: fixed;
        top: 0.4rem;
        right: 2.5%;
        left: 2.5%;
        z-index: 9999;
        cursor: pointer;
        transition: all 400ms;
        -webkit-transition: all 400ms;
              width: 95%;
        height: 3.5rem;
        padding: 1.15rem 1rem;
        border-radius: 5rem;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 12px 0px rgba(19, 31, 51, 0.05);
        /*backdrop-filter: blur(38px);*/
    }
    header #nav_toggle div {
        position: relative;
    }
    header #nav_toggle span {
        position: absolute;
        width: 1.5rem;
               right: 0;
        left: auto;
        height: 2px;
        background: #131F33;
        -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: #131F33;
    }
    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;
    }
    header.open #nav_toggle{
        box-shadow: none;
    }
}


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

footer {
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 1.44rem;
}

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

.footer_inner .left_sec {
    width: 35%;
}

.footer_inner .logo {
    width: 60%;
    height: auto;
}

.footer_inner .access_text {
    margin-top: 2rem;
    padding-left: 4rem;
}

.footer_inner .navi_inner .navi_sec {
    padding-left: 1.56rem;
}

.footer_inner .navi_list {
    display: flex;
    gap: 3.5rem;
    align-items: flex-start;
    justify-content: end;
    margin-bottom: 1.81rem;
}

.footer_inner .navi_list li {
    padding: 0.3rem 0;
}

.footer_inner .navi_list li a {
    color: #231815;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.05625rem;
    text-transform: uppercase;
}

.footer_inner .navi_list li .navi_child {
    padding-left: 1rem;
}

.footer_inner .navi_list li .navi_child li a::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #231815;
    display: block;
}

.footer_inner .navi_list li .navi_child li a {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#footer .copy {
    opacity: 0.7;
    color: #000;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04688rem;
    text-align: center;
    padding-top: 3rem;
}
@media screen and (max-width: 1300px) {
.footer_inner .navi_list {
        gap: 1rem;
}
}
@media screen and (max-width: 1024px) {
    footer {
        padding-bottom: 5.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%;
    }
}

@media screen and (max-width: 430px) {
    footer {
        padding-top: 2.94rem;
        padding-bottom: 5.44rem;
    }
    .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: auto;
    }
    .footer_inner .access_text {
        padding-left: 0;
        text-align: center;
        margin-top: 1rem;
    }
    .navi_inner {
        width: 100%;
        padding: 0 1rem;
    }
}
