.sp440, .sp430, .sp360, .sp390 {
    display: none
}
@media screen and (min-width: 1921px) {
    .mv:before {
        left: 0;
        background-size: cover;
		width: 100%;
    }
    .nav_list_img {
        margin-top: auto;
    }
    .h_inner {
        max-width: 1920px;
    }
    .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% - 960px);
    }
    .h_box {
        padding-top: 9.5vw;
    }
}
@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(--mcolor);
    }
    .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 {
        opacity: .8
    }
    .btn:not(.no_hover) a:hover {
        background-color: var(--mcolor);
        color: #fff;
    }
    .hamburger:hover {
        background: url(../images/menu_icon_w.png)#333 no-repeat center top 30px / 20px;
        color: #fff;
    }
    .hamburger.is_active:hover {
        background: url(../images/close_icon_w.png)#333 no-repeat center top 30px/20px;
    }
    .to_top:hover {
        opacity: 0.7;
    }
    .h_menu:hover {
        background: #000;
    }
    .h_over a {
        position: relative;
    }
    .nav_list li .sub li a:after, .h_over a:after, .nav_list li.big 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;
    }
    .sec02_tab li a:hover {
        background: #fff;
        border-color: #fff;
        color: #333;
    }
    .sec02_en {
        position: relative;
        left: 2px;
        margin-bottom: 23px;
    }
    .sec05_item li.sub02 .sec05_ttl4, .sec05_item li.sub04 .sec05_ttl4 {
        margin-bottom: 22px;
    }
    .btn_parking a:hover {
        color: var(--mcolor);
    }
    .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;
    }
    .sec04_list1 li, .sec04_list2 li, .cta_bnr a {
        z-index: 1;
        position: relative;
    }
    .sec04_list1 li:before, .sec04_list2 li:before, .cta_bnr a:before, .nav_list > div ul > li > a:before, .under main .bnr_over a:before, .h_contact_mail a:before {
        position: absolute;
        content: "";
        width: 0%;
        transition: all 0.3s;
        height: 100%;
        background: #fffee2;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .nav_list > div ul > li > a:before {
        height: 1px;
        background: #333;
        left: 20px;
        top: auto;
        bottom: 0;
    }
    .under main .bnr_over a:before, .h_contact_mail a:before {
        background: rgba(255, 255, 255, 0.2);
    }
    .sec04_list1 li:hover:before, .sec04_list2 li:hover:before, .cta_bnr a:hover:before, .under main .bnr_over a:hover:before, .h_contact_mail a:hover:before {
        width: 100%;
    }
    .nav_list > div ul > li > a:hover:before {
        width: calc(100% - 20px);
    }
    .btn:not(.no_hover) a:hover span {
        background: url(../images/arrow_white.svg) no-repeat right top calc(50% - 3px)/21px;
    }
    .btn.btn_green a:hover {
        background: #00CF07;
    }
    .btn.btn_blue a:hover {
        background: #63BBA6;
    }
    .sec11_load dd a:hover, .box_news_load dl dd a:hover {
        text-decoration: none;
    }
    .box_news_link a:hover {
        color: var(--sscolor);
    }
    .is_nav .h_contact_sika a, .cta_contact_mail a:hover {
        background: var(--mcolor);
    }
}
@media screen and (min-width: 751px) and (max-width: 1800px) {
    .h_inner {
        max-width: 100%;
        padding-left: 12vw;
    }
    .nav_left {
        max-height: 900px;
    }
    .nav_right {
        height: 100%;
        justify-content: flex-end;
        max-height: 900px;
        /* align-self: center; */
        padding-top: 90px;
    }
    nav .inner {
        align-items: flex-end;
    }
    .nav_left {
        width: auto;
        flex-shrink: 0;
        height: 100%;
        min-height: 600px;
        max-height: 720px;
    }
    .nav_list_img li {
        width: 210px;
    }
    .nav_list_img li:not(:last-child) {
        margin-right: 30px;
    }
    .nav_list {
        margin-bottom: 20px;
    }
    .nav_list > div ul > li {
        font-size: 15px;
        margin-bottom: 0px;
    }
    nav .h_wrap a {
        width: 500px;
    }
    nav .h_list {
        top: -80px;
        margin-left: 80px;
        margin-bottom: -85px;
    }
    nav .inner {
        padding-right: 70px;
    }
    .nav_right {
        padding-top: 25px;
    }
    .nav_list > div:not(:last-child) {
        margin-right: 25px;
    }
    .nav_list > div.nav1 {
        width: 180px;
    }
    .nav_list > div.nav2 {
        width: 420px;
    }
    .nav_list > div > .big {
        font-size: 15px;
        height: 28px;
        margin-bottom: 6px;
    }
    .nav_list > div.nav3 {
        width: 55px;
    }
    .nav_list_img {
        margin-top: 0;
    }
    .h_contact > *, .hamburger, .to_top, .h_contact {
        width: 70px;
    }
    .to_top {
        height: 57px;
    }
    .hamburger {
        height: 70px;
        padding-top: 40px;
    }
    .h_contact_sika a, .h_contact_tel_tt, .h_contact_mail a {
        font-size: 15px;
        letter-spacing: 0em;
    }
    .h_contact_sika a span {
        padding-top: 25px;
        background-size: 22px auto;
    }
    .h_contact_tel span, .h_contact_mail a span {
        padding-top: 30px;
        letter-spacing: 0em;
    }
    .h_contact_mail a span {
        padding-top: 20px;
    }
    .h_right {
        position: fixed;
        right: 0;
        top: 70px;
        pointer-events: auto;
        height: calc(100% - 127px);
    }
    .hamburger:hover, .hamburger.is_active:hover, .hamburger, .hamburger.is_active {
        background-position: center top 20px;
    }
    .mv_slider .slick-slide {
        width: 275px;
        margin: 0 20px;
    }
    .logo, .logo a {
        width: 535px;
        height: 85px;
    }
    .logo img {
        width: 400px;
    }
    header .h_list {
        top: -75px;
        margin-left: 80px;
        margin-bottom: -50px;
    }
    header .box_list li {
        font-size: 13px;
        letter-spacing: 0em;
    }
    header .box_list .icon1, header .box_list .icon2, header .box_list .icon3 {
        background-size: 38px auto;
    }
    header .box_list li span {
        padding-left: 45px;
    }
    header .box_list li:not(:last-child) {
        margin-right: 10px;
    }
    .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;
    }
    .mv_en {
        bottom: 285px;
    }
    .h_box {
        height: 100%;
        max-height: 720px;
        padding-bottom: 390px;
    }
}
@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;
    }
    .sec04_tab {
        position: relative;
        margin-bottom: -1px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
    h1 {
        max-width: 100%;
    }
    .box_news_r {
        width: calc(100% - 150px);
    }
    .h_left {
        max-width: 635px;
    }
    .nav_left {
        max-height: 630px;
    }
    .h_inner {
        padding-left: 10vw;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .h_box {
        height: auto;
        max-height: inherit;
        padding-bottom: 0px;
    }
    .nav_list > div ul > li {
        font-size: 14px;
    }
    .nav_list > div.nav2 {
        width: 380px;
    }
    .nav_list > div.nav1 {
        width: 170px;
    }
    .nav_list_img li {
        width: 200px;
    }
    .nav_list {
        margin-bottom: 15px;
    }
    .nav_left {
        max-height: 600px;
        min-height: 600px;
        margin-right: 30px;
    }
    .nav_right {
        padding-top: 53px;
        align-self: center;
        justify-content: center;
    }
    .h_inner {
        padding-left: 30px;
    }
    nav .inner {
        align-items: center;
    }
}
@media screen and (min-width: 751px) and (max-width: 1260px) {
    .h_left {
        max-width: 555px;
    }
    .nav_left {
        width: 428px;
    }
    .nav_list > div.nav2 {
        width: 370px;
    }
    .nav_left {
        max-height: 540px;
        min-height: 520px;
    }
    .nav_list_img li {
        width: 185px;
    }
    .sec10_tt1 {
        white-space: nowrap;
    }
    .nav_right {
        padding-top: 8px;
        align-self: center;
    }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
    nav .inner {
        height: auto;
        min-height: 100%;
    }
    .nav_left {
        width: 435px;
    }
}
/* 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: auto;
        bottom: 0;
        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;
        top: auto;
        left: 0;
    }
    .h_right {
        height: auto;
        top: auto;
        left: calc(25vw - 12px);
        bottom: 0;
        z-index: 999;
    }
    nav {
        height: 100vh;
        background: url(../images/bg_menu_sp.png)#fff no-repeat left bottom / cover;
        padding-top: 39px;
        padding-bottom: 60px;
    }
    nav .inner {
        flex-direction: column-reverse;
        padding: 0 20px;
        height: auto;
    }
    .nav_left {
        width: 100%;
        max-width: 229px;
        margin: 0 auto;
    }
    .nav_list {
        margin-bottom: 10px;
        flex-direction: column;
    }
    .nav_list > div:not(:last-child) {
        margin-right: 0px;
    }
    .nav_list > div.nav2 ul, .nav_list > div.nav1, .nav_list > div.nav3, .nav_list > div.nav2, .nav_right, .nav_list > div ul > li, .nav_list > div ul {
        width: 100%;
    }
    .nav_list > div:not(:last-child) {
        margin-bottom: 20px;
    }
    nav .logo {
        margin-bottom: 17px;
    }
    .nav_list > div ul > li a {
        display: block;
    }
    /*=====================================================
                          C U S T O M
    ======================================================*/
    /*============ HEADER ============*/
    h1 {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 4px;
        color: #333;
        width: 100%;
        padding: 0 10px;
    }
    #logo {
        width: 289px;
        margin-left: 10px;
        margin-top: 0;
        transform: translate(0px, -75px);
    }
    /* .is_scroll .h_box, .under .h_box {
    }
    .is_scroll #logo, .is_scroll.under #logo, .under #logo {
        transform: translate(0px, -32px);
    }
    .is_scroll h1, .under.is_scroll h1, .under h1 {
        opacity: 0;
    }*/
    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: 10px;
        flex-shrink: 0;
    }
    h1, #logo {
        transition: all 0.3s;
    }
    .mv_en {
        left: 0;
        bottom: auto;
        width: 1896px;
        top: 60px;
    }
    /*============ Main ============*/
    main {}
    .under main {
        padding-top: 120px;
    }
    .mv:before {
        position: absolute;
        content: "";
        background: url("../images/par_main.png") no-repeat center top/cover;
        width: 100%;
        height: 800px;
        left: 0;
        top: 0;
    }
    .h_wrap, .h_wrap a {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .h_wrap .logo a img {
        max-width: 417px;
        width: 100%;
    }
    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 {
        position: fixed;
        height: 700px;
    }
    .under .mv {
        display: none;
    }
    .mv_slider .slick-slide {
        width: 440px;
        margin: 0 17px;
    }
    .content {
        width: 100%;
        margin-right: 0px;
    }
    #index .content {}
    /* sec01 */
    .sec01_img img, .sec02_img1 img, .sec03_img img, .sec02_img img, .sec03_item dt > img, .sec04_img img, .sec05_img img, .sec05_item dl dt img, .sec08_wrap .img img, .sec09_img img, .sec09_item .img img, .sec10_img img, .sec11_img img {
        width: 100%;
    }
    .box_list, .sec04_list1, .sec04_list2, .sec06_frame, .cta_contact > p > a {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    #index main .sec_cta .cta_contact > p.cta_contact_sika > a {
        background: #FEAD3A;
    }
    .sec01 {
        padding-bottom: 80px;
        position: relative;
        padding-top: 110px;
    }
	.sec01:before {
	position: absolute;
	content: "";
	background: url(../images/par_main.png) no-repeat center top / cover;
	width: 100%;
	height: 110px;
	left: 0;
	top: 0;
	}
    /* sec02 */
    .sec02_img {
        justify-content: space-between;
    }
    .sec02_img1, .sec03_img {
        background: #FFF6E9;
    }
    .sec02_img .img_r {
        flex-shrink: 0;
    }
    .sec02_img .img_l {
        width: calc(50% + 80px);
        background: #FFF6E9;
        border-radius: 0px 20px 20px 0;
    }
    .sec02_img .img_r {
        width: calc(50% - 40px);
    }
    .sec02_item {}
    .sec02_item:before {
        width: 390px;
        left: calc(50% - 195px);
    }
    /* sec03 */
    .sec03_item dt, .sec05_item dl dt {
        width: calc(50% - 20px);
    }
    .sec03_item dt:before, .sec05_item dl dt:before {
        width: calc(100% + 20px);
    }
    /* sec04 */
    /* sec05 */
    .sec05_bnr a {
        padding: 0 20px;
    }
    /* sec06 */
    .sec07_wrap {
        justify-content: center;
    }
    .sec07_img {
        top: -44px;
        right: 15px;
    }
    .sec07_tt {
        position: relative;
        left: -34px;
    }
    /* sec07 */
    .sec07_cta:before {
        background: url("../images/idx_img_22_sp.png") no-repeat center top/cover;
    }
    /* sec08 */
    .sec_cta .inner {
        max-width: 440px;
    }
    .content2 {
        width: 100%;
    }
    .box_white_trans {
        height: 265px;
    }
    .content2:before {
        display: none;
    }
    .cta_logo img {
        height: auto;
        width: 100%;
        max-width: 366px;
    }
    .sec_cta {
        padding-top: 75px;
        padding-bottom: 300px;
    }
    footer .sec_cta {
        padding-top: 105px;
    }
    .cta_logo {
        margin-bottom: 17px;
    }
    /*============ FOOTER ============*/
    .btn a {
        width: 100%;
    }
    .sec07_en {
        margin-left: auto;
        margin-right: auto;
    }
    /* 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;
    }
    .nav_box01, .nav_box02, .nav_box03 {}
    nav .hamburger-inner::before {
        top: 3px;
    }
    .hamburger {
        background: #fff;
    }
    .hamburger-inner {
        display: table;
        background: url("../images/menu_icon.png")#fff no-repeat left top 2px/16px;
        padding-left: 25px;
    }
    .hamburger.is_active .hamburger-inner {
        display: table;
        background: url(../images/close_icon.png) #fff no-repeat left 3px top 2px / 14px;
        padding-left: 20px;
    }
    .hamburger.is_active {
        background: #fff;
    }
    /* TO TOP */
    footer {
        margin-bottom: 55px;
    }
    .ft_bt .inner {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .to_top {
        z-index: 99;
        width: 50px;
        height: 60px;
        right: 0px;
        background: url("../images/arrow_totop_sp.svg")#333 no-repeat center;
    }
    .h_contact {
        width: auto;
        height: 60px;
        flex-direction: row;
        pointer-events: none;
    }
    .hamburger, .h_contact > * {
        width: calc(25vw - 12px);
    }
    .h_contact > * {
        flex: none;
        pointer-events: auto;
    }
    .hamburger {
        height: 60px;
        padding: 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }
    .h_contact_sika a, .h_contact_tel_tt {
        font-size: 14px;
    }
    .h_contact_mail a {
        font-size: 12px;
        line-height: 1.41;
    }
    .h_contact_sika a {
        background: var(--mcolor);
    }
    .h_contact_sika a span {
        padding-top: 0;
        background-position: left center;
        background-size: 14px auto;
        padding-left: 18px;
    }
    .h_contact_tel span {
        padding-top: 1px;
        letter-spacing: 0.15em;
        background-size: 11px auto;
        padding-left: 20px;
        background-position: left center;
    }
    .h_contact_mail a span {
        padding-top: 0;
        letter-spacing: 0.16em;
        background-position: left center;
        background-size: 19px auto;
        padding-left: 23px;
    }
    /*============ END 750 ============ */
}
@media screen and (min-width: 441px) and (max-width: 750px) {
    .sec06_img > img {
        width: 100%;
    }
    .sec10_img2 {
        width: calc(100% - 110px);
    }
    .sec10_img2 img {
        width: 100%;
    }
    .logo_ft {
        padding-bottom: 215px;
        border-radius: 0 0 999px 999px;
    }
    footer:before {
        height: 450px;
    }
    footer .sec_cta {
        margin-bottom: -140px;
        position: relative;
        z-index: 2;
    }
    .logo_ft a {
        position: relative;
        top: 140px;
    }
    .sec08_wrap .img_sm {
        top: 84vw;
    }
}
/* screen-max:440px */
@media screen and (max-width: 440px) {
    .sp440 {
        display: block !important;
    }
    .pc440 {
        display: none !important
    }
    nav .h_wrap, nav .h_wrap a {
        text-align: left
    }
    nav .h_wrap a {
        padding: 0;
    }
    nav .h_list {
        margin-left: 0;
    }
}
@media screen and (max-width: 435px) {
    .sp430 {
        display: block !important;
    }
    .h_wrap a {
        padding: 0 10px;
    }
    .sec03_item .item2 dt, .sec03_item .item4 dt, .sec03_item .item6 dt {
        margin-left: 25px;
    }
    .ft_bnr p {
        width: calc(50% - 5px);
    }
    .sec01_ttl {
        padding: 0 10px;
    }
    .box_list li:not(:last-child) {
        margin-right: 10px;
    }
    .sec06_img .round {
        top: 15px;
        width: 160px;
    }
    .sec07_img {
        right: 9px;
        top: 0px;
        width: 120px;
    }
    .sec07_wrap {
        margin-bottom: -25px;
    }
    .sec07_tt {
        font-size: 18px;
        margin-right: 10px;
        left: -10px;
    }
    .sec08_list li {
        font-size: 17px;
    }
    .sec08_sub_ttl {
        font-size: 17px;
    }
    .sec08_ttl {
        font-size: 24px;
    }
    .sec08_item > li.item3 .sec08_ttl {
        height: 250px;
        letter-spacing: 0em;
    }
    .sec08_wrap .img_sm {
        top: 87vw;
    }
    .seccom_ttl_tt {
        font-size: 17px;
        padding-top: 3px;
    }
    .seccom_ttl_en img {
        width: auto;
        height: 10px;
    }
    .sec09 .seccom_ttl_en img {
        height: 16px;
    }
    .sec10_tt1 {
        font-size: 16px;
        flex-shrink: 0;
        width: 90px;
        align-items: flex-start;
        padding-top: 6.5vw;
    }
    .sec10_tt1 .sm1 {
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-right: 3px;
        padding-bottom: 0;
    }
    .sec06_frame_item dt {
        margin-right: 10px;
        width: 90px;
    }
    .h_contact_sika a, .h_contact_tel_tt {
        font-size: 12px;
        letter-spacing: 0em;
    }
    .h_contact_mail a {
        font-size: 10px;
    }
    .h_contact_tel span {
        padding-left: 15px;
    }
    .hamburger-inner {
        padding-left: 20px;
    }
    .sec02_item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec02_item:before {
        width: calc(100% - 60px);
        left: 30px;
    }
}
@media screen and (max-width: 425px) {
    .under .h_wrap .logo a img {
        max-width: 290px;
    }
    .under main {
        padding-top: 95px;
    }
    nav .box_list li {
        font-size: 11px;
        letter-spacing: 0em;
    }
    nav .box_list li span {
        padding-left: 50px !important;
        height: 45px;
    }
    .btn a {
        max-width: 335px;
    }
    .mv_slider .slick-slide {
        width: 100vw;
    }
    #index .content {}
    .mv {
        height: 160vw;
    }
    .sec04_list1 li a, .sec04_list2 li a {
        font-size: 16px;
        line-height: 1.4;
    }
    .sec04_list1 li:not(:nth-child(2n)), .sec04_list2 li:not(:nth-child(2n)) {
        margin-right: 10px;
    }
    .sec04_list1 li, .sec04_list2 li {
        width: calc(50% - 10px);
        height: 140px;
        margin-bottom: 10px;
    }
    .sec04_list1 li a {
        padding-top: 60px;
    }
    .sec04_list1 li.item1 a {
        background-size: 40px auto;
    }
    .sec04_list1 li.item2 a {
        background-size: 50px auto;
    }
    .sec04_list1 li.item3 a {
        background-size: 75px auto;
        background-position: center top 35px;
    }
    .sec04_list1 li.item4 a {
        background-size: 65px auto;
        background-position: center top 35px;
    }
    .sec04_list1 li.item5 a {
        background-size: 34px auto;
    }
    .sec04_list1 li.item6 a {
        background-size: 46px auto;
        background-position: center top 18px;
    }
    .sec04_list1 li.item7 a {
        background-size: 38px auto;
    }
    .sec04_list1 li.item8 a {
        background-size: 48px auto;
    }
    .sec04_list1 li.item9 a {
        background-size: 40px auto;
    }
    .sec04_list1 li.item10 a {
        background-size: 70px auto;
        background-position: center top 20px;
    }
    .sec04_list1 li.item11 a {
        background-size: 50px auto;
    }
    .sec04_list1 li.item12 a {
        background-size: 60px auto;
    }
    .sec04_list2 li p {
        font-size: 14px;
    }
    .sec04_list2 li.item1 a, .sec04_list2 li.item2 a, .sec04_list2 li.item9 a, .sec04_list2 li.item4 a, .sec04_list2 li.item3 a, .sec04_list2 li.item5 a, .sec04_list2 li.item6 a, .sec04_list2 li.item7 a, .sec04_list2 li.item10 a, .sec04_list2 li.item12 a, .sec04_list2 li.item8 a, .sec04_list2 li.item11 a {
        padding-left: 7px;
    }
    .sec04_list2 li a:before, .sec04_list1 li a:before {
        background-size: 28px auto;
    }
    .sec06_list li {
        font-size: 17px;
    }
}
@media screen and (max-width: 390px) {
    nav .inner {
        padding: 0 15px;
    }
    nav .box_list li span {
        padding-left: 45px !important;
        height: 40px;
        background-size: 40px auto !important;
    }
    .box_list.sec01_list .icon1, .box_list.sec01_list .icon2, .box_list.sec01_list .icon3 {
        background-size: 90px auto;
        width: 100%;
    }
    .box_list.sec01_list li {
        width: 90px;
        font-size: 14px;
        letter-spacing: 0em;
    }
    .ttl .sm {
        font-size: 21px;
    }
    .sec03_item dl dd .tt {
        font-size: 15px;
    }
    .seccom_ttl_en, .sec03 .seccom_ttl_en {
        margin-right: 7px;
        flex-shrink: 0;
    }
    #sec04_box01-i, #sec04_box02-i {
        border-width: 5px;
    }
    .sec04_box {
        padding-bottom: 10px;
    }
    .sec06_frame_tt .sm {
        font-size: 18px;
    }
    .sec06_frame_tt .lg {
        font-size: 21px;
    }
    .sec06_frame_item dt {
        margin-right: 10px;
        width: 80px;
    }
    .sec06_list li {
        font-size: 16px;
        padding-left: 15px;
        background-size: 10px auto;
    }
    .sec06_list li .point {
        padding-top: 5px;
    }
    .sec06_list li .point:before {
        width: 5px;
        height: 5px;
    }
    .sec03_item dt:before {
        border-radius: 0 24px 24px 0;
    }
    .sec07_cta:after {
        width: 310px;
        background-size: 310px auto;
        top: -4px;
    }
    .sec07_img {
        top: -11px;
    }
}
/* screen-max: 360px */
@media screen and (max-width: 390px) {
    .sp390 {
        display: block !important;
    }
    .sec10_tt1 {
        padding-top: 4.5vw;
    }
}
@media screen and (max-width: 374px) {
    .sp360 {
        display: block !important;
    }
    .cta_bnr a {
        font-size: 13px;
    }
    .cta_bnr a .lg {
        font-size: 18px;
    }
    .cta_map_txt, .cta_hour {
        font-size: 14px;
    }
    .cta_map_txt span, .cta_hour span {
        padding: 5px 0 5px 15px;
    }
    .box_list.sec01_list .icon1, .box_list.sec01_list .icon2, .box_list.sec01_list .icon3 {
        background-size: 84px auto;
        width: 86px;
    }
    .box_list.sec01_list li {
        width: 86px;
        font-size: 12px;
        letter-spacing: 0em;
    }
    .box_list.sec01_list li span {
        padding-top: 100px;
    }
    .box_list.sec01_list .icon2, .box_list.sec01_list .icon3 {
        padding-top: 105px;
    }
    .cta_contact > p.cta_contact_sika > a {
        font-size: 14px;
    }
    .cta_contact_sika a .lg {
        font-size: 22px;
    }
    .cta_contact_mail a {
        font-size: 20px;
        padding-right: 0px;
    }
    .cta_contact_tel a {
        font-size: 28px;
    }
    .seccom_ttl_tt {
        font-size: 16px;
    }
    .seccom_ttl_en img {
        width: auto;
        height: 8px;
    }
    .ttl .sm {
        font-size: 19px;
    }
    .sec02_item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec02_item li:not(:last-child) {
        margin-right: 10px;
    }
    .sec02_item:before {
        width: 290px;
        left: calc(50% - 145px);
        top: 155px;
    }
    .sec03_item dl dd .tt {
        font-size: 14px;
    }
    .sec03_item dt, .sec05_item dl dt {
        width: 140px;
    }
    .sec05 .seccom_ttl_box {
        width: calc(100% - 24px);
        padding-top: 2px;
    }
    .sec05_item dl dd .tt {
        font-size: 16px;
    }
    .btn a {
        width: 280px;
    }
    .sec06_img .round {
        width: 130px;
    }
    .seccom_ttl_box {
        padding-top: 2px;
    }
    .sec06_frame {
        border-width: 3px;
        width: calc(100% - 30px);
        padding: 20px 10px 20px 10px;
    }
    .sec06_frame_tt .lg {
        font-size: 18px;
    }
    .sec06_frame_tt .sm {
        font-size: 16px;
    }
    .sec06_frame_item dt {
        margin-right: 8px;
        width: 65px;
    }
    .sec06_frame_tt {
        margin-bottom: 30px;
    }
    .sec07_tt {
        font-size: 18px;
        padding-left: 15px;
    }
    .sec07_wrap {
        margin-bottom: -40px;
    }
    .sec07_img {
        right: 0;
        top: -28px;
        width: 110px;
    }
    .sec08_item > li.item1 .sec08_list > li, .sec08_item > li.item2 .sec08_list > li, .sec08_item > li.item3 .sec08_list > li {
        padding-left: 15px;
    }
    .sec08_list li {
        font-size: 14px;
    }
    .sec08_ttl {
        font-size: 21px;
    }
    .sec08_item > li.item3 .sec08_ttl {
        height: 210px;
    }
    .sec08_wrap .img_sm {
        top: 90vw;
        width: 80px;
    }
    .cta_contact > p > a {
        border-width: 2px;
    }
    .sec10_tt1 .lg {
        font-size: 21px;
        letter-spacing: 0.2em;
    }
    .sec10_tt1 {
        font-size: 14px;
        padding-top: 2.5vw;
    }
    .sec09_ttl {
        font-size: 17px;
    }
    .sec09_item .num {
        top: -50px;
    }
    .sec09_item .num img {
        width: 80px;
    }
    .h_contact_sika a, .h_contact_tel_tt {
        font-size: 11px;
    }
    .h_contact_sika a span {
        background-size: 12px auto;
        padding-left: 16px;
    }
    .h_contact_tel span {
        background-size: 10px auto;
    }
    .h_contact_mail a span {
        letter-spacing: 0em;
        background-size: 14px auto;
        padding-left: 17px;
    }
    .hamburger {
        font-size: 12px;
    }
    .sec09 .seccom_ttl_en img {
        height: 14px;
    }
}