.sp440, .sp425, .sp360 {
    display: none
}
@media screen and (min-width: 1921px) {
    #wrapper {
        background-size: cover;
    }
    .sec01:before {
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .sec02:before {
        left: 0;
        width: 100%;
        height: 940px;
        background-size: 100%;
    }
    .sec03:before {
        left: calc(50% - 1100px);
    }
    .sec03:after {
        right: calc(50% - 960px);
    }
    .mv:before {
        left: calc(50% - 960px);
    }
}


@media screen and (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    .sp {
        display: none
    }
    /* nav */
    .hamburger {
        display: none;
    }
    nav {
        margin-left: auto;
        transition: all 0.3s;
        position: relative;
        top: -11px;
    }
    header.active h1 {
        padding-top: 33px;
    }
    header.active nav {
        margin-top: -6px;
        top: inherit;
    }
    nav .inner {
        width: 100%;
        padding: 0;
        max-width: 1920px;
    }
    .nav_list {
        display: flex;
        width: 835px;
        margin-left: auto;
        justify-content: space-between;
        padding-right: 20px;
    }
    .nav_list > li > a, .nav_list > li > .sub_btn {
        display: flex;
        align-items: center;
        position: relative;
        font-weight: 600;
        padding: 5px 0px;
        height: 40px;
        color: #333333;
        font-size: 18px;
        letter-spacing: -0.03em;
    }
    
    .nav_list > li.parent {
        position: relative;
    }
    .nav_list > li.parent > .sub_btn {
        cursor: default;
        padding-right: 20px;
    }
    .nav_list > li.parent:hover > .sub_btn:before {
        transform: rotate(180deg);
    }
    .nav_list > li.parent:hover > .sub_btn {
        color: var(--mcolor);
    }
    .nav_list > li.parent > .sub_btn:before {
        position: absolute;
        content: "";
        background: url("../images/arrow_down.svg") no-repeat center top/cover;
        width: 14px;
        height: 8px;
        right: 0;
        top: 17px;
        transition: all 0.3s;
    }
    .sub {
        position: absolute;
        z-index: 1;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        top: 91%;
        left: 0;
        background: #806d61;
        border-radius: 10px;
        padding: 0 4px;
    }
    .sub ul li a {
        font-size: 16px;
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        letter-spacing: .001em;
        padding: 4px 15px 6px;
        margin: 0 auto;
        color: #fff;
    }
    .sub ul li:not(:last-child) a {
        border-bottom: solid 1px #a4978e;
    }
    /*  FOOTER */
    .ft_bnn li:not(:last-child) {
        margin-right: 30px;
    }
    /* hover */
    .ft_link ul li > a:hover, .nav_list > li:hover > a {
        color: var(--mcolor);
        text-decoration: none;
    }
    .parent:hover .sub {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible
    }
    .sub a:hover {
        text-decoration: none;
    }
    .ft_bnn li a:hover, .to_top img:hover, .btn a:hover, .idx_bnr.ft_idx_bnr:hover {
        opacity: .8
    }
    .ft_link ul li p a:hover, .sub ul li a:hover {
        color: var(--mcolor);
    }
    .btn_con a:hover {
        background: linear-gradient(to bottom, #FFBA00 0%, var(--mcolor) 1%);
        color: #fff;
    }
    .contact_mail a:hover, .ft_contact.cta .contact_mail a:hover {
        background: linear-gradient(to bottom, #FFBA00 0%, var(--mcolor) 1%);
        color: #fff;
    }
    .contact_mail a:hover:before {
        background: url("../images/icon_search_w.svg") no-repeat center / 21px;
    }
    .h_over a:hover, .sec01_item > div:hover .btn a, .sec02_item > div:hover .btn a {
        background: url("../images/arrow_right_w.png") var(--mcolor) no-repeat right 27px center / 22px;
        color: #fff;
    }
    .sec05 .btn a:hover {
        background-position: right 30px center;
    }
    .sec01_item > div:hover .btn a {
        background-position: right 35px center;
    }
    .sec05_load .item:hover .sec05_img img {
        transform: scale(1.1);
    }
    .sec01_item > .item3 .wrap .title {
        padding: 0 33px 0 24px !important;
        letter-spacing: -0.052em !important;
    }
    .mv_post_ct dl:hover, .mv_post_ct dl:hover dt a {
        color: var(--mcolor);
        cursor: pointer;
    }
    .mv_post_ct dl:hover dt a::after {
        background: url('../images/ic_arr.png') center /cover no-repeat;
    }

}

@media screen and (min-width: 1800px) {
    .nav_list > li > a,
    .nav_list > li > .sub_btn{font-size: 21px;}

    header .boxcontact_wrap .ttl .line{font-size: 18px;}
    header .box_time{transform: scale(1.15);}
    header .contact_tel{transform: scale(1.25);margin-right: 60px;margin-left: 20px;}
    header .boxcontact_wrap .ttl{top: 15px}
}


@media screen and (min-width: 751px) and (max-width: 1800px) {
    .mv .inner {
        padding: 0 50px;
    }
    .mv_ttl2 {
        font-size: 44px;
    }
    .mv_left {
        padding-top: 40px;
    }
    .mv_txt {
        margin-bottom: 30px;
    }
    .mv_ttl3 {
        font-size: 24px;
    }
    .btn_con a {
        width: 400px;
        height: 100px;
        font-size: 24px;
    }
    .btn_con a > span {
        background-size: 28px auto;
        padding-left: 40px;
    }
    .mv_right {
        width: 590px;
        padding-top: 25px;
    }
    .mv {
        padding-bottom: 25px;
    }
    .mv_list {
        left: -260px;
        bottom: 20px;
    }
    .mv:before {
        width: 800px;
        height: 190px;
        bottom: -65px;
        background-size: 800px auto;
    }
}
@media screen and (min-width: 751px) and (max-width: 1600px) {
    .mv_post {
        width: 650px;
        bottom: -200px;
        padding: 15px
    }
    .mv_post_ct {
        height: 120px;
    }
    .mv_post_ct dt {
        font-size: 14px;
    }
    .mv_post_ct dd {
        font-size: 14px;
        padding-bottom: 5px;
    }

    header .contact_mail a {
        width: 160px;
    }
    header .contact_line a,
    header .contact_mail a {
        font-size: 14px;
    }
    header .contact_line a {
        width: 170px;
        padding-left: 22px;
    }
    .contact_line a::before{
        top: 7px;
        left: 5px;
    }
    .contact_mail a::before{
        top: 9px;
        left: 10px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
    .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    header.active h1 {
        padding-top: 43px;
    }
    .h_left {
        width: calc(100vw - 1080px);
        min-width: 200px;
    }
    .h_inner {
        padding-left: 0;
        padding-right: 0;
    }
    header.active nav {
        margin-top: 0px;
    }
    nav {
        top: 0px;
    }
    header .idx_bnr {
        width: 340px;
        margin-right: 5px;
    }
    header .idx_bnr .img {
        left: 0px;
    }
    header .idx_bnr .ttl {
        width: 200px;
    }
    header .idx_bnr .txt {
        font-size: 13px;
    }
    header .idx_bnr .txt .lg {
        bottom: 0;
        font-size: 115%;
    }
    header .idx_bnr a {
        padding-top: 15px;
        padding-left: 103px;
    }
    
    header .contact_line {
        margin-right: 5px;
    }
    header .box_time .time {
        font-size: 12px;
    }
    header .boxtel_wrap {
        margin-right: 10px;
    }
    .mv_list li {
        width: 11vw;
    }
    .mv_list li:not(:last-child) {
        margin-right: 10px;
    }
    .mv_ttl1 {
        font-size: 24px;
    }
    .mv_ttl2 {
        font-size: 40px;
    }
    .mv_ttl3 {
        font-size: 20px;
    }

    .mv_right {
        width: 500px;
        padding-top: 15px;
    }
    .mv_list {
        bottom: 50px;
        left: -20vw;
    }
    .mv_left {
        padding-top: 20px;
    }
    .mv:before {
        width: 580px;
        height: 140px;
        bottom: -50px;
        background-size: 580px auto;
    }
    .mv .inner {
        padding: 0 30px;
    }
    .sec01 {
        padding-top: 250px;
    }
    .sec01_item > div {
        width: calc(50% - 20px);
    }
    .sec01_item > div:not(.item1) .sec01_list {
        padding-left: 0;
        margin: 0 auto 15px;
    }
    .sec01_item > .item1 .wrap {
        padding-left: 30px;
        width: 570px;
        padding-top: 0px;
        align-self: center;
        padding-bottom: 30px;
    }
    .sec01_item > .item1 .sec01_img {
        width: calc(100% - 570px);
    }
    .sec02_item > div .txt, .sec02_item > div.item2 .txt {
        margin-bottom: 35px;
    }
    .sec01_item > .item1 .wrap .title {
        margin-bottom: 0;
    }
    .sec01_list {
        margin-bottom: 20px;
    }
    .sec01_item > div .wrap .title {
        font-size: 36px;
    }
    .sec02_item > div .title .bb {
        right: -20px;
        width: 160px;
    }
    .sec02_item > div.item2 .wrap {
        padding-left: 0;
    }
    .sec03_ttl2 {
        font-size: 40px;
    }
    .sec03_item > div .sec03_img .img3 {
        right: 0;
    }
    .sec03_item > div .sec03_img .img4 {
        bottom: -286px;
    }
    .ft_info_add {
        font-size: 14px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .mv_post {
        width: 600px;
        right: 15px;
    }
    .mv_list li {
        width: 140px;
    }
    .mv_list {
        left: -230px;
    }
    .sec02_img {
        width: 500px;
        flex-shrink: 0;
    }
    .sec02_item > div.item1 .sec02_img {
        margin-right: 40px;
    }
    .sec02_item > div.item2 .wrap {
        padding-left: 0;
    }
    .sec02_item > div.item2 .sec02_img {
        margin-left: 35px;
    }
    .sec03_item .item1 .sec03_img {
        margin-right: 30px;
    }
    .sec03_ttl2 {
        font-size: 36px;
    }
    .sec03_item > div.item2 .sec03_wrap {
        padding-left: 30px;
    }
    .ft_contact.cta .contact_line a, .ft_contact.cta .contact_mail a {
        width: 390px;
    }
    .sec04_item > div .txt {
        font-size: 18px;
    }
    .sec03_img2 {
        width: 580px;
    }
    .sec05_load .item {
        width: 260px;
    }
    .sec05_load .slick-track {
        left: -140px;
    }
}

@media screen and (min-width: 1500px){
    header.active h1,
    h1{padding-top: 30px;}
    #logo img{height: auto;aspect-ratio: 316/55;max-width: 500px;width: 23vw;}
}

/* screen-min:750px */
@media screen and (max-width: 750px) {
    h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
        font-size: 14px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .swap img {
        width: auto;
    }
    #wrapper, header, main, footer, .inner {
        width: 100% !important;
        min-width: unset !important
    }
    .pc {
        display: none !important
    }
    /* NAV */
    nav {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        overflow: auto;
        padding-bottom: 120px;
        z-index: 100;
        display: none;
        background: #fff;
    }
    nav .inner {
        padding: 0;
    }
    .nav_list {
        flex-direction: column
    }
    .nav_list ul, .nav_list li {
        width: 100%
    }
    .nav_list .parent .sub ul li {}
    .nav_list .parent .sub ul li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    .nav_list .sub_btn, .nav_list a {
        display: block;
        padding: 13px 15px 12px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        border-bottom: solid 1px #ddd;
    }
    .nav_list .sub_btn {
        position: relative;
        padding-left: 15px
    }
    .nav_list .sub_btn::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 12px;
        background: url("../images/arrow_down.svg") no-repeat center /16px;
        top: calc(50% - 6px);
        right: 10px;
        transition: all 0.3s;
    }
    .nav_list .sub_btn.open::before {
        transform: rotate(180deg);
    }
    .sub {
        display: none;
        background: #806d61;
    }
    .sub ul:not(:last-child) {
        margin-bottom: 15px
    }
    .sub a {
        color: #fff;
        border-bottom: none;
    }
    .hamburger {
        position: absolute;
        right: 10px;
        bottom: 9px;
        font: inherit;
        display: block;
        overflow: visible;
        margin: 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;
        border: 0;
        z-index: 101;
        background: var(--mcolor);
    }
    /*=====================================================
C U S T O M
======================================================*/
    /*============ HEADER ============*/
    body.is_active {
        overflow: hidden;
    }
    h1 {
        padding-top: 15px;
        width: 180px;
    }
    .h_box {
        height: 60px;
        padding: 0;
    }
    header.active .h_box {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
    body.is_active .h_box {
        background-color: rgba(255, 255, 255, 1);
    }
    .h_inner {
        padding: 0 10px;
    }
    /*============ Main ============*/
    #wrapper {
        background: url(../images/idx_bg01_sp.jpg) repeat-y center top /cover;
    }
    .under #wrapper {
        background-position: center bottom -556px;
    }
    main {
        padding-top: 60px;
    }
    /* MAIN VISUAL */
    .mv_txt h2 {
        font-size: 24px;
        text-align: center;
    }
    .mv .inner {
        padding: 0 15px 15px;
        flex-direction: column-reverse;
        z-index: 1;
    }
    .mv_list {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        justify-content: center;
    }
    .mv_right {
        padding-top: 0;
    }
    .mv_img {
        margin-bottom: -60px;
    }
    .mv_list li:not(:last-child) {
        margin-right: 10px;
    }
    .mv_left {
        width: 100%;
        padding-top: 15px;
    }
    .mv_ttl1 {
        font-size: 18px;
        margin-bottom: 0px;
        text-align: center;
    }
    .mv_ttl3 {
        font-size: 17px;
        text-align: center;
    }
    .mv_txt {
        margin-bottom: 35px;
    }
    .btn_con a {
        height: 80px;
        font-size: 20px;
        letter-spacing: 0em;
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
    }

    .btn_con a > span .label{
        padding: 6px 0;
        font-size: 14px;
        top: -15px;
    }

    .btn_con a > span {
        background-size: 23px auto;
        padding: 5px 0 5px 30px;
    }
    .mv:before {
        width: 94vw;
        height: 202px;
        left: 3vw;
        background-size: 100vw auto;
    }
    .mv_ttl2 .point:before {
        top: 2px;
        width: 5px;
        height: 5px;
    }
    /* sec01 */
    .sec01 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec01_item {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .sec01_item > div {
        padding: 0px;
    }
    .sec01_item > div, .sec01_item > .item1 .wrap {
        width: 100%;
        border-radius: 12px;
    }
    .sec01_item > .item1 .wrap {
        padding: 5px 10px 10px;
    }
    .sec01_item > div {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 40px;
    }
    .sec01_item > div .wrap .title {
        font-size: 22px;
        margin-bottom: 0px;
        justify-content: center;
    }
    .sec01_list li {
        font-size: 15px;
        padding-left: 17px;
        letter-spacing: -0.04em;
        margin-bottom: 8px;
        background-position: left top 7px;
        line-height: 1.5;
    }
    .sec01 .ttl {
        margin-bottom: 20px;
    }
    .sec01_item > div:not(.item1) .wrap .title {
        margin-top: -60px;
        height: 50px;
        margin-bottom: 15px;
        padding: 0 20px;
        letter-spacing: 0em;
        left: -10px;
    }
    .sec01_item > div:not(.item1) .sec01_list {
        padding: 0;
    }
    .sec01_img {
        margin-bottom: 10px;
    }
    .sec01_item > div:not(.item1) .wrap {
        padding: 0 10px 20px;
    }
    .sec01 .btn a {
        margin: 0 auto;
    }
    .sec01_list {
        margin-bottom: 19px;
    }
    .sec01_item > .item1 .wrap {
        padding-bottom: 20px;
    }
    .sec01_item > .item1 {
        margin-bottom: 40px;
    }
    .sec01:before {
        background-size: cover;
        left: 0;
        top: 0;
        width: 100%;
    }
    .sec01_ttl2 .ttl1, .sec01_ttl2 .ttl2 {
        display: table;
        font-size: 25px;
        text-decoration-thickness: 7px;
        text-underline-offset: -4px;
        letter-spacing: 0em;
        text-align: center;
        width: 100%;
    }
    .sec01_ttl2 .en {
        left: calc(50% - 150px);
        top: -50px;
        width: 180px;
    }
    .sec01_txt {
        font-size: 16px;
        line-height: 2;
    }
    .sec01_ttl2 .ttl2 {
        margin-bottom: 20px;
    }
    .sec01_ttl2 .ttl2 .point:before {
        width: 4px;
        height: 4px;
    }
    /* sec02 */
    .sec02 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec02 .ttl {
        margin-bottom: 15px;
    }
    .sec02_item > div {
        border-radius: 12px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        padding: 30px 15px 40px;
        flex-direction: column;
        align-items: center;
    }
    .sec02_item > div .sec02_img {
        max-width: 400px;
        margin: 0 auto 20px !important;
    }
    .sec02_item > div.item2 .wrap {
        padding-left: 0;
    }
    .sec02_item > div .title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: center;
    }
    .sec02_item > div .title .bb {
        right: 0 !important;
        top: -64px !important;
        width: 85px;
    }
    .sec02_item > div .txt, .sec02_item > div.item2 .txt {
        margin-bottom: 20px;
        letter-spacing: 0em;
    }
    .btn.lg a, .sec02_item > div.item2 .btn.lg a, .sec04 .btn.lg a {
        background-position: right 15px center;
        padding-left: 5px;
        letter-spacing: 0em;
        width: 290px;
        margin: 0 auto;
        justify-content: center;
    }
    .sec02_item > div.item2 .btn.lg a {
        text-align: center;
    }
    .sec02_img .num {
        font-size: 76px;
        left: 20px;
        bottom: 20px;
    }
    .sec02_txt {
        margin-bottom: 40px;
    }
    .sec02_item > div.item1 {
        margin-bottom: 50px;
    }
    .sec02_item {
        max-width: 500px;
        margin: 0 auto;
    }
    .sec02:before {
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        background-size: 100%;
        background-position: right bottom;
    }
    /* sec03 */
    .sec03 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .sec03_item > div.item1 {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .sec03_item > div, .sec03_item > div.item2, .sec03_item > div {
        flex-direction: column;
    }
    .sec03_item > div .sec03_img, .sec03_img2 {
        margin: 0 auto 20px;
        position: relative;
        width: 62vw;
        height: 77vw;
    }
    .sec03_item > div .sec03_img .img2 {
        right: 0;
        bottom: 0;
    }
    .sec03_item > div .sec03_img .img1 {
        width: 45vw;
        position: absolute;
        left: 0;
        top: 0;
    }
    .sec03_item > div .sec03_img .img2 {
        width: 37vw;
    }
    .sec03_item > .item2 .sec03_img {
        height: 72vw;
    }
    .sec03_item > div .title {
        font-size: 22px;
        letter-spacing: 0;
        text-align: center;
    }
    .sec03_item > div .txt {
        font-size: 16px;
        letter-spacing: 0em;
    }
    .sec03_item > div .sec03_wrap, .sec03_item > div.item2 .sec03_wrap {
        max-width: 385px;
        margin: 0 auto;
    }
    .sec03_item > div.item1 .sec03_wrap {
        padding-top: 0;
    }
    .sec03 .ttl {
        margin-bottom: 25px;
    }
    .sec03 .ttl .en {
        margin-bottom: 10px;
    }
    .sec03_item > div .sec03_img .img3 {
        position: absolute;
        right: 0px;
        width: 45vw;
    }
    .sec03_item > div .sec03_img .img4 {
        left: 0;
        bottom: 0;
        width: 37vw;
    }
    .sec03_item > div.item2 .sec03_wrap {
        padding-top: 0;
        padding-left: 0;
    }
    .sec03_ttl2, .sec03_ttl2 .let1 {
        font-size: 23px;
        text-decoration-thickness: 8px;
        text-underline-offset: -2px;
        letter-spacing: 0em;
        padding-top: 0;
    }
    .sec03_img2 {
        height: 57vw;
    }
    .sec03_item > div.item2 {
        margin-bottom: 30px;
    }
    .sec03_item > div.item3 {
        padding-left: 0;
    }
    .sec03:before {
        width: 70vw;
        height: 25vw;
        left: 0;
        top: 90px;
        background-size: 70vw auto;
        background-position: left top;
    }
    .sec03:after {
        width: 70vw;
        height: 36vw;
        right: 0;
        bottom: 350px;
        background-size: 70vw auto;
        background-position: right top;
    }
    /* sec04 */
    .sec04_item {
        height: auto;
        border-radius: 12px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
        flex-direction: column;
        max-width: 500px;
    }
    .sec04_item > div .title {
        font-size: 22px;
        letter-spacing: 0em;
    }
    .sec04_item > div .txt {
        font-size: 16px;
    }
    .sec04_item > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .sec04_item > div:not(:last-child):before {
        width: calc(100% - 30px);
        height: 1px;
        right: 15px;
        top: auto;
        bottom: 0;
    }
    .sec04_item > div {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sec04_item > div .sec04_icon {
        width: 140px;
    }
    .sec04:before {
        width: 100vw;
        height: 23vw;
        left: 0vw;
        bottom: 15px;
        background-size: 100vw auto;
    }
    .sec04 {
        padding-bottom: 50px;
    }
    /* sec05 */
    .sec05 {
        padding: 50px 0;
    }
    .sec05_item {
        flex-direction: column;
    }
    .sec05_ttl {
        min-height: 90px;
    }
    .sec05_load {
        width: 100%;
        flex-wrap: wrap;
    }
    .sec05_load .slick-track {
        left: 0px;
    }
    .sec05_load > .item {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
    .sec05_load > .item:not(:last-child) {
        margin-right: 0px;
    }
    .sec05_load > .item:not(:nth-child(2n)) {
        margin-right: 20px;
    }
    .sec05_item .item_l {
        width: 100%;
        padding-top: 0;
    }
    .sec05_item .item_l:before {
        display: none;
    }
    .sec05_item .item_r {
        width: 100%;
        padding-left: 0;
    }
    .sec05 .ttl {
        text-align: center;
        margin-bottom: 30px;
    }
    .sec05_link a {
        font-size: 14px;
        padding-right: 25px;
        letter-spacing: 0em;
        background-size: 20px auto;
    }
    .sec05_ttl {
        margin-bottom: 2px;
    }
    .sec05 .btn a {
        margin: 0 auto;
    }
    .sec05_img {
        height: auto;
        aspect-ratio: 4/3;
    }
    .ft_cta_txt {
        font-size: 15px;
        letter-spacing: 0em;
    }
    .ft_cta {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .ft_cta_ttl1 .en {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .ft_cta_ttl1 .ja {
        font-size: 26px;
        padding: 0 35px;
        text-align: center;
    }
    .ft_cta_ttl1 .ja:before, .ft_cta_ttl1 .ja:after {
        width: 25px;
        top: 15px;
    }
    .ft_cta_ttl2 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .ft_contact.cta, .ft_contact.cta .boxcontact_wrap {
        flex-direction: column;
        align-items: center;
    }
    .ft_contact.cta .contact_line a, .ft_contact.cta .contact_mail a {
        width: 290px;
        height: 80px;
    }
    .ft_contact.cta .contact_tel a {
        font-size: 32px;
        padding-left: 25px;
    }
    .ft_contact.cta .contact_tel .tel:before {
        width: 20px;
        height: 23px;
        left: 0;
        top: 8px;
    }
    .ft_contact.cta .boxtel_wrap {
        margin: 0 auto 25px;
        align-items: center;
    }
    .ft_contact.cta .contact_tel .txt {
        align-self: center;
        font-size: 12px;
    }
    .ft_contact.cta .contact_tel .title {
        margin-bottom: 0;
    }
    .ft_contact.cta .box_time .time {
        font-size: 15px;
        margin-bottom: 0;
        align-items: center;
    }
    .ft_contact.cta .box_time .time .tt {
        line-height: 25px;
        height: 26px;
    }
    .ft_contact.cta .contact_line a .lg {
        font-size: 18px;
    }
    .ft_contact.cta .contact_mail a .sm {
        font-size: 13px;
        margin-top: 5px;
    }
    .ft_contact.cta .contact_line a .sm {
        font-size: 12px;
        padding-left: 0px;
    }
    .ft_contact.cta .contact_line a, .ft_contact.cta .contact_mail a {
        padding-left: 70px;
    }
    .ft_contact.cta .contact_line a:before {
        width: 25px;
        height: 25px;
        left: 26px;
        top: 27px;
        background-size: 25px auto;
    }
    .ft_contact.cta .contact_mail a .lg {
        font-size: 18px;
        letter-spacing: 0em;
    }
    .ft_contact.cta .contact_mail a:before {
        width: 28px;
        height: 32px;
        background-size: 28px auto;
        left: 25px;
        top: 22px;
    }
    .ft_contact.cta .contact_line {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ft_contact.cta .boxcontact_wrap {
        padding-top: 0;
    }
    .idx_bnr.ft_idx_bnr .txt {
        flex-direction: column;
        font-size: 14px;
        letter-spacing: 0em;
        margin-left: -24px;
    }
    .idx_bnr.ft_idx_bnr .ttl {
        width: 260px;
        height: 28px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 13px;
        left: -117px;
        position: relative;
    }
    .idx_bnr.ft_idx_bnr {
        width: 100%;
        margin: 30px auto 0;
        max-width: 290px;
        height: 135px;
    }
    .idx_bnr.ft_idx_bnr .img {
        left: 6px;
        top: 46px;
        width: 100px;
    }
    .idx_bnr.ft_idx_bnr a {
        padding-top: 10px;
        padding-left: 130px;
    }
    .idx_bnr.ft_idx_bnr .txt .lg {
        bottom: 0;
        top: 0;
        margin-top: 3px;
    }
    .ft_contact.cta {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .ft_top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .ft_info_add {
        font-size: 14px;
    }
    .ft_map_link a {
        font-size: 16px;
        margin: 0 auto;
        display: table;
    }
    .ft_info_logo {
        text-align: center;
    }
    /*============ FOOTER ============*/
    .ttl .en {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ttl .ja {
        font-size: 24px;
    }
    .btn a, .sec05 .btn a {
        font-size: 16px;
        border-width: 1px;
        padding-top: 2px;
        height: auto;
        min-height: 50px;
        background-size: 18px auto;
        padding: 3px 5px 3px 20px;
        border-radius: 999px;
        line-height: 1.4;
        background-position: right 15px center;
    }
    .ft_content{
        text-align: center;
    }
    .ft_content p{
        line-height: 1.5em;
    }
    .ft_content .logo_sp{
        margin-bottom: 0;
    }
    footer {
        margin-bottom: 50px;
    }
    address {
        padding-bottom: 50px;
        line-height: 1.5em;
    }
    .ft_top .inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ft_info {
        text-align: center;
        width: 100%;
    }
    /* sp contact */

    .sp_contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 90px;
        position: fixed;
        left: 0;
        z-index: 99;
        bottom: -95px;
        transition: all 0.3s;
        background: #fff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
    .sp_contact.show {
        bottom: 0;
    }

    .sp_contact .boxcontact_wrap {max-width: inherit;flex-wrap: nowrap;padding-top: 0px;width: 185px;align-items: center;}
    .sp_contact .cta,
    .sp_contact .contact_mail {width: 100%;}
    .sp_contact .contact_mail a {font-size: 14px;line-height: 1.25;height: 60px;width: 100%;border-radius: 30px;display: flex;flex-direction: column;padding-left: 40px;}
    .sp_contact .contact_mail a .sm{font-size: 75%;}
    .sp_contact .contact_mail a::before{left: 12px;top: 18px;background-size: 22px auto;}
    .sp_contact .contact_mail a .lg {padding-top: 0px;}

    .sp_contact .cta{justify-content: center;}
    .sp_contact .boxtel_wrap{flex-direction: column;margin:0;flex-shrink: 0;margin-right: 40px;margin-bottom: 3px;}
    .sp_contact .box_time{display: flex;justify-content: center;}
    .sp_contact .box_time .time{font-size: 10px;margin-bottom: 0;align-items: center;}
    .sp_contact .box_time .time.txt1{margin-right: 5px;}
    .sp_contact .box_time .time .tt{height: 20px;}

    .sp_contact .contact_tel{margin-right: 0;margin-bottom: 5px;}
    .sp_contact .contact_tel .txt{font-size: 9px;}
    .sp_contact .contact_tel .title{font-size: 12px;top: 0;margin-bottom: 10px;}
    .sp_contact .contact_tel .tel{font-size: 22px;}
    .sp_contact .contact_tel .tel::before{width: 16px;height: auto;aspect-ratio: 64/75;top: 3px;left: 3px;}
    .sp_contact .contact_tel .tel .tel2::before,
    .sp_contact .contact_tel .tel .tel3::before{font-size: 10px;}

    .h_box #logo{padding-top: 0;}
    .h_box .h_left{height: 100%;align-items: center;display: flex;}
    .h_box .contact_line{margin-right: 0;}
    .h_box .contact_line a{font-size: 12px;width: 190px;margin-top: 10px;flex-direction: column;padding-left: 35px;border-width: 1px;}
    .h_box .contact_line a span{line-height: 1.25em;}
    .h_box .contact_line a span.lg{font-size: 120%;}
    .h_box .contact_line a span.sm{font-size: 80%;}
    .h_box .contact_line a::before{left: 10px;top: 8px;}


    /* to top */
    .to_top {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 95px;
    }
    .to_top a img {
        bottom: 0;
        position: absolute
    }
    .to_top::before {
        width: 10px;
        height: 10px;
        left: 10px;
        top: 10px
    }
    .to_top::after {
        width: 10px;
        height: 10px;
        left: 10px;
        top: 20px
    }
    /*============ END 750 ============ */
    .mv_post {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: calc(100% - 30px);
        padding: 15px;
        border-radius: 15px;
        margin: 30px auto;
    }
    .mv_post_ct {
        height: 140px;
    }
    .mv_post_ct dd {
        width: 100%;
    }
    .mv_post_ct dd .mv_post_ct_link {
        width: auto;
    }
    .mv_post_ct dd .txt {
        width: calc(100% - 110px);
    }
    .ft_contact.cta .contact_tel a {
        margin-bottom: 5px;
    }
    .ft_contact.cta .contact_tel .tel .tel2::before, .ft_contact.cta .contact_tel .tel .tel3::before {
        top: -7px;
        font-size: 14px;
    }
    .ft_map {
        margin-top: 30px;
    }
    .ft_map iframe {
        height: 299px;
    }
}
/* screen-max:460px */
@media screen and (max-width: 440px) {
    .sp440 {
        display: block !important;
    }
    .pc440 {
        display: none !important
    }
    .hamburger{padding: 10px 5px 5px;right: 5px;}
    .h_box #logo{width: 41.5vw;}
    .h_box .contact_line{position: relative;left: -3px;}
    .h_box .contact_line a{width: 39vw;padding-right: 2px;font-size: 2.5vw;padding-left: 27px;}
    .h_box .contact_line a::before{width: 16px;height: 16px;background-size: 16px auto;top: 10px;left: 6px;}

    .mv_ttl3 {
        font-size: 4vw;
    }
    .mv_txt h2 {
        font-size: 4.7vw;
    }
    .mv_ttl1 {
        font-size: 4.1vw;
        letter-spacing: 0;
        line-height: 7vw;
    }

    .sec05_ttl {
        min-height: inherit;
    }
    .mv_post_ct {
        height: 230px;
    }
    .mv_post_ct dl {
        flex-direction: column;
    }
    .mv_post_ct dd {
        padding-right: 0;
    }
    .mv_post_ct dd .mv_post_ct_link {
        width: auto;
        position: absolute;
        right: 0;
        top: -30px;
    }
    .mv_post_ct dd .txt {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .sp425 {
        display: block !important;
    }
    .mv_img {
        margin-bottom: -40px;
    }
    .mv_ttl2 .point:before {
        top: 1px;
        width: 3px;
        height: 3px;
    }
    .sec03_item > div .sec03_img, .sec03_img2 {
        width: 70vw;
        height: 76vw;
    }
    .sec03_img2 {
        height: 64vw;
    }
    .sec03_item > div .sec03_img .img1, .sec03_item > div .sec03_img .img3 {
        width: 46vw;
    }
    .sec03_item .item2 .sec03_img {
        height: 70vw;
    }
    .sec03_item > div .sec03_img .img2, .sec03_item > div .sec03_img .img4 {
        width: 37vw;
    }
    .sec03_ttl2, .sec03_ttl2 .let1 {
        font-size: 5vw;
        line-height: 8vw;
        text-decoration-thickness: 6px;
    }
	.sec05_load .item {
        width: 250px;
        margin: 0 5px;
    }
}
/* screen-max: 360px */
@media screen and (max-width: 390px) {
    .sp_contact .boxcontact_wrap {width: 155px;}
    .sp_contact .boxtel_wrap{margin-right: 10px;}
    .sp_contact .contact_mail a{font-size: 13px;padding-left: 25px;}
    .sp_contact .contact_mail a::before{left: 4px;top: 17px;background-size: 18px auto;}
}
@media screen and (max-width: 360px) {
    .sp360 {
        display: block !important;
    }
    .mv_ttl3 {
        font-size: 3.7vw;
    }
    .btn_con a {
        font-size: 16px;
    }
    .sec02_item > div.item2 .btn.lg a, .sec02_item > div.item1 .btn.lg a {
        width: 260px;
    }
    .sec02_item > div .title {
        font-size: 21px;
    }
    .sec03 .ttl .ja {
        font-size: 20px;
    }
    .sec03_item > div .sec03_img .img1, .sec03_item > div .sec03_img .img3 {
        width: 50vw;
    }
    .sec03_item > div .sec03_img .img2, .sec03_item > div .sec03_img .img4 {
        width: 38vw;
    }
    .sec03_item > div .sec03_img {
        height: 82vw;
    }
    .sec03_img2 {
        height: 65vw;
    }
    .ttl .ja {
        font-size: 20px;
    }
    .sec03_item > div .title {
        font-size: 20px;
    }
    .sec03_item > div .txt, .sec04_item > div .txt {
        font-size: 14px;
    }
    .sec03_item .item2 .sec03_img {
        height: 76vw;
    }
    .ft_cta_ttl2 {
        font-size: 17px;
    }
    .idx_bnr.ft_idx_bnr {
        max-width: 290px;
        height: 135px;
    }
    .idx_bnr.ft_idx_bnr .txt {
        font-size: 13px;
    }
    .idx_bnr.ft_idx_bnr .ttl {
        width: 250px;
        left: -112px;
        margin-bottom: 15px;
    }

    .sp_contact .contact_tel{margin-bottom: 5px;}
    .sp_contact .contact_tel .tel .tel2::before,
    .sp_contact .contact_tel .tel .tel3::before{font-size: 9px;}

    .sp_contact .box_time .time{font-size: 9px;}
    .sp_contact .contact_mail a{font-size: 12px;}
    .sp_contact .contact_tel .txt{left: 4px;font-size: 8px;letter-spacing: 0.05em;}

}