:root {
    /* --main-color: #ED7D31; */
    --main-color: #eb5505;
}

.wrapper {
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    z-index: 100;
}

header,
header *,
footer,
footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: calc(0.25rem + 1em + 0.25rem);
}

header img,
footer img {
    width: auto !important;
}

li {
    list-style: none;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}


.flex {
    display: flex;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

nav.flex {
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 50;
}

.openbtn1 {
    display: none;
}

.header_logobox {
    padding: 10px 30px
}

.header_logobox img {
    max-height: 25px;
    vertical-align: bottom;
}


.has_child .nav_children,
.has_child2 .nav_children2 {
    /* overflow: hidden; */
    position: relative;
}

.has_child .nav_children,
.has_child2 .nav_children2 {
    /* transition: all 0.6s; */
    /* transform: translate(0,-200%); */
    flex-direction: column;
    position: absolute;
    top: 44px;
    z-index: 100;
    width: 100%;
    display: none;
}

.nav_children li,
.nav_children2 li {
    background-color: white;
    border: none;
    text-align: center;
    transition: all 0.3s;
}

.nav_children li:hover,
.nav_children2 li:hover {

    background-color: #EEEEEE;
}

.nav_children li a,
.nav_children2 li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #333;
    transition: all 0.3s;
}

.nav_children li a:hover,
.nav_children2 li a:hover {
    background-color: #EEEEEE;
}

.has_child.active .nav_children,
.has_child2.active .nav_children2 {
    transform: translate(0, 0);

}

.header_nav_lists {
    color: var(--main-color);
}

.header_nav_lists a:hover {
    text-decoration: none;
}

.header_nav_lists {
    padding: 15px 30px;
}


.header_nav_lists>li>a {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: var(--main-color);
    display: block;
    width: 195px;
    line-height: 40px;
    border: 2px solid var(--main-color);
    margin-left: 2px;
    transition: all 0.3s;
}

.header_nav_lists>li>a:hover {
    background-color: var(--main-color);
    color: white;
}

.has_child svg,
.has_child2 svg {
    fill: var(--main-color);
}

.has_child,
.has_child2 {
    position: relative;
}

.has_child svg,
.has_child2 svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.header_nav_lists li a:hover svg {
    transform: translate(0, -50%) rotate(-90deg);
    fill: #fff;
}

.footer_btn {
    position: relative;
    width: 170px;
    line-height: 80px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #d6d6d6;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s;
}

.footer_btn:hover {
    text-decoration: none;
    opacity: 0.6;
}

.btn_text {
    position: relative;
    top: 5px;
    font-size: 15px;
}

.footer_content {
    background-color: #F5F5F5;
    font-weight: bold;
}

.footer_content a {
    color: #666;

}

.copyright {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333;
    padding: 10px;
}

.footer_links {
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #333;
    justify-content: space-around;
    margin-top: 30px;
}

.footer_links li {

    position: relative;
    padding-right: 0.75vw;
}

.footer_links li::before {
    content: "/";
    position: absolute;
    right: -0.1vw;
}

.footer_links li:last-child::before {
    content: none;
}

.logo_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
}

footer {
    margin-top: 100px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;

}

.text-right {
    text-align: right;
}

.footer_content {
    padding: 30px;
    line-height: 30px;
    padding-bottom: 70px;
}

.footer_btn svg {
    fill: #686868;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    stroke: none;
}

footer .copyright p {
    line-height: 30px;
}

.breadcrumbs {
    width: 100%;
    background-color: #686868;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    text-align: left;
    color: #fff;
    align-items: center;
}

.breadcrumbs a {
    text-decoration: none;
    color: white !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    display: flex;
    margin-top: 74px;
}

.breadcrumbs * {
    color: white;
}

.breadcrumbs li {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 16px;
    line-height: 21px;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.c-BreadList:not(:last-child):after {
    content: none !important;
}

.c-BreadList_fontsize {
    font-size: 2px;
}

@media screen and (min-width: 1020px) and (max-width: 1470px) {

    .header_nav_lists>li.has_child>a,
    .header_nav_lists>li.has_child2>a {
        padding-right: 30px;
    }

    .header_nav_lists>li>a {
        width: auto;
        padding: 0 6px;
        font-size: 14px;
    }

    .logo_icon {
        bottom: 40px;
        transform: translate(0, 0);
    }

    .header_logobox img {
        max-height: 18px;
    }

    .nav_children li a,
    .nav_children2 li a {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px;
        text-align: left;
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {

    .header_nav_lists>li.has_child>a,
    .header_nav_lists>li.has_child2>a {
        padding-right: 30px;
    }

    .header_nav_lists>li>a {
        width: auto;
        padding: 0 6px;
        font-size: 10px;
    }

    .logo_icon {
        bottom: 40px;
        transform: translate(0, 0);
    }

    .header_logobox img {
        max-height: 15px;
    }

    .nav_children li a,
    .nav_children2 li a {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px;
        text-align: left;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .logo_icon {
        position: relative;
        right: auto;
        bottom: auto;
        transform: none;

    }

    .nav_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        transform: translate(0, -100%);
        transition: all .4s;
        /*アニメーションの設定*/
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 50px;

    }

    .nav_wrap.active {
        transform: translate(0, 0);
    }

    .header_nav_lists {
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .header_nav_lists li {
        width: 100%;
        border-top: 1px solid #fff;
    }

    .header_nav_lists li:last-of-type {
        border-bottom: 1px solid #fff;
    }

    .header_nav_lists>li>a {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .header_nav_lists>li>a {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: white;
        width: 100%;
        line-height: 40px;
        border: none;
        margin-left: 0;
        transition: all 0.3s;
    }

    .header_nav_lists>li>a>span {
        margin-right: 20px;
    }

    .has_child svg,
    .has_child2 svg {
        transform: translate(0, -50%) rotate(-90deg);
        top: 50%;
    }

    .has_child .nav_children,
    .has_child2 .nav_children2 {
        display: flex;
        /* transition: all 0.6s; */
        /* transform: translate(0,-200%); */
        flex-direction: column;
        position: relative;
        top: auto;
        z-index: 100;
        width: 100%;
    }

    .header_nav_lists>li>a {
        position: relative;
    }

    .header_nav_lists>li>a.active {
        background-color: rgba(255, 255, 255, 0.4);
        color: white;
        border-left: 4px solid var(--main-color);
        position: relative;
    }

    .nav_children li,
    .nav_children2 li {
        background-color: transparent;
        border: none;
        text-align: left;
        transition: all 0.3s;
        padding-left: 80px;
        border-left: 4px solid var(--main-color);
        position: relative;
    }

    .nav_children li::before,
    .nav_children2 li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 70px;
        color: white;
        transform: translate(0, -50%);
    }

    .nav_children,
    .nav_children2 svg {
        position: absolute;
        top: auto;
        left: auto;
        fill: #fff;
    }

    .nav_children li a,
    .nav_children2 li a {
        display: flex;
        align-items: center;
        color: white;
    }

    .has_child svg,
    .has_child2 svg {
        fill: #fff;
    }

    /*ボタン内側*/
    .openbtn1 {
        display: block;
        position: fixed;
        top: 0;
        right: 10px;
        z-index: 1000;
        width: 25px;
        height: 45px;
    }

    /*ボタン内側*/
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: #686868;
        width: 100%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn1.active span {
        background-color: white;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 0;
        transform: translateY(6px) rotate(-45deg);
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 0;
        transform: translateY(-6px) rotate(45deg);
    }

    .header_logobox {
        padding: 12.5px 20px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .header_logobox img {
        max-width: 244px;
    }

    .footer_btn .btn_text {
        display: none;
    }

    .footer_btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #D6D6D6;
    }

    .footer_btn svg {
        top: auto;
    }

    .footer_links {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer_links li {
        width: 100%;
        padding: 20px 30px;
        border-top: 1px solid #C9C9C9;
        line-height: 30px;
    }

    .footer_links li:last-of-type {
        border-bottom: 1px solid #C9C9C9;

    }

    .footer_links li::before {
        content: none;
    }

    .logo_icon {
        margin-top: 30px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .logo_icon img {
        margin: 0 auto;
    }

    footer .copyright p {
        text-align: center;
    }

    .header_logobox a {
        line-height: 20px;
    }

    .main {
        margin: 66px 0 0;
    }

    .breadcrumbs {
        margin-top: 50px;
    }

    .breadcrumbs {
        padding: 7px 10px;
        font-size: 1.2rem;
    }

    .breadcrumbs li {
        padding-right: 10px;
    }

    .container {
        max-width: none;
    }

    .breadcrumbs a,
    .breadcrumbs li {
        font-size: 12px !important;
    }



}

@media print,
screen and (max-width: 817px) {

    .main.old_style_main {
        margin: 50px 0 0;
    }
}

/*2306*/
@media screen and (max-width: 767px) {
    .has_child2 .cursel2.active ul.nav_children2 {
        display: none;
    }

    .has_child2 .cursel2 ul.nav_children2 {
        display: flex;
    }

    .has_child2 .cursel2 ul.nav_children2 a {
        transition: none;
    }

    header .nav_wrap {
        /*display: none;*/
        opacity: 0;
        transform: none;
        top: -100vh;
    }

    header .nav_wrap.active {
        opacity: 1;
        display: block;
        transform: none;
        top: 0;

    }
}

/* メンテナンスのお知らせ */

.maintenance-container {
    padding: 1.5rem 4.5rem;
    /* margin-bottom: 6rem; */
    background-color: #F1F1F1;
    margin-top: 6rem;
}

@media only screen and (min-width: 768px) {
    .maintenance-container {
        margin-top: 8rem;
    }
}

.maintenance-container .heading {
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    /* padding-bottom: 0.5rem; */
}


@media only screen and (min-width: 768px) {
    .maintenance-container .heading {
        font-size: 1.6rem;
        line-height: 1.417;
    }
}

.maintenance-container .maintenance-container__inner p {
    font-size: 1.1rem;
    text-align: start;
    margin-top: 0px;
    line-height: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .maintenance-container .maintenance-container__inner p {
        font-size: 1.4rem;
        margin-top: 5px;
        line-height: 1.8rem;

    }
}

.maintenance-container__inner {
    border: 2px solid red;
    padding: 0.5rem 1rem;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .maintenance-container__inner {
        border: 3px solid red;
        max-width: 45%;
        padding: 1.5rem;
    }
}

/* メンテナンスのお知らせ END*/
