@charset "UTF-8";

@media only screen and (max-width: 1000px) {

    /* common /////////////////////////////////////////////////////////////////////////////////////////// */

    .cmn_maxbox {
        padding-left: 3%;
        padding-right: 3%;
    }

    /* aタグ(電話番号) */
    a[href^="tel"] {
        pointer-events: all;
    }

    /* body {
        font-weight: 500;
    } */

    /* p,
    li,
    dt,
    dd,
    a {
        font-size: 1.4rem;
    } */

    .cmn_body .cmn_box:nth-of-type(1) .cmn_tit {
        transform: translate(-50%,3%);
    }

    /* .cmn_body .cmn_box:nth-of-type(1) .cmn_tit h2::before {
        height: 99vh;
    } */





    /* header */
    header {
        height: auto;
        background-color: transparent;
        pointer-events: none;
    }

    header::before {
        display: none;
    }

    header.js-headerAnimation {
        transition: none;
        opacity: 1;
        /* pointer-events: all; */
        pointer-events: none;/* 固定ヘッダー部分をクリック可にするため */
    }

    .header_top {
        position: relative;
        z-index: 999;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0 0 0 auto;
        pointer-events: all;
    }

    .header_logo {
        display: none;
    }

    .header_gnav {
        display: none;
    }


    .header_modalmenu_open {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 0 0 auto;
        cursor: pointer;
        background-color: #1C4365;
    }

    .header_modalmenu_open .box {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 28px;
    }

    .header_modalmenu_open .top {
        transform: translateY(-13px);
    }

    .header_modalmenu_open .bottom {
        transform: translateY(13px);
    }


    .header_modalmenu_open .box span {
        position: absolute;
        left: 0;
        top: calc((100% - 2px)/2);
        display: block;
        width: 100%;
        height: 2px;
        transition: transform .25s,
                    opacity .25s;
        background-color: #FFFFFF;
    }

    #header_modalmenu_check:checked ~ .header_top .header_modalmenu_open .top,
    #header_modalmenu_check:checked ~ #header_modalmenu_conts .header_modalmenu_open .top {
        transform: rotate(45deg);
    }

    #header_modalmenu_check:checked ~ .header_top .header_modalmenu_open .center,
    #header_modalmenu_check:checked ~ #header_modalmenu_conts .header_modalmenu_open .center {
        opacity: 0;
    }

    #header_modalmenu_check:checked ~ .header_top .header_modalmenu_open .bottom,
    #header_modalmenu_check:checked ~ #header_modalmenu_conts .header_modalmenu_open .bottom {
        transform: rotate(-45deg);
    }

    #header_modalmenu_conts {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        /* transform: translate(0,-101%); */
        display: block;
        width: 100%;
        height: 100vh;
        padding: 65px 40px 0;
        background-color: #1C4365;
        /* transition: transform .25s; */
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s;
        overflow: auto;
        text-align: center;
    }

    #header_modalmenu_check:checked ~ #header_modalmenu_conts {
        top: 0;
        /* transform: none; */
        opacity: 1;
        pointer-events: all;
    }

    #header_modalmenu_conts > img {
        position: relative;
        z-index: 9;
        /* width: 65%; */
        width: 83%;
        /* max-width: 242px; */
        max-width: 300px;
        pointer-events: none;
    }

    #header_modalmenu_conts ul {
        margin: 20px 0 0 0;
    }

    #header_modalmenu_conts li a {
        margin: 10px 0 0 0;
    }

    #header_modalmenu_conts li:not(.policy) a {
        display: block;
        padding: 15px;
        color: #1C4365;
        /* font-size: 2.0rem; */
        font-size: 1.8rem;
        background-color: #F4E727;
    }

    #header_modalmenu_conts .policy a {
        display: block;
        padding: 15px;
        color: #F4E727;
        /* font-size: 1.7rem; */
        font-size: 1.6rem;
    }




    /* home /////////////////////////////////////////////////////////////////////////////////////////// */

    .home_mainimg_imgbox {
        height: calc(100% - 100px);
        /* border-top: 170px solid #1C4365; */
        /* border-top: calc(100vh * 0.75 * 0.4) solid #1C4365; */
    }

    .home_mainimg_title {
        padding-left: 3%;
        padding-right: 3%;
        height: calc(100% - 100px);
    }


    .home_mainimg_title small {
        padding: 0 25px;
        font-size: 1.6rem;
    }

    .home_mainimg_title h1 {
        /* margin-top: 30px; */
        /* margin-left: 1%; */
    }

    .home_mainimg_title div {
        display: none;
    }

    .home_mainimg_photo_list{
        height: 100px;
    }
    .home_mainimg_photo_list_item01{
        /* background-position: left 50% top 50%; */
    }
    .home_mainimg_photo_list_item02{
        background-position: left 80% top 50%;
    }
    .home_mainimg_photo_list_item03{
        background-position: left 65% top 50%;
    }
    .home_mainimg_photo_list_item04{
        background-position: left 80% top 50%;
    }
    .home_mainimg_photo_list_item05{
        /* background-position: left 50% top 50%; */
    }

    .home_mainimg_pnav {
        display: none;
    }

    /* .home_mainimg_release_sp {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25%;
        background-color: #F4E727;
        text-align: center;
    }

    .home_mainimg_release_sp img {
        width: 70%;
        max-width: 388px;
    } */





    /* news /////////////////////////////////////////////////////////////////////////////////////////// */
    .news_single_inner,
    .news_arch_inner {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .news_arch_bg_fixed,
    .news_single_bg_fixed {
        background-position: center top;
    }

    /* .news_arch_noinfo,
    .news_arch_list {
        min-height: 80vh;
    } */


    /* about /////////////////////////////////////////////////////////////////////////////////////////// */
    .about_outline_inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }



    /* policy /////////////////////////////////////////////////////////////////////////////////////////// */
    .policy_wrap {
        padding-top: 50px;
        padding-bottom: 100px;
    }

















}













@media only screen and (max-width: 780px) {








    /* common /////////////////////////////////////////////////////////////////////////////////////////// */
    .cmn_tit h2 {
        display: flex;
        align-items: center;
        /* height: 65px; */
        height: 60px;
        max-width: 80%;
        padding: 0 15px;
    }

    .cmn_tit h2 img {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 50%;
        min-width: 0;
        min-height: 0;
    }

    .cmn_box:nth-of-type(1)::after {
        right: 50%;
        left: auto;
        width: 99vw;
        /* height: 99%; */
        /* transform: translate(50%, 0) rotate(5deg); */
        /* transform: translate(0, 0) rotate(5deg); */
        transform: rotate(5deg);
        /* transform-origin: 50% 0; */
        transform-origin: 100% 0;
    }


    .home_body .cmn_box:nth-of-type(1) .cmn_tit h2::before {
        height: 100%;
    }





    /* home /////////////////////////////////////////////////////////////////////////////////////////// */

    .home_pic_sp {
        display: block;
    }

    .home_pic_sp img {
        max-width: none;
        width: 100%;
    }

    .home_about {
        /* padding: 55% 0 0 0; */
    }

    .home_about .cmn_tit {
        transform: translate(-50%,-99%);
    }

    .home_about_inner {
        display: block;
    }

    .home_about_inner > p {
        width: 100%;
        /* padding: 140px 0 145px; */
        padding: 50px 0 145px;
        font-size: 1.5rem;
        line-height: 1.8;
        background-position: right bottom 20%;
        background-size: 32%;
    }

    .home_about_inner > p .pcNone {
        display: inline;
    }

    .home_about_inner > p .spNone {
        display: none;
    }

    .home_about_inner > figure {
        display: none;
    }


    .home_newinfo_inner {
        padding: 60px 3% 170px;
    }

    .home_newslist li {
        padding: 6px 0 6px 22px;
        background-size: 14px;
    }

    .home_newslist span {
        min-width: 92px;
        margin: -3px 6px 0 0;
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .home_newslist a {
        font-size: 1.5rem;
    }

    .home_newinfo_inner h3 img {
        max-width: 64%;
        max-height: 26px;
        width: auto;
        height: auto;
        min-width: 0;
        min-height: 0;
        margin: 0 20px;
    }

    .home_newinfo_inner h3::before,
    .home_newinfo_inner h3::after {
        width: 100%;
        height: 4px;
    }

    .home_newinfo_inner h3 + * {
        margin-top: 15px;
    }


    .home_sns {
        display: block;
        /* max-width: 80%; */
        max-width: 90%;
        margin: 60px auto 0;
    }

    .home_facebook {
        width: 100%;
        text-align: center;
    }

    .home_sns ul {
        display: block;
        width: 100%;
        max-width: 500px;
        /* margin: 50px auto 0; */
        margin: 30px auto 0;
    }

    .home_sns li {
        width: 100%;
    }

    .home_sns li + li {
        /* margin: 15px 0 0 0; */
        margin: 13px 0 0 0;
    }

    .home_sns ul a {
        /* height: 100px; */
        height: 72px;
    }

    .home_sns ul img {
        max-width: 34px;
    }



    .home_support h2 {
        max-width: 75%;
    }

    .home_support_inner {
        display: block;
    }

    .home_support_inner > figure {
        width: 50%;
        min-width: 220px;
        margin: 0 auto;
        text-align: center;
    }

    .home_support_inner > div {
        width: 100%;
        min-width: 0;
        padding: 40px 0 0 0;
    }

    .home_support_inner > div p {
        font-size: 1.5rem;
    }

    .home_support_inner > div a {
        padding: 16px 10px;
        font-size: 1.7rem;
    }


    [id="home_contact"] h2 {
        max-width: 70%;
    }


    .home_contact_inner {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .home_contact_note {
        font-size: 1.5rem;
    }

    .home_contact_form {
        margin: 20px 0 0 0;
    }

    .home_contact_form > div {
        display: block;
        margin: 15px 0 0 0;
    }

    .home_contact_form dt {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: none;
        padding: 0;
        font-size: 1.6rem;
        text-align: left;
    }

    .home_contact_form dd {
        width: 100%;
        font-size: 1.6rem;
    }

    .home_contact_form dd textarea {
        height: 200px !important;
    }

    /* mfp */
    .home_contact_btn button[type="submit"] {
        font-size: 1.8rem;
    }
    /* /end */





    /* news /////////////////////////////////////////////////////////////////////////////////////////// */
    .news_arch_bg_fixed,
    .news_single_bg_fixed {
        background-image: url(../img/news_arch_bg_img_sp.jpg?57360824102022);
        background-position: center bottom 40%;
    }

    .news_arch_list figure {
        width: 90px;
    }

    .news_arch_list div {
        padding: 5px 15px 0;
    }

    .news_arch_list p {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .news_arch_list span {
        font-size: 1.3rem;
    }

    .news_arch_noinfo span {
        font-size: 1.5rem;

    }



    .news_single_conts {
        padding: 17px 15px;
    }

    .news_single_tit {
        font-size: 1.8rem;
    }

    .news_single_date {
        font-size: 1.4rem;
    }

    /* CMSエディタ装飾 */
    .news_single_editor {
        line-height: 1.7;
        font-size: 1.5rem;
    }

    .news_single_editor h3 {
        font-size: 1.7rem;
    }

    .news_single_editor h4 {
        font-size: 1.6rem;
    }

    .news_single_editor h5 {
        font-size: 1.5rem;
    }

    .news_single_editor h6 {
        font-size: 1.4rem;
    }

    .news_single_sns {
        margin: 40px 0 0 0;
    }

    .news_single_sns > div {
        vertical-align: bottom;
    }


    .news_single_pager .back {
        font-size: 1.8rem;
    }


    /* about /////////////////////////////////////////////////////////////////////////////////////////// */

    .about_outline_inner > div {
        max-width: 1400px;
        padding: 0 3%;
    }

    .about_outline_inner > p {
        font-size: 1.6rem;
    }

    .about_outline_corp > div > dt,
    .about_outline_corp > div > dd {
        font-size: 1.6rem;
    }


    .about_staff_inner {
        padding-top: 80px;
    }

    .about_staff_comment {
        display: block;
    }

    .about_staff_comment > div {
        width: 100%;
    }

    .about_staff_comment > div + div {
        margin: 45px 0 0 0;
    }

    .about_staff_comment dt {
        max-width: none;
    }

    .about_staff_comment dt img {
        max-width: none;
        max-height: 22px;
    }

    .about_staff_comment dd {
        margin: 10px 0 0 0;
    }

    .about_staff_comment dd span img {
        max-width: 210px;
    }

    .about_support_inner {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .about_support_governor {
        display: block;
    }

    .about_support_governor > figure {
        width: 50%;
        margin: 0 auto;
    }

    .about_support_governor > figure figcaption {
        font-size: 1.6rem;
    }

    .about_support_governor > div {
        margin: 30px 0 0 0;
    }

    .about_support_governor > div strong {
        font-size: 1.7rem;
        line-height: 1.8;
        letter-spacing: 0;
    }

    .about_support_governor > div p {
        margin: 15px 0 0 0;
        font-size: 1.5rem;
    }

    .about_support_kouen {
        margin: 50px 0 0 0;
    }


    .about_support_people dt,
    .about_support_kouen dt,
    .about_support_kyousan dt {
        padding: 6px 20px;
    }

    .about_support_people dt img,
    .about_support_kouen dt img,
    .about_support_kyousan dt img {
        width: auto;
        height: auto;
        max-width: none;
        max-height: 20px;
        min-width: 0;
        min-height: 0;
    }

    .about_support_people dd,
    .about_support_kouen dd,
    .about_support_kyousan dd {
        margin: 15px 0 0 0;
    }

    .about_support_kouen dd strong {
        font-size: 1.9rem;
    }

    .about_support_kouen dd strong br {
        display: inline;
    }

    .about_support_kouen dd p {
        font-size: 1.7rem;
    }

    .about_support_people dd > strong,
    .about_support_kyousan dd > strong {
        font-size: 1.9rem;
    }

    .about_support_people dd > strong br,
    .about_support_kyousan dd > strong br {
        display: inline;
    }

    .about_support_people dd > div,
    .about_support_kyousan dd > div {
        margin: 15px 0 0 0;
        font-size: 1.6rem;
    }





    /* policy /////////////////////////////////////////////////////////////////////////////////////////// */
    .policy_heading {
        font-size: 1.6rem;
    }

    .policy_list dt {
        font-size: 1.6rem;
    }







}












@media only screen and (max-width: 560px) {









    /* common /////////////////////////////////////////////////////////////////////////////////////////// */


    /* footer */
    .footer_top {
        padding: 20px 0 24px 0;
    }

    .footer_top_inner ul {
        display: none;
    }

    .footer_top_inner > div {
        margin: 0;
    }

    .footer_top_inner > div [src*="_sp"] {
        display: inline-block;
        width: 60%;
        max-width: 356px;
    }

    .footer_top_inner > div :not([src*="_sp"]) {
        display: none;
    }

    footer small {
        padding: 10px 0 8px;
        line-height: 1.4;
    }






    /* home /////////////////////////////////////////////////////////////////////////////////////////// */

    .home_mainimg {
        /* min-height: 550px; */
    }

    .home_about_inner > p {
        /* font-size: 1.3rem; */
        font-size: calc(14px + (15 - 14)*(100vw - 360px)/(560 - 360));
        letter-spacing: .06em;
        line-height: 2;
        font-feature-settings: "palt";
        /* transform: scale(1.03); */
        /* transform-origin: 0% 50%; */
    }




    /* news /////////////////////////////////////////////////////////////////////////////////////////// */





    /* about /////////////////////////////////////////////////////////////////////////////////////////// */





    /* policy /////////////////////////////////////////////////////////////////////////////////////////// */
















}