.sp440, .sp430, .sp360, .sp390 {
    display: none
}
@media screen and (min-width: 1921px) {
    .mv:before {
        left: 0;
        background-size: cover;
    }
    .nav_list_img {
        margin-top: auto;
    }
    .nav_left {
        max-height: 900px;
    }
    .nav_right {
        height: 100%;
        justify-content: center;
        max-height: 900px;
        align-self: center;
        padding-top: 90px;
    }
    nav .inner {
        justify-content: center;
        align-items: center;
    }
    .content, footer, .content2 {
        margin-right: calc(50% - 1340px);
    }
    .mv_img img {
        width: 100%;
    }
    .mv_img {
        width: 58vw;
    }
    .mv_img .img_lg {
        width: 58vw;
    }
    .mv_img .img_sm {
        right: -120px;
        bottom: 45px;
        width: 18vw;
    }
    nav {
        background-position: left calc(50% - 800px) bottom;
    }
    .nav_logo {
        margin-bottom: 53px;
        width: 325px;
    }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .content, footer, .content2 {
        margin-right: calc(50% - 970px);
    }
}
@media screen and (min-width: 751px) {
    .sp {
        display: none !important
    }
    /* NAV */
    .h_box {
        min-width: calc(var(--container) + 30px);
    }
    .nav_list > li:nth-child(2) {
        position: relative;
    }
    /* CUSTOM */
    .find_a, .find_out {
        cursor: pointer;
    }
    /* HOVER */
    .nav_list > li:hover > a {
        color: var(--scolor);
        text-decoration: none;
    }
    .nav_list > div > .big a:hover {
        color: var(--scolor);
    }
    .parent:hover .sub {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible
    }
    .sub a:hover {
        text-decoration: none;
    }
    .find_a:hover, .idx_bnr01 li a:hover, .sec04_list li:hover, .sec04_tab li a:hover, .sec05_bnr a:hover,.h_contact_mail a:hover {
        opacity: .8
    }
    .btn:not(.no_hover) a:hover {
        background-color: var(--mcolor);
        color: #fff;
        border-color: var(--mcolor);
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    }
    .hamburger:hover {
        background: url(../images/menu_icon.svg)#333 no-repeat center top 41px;
        color: #fff;
    }
    .hamburger.is_active:hover {
        background: url("../images/close_icon.png")#333 no-repeat center top 35px/41px;
    }
    .to_top:hover {
        background: url(../images/arrow_totop_pc.svg)var(--sscolor) no-repeat center top 20px;
    }
    .sec03_item li:hover {
        background: #E8EFD9;
    }
    .h_menu:hover {
        background: #000;
    }
    .btn:not(.no_hover) a:hover:before {
        background: #fff;
    }
    .nav_list li .sub li a:after, .h_over a:after, .nav_list li.big a:after, .h_over_bnr a:after {
        position: absolute;
        content: "";
        width: 0%;
        height: 1px;
        background: #333;
        bottom: 0;
        left: 22px;
        transition: all 0.3s;
    }
    .nav_list li .sub li a:hover:after {
        width: calc(100% - 22px);
    }
    .nav_list li.big a {
        position: relative;
    }
    .h_over_bnr a:after {
        left: 0;
        background-color: rgba(255, 255, 255, 0.2);
        height: 100%;
    }
    .h_over_bnr a:hover:after {
        width: 100%;
    }
    .h_contact_sika a span, .h_contact_tel_tt span, .h_contact_mail a span {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: mixed;
        -moz-text-orientation: mixed;
        -ms-text-orientation: mixed;
        text-orientation: upright;
    }
    .btn.btn_green a:hover {
        background: #00CF07;
    }
    .btn.btn_blue a:hover {
        background: #63BBA6;
    }
    .box_news_load dl dd a:hover {
        text-decoration: underline;
    }
    .box_news_link a:hover {
        color: var(--sscolor);
    }
    .is_nav .h_contact_sika a, .cta_contact_mail a:hover {
        background: var(--mcolor);
    }
    .nav_list > div ul > li > a:after {
        position: absolute;
        content: "";
        width: 0%;
        transition: all 0.3s;
        left: 17px;
        bottom: 0;
        height: 1px;
        background: #333;
    }
    .nav_list > div ul > li > a:hover:after {
        width: calc(100% - 17px);
    }
    .sec09 .slick-arrow:hover {
        opacity: 0.7;
    }
    .sec10_load dd a:hover {
        text-decoration: underline;
    }
    .box_news_load dl dd a, .sec10_load dd a {
        text-underline-offset: 3px;
    }
    .sec11_slider .slick-dots li button:hover {
        background-color: var(--scolor);
    }
    .sec11_slider .slick-next:hover, .sec11_slider .slick-prev:hover {
        background-color: var(--mcolor);
    }
	.sec03_item li a:hover {
		box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	}
	.sec03_item li a {
		 transition: background-size box-shadow  0.2s linear;
	}
	.sec03_item li a:hover:before {
		width: 12px;
		height: 12px;
	}
	.sec11_slider .slick-next:hover, .sec11_slider .slick-prev:hover {
		    background-color: var(--scolor);
	}
}
@media screen and (min-width: 751px) and (max-width: 1800px) {
    .h_wrap a {
        width: 450px;
        height: auto;
        padding: 15px;
    }
    .mv_img {
        display: flex;
        position: relative;
        width: 51vw;
    }
    .img_lg {
        width: 51vw;
    }
    .img_sm {
        width: 23vw;
    }
    .h_contact > *, .hamburger, .to_top, .h_contact {
        width: 70px;
    }
    .to_top {
        height: 57px;
    }
    .to_top, .to_top:hover {
        background-position: center;
    }
    .hamburger, .hamburger.is_active {
        height: 70px;
        padding-top: 40px;
    }
    .h_contact_tel_tt, .h_contact_mail a {
        font-size: 15px;
        letter-spacing: 0em;
    }
    .h_contact_mail a span {
        padding-top: 20px;
    }
    .h_right {
        position: fixed;
        right: 0;
        top: 80px;
        pointer-events: auto;
        height: calc(100% - 147px);
    }
    .hamburger:hover, .hamburger.is_active:hover, .hamburger, .hamburger.is_active {
        background-position: center top 20px;
    }
    .box_news_load dd, .box_news_load dl dt {
        font-size: 14px;
    }
    .box_news_load dl dt .cate {
        height: 24px;
        line-height: 26px;
        margin-right: 10px;
    }
    nav .inner {
        width: 1280px;
    }
    .nav_list > div.nav1 {
        width: 70px;
    }
    .nav_list > div.nav3 {
        width: 290px;
    }
    .nav_list > div.nav2 {
        width: 215px;
    }
    .nav_left {
        margin-right: 30px;
        padding-right: 30px;
    }
    .nav_right .nav_right_l {
        margin-right: 30px;
    }
    nav .cta_map_txt {
        font-size: 14px;
    }
    nav .cal_txt, .cal_hour {
        font-size: 11px;
        letter-spacing: 0em;
    }
    nav .cta_map_txt .address {
        font-size: 11px;
    }
    nav .cal {
        left: 0;
        width: 100%;
    }
    .content, footer {
        margin-right: 150px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1560px) {
    .content, footer, .content2 {
        margin-right: 130px;
    }
    .content:before, footer:after, .content2:before {
        width: 500px;
        left: -30px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
    h1 {
        max-width: 100%;
        padding-left: 15px;
        font-size: 12px;
    }
    .box_news_r {
        width: calc(100% - 130px);
    }
    .h_left {
        max-width: 635px;
    }
    .box_news {
        width: 790px;
        height: 100px;
        padding-right: 20px;
        justify-content: center;
    }
    .box_news_tt {
        padding-left: 0;
    }
    .box_news_load {
        width: calc(100% - 145px);
    }
    .h_wrap a {
        width: 360px;
    }
    .img_sm {
        width: 17vw;
    }
    .mv_img .img_sm {
        right: -90px;
        bottom: 75px;
    }
    .btn_sm a {
        width: 140px;
    }
    .sec01 {
        padding-top: 5px;
    }
    .sec01_ttl {
        top: -334px;
        transform: scale(0.75);
        left: -10px;
        margin-bottom: -290px;
    }
    .sec01:before {
        background-size: 175px auto;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .h_box {
        height: auto;
        max-height: inherit;
        padding-bottom: 0px;
    }
    .h_inner {
        padding-left: 30px;
    }
    .mv_img, .img_lg {
        width: 56vw;
    }
    .img_sm {
        width: 25vw;
    }
    .mv_img .img_sm {
        right: 0;
        bottom: -150px;
    }
    .box_news_l {
        width: 95px;
        justify-content: flex-start;
    }
    .box_news {
        width: 675px;
        padding-right: 0;
    }
    .nav_list > div ul > li {
        font-size: 14px;
    }
    .nav_list > div > .big {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .nav_list > div.nav2 {
        width: 175px;
    }
    .nav_list > div.nav3 {
        width: 255px;
    }
    .nav_logo {
        width: 300px;
        margin-bottom: 35px;
    }
    nav .cal {
        width: 290px;
    }
    .nav_list {
        align-items: flex-start;
        width: 470px;
    }
    nav .inner {
        width: 1200px;
    }
    nav .cta_map_txt {
        font-size: 14px;
        margin-bottom: 25px;
    }
    nav .cta_map_txt {
        margin-bottom: 30px;
    }
    .box_news_tt .ja {
        letter-spacing: 0;
    }
    .nav_left:before {
        top: -55px;
    }
    .cta_map_txt {
        white-space: nowrap;
    }
}
@media screen and (min-width: 751px) and (max-width: 1260px) {
    .h_left {
        max-width: 555px;
    }
    .sec01_ttl {
        white-space: nowrap;
    }
    .img_lg, .mv_img {
        width: 680px;
    }
    .mv_img .img_sm {
        right: 0;
        bottom: -100px;
        width: 280px;
    }
    .content, footer, .content2 {
        margin-right: 100px;
    }
    .box_news {
        bottom: auto;
        top: 600px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
    .mv_img .img_sm {
        bottom: auto;
        width: 150px;
        top: 325px;
    }
    .box_news {
        top: 485px;
    }
}
/* screen-min:750px */
@media screen and (max-width: 750px) {
    img {
        max-width: 100%;
        height: auto;
    }
    #wrapper, header, main, footer, .inner {
        width: 100% !important;
        min-width: unset !important
    }
    .pc {
        display: none !important
    }
    .hamburger {
        position: fixed;
        right: 10px;
        font: inherit;
        overflow: visible;
        margin: 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        border: 0;
        z-index: 101;
        top: 10px;
        left: auto;
        height: 56px;
        padding: 0;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        border-radius: 50%;
        color: #fff;
        background-size: 24px auto;
        background-position: center top 18px;
        padding-top: 10px;
        letter-spacing: 0.05em;
    }
    .h_right {
        height: auto;
        top: auto;
        left: 0;
        bottom: 0;
        z-index: 9;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .to_top {
        opacity: 0;
        visibility: hidden;
    }
    .is_scroll .h_right, .is_scroll .to_top {
        opacity: 1;
        visibility: visible;
    }
    nav {
        height: 100vh;
        padding-top: 80px;
        padding-bottom: 100px;
        border-radius: 0;
        background-position: left top 170px;
        background: url(../images/logo_blur_menu.png) #E8EFD9 no-repeat left top 170px/320px;
    }
    nav .wrap {
        border-radius: 0;
        background: none;
        height: auto;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    nav .inner {
        flex-direction: column;
        padding: 0 10px;
        height: auto;
    }
    nav .cta_contact_tel a {
        left: 0;
    }
    .nav_left {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
        padding: 0 10px;
    }
    .nav_left:before {
        display: none;
    }
    .nav_list {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 335px;
        margin: 0 auto 10px;
    }
    .nav_list > div:not(:last-child) {
        margin-right: 0px;
    }
    .nav_right .nav_right_l {
        margin-right: 0;
    }
    .nav_list > div:not(:last-child) {
        margin-bottom: 15px;
    }
    nav .logo {
        margin-bottom: 17px;
    }
    .nav_list > div ul > li a {
        display: block;
    }
    .nav_right {
        flex-direction: column;
    }
    .nav_list > div.nav3 {
        flex-direction: column;
    }
    .nav_list > div.nav1 {
        width: 100%;
    }
    .nav_list > div.nav3 {
        width: 160px;
        position: relative;
        left: 18px;
    }
    .nav_list > div.nav2 {
        width: 170px;
    }
    .nav_logo a {
        display: table;
        margin: 0 auto;
    }
    .nav_logo a img {
        width: 274px;
    }
    .nav_list ul > li > a:before {
        top: 10px;
    }
    .nav_logo {
        margin-bottom: 40px;
    }
    nav .cta_map_txt {
        margin-bottom: 28px;
        width: 100%;
    }
    nav .cal_txt {
        width: 100%;
    }
    nav .cta_contact_tel {
        margin-bottom: 22px;
    }
    nav .cal {
        width: 100%;
        left: 0;
    }
    /*=====================================================
                          C U S T O M
    ======================================================*/
    /*============ HEADER ============*/
    h1 {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 4px;
        color: #333;
        width: calc(100% - 60px);
        padding: 0 31px 0 20px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5;
    }
    .under h1 {
        width: 100%;
        padding: 0 20px;
    }
    #logo {
        width: 289px;
        margin-left: 10px;
        margin-top: 0;
        transform: translate(0px, -75px);
    }
    header.active #logo {
        width: 238px;
        margin-left: 25px;
        margin-top: 0;
    }
    .h_box {
        position: absolute;
        z-index: 99;
        margin: 0 auto;
        transition: all 0.3s;
        display: flex;
        width: 100%;
        height: auto;
    }
    .h_left {
        display: inline-block;
        width: 100%;
        padding-top: 11px;
        flex-shrink: 0;
    }
    .under .h_left {
        padding-top: 73px;
    }
    h1, #logo {
        transition: all 0.3s;
    }
    .mv_en {
        left: 0;
        bottom: auto;
        width: 1896px;
        top: 60px;
    }
    .hamburger.is_active {
        background-position: center top 14px;
        background-size: 30px auto;
        padding-top: 16px;
    }
    /*============ Main ============*/
    main {}
    .under main {
        padding-top: 0px;
    }
    .h_wrap, .h_wrap a {
        width: 261px;
        text-align: center;
        height: 66px;
        border-radius: 0 0 10px 10px;
    }
    .h_wrap a {
        padding: 0 15px;
    }
    .h_wrap .logo a img {
        max-width: 417px;
        width: 100%;
    }
    .h_wrap {
        opacity: 0;
        transition: all 0.3s;
        visibility: hidden;
        position: fixed;
        top: 0;
    }
    .is_scroll .h_wrap, .under .h_wrap {
        opacity: 1;
        visibility: visible;
    }
    nav .h_wrap .logo a img {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }
    nav .h_list {
        top: 0;
        max-width: 365px;
        flex-wrap: wrap;
        margin: 0 auto 32px;
    }
    nav .box_list li {
        font-size: 14px;
        text-align: left;
        line-height: 1.71;
    }
    nav .box_list li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    nav .box_list li:nth-child(2) {
        margin-left: 18px;
    }
    /* MAIN VISUAL */
    .mv {
        padding-top: 30px !important;
        position: relative;
        height: 206vw;
        background: #fff;
    }
    .under .mv {
        display: none;
    }
    .content {
        width: 100%;
        margin-right: 0px;
    }
    .mv_img .img_sm {
        right: -30px;
        bottom: -110px;
        width: 65.337vw;
    }
    .sec01_img img, .sec02_img1 img, .sec07_item .img img, .sec08_img img {
        width: 100%;
    }
    /* sec01 */
    .sec01 {
        padding-bottom: 49px;
    }
    .under .logo_sp {
        display: none;
    }
    .logo_sp {
        padding: 16px 20px 0;
    }
    .logo_sp a {
        display: table;
        margin: 0 auto;
    }
    .logo_sp img {
        margin: 0 auto;
    }
    .sec01_ttl {
        font-size: 28px;
        top: -445px;
        margin-bottom: -360px;
    }
    .sec01_ttl > span {
        width: 57px;
        margin-right: 14px;
    }
    .sec01_ttl > .ja_txt3 {
        height: 273px;
        padding-top: 15px;
    }
    .sec01_ttl > .ja_txt2 {
        height: 308px;
        top: -18px;
        padding-top: 15px;
    }
    .sec01_ttl > .ja_txt1 {
        height: 237px;
        top: -36px;
        padding-top: 15px;
    }
    .sec01:before {
        position: absolute;
        content: "";
        background: url(../images/logo_blur_sp.png) no-repeat right top / 313px;
        width: 313px;
        height: 314px;
        right: auto;
        top: -122px;
        left: -94px;
    }
    /* sec02 */
    .sec02_img {
        max-width: 375px;
        margin: 65px auto 0;
    }
    /* sec03 */
    .sec03 {
        padding-bottom: 95px;
    }
    /* sec04 */
    .sec04_wrap:before {
        width: calc(100% + 40px);
    }
    .sec04_wrap:after {}
    .sec04_item {
        max-width: 335px;
        margin: 0 auto 95px;
    }
    .sec04_box {
        max-width: 335px;
        margin: 42px auto 42px;
    }
    .sec05 .bg_w_lg:before {
        top: calc(50% - 30px);
    }
    /* sec08 */
    .sec08 .inner {}
    .sec08_img {
        padding-right: 20px;
    }
    .sec09_slider {
        max-width: 345px;
        margin: 0 auto;
    }
    .sec10 {
        padding-top: 165px;
    }
    /*============ FOOTER ============*/
    .content:before, footer:after {
        display: none;
    }
    .sec_cta .inner {
        max-width: 335px;
        padding: 0;
    }
    .btn a {
        width: 100%;
        padding-left: 18px;
    }
    /* SP CONTACT */
    .h_contact .h_contact_sub.h_menu, nav .h_menu {
        bottom: auto;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        padding-left: 10px;
        padding-top: 8px;
    }
    nav .h_menu {
        padding-top: 20px;
        top: 0;
    }
    /* TO TOP */
    footer {
        margin-bottom: 55px;
    }
    .ft_bt .inner {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .to_top {
        z-index: 8;
        width: 56px;
        height: 56px;
        right: 0px;
        background-size: 28px auto;
        background-position: center top 15px;
        border-radius: 0 10px 0 0;
    }
    .h_contact {
        width: auto;
        height: 56px;
        flex-direction: row;
        pointer-events: none;
    }
    .hamburger, .h_contact > * {}
    .h_contact > * {
        flex: none;
        pointer-events: auto;
        margin-bottom: 0;
        width: calc(50% - 28px);
    }
    .h_contact_tel {
        border-radius: 10px 0 0 0;
    }
    .h_contact_tel_tt {
        font-size: 18px;
    }
    .h_contact_mail a {
        font-size: 16px;
        line-height: 1.41;
        border-radius: 0px;
    }
    .h_contact_tel span {
        padding-top: 1px;
        letter-spacing: 0.2em;
        background-size: 15px auto;
        padding-left: 20px;
        background-position: left center;
    }
    .h_contact_tel span a {
        width: 100%;
        height: 100%;
    }
    .h_contact_mail a span {
        padding-top: 2px;
        letter-spacing: 0.04em;
        background-position: left center;
        background-size: 16px auto;
        padding-left: 20px;
    }
    /*============ END 750 ============ */
}
@media screen and (min-width: 376px) and (max-width: 750px) {
    .sec01:before {
        top: -235px;
    }
    .sec_cta {
        padding-bottom: 70px;
        margin-bottom: 135px;
    }
    .sec01_ttl > span {
        width: 15.2vw;
        margin-right: 3.7vw;
    }
    .sec01_ttl {
        font-size: 7.5vw;
        top: -102vw;
        margin-bottom: -95.5vw;
    }
    .sec01_ttl > .ja_txt1, .sec01_ttl > .ja_txt2, .sec01_ttl > .ja_txt3 {
        height: auto;
        padding: 2vw;
    }
    .logo_sp {
        padding: 60px 20px 0;
    }
    .sec11 {
        padding-bottom: 150px;
    }
    .sec_cta:before, .sec02:before, .sec03:before, .sec08:before, .sec10:before, .sec04:before, .sec05:before, .sec07:before, footer .sec_cta:before {
        width: 750px;
        height: 13vw;
        background-size: 750px auto;
        left: calc(50% - 375px);
    }
    .sec_cta:after, .sec03:after, .sec08:after, .sec10:after, .sec05:after {
        width: 750px;
        height: 108px;
        background-size: 750px auto;
        left: calc(50% - 375px);
    }
    .sec02:before {
        top: -105px;
    }
    footer .sec_cta:before {
        top: -82px;
        height: 97px;
    }
    .sec03 .ttl {
        align-items: center;
    }
    .sec04:before {
        top: -65px;
        height: 97px;
    }
    .sec05:before {
        top: -61px;
        height: 97px;
    }
    .sec05 .inner {
        max-width: 375px;
    }
    .sec05:after {
        bottom: -64px;
    }
    .sec06 {
        padding-top: 115px;
    }
    .sec06:before {
        top: 19px;
    }
    .sec06_item {
        max-width: 375px;
        margin: 0 auto 48px;
    }
    .sec07:before {
        top: -36px;
        background-position: center bottom;
    }
    .sec07_item .img_list {
        margin: 0 auto 33px;
    }
    .sec07_item .item2 .num, .sec07_item .item4 .num, .sec07_item .item3 .num {
        top: 51.5vw;
    }
    /*.sec07_item .item5 .num {
        right: calc(50% - 170px);
    }*/
    .sec07_item .item5 .tt, .sec04 .ttl, .sec04_txt, .sec07 .ttl, .sec08 .ttl, .sec08_box, .sec09 .ttl {
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec07 .ttl {
        max-width: 360px;
    }
    .sec01_ttl {
        margin-bottom: -81.5vw;
    }
    .sec08_box {
        max-width: 375px;
    }
    .sec04_wrap:before {
        width: 750px;
        background-size: 750px 100%;
        left: calc(50% - 375px);
        top: 22px;
        height: 445px;
    }
    .sec07_item .num, .sec07_item .item1 .num, .sec07_item .item3 .num {
        top: 51vw;
    }
    .cta_contact_tel span {
        background-position: left top 9px;
    }
    .cta_map_txt .address {
        letter-spacing: 0em;
    }
    .sec02_img1 {
        top: -100px;
        margin-bottom: -50px;
    }
}
@media screen and (min-width: 441px) and (max-width: 750px) {
    .sec04 {
        padding-bottom: 130px;
    }
    .sec05 {
        padding-top: 0px;
    }
}
@media screen and (min-width: 640px) and (max-width: 750px) {
    .mv {
        height: 192vw;
    }
    .sec01_ttl {
        top: -94vw;
    }
}
@media screen and (min-width: 376px) and (max-width: 440px) {
    footer .sec_cta:before {
        top: -56px;
    }
    .sec07:before {
        top: -28px;
    }
    .sec05:before {
        top: -30px;
    }
    .sec05 {
        padding-top: 40px;
    }
    .sec07 .ttl {
        max-width: 100%;
    }
}
/* screen-max:440px */
@media screen and (max-width: 440px) {
    .sp440 {
        display: block !important;
    }
    .pc440 {
        display: none !important
    }
    .sec01:before {
        top: -155px;
        left: -90px;
    }
    .sec07_item .num, .sec07_item .item1 .num, .sec07_item .item3 .num, .sec07_item .item2 .num, .sec07_item .item4 .num, .sec07_item .item3 .num {
        top: 40.5vw;
    }
}
@media screen and (max-width: 435px) {
    .sp430 {
        display: block !important;
    }
}
/* screen-max: 360px */
@media screen and (max-width: 390px) {
    .sp390 {
        display: block !important;
    }
    nav .box_list li span {
        padding-left: 45px !important;
        height: 40px;
        background-size: 40px auto !important;
    }
    nav .cta_map_txt, nav .cta_map_txt, nav .cal_txt, nav .cal_hour {
        left: 10px;
        position: relative;
    }
    .sec01_ttl {
        top: -380px;
        margin-bottom: -295px;
    }
    .sec01:before {
        top: -158px;
    }
    .sec01 {
        padding-top: 0px;
    }
    .mv {
        height: 820px;
    }
}
@media screen and (max-width: 375px) {
    .mv {
        height: 795px;
    }
    .sec_cta {
        padding-bottom: 55px;
    }
}
@media screen and (max-width: 374px) {
    .sp360 {
        display: block !important;
    }
    .mv {
        height: 745px;
    }
    .sec01:before {
        top: -106px;
        background-size: 220px auto;
        left: -141px;
    }
    .sec01_ttl {
        font-size: 26px;
        top: -375px;
        margin-bottom: -330px;
    }
    .sec01_ttl > span {
        width: 50px;
        margin-right: 7px;
    }
    nav .cta_map_txt, nav .cta_map_txt, nav .cal_txt, nav .cal_hour {
        left: 0px;
    }
    .nav_list {
        max-width: 100%;
        flex-direction: column;
    }
    .nav_list > div.nav2, .nav_list > div.nav3, .nav_list > div.nav2 ul {
        width: 100%;
    }
    .nav_list > div.nav3 {
        left: 0;
    }
    .info_list {
        padding: 0 5px;
    }
    .h_wrap, .h_wrap a {
        width: 245px;
    }
    .info_list > li {
        width: 100px;
        height: 100px;
    }
    .sec_cta .inner {
        padding: 0 15px;
    }
    .sec02_txt p {
        font-size: 16px;
        letter-spacing: 0em;
    }
    .sec02:before {
        top: -40px;
    }
    .btn a {
        max-width: 290px;
    }
    .cta_contact_tel a {
        font-size: 26px;
    }
    .cta_contact_tel span {
        padding: 5px 0 5px 30px;
        background-size: 22px auto;
    }
    .cta_map_txt .address {
        font-size: 14px;
    }
    .cal {
        position: relative;
        width: 100%;
        left: 0;
    }
    .cal_txt, nav .cta_map_txt, nav .cal_hour {
        font-size: 13px;
    }
    .sec03_item li a .sm {
        font-size: 12px;
    }
    .sec03_item li a {
        font-size: 16px;
    }
    .sec04 .seccom_ttl_tt {
        font-size: 24px;
    }
    .sec04_item li .img {
        width: 130px;
    }
    .sec04_item li .ja {
        font-size: 15px;
    }
    .sec04_item li.item1 .en, .sec04_item li.item3 .en {
        right: 0px;
    }
    .sec04_wrap:before {
        width: calc(100% + 40px);
        background-size: 100% 100%;
        top: 12px;
        height: 405px;
    }
    .sec04_item {
        margin: 0 auto 70px;
    }
    .sec04_box .tt {
        font-size: 21px;
        letter-spacing: 0em;
    }
    .sec04_check li {
        font-size: 14px;
        padding-left: 30px;
        background-size: 20px auto;
        background-position: left top 0px;
    }
    .sec05 .seccom_ttl_tt {
        letter-spacing: 0em;
    }
    .sec05 .bg_w_lg {
        font-size: 30px;
    }
    .sec05 .bg_w_lg:before {
        left: -9px;
        top: -6px;
        background-size: 50px auto;
    }
    .sec05:after {
        background-size: 375px auto;
        left: calc(50% - 187px);
    }
    .seccom_ttl_tt {
        font-size: 24px;
    }
    .sec06_title {
        font-size: 20px;
    }
    .sec06_box {
        width: calc(100% - 40px);
        height: auto;
        padding-bottom: 35px;
    }
    .sec06 .cta_contact_tel a {
        padding-left: 20px;
    }
    .sec06_box_img {
        padding-left: 20px;
    }
    .sec07_item .tt {
        font-size: 20px;
        letter-spacing: 0em;
    }
    .sec07_item .num img {
        width: auto;
        height: 60px;
    }
    .sec07_item .item1 .num, .sec07_item .item3 .num, .sec07_item .item2 .num, .sec07_item .item4 .num {
        top: 135px;
    }
    .sec07_item .item5 .num {
        top: 160px;
    }
    .sec07_item .img_list li {
        width: calc(33.333% - 10px);
    }
    .sec09_slider .slick-slide {
        width: 280px;
    }
    .h_contact_mail a span {
        letter-spacing: 0em;
        background-size: 14px auto;
        padding-left: 18px;
    }
    .h_contact_mail a {
        font-size: 15px;
    }
    footer .info_list {
        padding: 0;
    }
    footer .info_list > li {
        width: 92px;
        height: 92px;
    }
    footer .sec_cta .inner {
        padding: 0 15px;
    }
    address {
        font-size: 14px;
        padding: 15px 0px 32px;
    }
}