.sp440,
.sp360 {
    display: none
}

@media screen and (min-width: 1921px) {
    .mv,
    .mv_bg,
    .main_slider .slide_item {height: 1500px;}

    .sec06::after {width: 1920px;left: calc(50% - 960px);}
}

@media screen and (min-width: 1900px) {
    .sec06_item .item_l {
        padding-left: 35px;
    }
}

@media screen and (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    .sp {
        display: none
    }

    /* nav */
    .hamburger {
        display: none;
    }

    nav {
        background: #fff;
        height: 120px;
        border-bottom: 2px #222222 solid;
    }

    nav.active {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        transition: all 0.3s linear;
        background: #fff;
        padding-right: 0px;
        animation: scrolltop 1s;
        animation-iteration-count: 1;
        height: 96px;
        border-bottom: none;
        box-shadow: 0px 6px 14px rgb(0, 0, 0, 0.15);
    }

    nav.active .h_contact_tel {
        display: flex;
    }

    nav.active .inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    nav.active .nav_list>li::after {
        bottom: 9px;
    }

    nav .inner {
        width: 1480px;
        height: 100%;
    }

    nav .h_contact_tel {
        display: none;
    }

    .nav_list {
        display: flex;
        justify-content: space-between;
        height: 100%;
        flex-grow: 1;
        padding-right: 10px;
    }

    .nav_list>li {
        height: 100%;
        display: flex;
        align-items: center;
        flex: auto;
        justify-content: center;
        position: relative;
    }

    .nav_list>li::after {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        background: var(--mcolor);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 20px;
        border-radius: 50%;
        opacity: 0;
        transition: all 0.3s;
    }

    .nav_list>li:not(:last-child)::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 22px;
        right: 0;
        top: calc(50% - 11px);
        background: #d3d3d3;
    }

    .nav_list>li.is-active::after,
    .nav_list>li:hover::after {
        opacity: 1;
    }

    .nav_list>li>a,
    .nav_list>li>.sub_btn {
        display: flex;
        align-items: center;
        position: relative;
        font-weight: 600;
        padding: 5px 0px;
        flex-direction: column;
        font-size: 18px;
        letter-spacing: 0.05em;
        width: 100%;
        transition: none;
        height: 100%;
        justify-content: center;
    }

    .nav_list>li.parent {
        position: relative;
    }

    .nav_list>li.parent>.sub_btn {
        cursor: default
    }

    .sub {
        position: absolute;
        z-index: 1;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        width: 280px;
        top: 96%;
        left: calc(50% - 140px);
        background: url("../images/bg_pattern03.jpg") repeat 0 0;
        padding: 40px;
    }

    .sub ul li a {
        font-size: 20px;
        display: flex;
        height: 40px;
        align-items: center;
        letter-spacing: .001em;
        padding: 5px 35px 5px 18px;
        margin: 0 auto;
        border-bottom: solid 1px #FFF;
        color: #222;
        background: url("../images/arrow_green.svg")#fff no-repeat right 20px center/18px;
        letter-spacing: 0.1em;
    }

    .sub ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    /*  FOOTER */
    .ft_bnn li:not(:last-child) {
        margin-right: 30px;
    }

    /* hover */
    .ft_link ul li>a:hover {
        color: var(--scolor);
        text-decoration: none;
    }

    .parent:hover .sub {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible
    }

    .sub a:hover {
        background-color: var(--scolor);
        text-decoration: none;
        color: #fff;
    }

    .ft_bnn li a:hover,
    .to_top img:hover,
    .btn a:hover {
        opacity: .8
    }

    .item_sub01 .sec02_en {
        padding-right: 10px;
    }

    .item_sub02 .sec02_en {
        padding-right: 10px;
    }

    .item_sub03 .sec02_en {
        padding-right: 10px;
    }

    .item_sub04 .sec02_en {
        padding-right: 10px;
    }

    .item_sub01 .sec02_ja,
    .item_sub02 .sec02_ja {
        left: -5px;
    }

    .sec01_item dd a:hover {
        color: var(--scolor);
        text-decoration: underline;
    }

    .sec01_item dl dt {
        position: relative;
        left: 20px;
    }

    .sec04_ttl {
        font-family: var(--serif_v);
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
        flex-direction: column-reverse;
        white-space: nowrap;
        position: relative;
        top: -130px;
        left: -13px;
    }

    .sec03_item>div:hover .sec03_img::before {
        background: var(--mcolor);
    }

    .sec06 {
        margin-bottom: 102px;
    }

    .sec06_txt {
        padding-left: 8px;
    }

    .sec06_img {
        position: relative;
        left: 8px;
    }

    footer .h_contact_tel {
        margin-left: 30px;
    }


}

@media screen and (min-width: 751px) and (max-width: 1800px) {
    .inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .h_inner,
    nav .inner {
        padding: 0;
    }

    nav.active .h_contact_tel a {
        font-size: 24px;
    }

    nav.active .h_contact_tel .time {
        width: 90px;
        font-size: 13px;
        letter-spacing: 0em;
    }

    nav.active .h_contact_tel {
        width: 330px;
    }

    nav.active .h_contact_tel a span {
        font-size: 18px;
    }

    .mv,
    .mv_bg,
    .main_slider .slide_item {
        max-height: 750px;
        height: 100vh;
    }

    .sec02_ja {
        font-size: 34px;
        letter-spacing: 0em;
    }

    .sec02_wrap {
        padding: 40px;
        min-height: 450px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .sec02_item>div .item_r {
        height: 530px;
    }

    .sec02_img,
    .sec02_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec02_txt {
        font-size: 16px;
        letter-spacing: 0em;
        padding-right: 0px;
    }

    .round {
        right: 25px;
    }

    .item_sub04 .sec02_wrap,
    .item_sub03 .sec02_wrap {
        padding-top: 40px;
    }

    .sec03 .inner {
        width: 1260px;
    }

    .sec03_item>div:not(:nth-child(3n)) {
        margin-right: 40px;
    }

    .sec03_item>div {
        width: calc(33.333% - 27px);
    }

    .sec03_tt .ja {
        font-size: 42px;
    }

    .sec03_frame {
        width: 1100px;
        padding: 40px;
    }

    .sec04_item {
        width: calc(100% - 100px);
    }

    .sec04::before {
        width: calc(100% - 80px);
        background-position: right top -80px;
        background-size: auto 610px;
    }

    .sec04_wrap {
        margin-bottom: -10px;
    }

    .sec06_big {
        font-size: 32px;
    }

    .sec06_item .item_l {
        margin-right: 50px;
        margin-top: -120px;
    }

    .sec06_ttl .en {
        font-size: 150px;
        margin-bottom: -35px;
    }

    .sec06_ttl {
        margin-bottom: 20px;
    }

    .sec06_name {
        left: -40px;
        bottom: 30px;
    }

    .sec06_item .item_l .wrap {
        width: auto;
    }

    .sec06_txt p {
        font-size: 16px;
    }

    .sec06_ttl::before {
        width: 500px;
    }
}

@media screen and (min-width: 751px) and (max-width: 1555px) {

    nav.active .nav_list>li>a,
    nav.active .nav_list>li>.sub_btn {
        font-size: 16px;
        letter-spacing: 0em;
    }

    nav.active .nav_list>li>a>span,
    nav.active .nav_list>li>.sub_btn>span {
        font-size: 11px;
        line-height: 1.4;
    }


    .h_right {
        zoom: 0.8
    }

    #logo {
        width: 360px;
    }

    .mv_txt {
        padding-left: 40px;
        padding-top: 20px;
    }

    .mv,
    .mv_bg,
    .main_slider .slide_item {
        height: 630px;
    }

    .mv_ttl {
        font-size: 42px;
        padding-left: 50px;
    }

    .mv_ttl .line {
        padding: 0px 10px 0 20px;
    }

    .mv_list li.sub_item2 .sm {
        font-size: 16px;
    }

    .mv_list li {
        width: 180px;
        height: 180px;
    }

    .mv_list li::before {
        width: 166px;
        height: 166px;
        left: 7px;
        top: 7px;
        right: 7px;
        bottom: 7px;
    }

    .mv_txt .slogan{
        font-size: 16px;
        top: 130px;
    }

    .mv_list li.sub_item2 .sm {
        font-size: 14px;
    }

    .mv_list li:after {
        left: -10px;
        top: -30px;
    }

    .mv_list {
        right: 40px;
        top: calc(50% + 3px);
    }

    .h_contact_tel,
    .h_txt {
        width: 460px;
    }

    .h_contact_tel a {
        font-size: 34px;
    }

    .h_txt {
        height: 40px;
        font-size: 16px;
    }

    .sec02_item>div .item_l {
        margin-right: -50px;
        width: calc(50% - 116.5px);
    }

    .sec02_wrap:after {
        left: -30px;
        bottom: -30px;
    }

    .sec02_item>.item_sub02 .item_l,
    .sec02_item>.item_sub04 .item_l {
        margin-left: -50px;
    }

    .item_sub02 .sec02_wrap:after,
    .item_sub04 .sec02_wrap:after {
        right: -30px;
    }

    .sec02_item>div .item_l {
        margin-top: 45px;
    }

    .sec02_ja {
        font-size: 28px;
    }

    .sec02_txt {
        font-size: 14px;
    }

    .sec02_item>div .item_r {
        height: 505px;
    }

    .sec02_wrap .bg {
        background-position: left -20px top -20px, right -20px bottom -20px;
    }

    .round {
        width: 160px;
        height: 160px;
        font-size: 20px;
    }

    .round::before {
        left: 5px;
        top: 5px;
        bottom: 5px;
        right: 5px;
    }

    .sec04_txt p {
        font-size: 16px;
    }

    .sec04_txt {
        padding: 50px 0 0 50px;
        width: 100%;
    }

    .sec04::before {
        background-position: right top -130px;
        background-size: auto 580px;
    }

    .sec04_wrap {
        margin-bottom: -60px;
    }

    .sec05_ttl {
        left: calc(50% - 290px);
    }

    .desk {
        display: none;
    }

}

@media screen and (min-width: 751px) and (max-width: 1435px) {

    .nav_list>li>a,
    .nav_list>li>.sub_btn {
        font-size: 16px;
        line-height: 1.8
    }

    .nav_list>li>a>span,
    .nav_list>li>.sub_btn>span {
        font-size: 13px;
    }

    nav.active .h_contact_tel {
        width: 280px;
    }

    nav.active .h_contact_tel a {
        font-size: 20px;
    }

    nav.active .h_contact_tel a span {
        font-size: 15px;
    }

    nav.active .h_contact_tel .time {
        width: 75px;
        font-size: 11px;
    }

    nav.active .h_contact_tel .time::before {
        left: -14px;
    }

    .sec02_ttl {
        padding-right: 110px;
    }

    .sec04::before {
        background-size: auto 550px;
    }

    .sec06_ttl .en {
        font-size: 120px;
    }

    .sec06_item .item_l {
        margin-top: -100px;
    }

    .sec06_ttl .ja {
        font-size: 40px;
    }

    .sec06_ttl::before {
        width: 390px;
        bottom: 26px;
    }

    .sec06_big {
        font-size: 28px;
    }

    .sec06:after {
        background-position: left bottom, right -95px top;
    }
}

/* 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
    }

    /* 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;
        background: var(--mcolor);
    }

    .nav_list ul,
    .nav_list li {
        width: 100%
    }

    .nav_list .parent .sub ul li {
        background: #fff;
    }

    .nav_list .parent .sub ul li:not(:last-child) {
        border-bottom: 1px solid var(--mcolor)
    }

    .nav_list .sub_btn,
    .nav_list a {
        display: flex;
        padding: 10px 15px 7px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-bottom: solid 1px #fff;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav_list .sub_btn {
        position: relative;
        padding-left: 15px
    }

    .nav_list .sub_btn::before,
    .nav_list .sub_btn::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        background-color: #FFF;
        top: calc(50% - 1px);
        right: 10px;
        transition: all 0.3s;
    }

    .nav_list .sub_btn::after {
        transform: rotate(-90deg);
    }

    .nav_list .sub_btn.open::after {
        transform: rotate(0);
    }

    .sub {
        display: none
    }

    .sub ul:not(:last-child) {
        margin-bottom: 15px
    }

    .sub a {
        color: var(--mcolor);
        border-bottom: none;
        background: url("../images/arrow_green.svg")#fff no-repeat right 20px center/18px;
    }

    .hamburger {
        position: absolute;
        right: 1%;
        bottom: 8px;
        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
    }

    /*=====================================================
                      C U S T O M
======================================================*/
    /*============ HEADER ============*/
    body.is_active {
        overflow: hidden;
    }

    h1 {
        padding: 6px 0 0;
        width: 190px;
    }

    .h_box {
        height: 60px;
        position: fixed;
    }

    .active .h_box,
    .is_active .h_box {
        background: rgba(255, 255, 255, 0.95);
    }

    .h_inner {
        padding: 0 10px;
    }

    .h_contact_tel {
        width: 100%;
        height: 80px;
        max-width: 360px;
        margin: 20px auto 0;
    }

    .h_contact_tel a {
        font-size: 22px;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .h_contact_tel a span {
        font-size: 18px;
    }

    .h_contact_tel .time {
        width: 100px;
        font-size: 14px;
    }

    nav .h_contact_tel{
        width: calc(100% - 30px);
    }


    /*============ Main ============*/
    /* MAIN VISUAL */
    .mv_bg,
    .main_slider .slide_item,
    .mv {
        height: 100vh;
    }

    .mv_ttl {
        font-size: 36px;
        text-align: center;
        padding-left: 0;
        width: 100%;
        text-align: center;
        transform: none;
        top: 45vh;
    }

    .txt02 .mv_ttl{top: 39vh;}

    .mv_ttl .line {
        padding: 0px 1vw 0 2vw;
    }

    .main_slider .bg01 {
        background: url('../images/main01_sp.jpg') no-repeat center center/cover
    }

    .main_slider .bg02 {
        background: url('../images/main02_sp.jpg') no-repeat center center/cover
    }

    .main_slider .bg03 {
        background: url('../images/main03_sp.jpg') no-repeat center center/cover
    }

    .main_slider .bg04 {
        background: url('../images/main04_sp.jpg') no-repeat center center/cover
    }

    .mv_txt {
        padding-left: 0;
        pointer-events: none;
    }
    .mv_txt .slogan{
        top: 80px;
        right: calc(50% - 160px);width: 320px;text-align: center;font-size: 15px;padding: 5px 0;max-width: 100%;
    }

    .mv_list {
        right: 0;
        left: 0;
        margin: 0 auto;
        justify-content: center;
        top: auto;
        bottom: 10vw;
        zoom: 0.8;
    }

    /* sec01 */
    .sec01_ttl {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .sec01_item dl dt {
        width: 190px;
        font-size: 16px;
        border-left: 1px var(--scolor) solid;
        border-right: 1px var(--scolor) solid;
        margin-bottom: 20px;
    }

    .sec01_item dl {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .sec01 {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .sec01::before,
    .ft_top::before {
        height: 6px;
    }

    /* sec02 */
    .sec02 {
        padding-top: 50px;
        margin-bottom: 90px;
    }

    .sec02_ttl .wrap {
        padding-right: 0;
        padding-left: 10px;
    }

    .sec02_ttl .en {
        font-size: 35px;
        left: 0px;
        margin-right: 10px;
    }

    .sec02_ttl .ja {
        right: inherit;
        top: inherit;
        width: 80px;
        position: relative;
        display: inline-block;
    }

    .sec02_item>div,
    .sec02_item .item_sub02,
    .sec02_item .item_sub04 {
        flex-direction: column-reverse;
    }

    .sec02_item>div .item_l {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-top: -40px;
    }

    .sec02_item>div .item_r {
        width: 100%;
    }

    .sec02_wrap:after {
        left: -40px;
        bottom: -30px;
        background-position: left calc(50% + 215px) top;
    }

    .sec02_en img {
        width: 100px;
        height: auto;
    }

    .sec02_ja {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 0em;
    }

    .sec02_wrap {
        width: 100%;
        min-height: inherit;
        padding: 30px 25px !important;
    }

    .sec02_item>div::before {
        width: calc(100% - 35px);
        height: 100%;
        bottom: -60px;
    }

    .sec02_en {
        margin-bottom: 15px;
    }

    .sec02_txt {
        font-size: 16px;
        letter-spacing: 0em;
        padding-right: 0px;
    }

    .sec02_wrap .bg {
        background-position: left -35px top -35px, right -35px bottom -35px;
    }

    .sec02_item>div:not(:last-child) {
        margin-bottom: 110px;
    }

    .sec02_item>.item_sub02 .item_l,
    .sec02_item>.item_sub04 .item_l {
        margin-left: 15px;
    }

    .item_sub02 .sec02_wrap:after,
    .item_sub04 .sec02_wrap:after {
        right: -40px;
        background-position: left calc(50% + 215px) top;
    }

    .round {
        position: absolute;
        width: 110px;
        height: 110px;
        font-size: 14px;
        right: 25px;
        top: -40px;
        padding-bottom: 0;
    }

    .round::before {
        left: 5px;
        top: 5px;
        bottom: 5px;
        right: 5px;
    }

    .sec02_wrap::before {
        left: 7px;
        top: 7px;
        right: 7px;
        bottom: 7px;
    }

    /* sec03 */
    .sec03_item>div {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .sec03_item>div:not(:nth-child(3n)) {
        margin-right: 0px;
    }

    .sec03_item>div:not(:nth-child(2n)) {
        margin-right: 20px;
    }

    .sec03_tt .ja {
        font-size: 26px;
        padding: 5px 30px 5px 0;
        margin-bottom: 10px;
        background-size: 25px auto;
    }

    .sec03_tt .ja::before {
        width: 21px;
        height: 21px;
        top: calc(50% - 10px);
    }

    .sec03_tt .en {
        font-size: 18px;
        letter-spacing: 0.05em;
        text-align: center;
        line-height: 1.3;
    }

    .sec03_ttl .ja {
        font-size: 24px;
    }

    .sec03_ttl .en {
        font-size: 38px;
        margin-bottom: 5px;
    }

    .sec03_ttl {
        margin-top: -66px;
        padding-bottom: 40px;
    }

    .sec03_ttl::before {
        height: 25px;
    }

    .sec03_frame {
        padding: 15px;
        box-shadow: 5px 5px 0px 0px #222222;
        top: 40px;
        margin-top: -25px;
        width: 100%;
        height: auto;
    }

    .sec03_frame_tt {
        height: auto;
        line-height: initial;
        font-size: 20px;
        margin-bottom: 20px;
        padding: 10px 7px;
        background-size: contain;
    }

    .sec03_frame_tt::before {
        width: 36px;
        height: 15px;
        bottom: -13px;
    }

    .sec03_txt {
        font-size: 16px;
    }

    /* sec04 */
    .sec04 {
        padding: 0 15px;
        margin-top: 120px;
    }
    .sec04_item{
        width: calc(100% + 15px);
        left: -15px;
    }
    .sec04_item, .sec04_wrap{
        position: relative;
        top: -30px;
    }

    .sec04_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sec04_ttl {
        width: 100%;
        height: auto;
        top: inherit;
        left: inherit;
        font-size: 20px;
        line-height: 1.4;
        position: relative;
        font-family: var(--serif);
        padding: 15px 0;
        text-align: center;
        top: -20px;
    }

    .sec04_ttl::before {
        left: 5px;
        bottom: -5px;
    }

    .sec04_ttl span::before,
    .sec04_ttl span::after {
        width: 20px;
        height: 20px;
    }

    .sec04::before {
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background-size: cover;
    }

    .sec04_txt p {
        font-size: 16px;
        letter-spacing: 0em;
    }

    .sec04_txt {
        padding: 0;
        width: 100%;
        margin-right: 0;
    }

    /* sec05 */
    .sec05 {
        padding-bottom: 90px;
    }

    .sec05_ttl {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 20px;
        left: 0;
        margin: 0 auto 25px;
        text-align: center;
    }

    .sec05_slider {
        background-size: auto 240px;
        height: 240px;
    }

    /* sec06 */
    .sec06_item {
        flex-direction: column-reverse;
    }

    .sec06_txt {
        padding-right: 0px;
    }

    .sec06_item .item_l .wrap {
        width: 100%;
    }

    .sec06_item .item_l {
        margin-top: 0;
    }

    .sec06 {
        height: auto;
        padding-bottom: 50px;
    }

    .sec06::before {
        height: 100%;
        width: 100%;
        left: 0;
        background-size: cover;
    }

    .sec06 .inner {
        padding: 0 15px;
    }

    .sec06_item .item_r {
        max-width: 280px;
        margin: -40px auto 25px;
    }

    .sec06::after {
        background-size: 90px auto, 200px auto;
        background-position: left bottom, right -100px top -165px
    }

    .sec06_name {
        width: 225px;
        height: 110px;
        bottom: 0px;
        border-radius: 30px 30px 0 0;
        border-bottom: 4px #2e3737 solid;
        right: 0;
        margin: 0 auto;
        left: 0;
    }

    .sec06_name .lg {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .sec06_name .sm {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .sec06_name .en {
        font-size: 20px;
    }

    .sec06_ttl .en {
        font-size: 35px;
        margin-bottom: 0px;
        letter-spacing: 0em
    }

    .sec06_ttl .ja {
        font-size: 28px;
    }

    .sec06_ttl::before {
        width: calc(100% - 135px);
        height: 1px;
        bottom: 19px;
    }

    .sec06_big {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .sec06_ttl {
        margin-bottom: 10px;
    }

    .sec06_txt p {
        font-size: 16px;
        letter-spacing: 0em;
    }

    .desk {
        display: none;
    }

    /*============ FOOTER ============*/
    footer {
        margin-bottom: 60px;
    }

    .btn a {
        font-size: 20px;
    }

    .ft_top .inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_info {
        width: 100%;
        padding-right: 0;
    }

    .ft_map {
        width: 100%;
    }

    .ft_map_iframe {
        height: 299px;
    }

    .ft_info_logo {
        width: 220px;
        margin: 0 auto 20px;
    }

    .ft_top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ft_info_add {
        font-size: 14px;
    }

    .ft_list {
        max-width: 360px;
        margin: 40px auto;
    }

    .ft_list li,
    .ft_list .sub_item2 {
        width: 170px;
        height: 100px;
    }

    .ft_list .sub_item1 {
        font-size: 20px;
        padding-top: 7px;
    }

    .ft_list .sub_item1 .num {
        font-size: 28px;
    }

    .ft_list .sub_item2 {
        font-size: 13px;
        letter-spacing: 0em;
        padding-top: 22px;
    }

    .ft_list li::before {
        width: 40px;
        height: 40px;
        background-size: 40px auto !important;
    }

    .ft_cal_txt {
        font-size: 14px;
        letter-spacing: 0em;
    }

    .ft_cal_box {
        margin-top: 0;
        width: 100%;
        height: auto;
        padding: 15px;
        max-width: 360px;
    }

    .ft_cal {
        margin-bottom: 15px;
    }

    address {
        font-size: 12px;
        padding: 10px 0;
        letter-spacing: 0em;
    }

    /* sp contact */
    .sp_contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        position: fixed;
        left: 0;
        z-index: 99;
        bottom: -55px;
        transition: all 0.3s;
    }

    .sp_contact.show {
        bottom: 0;
    }

    .sp_contact li {
        width: 50%;
        height: 100%;
    }

    .sp_contact li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 14px;
    }

    .sp_contact li a span {
        position: relative;
        padding-left: 25px
    }

    .sp_contact li a span::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: -5px;
        top: calc(50% - 10px)
    }

    .sp_contact_tel {
        background-color: var(--mcolor)
    }

    .sp_contact_mail {
        background-color: var(--blue)
    }

    .sp_contact_mail a span::before {
        background: url('../images/ic_h_mail.png') no-repeat center /20px;
    }

    /* to top */
    .to_top {
        width: 40px;
        height: 40px;
        right: 5px;
        bottom: 65px;
    }

    .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
    }

    .fct_sp{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 100;transition: all .2s;opacity: 0;visibility: hidden}
    .fct_sp .h_contact_tel{height: 60px;}
    .fct_sp .h_contact_tel .time{font-size: 12px;}
    .fct_sp.show {transform: scale(1);opacity: 1;visibility: visible}

    /*============ END 750 ============ */
}

/* screen-max:460px */
@media screen and (max-width: 640px) {
    .sec03_tt .ja {
        font-size: 20px;
        padding: 5px 25px 5px 0;
        background-size: 20px auto;
        margin-bottom: 0;
        letter-spacing: 0.05em;
    }
     .sec03_tt .ja::before {
        right: 0;
    }
}

/* screen-max:460px */
@media screen and (max-width: 440px) {
    .sp440 {
        display: block;
    }

    .pc440 {
        display: none;
    }

    .mv_ttl{
        padding-top: 10vw;
        font-size: 6vw;
    }
    .mv_txt {
        padding-left: 0;
        padding-top: 0;
    }

    .mv_list {
        right: 0;
        left: 0;
        margin: 0 auto;
        justify-content: center;
        top: auto;
        bottom: 15vw;
    }

    .mv_list li {
        width: 35vw;
        height: 35vw;
    }

    .mv_list li:not(:last-child) {
        margin-right: 2vw;
    }

    .mv_list li::before {
        width: 34vw;
        height: 34vw;
        left: 0.5vw;
        top: 0.5vw;
        right: 0.5vw;
        bottom: 0.5vw;
        border: 1px #222222 solid;
    }

    .mv_list li:after {
        width: 10vw;
        height: 10vw;
        left: 2px;
        top: -10px;
        background-size: 10vw auto !important;
    }

    .mv_list li.sub_item1 .sm,
    .mv_list li.sub_item1 .lg,
    .mv_list li.sub_item2 .lg {
        font-size: 5vw;
        letter-spacing: 0;
        line-height: 6vw;
    }

    .mv_list li.sub_item1 .lg .num,
    .mv_list li.sub_item2 .lg .mid {
        font-size: 8vw;
        line-height: 8vw;
    }

    .mv_list li.sub_item2 .sm {
        font-size: 4vw;
        letter-spacing: 0em;
        top: 0;
        line-height: 5vw;
    }

    .sec02_ja {
        font-size: 21px;
    }

    .sec05_ttl {
        font-size: 5.5vw;
    }

}

/* screen-max: 360px */
@media screen and (max-width: 360px) {
    .sp360 {
        display: block;
    }

    .sec02_ja {
        font-size: 20px;
    }

    .sec03_item>div:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    .sec03_item>div {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .sec03_tt .ja {
        font-size: 18px;
        background-position: right top 11px;
    }

    .sec03_tt .en {
        font-size: 16px;
    }

    .ft_list li,
    .ft_list .sub_item2 {
        width: 140px;
        height: 80px;
    }

    .ft_list .sub_item2 {
        font-size: 11px;
        padding-top: 25px;
    }

    .h_contact_tel a span {
        font-size: 14px;
    }

    .h_contact_tel .time {
        width: 84px;
        font-size: 12px;
    }

    .h_contact_tel .time::before {

        left: -12px;

    }

    .sec04_txt p,
    .sec06_txt p,
    .sec03_txt {
        font-size: 14px;
        letter-spacing: 0em;
    }

    .sec03_frame_tt{font-size: 18px;}
    .round{right: 0;}
}