@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');



body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
}









@media screen and (max-width:767px) {
    .sp_none {
        display: none;
    }

    header {
        height: 80px;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 20px;
        z-index: 3;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header_inr {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: auto 1fr 98px auto;
        align-items: center;
        z-index: 1;
        grid-gap: 0 10px;
    }

    .header_inr_img01 {
        width: 98px;
    }

    .header_inr ul {}

    .header_inr ul li a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }



    .sodan_btn_wrap {
        position: fixed;
        top: 20%;
        right: 0;
        width: 80px;
        background: none;
        border: none;
        padding: 0;
        z-index: 0;
    }


    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
        background-color: #f4f4f4;
        margin: 20% auto;
        width: 80%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
        animation-name: modalopen;
        animation-duration: 1s;
        border-radius: 12px;
        padding: 12px;
        position: relative;
    }

    .modal-header {
        position: absolute;
        top: 8px;
        right: 8px;
        line-height: 1em;
    }

    .modalClose {
        font-size: 2rem;
    }

    .modalClose:hover {
        cursor: pointer;
    }

    .modal-body {
        padding: 20px;
        color: black;
    }

    .modal_img_wrap {}

    p.modal-body_txt01 {
        font-size: 18px;
        text-align: center;
        margin: 0;
    }

    p.modal-body_txt02 {
        font-size: 22px;
        text-align: center;
        margin: 0 0 20px;
    }








    .footer_uper {
        padding: 20px;
    }

    .footer_uper p {
        font-size: 12px;
    }


    footer {}

    .footer_inr {
        width: 100%;
        max-width: 1000px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 22px;
        margin: 0 auto;
    }

    .footer_inr_box01 img {
        width: 123px;
    }

    .footer_inr_box01 p {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin: 0;
    }

    .footer_inr_box02 p {
        font-size: 13px;
        text-align: center;
    }

    .footer_inr_box04 {
        text-align: center;
    }

    .footer_inr_box04 p {
        font-size: 14px;
        margin: 0;
        text-align: left;
    }


}




































@media screen and (min-width:768px) {
    .pc_none {
        display: none;
    }

    header {
        height: 80px;
        display: flex;
        align-items: center;
        padding: 0 2%;
        z-index: 3;
        position: fixed;
        width: 100%;
        background:#fff;
    }

    .header_inr {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 160px 1fr auto;
        align-items: center;
        z-index: 1;
    }

    .header_inr_img01 {
        width: 123px;
    }

    .header_inr .drawer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 35px;
    }

    .header_inr .drawer ul li a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: clamp(16px, 1.2vw, 20px);
    }

    .header_inr_box01_cts {
        background: #7774b5;
        color: #fff;
        font-size: clamp(16px, 1.8vw, 18px);
        width: fit-content;
        margin: 0 auto;
        display: flex;
        padding: 0 1.4em 4px;
        line-height: 2.4em;
        height: 2.4em;
        border-radius: 2em;
        font-weight: bold;
    }

    .header_inr_box01_cts span {
        font-size: initial;
        line-height: revert-layer;
        font-weight: bold;
        padding-left: 2px;
    }

    .drawer .header_inr_img01 {
        display: none;
    }

    .menu_btn_wrap {
        display: none;
    }


    .sodan_btn_wrap {
        position: fixed;
        top: 16%;
        right: 0;
        transform: translateX(calc(100% - 56px));
        transition: all 0.5s ease-in-out 0s;
        z-index: 20;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 12px 0 0 12px;
        background: #ffff62;
        border: solid 2px #fff;
        border-right: none;
        display: grid;
        grid-template-columns: 44px 1fr;
        align-items: center;
    }

    .sodan_btn_wrap label img {
        height: 224px;
        width: auto;
    }


    .sodan-checkbox {
        display: none;
    }

    .sodan_btn_wrap:has(.sodan-checkbox:checked) {
        transform: translateX(0);
    }

    p.sodan-body_txt01 {
        font-size: 18px;
        text-align: center;
        margin: 0;
    }

    p.sodan-body_txt02 {
        font-size: 25px;
        text-align: center;
        margin: 0 0 20px;
    }

    .sodan_img_wrap {
        max-width: 280px;
        margin: 0 auto;
    }




    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
        background-color: #f4f4f4;
        margin: 20% auto;
        width: 50%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
        animation-name: modalopen;
        animation-duration: 1s;
        border-radius: 12px;
        padding: 12px;
        position: relative;
    }

    .modal-header {
        position: absolute;
        top: 8px;
        right: 8px;
        line-height: 1;
    }

    .modalClose {
        font-size: 2rem;
    }

    .modalClose:hover {
        cursor: pointer;
    }

    .modal-body {
        padding: 10px 20px;
        color: black;
    }





    main {
        padding: 80px 0 0;
    }




    .footer_uper {
        max-width: 1000px;
        margin: 100px auto 20px;
    }

    .footer_uper p {
        font-size: 12px;
    }

    footer {
        background: #7774b5;
        color: #fff;
        padding: 36px 2%;
    }

    .footer_inr {
        width: 100%;
        max-width: 1000px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 22px;
        margin: 0 auto;
    }

    .footer_inr_box01 img {
        width: 123px;
    }

    .footer_inr_box01 p {
        font-size: 20px;
        line-height: 1.3em;
        margin-top: 10px;
    }

    .footer_inr_box02 p {
        font-size: 14px;
        text-align: center;
    }

    .footer_inr_box04 {
        grid-column: span 2;
    }

    .footer_inr_box04 p {
        font-size: 14px;
        margin: 0;
    }


    .footer_fixed {
        display: none;
    }

}






















@media screen and (max-width:1000px) {
    .menu_btn_wrap {
        display: block;
        text-align: right;
    }

    .drawer {
        position: fixed;
        top: 0;
        right: 0;
        width: 95%;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out 0s;
        background-color: #fff;
        z-index: 20;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 0 0 0 12px;
    }

    .menu-checkbox {
        display: none;
    }

    .menu_btn_wrap:has(.menu-checkbox:checked)~.drawer {
        transform: translateX(0);
    }


    .menu_btn_wrap:has(.menu-checkbox:checked)~.menu_btn_wrap label.bg_wrap {
        pointer-events: auto;
    }

    .menu_btn_wrap:has(.menu-checkbox:checked)~.menu_btn_wrap label .drawer_bg {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: 0.5s;
    }

    .bg_wrap .menu_btn_wrap,
    label.bg_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }


    .drawer .menu_btn_wrap {}

    .header_inr .drawer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 80px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .menu_btn_wrap label img {
        width: 32px;
    }

    .header_inr_box01_cts {
        background: #fff;
        color: #000;
        border: solid 2px #d2d2d2;
        font-size: clamp(14px, 1.8vw, 18px);
        width: fit-content;
        margin: 0 auto;
        display: flex;
        padding: 0 2.4em;
        line-height: 2.4em;
        height: 2.4em;
        border-radius: 2em;
        font-weight: bold;
        align-items: center;
    }

    .header_inr_box01_cts span {
        font-size: small;
        line-height: revert-layer;
        font-weight: bold;
        padding-left: 2px;
    }

    .drawer .header_inr_img01 {
        margin: 0 auto;
        display: block;
        width: 100px;
    }







    .footer_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
        background: #fff;
        border: solid 1px #d2d2d2;
        align-items: center;
        height: 128px;
        z-index: 2;
    }

    .footer_fixed_box01 {
        background: #ffff00;
        text-align: center;
        height: 100%;
        align-content: center;
        position: relative;
        border-right: solid 1px #d2d2d2;
        padding-top: 1em;
    }

    .footer_fixed_box01_txt01 {
        background: #7774b5;
        color: #fff;
        position: absolute;
        left: 50%;
        top: -1em;
        transform: translateX(-50%);
        width: 80%;
        border-radius: 2em;
        line-height: 2em;
    }

    .footer_fixed_box01_txt01::after {
        content: "";
        width: 0;
        height: 0;
        border-left: solid 0.3em transparent;
        border-right: solid 0.3em transparent;
        border-top: solid 0.6em #7774B3;
        position: absolute;
        left: 50%;
        bottom: -0.5em;
        transform: translateX(-50%);
    }

    img.footer_fixed_box01_img {
        width: 80%;
        max-width: 300px;
        margin: 0 0 6px;
    }


    .footer_fixed_box01_txt02 {
        margin: 6px 0;
    }

    .footer_fixed_box01_txt04 {
        font-size: 13px;
    }

    .footer_fixed_box01_txt04 strong {
        font-size: 17px;
    }

    .footer_fixed_box01_txt04 span {
        font-size: 9px;
    }





    .footer_fixed_box02 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    img.footer_fixed_box02_img {
        max-width: 68px;
    }

    footer {
        background: #7774b5;
        color: #fff;
        padding: 36px 20px 150px;
        margin-top: 30px;
    }
}





















@keyframes modalopen {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}