.sp440,
.sp360 {
    display: none
}

@media screen and (min-width: 1921px) {
    .swiper-pagination {
        max-width: 1790px;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0;
    }

    .mv_slider {
        max-width: 1790px;
    }

    .sec01_item>div.item_l .wrap {
        width: 885px;
    }
}

@media screen and (min-width: 1801px) {
    .sec05_item.item_top .item1 {
        padding-top: 27px;
    }

    .sec05_item.item_bt .item1 {
        padding-top: 69px;
    }

    .under #logo img {
        height: 71px;
    }
}

@media screen and (min-width: 751px) {
    .sp {
        display: none !important
    }

    /* NAV */
    .h_box {
        min-width: calc(var(--container) + 30px);
    }

    .hamburger {
        display: none;
    }

    .is_scroll .h_box {
        background-color: rgba(0, 8, 57, 0.95);
        padding-bottom: 12px;
    }

    .is_scroll h1,
    .under h1 {
        transform: translateY(-30px);
        opacity: 0;
    }

    .under h1 {
        width: 100%;
        max-width: 360px;
    }

    .is_scroll #logo,
    .under #logo {
        transform: translateY(-28px);
        transform-origin: left center;
        margin-bottom: -42px;
        height: 60px;
        width: 372px;
    }

    .is_scroll nav,
    .is_scroll .h_right,
    .under nav,
    .under .h_right {
        margin-top: 0px;
    }

    .is_scroll .h_link_share,
    .under .h_link_share {
        margin-top: 38px;
    }

    #logo {
        transition: all 0.3s;
        width: 458px;
        height: 87px;
        position: relative;
    }

    #index #logo img {
        transition: all 0.3s;
        position: absolute;
        left: 0;
        height: 87px;
    }

    #index #logo .no-sroll,
    #index.is_scroll #logo img.sroll {
        opacity: 1;
    }

    #index.is_scroll #logo .no-sroll,
    #index #logo img.sroll {
        opacity: 0
    }

    nav {
        margin-left: auto;
        margin-top: 37px;
        transition: all 0.3s;
    }

    nav .inner {
        width: 100%;
        padding: 0;
        margin-top: 34px;
    }

    .nav_list>li>a,
    .nav_list>li>.hook {
        font-family: var(--f-en);
    }

    .nav_list {
        display: flex;
        justify-content: space-between;
        max-width: 475px;
    }

    .nav_list>li {
        margin: 0 19px
    }

    .nav_list>li>a,
    .nav_list>li>.hook {
        display: flex;
        align-items: center;
        position: relative;
        padding: 5px 0px 19px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.1em;
    }

    .nav_list>li>a {
        padding-bottom: 5px;
        position: relative;
    }

    .nav_list>li>a:before,
    .nav_list>li>.hook:before,
    .ft_link li a:before {
        position: absolute;
        content: "";
        width: 0%;
        height: 1px;
        background: #fff;
        transition: all 0.3s;
        left: 0;
        bottom: 9px;
    }

    .nav_list>li>.hook:before {
        bottom: 23px;
        display: none;
    }

    .nav_list>li>a:hover:before,
    .nav_list>li.parent:hover>.hook:before,
    .ft_link li a:hover:before {
        width: 100%;
    }

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

    .nav_list>li.parent:before {
        position: absolute;
        content: "";
        background: url("../images/arrow_down.svg") no-repeat center top/cover;
        width: 14px;
        height: 8px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 12px;
        transition: all 0.3s;
    }

    .nav_list>li.parent>.hook>a {
        color: #fff;
        pointer-events: none;
    }

    .nav_list>li.parent:hover:before {
        transform: rotate(180deg);
    }

    .sub {
        position: absolute;
        z-index: 1;
        transition: all .3s;
        width: 380px;
        top: 100%;
        left: 0px;
        background: #EBEBEB;
        border-radius: 15px;
        padding: 33px 15px 34px 49px;
    }

    .sub ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .sub ul li a {
        font-size: 16px;
        display: flex;
        width: 100%;
        align-items: center;
        letter-spacing: 0.05em;
        padding: 3px 0px 3px 15px;
        margin: 0 auto;
        position: relative;
    }

    .sub ul li a:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background: #5A5A5A;
        border-radius: 50%;
        left: 0;
        top: 15px;
    }

    /* CUSTOM */
    .find_a,
    .find_out {
        cursor: pointer;
    }

    /* HOVER */
    .nav_list>li:hover>a {
        text-decoration: none;
    }

    .parent:not(:hover) .sub {
        display: none;
    }

    .parent:hover .sub {
        transform: translate(0, 0);
    }

    .sub a:hover,
    .sec08_load dl dd a:hover {
        text-decoration: underline;
    }

    .to_top img:hover,
    .find_a:hover,
    .sec02_slide .slick-prev:hover,
    .sec02_slide .slick-next:hover,
    .sec03_item_sub .wrap .item_l .img:hover {
        opacity: .8
    }

    .h_contact_mail a:hover,
    .btn.btn_blue a:hover,
    .btn.btn_black a:hover {
        background-color: #fff;
        color: #000;
    }

    .btn.btn_blue a:hover:before {
        background: var(--mcolor);
    }

    .ft_con .tt a:hover:before {
        right: 165px;
    }

    .ft_link li a:before {
        bottom: 0;
    }

    .btn:not(.no_hover) a:hover,
    .ft_con:hover {
        background: var(--mcolor);
        color: #fff;
    }

    .btn:not(.no_hover) a:hover:before {
        background: #fff;
    }

    .btn.btn_black a:hover:before {
        background: #333;
    }

    .sec01_item>div.item_l {
        position: relative;
        top: 4px;
    }

    .sec07_item li:hover,
    .sec02_slide .slick-slide:hover {
        transform: translateY(-10px);
    }

    .swiper-pagination-clickable .swiper-pagination-bullet:hover {
        background: #fff;
    }

    .sec07_item li:not(:last-child) {
        margin-right: 75px;
    }

    /*sec01*/
    .sec01_en img {
        height: 70px;
    }

    .sec01_right_w dl.pt1 {
        align-items: flex-start;
    }

    .sec01_ttl2 span.space1 {
        padding-right: 19px;
    }

    .sec01_ttl .line2 {
        letter-spacing: 0.05em;
    }

    .sec01_con .btn a {
        width: 400px;
    }

    .sec02_slide .slick-slide {
        padding-top: 15px;
    }

    .sec03_item_sub.item2 {
        padding-left: 86px;
    }

    .item2 .sec03_item_sub .wrap .item_l .img {
        margin-right: 96px;
    }

    .sec02 .ttl_h3 .ja,
    .sec03 .ttl_h3 .ja,
    .sec05 .ttl_h3 .ja,
    .sec07 .ttl_h3 .ja,
    .sec04 .ttl_h3 .ja {
        letter-spacing: 0.05em;
    }

    .sec03 .ttl_h3 .en {
        left: -11px;
    }

    .sec03 .ttl_h3 .en:before {
        left: 11px;
    }

    .sec03_item_sub .wrap .item_r {
        position: relative;
    }

    .item1.sec03_item_sub .wrap .item_r {
        top: -4px;
    }

    .item2.sec03_item_sub .wrap .item_r {
        top: -3px;
    }

    .item2.sec03_item_sub .wrap .item_l .img {
        margin-right: 94px;
    }

    .item2.sec03_item_sub .btn {
        padding-left: 12px;
    }

    .sec01_right_w dl.pt1 dd {
        padding-top: 3px;
    }

    .sec03 .btn_lg a {
        padding-right: 25px;
    }

    .sec03 .btn_lg.btn a:before {
        right: 52px;
    }

    .sec04_item .item_r {
        padding-top: 10px;
    }

    .sec04_item {
        margin-bottom: -38px;
    }

    .sec04 .btn a {
        padding-right: 7px;
    }

    .sec05_item.item_bt .txt {
        margin-bottom: 40px;
    }

    .sec04_list .item1:before {
        position: absolute;
        content: "";
        width: 430px;
        height: 1px;
        background: #fff;
        left: -15px;
        bottom: 0;
    }

    .sec05 .ttl_h3 .en {
        padding-bottom: 32px;
    }

    .sec05 .btn a:before {
        right: 52px;
    }
}

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

    .h_link_share {
        margin-left: 30px;
    }

    .sec01_item>div.item_l .wrap {
        width: 635px;
    }

    .sec01_item>div.item_l {
        width: 52.38%;
    }

    .sec01_item>div.item_r {
        width: 47.62%;
    }

    .sec05_item {
        align-items: center;
    }

    .sec02_slide .slick-next {
        left: 1075px;
    }

    h1 {
        font-size: 12px;
        letter-spacing: 0em;
    }

    .h_contact_mail a {
        width: 210px;
        padding-top: 2px;
    }

    .h_contact_fax {
        font-size: 23px;
        letter-spacing: 0.05em;
    }

    nav {
        margin-top: 14px;
    }

    .h_link_share {
        margin-top: 50px;
    }

    .h_right {
        margin-top: 8px;
    }

    .nav_list>li>a,
    .nav_list>li>.hook {
        padding: 5px 0px 19px;
        font-size: 16px;
    }

    .nav_list>li>a {
        padding-bottom: 5px;
    }

    .nav_list>li {
        margin: 0 13px;
    }

    .h_link_share p:not(:last-child) {
        margin-right: 15px;
    }

    .h_left {
        margin-right: 25px;
    }

    .is_scroll #logo,
    .under #logo {
        transform: translateY(-12px);
        margin-bottom: 0;
        width: 360px;
        transition: all 0.3s;
    }

    .is_scroll .h_right,
    .under .h_right {
        margin-top: 5px;
    }

    .is_scroll nav,
    .under nav {
        margin-top: 7px;
    }

    .is_scroll .h_link_share,
    .under .h_link_share {
        margin-top: 44px;
    }

    #logo {
        width: 360px;
        transition: all 0.3s;
    }

    main {
        padding-top: 82px;
    }

    .mv {
        padding: 60px 0 85px;
    }

    .mv_slick{
        padding-left: 40px;
    }
    .mv_slick_ite {
        width: 240px;
        height: 426px !important;
        margin: 71px 10px 0 10px;
    }

    .mv_slick_ite .name {
        left: 20px;
        bottom: 20px;
        font-size: 20px;
    }

    .mv_slick_ite.slick-current {
        height: 497px !important;
        margin-top: 0;
    }

    .mv_slick_ite.slick-current .name {
        font-size: 24px;
    }


}

@media screen and (min-width: 751px) and (max-width: 1555px) {
    .sec01_ttl {
        font-size: 60px;
        margin-bottom: -15px;
    }

    .sec01_ttl .lg img {
        width: 350px;
    }

    .sec05_item .item2 .img:before {
        width: 274px;
        height: 245px;
        right: -50px;
        bottom: -50px;
        background-size: 220px auto;
    }

    .sec05_item.item_bt .item2 .img:before {
        left: -65px;
        background-size: 190px auto;
        bottom: -75px;
    }

    .ft_con .tt a {
        padding-left: 50px;
    }

    .ft_con .tt a:before {
        right: 50px;
    }

    .to_top {
        width: 50px;
        height: 50px;
    }

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

@media screen and (min-width: 751px) and (max-width: 1335px) {
    .sec01_wrap .txt {
        width: 520px;
    }
}

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

    .inner {
        padding: 0 20px;
    }

    .pc {
        display: none !important
    }

    body.is_nav {
        overflow: hidden;
    }

    body.mac nav {
        padding-bottom: 160px;
    }

    /* NAV */
    nav {
        display: block;
        position: fixed;
        top: 10px;
        left: 0;
        width: 100%;
        height: calc(100vh - 20px);
        overflow: auto;
        z-index: 100;
        display: none;
        background: var(--scolor);
        padding-bottom: 80px;
        padding-top: 73px;
        border-radius: 15px;
    }

    nav .inner {
        padding: 0;
    }

    .nav_list {
        flex-direction: column
    }

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

    .nav_list>li:not(.parent) {
        margin-bottom: 30px;
    }

    .nav_list .hook,
    .nav_list a {
        display: block;
        padding: 0px 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

    .nav_list .hook {
        position: relative;
        margin-bottom: 6px;
    }

    .nav_list .hook a {
        margin-left: -20px;
    }

    .sub {
        /* display: none;*/
        background: none;
        margin-bottom: 28px;
    }

    .sub ul li {
        padding-left: 20px;
    }

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

    .sub a {
        color: #fff;
        border-bottom: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.82;
        position: relative;
    }

    .sub a:before {
        position: absolute;
        content: "";
        background: #DBDBDB;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        top: 12px;
        left: 0px;
    }

    .hamburger {
        position: fixed;
        right: 8px;
        bottom: auto;
        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: #2E334D;
        border-radius: 5px;
        top: 10px;
    }

    .hamburger.is_active {
        background: #EBEBEB;
    }

    .hamburger.is_active .hamburger-inner,
    .hamburger.is_active .hamburger-inner::after,
    .hamburger.is_active .hamburger-inner::before {
        background: #2E334D;
    }

    .hamburger.is_active .hamburger-inner::after {
        bottom: -12px;
    }

    /*=====================================================
                          C U S T O M
    ======================================================*/
    /*============ HEADER ============*/
    .nav_tt {
        padding-left: 20px;
        margin-bottom: 48px;
    }

    h1 {
        white-space: inherit;
        width: calc(100% - 70px);
        padding: 10px 0 7px;
        margin-bottom: 52px;
    }

    .under h1 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 50px;
    }

    .h_left {
        width: 100%;
    }

    .h_inner {
        padding: 0 20px;
    }

    .h_box {
        position: relative;
    }

    #logo {
        max-width: 335px;
        margin: 0 auto 25px;
    }

    .under #logo {
        margin-bottom: 0;
    }

    /*============ Main ============*/
    main {
        padding-top: 0px;
    }

    /* MAIN VISUAL */
    .mv {
        padding: 15px 0px 125px;
    }

    .slick-dots li {
        width: 25px;
        margin-right: 10px !important;
    }

    .mv_slick {
        padding-left: 0;
    }

    .mv_slick_ite {
        width: 200px;
        height: 355px !important;
        margin: 30px 10px 0 10px;
        border-radius: 15px;
    }

    .mv_slick_ite .name {
        font-size: 16px;
        left: 0;
        bottom: 20px;
        text-align: center;
    }

    .mv_slick_ite.slick-current {
        height: 380px !important;
        margin-top: 0;
    }

    .mv_slick_ite.slick-current .name {
        font-size: 20px;
    }

    .mv_slick_ite.slick-current .name2 {
        font-size: 18px;
    }

    .slick-dots {
        bottom: -50px;
        padding: 0 15px;
        text-align: center;
    }

    .slick-dots li:last-child {
        margin-right: 0;
    }

    /* sec01 */
    .sec01 {
        padding-bottom: 92px;
        padding-top: 15px;
    }

    .sec01_item>div.item_r p img {
        border-radius: 15px 0 0 15px;
    }

    .sec01:before {
        height: calc(100% + 60px);
        top: -60px;
    }

    .sec01_item {
        flex-direction: column-reverse;
    }

    .sec01_item>div.item_l,
    .sec01_item>div.item_r {
        width: 100%;
    }

    .sec01_item>div.item_l {
        padding: 0 20px;
    }

    .sec01_item>div.item_r {
        padding-left: 20px;
        margin-bottom: 31px;
        right: 0;
    }

    .sec01_ttl {
        font-size: 36px;
        margin-bottom: 11px;
        letter-spacing: 0em;
    }

    .sec01_ttl .lg img {
        width: 215px;
    }

    .sec01_ttl .line1 {
        margin-bottom: 28px;
    }

    .sec01_ttl .lg {
        top: -25px;
    }

    .sec01_txt {
        max-width: inherit;
    }

    .sec01_item>div.item_l .wrap {
        width: 100%;
    }

    .sec01_item2 {
        margin-top: 51px;
        margin-bottom: 51px;
        flex-direction: column;
    }

    .sec01_item2 li:not(:last-child) {
        margin-bottom: 35px;
    }

    .btn_box {
        flex-direction: column;
    }

    .btn_box .btn:not(:last-child) {
        margin-bottom: 32px;
    }

    .sec01_con {
        padding: 74px 20px 65px;
        margin-top: 72px;
    }

    .sec01_en span {
        width: 224px;
        display: table;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 35px;
        background: none;
    }

    .sec01_en:before {
        top: auto;
        bottom: 0;
    }

    .sec01_wrap {
        flex-direction: column;
    }

    .sec01_wrap .txt {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .sec01_right_w dl {
        align-items: flex-start;
    }

    .sec01_right_w dl:not(:last-child) {
        margin-bottom: 16px;
    }

    .sec01_right_w dl.pt1 {
        margin-top: -3px;
    }

    .sec01_right_w dl dd p:not(:last-child) {
        margin-bottom: 13px;
    }

    .sec01_right_w dl dt {
        height: 25px;
        padding-top: 1px;
        margin-right: 10px;
    }

    .sec01_right_w dl dd {
        line-height: 1.5;
        padding-top: 0px;
        position: relative;
    }

    .sec01_right_w dl dd {}

    .sec01_en {
        margin-bottom: 29px;
    }

    .sec01 .btn a {
        margin: 0 auto;
    }

    .sec01_right_w {
        margin-bottom: 42px;
    }

    /* sec02 */
    .sec02 .inner {
        padding: 0 20px;
    }

    .sec02_slide .slick-slide {
        width: 261px;
        margin: 0 12px;
    }

    .sec02 {
        padding-top: 44px;
        padding-bottom: 102px;
    }

    .sec02_slide {
        left: 0;
        width: calc(100% + 20px);
        margin-top: 41px;
    }

    .sec02_slide .slick-prev,
    .sec02_slide .slick-next {
        width: 40px;
        height: 40px;
        top: 130px;
        background-size: 40px auto;
    }

    .sec02_slide .slick-next {
        left: auto;
        right: 20px;
    }

    .sec02_slide .slick-prev {
        left: 0;
    }

    .sec02 .btn a {
        width: 335px;
        margin: 0 auto;
    }

    .sec02 .ttl_h3 .en {
        line-height: 1.5;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .sec02_slide .slick-dots {
        text-align: left;
        bottom: -40px;
        left: -5px;
    }

    .sec02_slide .slick-dots li button::before {
        background: #4F5577;
        width: 18px;
        height: 3px;
        border-radius: 20px;
        line-height: 0;
        font-size: 0;
        opacity: 1;
        color: transparent;
    }

    .sec02_slide .slick-dots li button,
    .sec02_slide .slick-dots li {
        width: 18px;
        height: 3px;
        padding: 0;
        border-radius: 20px;
        background: none;
    }

    .sec02_slide .slick-dots li.slick-active button::before {
        background: #D5D8E6;
    }

    .sec02_slide .slick-dots li {
        margin: 0 3px;
    }

    .sec02_slide .img {
        margin-bottom: 9px;
    }

    .sec02_slide .tt .sm {
        margin-bottom: 1px;
    }

    .sec02_slide {}

    .sec02_ttl,
    .sec02 .btn {
        width: 100%;
    }

    .sec02 .btn {
        margin-top: 92px;
    }

    .sec02_slide .img img {
        border-radius: 10px;
    }

    /* sec03 */
    .sec03 {
        padding-top: 34px;
        padding-bottom: 102px;
    }

    .sec03 .ttl_h3 .en,
    .sec04 .ttl_h3 .en,
    .sec05 .ttl_h3 .en,
    .sec07 .ttl_h3 .en {
        line-height: 1.5;
        padding-bottom: 24px;
        margin-bottom: 30px;
    }

    .ttl_h3.sec03_ttl {
        margin-bottom: 40px;
    }

    .sec03_item,
    .sec03_item_sub .wrap,
    .sec03_item_sub {
        flex-direction: column;
    }

    .sec03_item_sub {
        padding: 46px 20px 48px 20px;
    }

    .sec03_item_sub .tt {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 20px;
        margin-bottom: 21px;
    }

    .sec03_item_sub .tt span {
        font-size: 75%;
    }

    .sec03_item_sub .tt:before {
        width: 8px;
        height: 8px;
        top: 11px;
    }

    .sec03_item_sub .wrap .item_l .img {
        margin-right: 0;
        margin-bottom: 22px;
    }

    .sec03_item_sub .list_square li,
    .sec03_item_sub .wrap .item_r p,
    .sec03_item_sub .list_square li .sm {
        line-height: 1.67;
        font-size: 14px;
    }

    /*  .sec03_item_sub .list_square li {
        padding-left: 0;
    }*/
    .sec03_item_sub .list_square li:first-line {
        margin-bottom: 2px;
        display: block;
    }

    .sec03_item_sub .wrap .item_r p.mt1,
    .sec03_item_sub .list_square li:first-line {
        font-size: 16px;
    }

    .sec03_item_sub .list_square li:before {
        top: 6px;
    }

    .sec03_item_sub .wrap .item_r p.mt1 {
        margin-top: 19px;
    }

    .sec03_item_sub .list_square li:not(:last-child) {
        margin-bottom: 18px;
    }

    .sec03_item_sub .wrap .item_r p.mb1 {
        margin-bottom: 20px;
    }

    .sec03_item_sub .list_square .mb2 {
        margin-top: 10px;
        display: inline-block;
    }

    .sec03_item_sub .wrap {
        margin-bottom: 35px;
    }

    /*.sec03_item_sub.item2 .wrap .item_l {
        margin-bottom: 46px;
    }
*/
    .sec03_item_sub.item2 .list_square li {
        line-height: 1.6;
    }

    .sec03_item_sub.item2 .list_square li:first-line {
        line-height: 1.8;
    }

    .sec03_item {
        margin-bottom: 56px;
    }

    .sec03 .btn_lg a {
        font-size: 14px;
    }

    .sec04_item .item_l .img {
        max-width: 367px;
    }

    .sec04_item .item_l .map_box .sm {
        font-size: 20px;
        margin-bottom: 28px;
        letter-spacing: 0.15em;
    }

    .sec04_item .item_l .map_box .ja,
    .sec04_item .item_r .num_txt .sm {
        font-size: 38px;
    }

    .sec04_item .item_l .map_box .num {
        width: 103px;
    }

    .sec04_item .item_r .num_txt .num,
    .sec04_item .item_l .map_box .num {
        font-size: 65px;
    }

    .sec04_item .item_l .map_box {
        left: 7px;
        top: 3px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        padding-top: 46px;
        padding-right: 0;
    }

    .sec04_item .item_r .num_txt .lg {
        width: 65px;
    }

    .sec04_item .item_r .num_txt .lg.x_lg {
        width: 102px;
    }

    .sec04_item .item_l .map_box .lg {
        margin-left: 5px;
    }

    /* sec04 */
    .sec04 {
        padding-top: 35px;
        padding-bottom: 102px;
    }

    .sec04_item .item_l {
        width: calc(100% + 16px);
        position: relative;
        left: -8px;
        padding-bottom: 33px;
        margin-bottom: 23px;
    }

    .sec04_item .item_r {
        padding-left: 0px;
    }

    .sec04_item {
        flex-direction: column;
    }

    .sec04_item .item_l:before {
        height: 1px;
        width: calc(100% - 20px);
        top: auto;
        bottom: 0;
        right: 10px;
    }

    .sec04_item .item_l .img img {
        height: auto;
    }

    .sec04_item .item_r .tt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
        letter-spacing: 0em;
    }

    .sec04_item .item_r .item2 .tt {
        margin-bottom: 55px;
    }

    .sec04_list {
        display: flex;
        align-items: flex-start;
    }

    .sec04_list .num img {
        height: 60px;
        width: auto;
    }

    .sec04_list li {
        width: 50%;
    }

    .sec04_list .item1 {
        border-right: 1px #fff solid;
        border-bottom: none;
        padding-bottom: 13px;
        margin-bottom: 23px;
    }

    .sec04_list .item2 {
        padding-left: 18px;
    }

    .sec04 .btn a {
        width: 335px;
    }

    .sec04_txt {
        width: 100%;
        margin-bottom: 12px;
    }

    .sec04 .btn {
        margin-top: 55px;
    }

    .sec04 .btn a {
        font-size: 14px;
    }

    /* sec05 */
    .sec05 {
        padding-top: 35px;
        padding-bottom: 76px;
    }

    .sec05_item .item1 {
        width: 100%;
    }

    .sec05_item.item_top .item1 {
        margin-right: 0px;
        margin-top: 25px;
        position: relative;
        z-index: 1;
    }

    .sec05_item,
    .sec05_item.item_bt {
        flex-direction: column-reverse;
    }

    .sec05_item .item2 {
        width: 100%;
    }

    .sec05_item.item_bt .item1 {
        margin-left: 0;
    }

    .sec05_ttl.ttl_h3 .ja {
        line-height: 1.5;
    }

    .sec05 .ttl_h3 .en {
        margin-bottom: 28px;
    }

    .sec05_item .tt {
        font-size: 22px;
        margin-bottom: 14px;
        text-align: center;
    }

    .sec05_item .item2 .img:before,
    .sec05_item.item_bt .item2 .img:before {
        width: 150px;
        height: 165px;
        right: auto;
        bottom: -20px;
        background-size: 150px auto;
        left: 0;
    }

    .sec05_ttl.ttl_h3 {
        margin-bottom: 50px;
    }

    .sec05_name span {
        font-size: 16px;
        margin-right: 15px;
        position: relative;
        top: 1px;
    }

    .sec05_name {
        font-size: 22px;
        align-items: center;
        justify-content: center;
    }

    .sec05_item .txt {
        margin-bottom: 25px;
    }

    .sec05_item.item_top {
        margin-bottom: 46px;
    }

    .sec05_item.item_bt .item1 {
        margin-top: 24px;
    }

    .sec05_item .txt {
        margin-bottom: 24px;
    }

    /* sec06 */
    .sec06_item .slick-slide {
        width: 215px;
        margin: 0 2px;
    }

    .sec06_item .slick-slide {
        width: 192px;
    }

    /* sec07 */
    .sec07 {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .sec07_item {
        flex-direction: column;
        margin-bottom: 52px;
    }

    .ttl_h3.sec07_ttl {
        margin-bottom: 39px;
    }

    .sec07_item li {
        width: 100%;
    }

    .sec07_item li .img {
        margin: 0 auto 25px;
        width: 100%;
        height: 220px;
        max-width: 335px;
    }

    .sec07_item li:not(:last-child) {
        margin-bottom: 52px;
    }

    /* sec08 */
    .sec08_item>div {
        width: 100%;
        height: auto;
        padding: 33px 20px 25px;
    }

    .sec08_item {
        flex-direction: column;
    }

    .sec08_tt {
        font-size: 40px;
        margin-bottom: 33px;
        text-align: center;
    }

    .sec08_load dl {
        padding-bottom: 6px;
    }

    .sec08_load dl:not(:last-child) {
        margin-bottom: 16px;
    }

    .sec08_item>div.item_l {
        margin-bottom: 56px;
        padding-bottom: 37px;
    }

    .load_face iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 2.4;
        border-radius: 15px;
    }

    .load_face {
        max-width: 450px;
        margin: 0 auto;
        padding-bottom: 16px;
    }

    .btn a {
        width: 295px;
        padding-top: 2px;
    }

    .btn_lg a,
    .sec07 .btn a {
        width: 335px;
    }

    .sec07 .btn a {
        font-size: 15px;
    }

    .btn_box .btn {
        width: 100%;
        max-width: 335px;
        margin: 0;
    }

    .btn_box .btn a {
        width: 100%;
    }

    .ttl_h3 .en {
        font-size: 40px;
    }

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

    .ttl_h3 .en:before {
        width: 80px;
    }

    .ft_con {
        width: 100%;
        height: auto;
        margin-bottom: 102px;
    }

    .ft_con .tt a {
        padding: 58px 30px 0px;
        height: 272px;
    }

    .ft_con .tt a .ja {
        font-size: 16px;
        line-height: 1.8;
    }

    .ft_con .tt a:before {
        background: url(../images/arrow_lg_sp.svg) no-repeat right top;
        width: 104px;
        height: 12px;
        top: auto;
        bottom: 40px;
        right: 20px;
        background-size: 104px auto;
    }

    .ft_con .tt a .en {
        margin-bottom: 40px;
        max-width: 315px;
    }

    .ft_bt {
        padding-top: 33px;
        padding-bottom: 95px;
    }

    .logo_ft {
        width: 284px;
        margin: 0 auto 59px;
    }

    .ft_contcact_sp .h_contact_fax {
        color: #fff;
        font-size: 26px;
    }

    .ft_contcact_sp .h_contact_mail {
        margin-top: 16px;
    }

    .ft_link_share.h_link_share {
        margin: 40px auto 73px;
        justify-content: center;
    }

    .ft_con {
        border-radius: 15px;
    }

    address {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    /*============ FOOTER ============*/
    footer {
        margin-top: 72px;
    }

    .under footer {
        margin-top: 0px;
    }

    /* 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: 10px;
    }

    .sp_contact li {
        width: calc(100% - 40px);
        height: 100%;
    }

    .sp_contact li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        font-family: var(--f-en);
    }

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

    .sp_contact_mail {
        background-color: var(--mcolor);
        border-radius: 28px;
        border: 1px #FFFFFF solid;
    }

    /* TO TOP */
    .to_top {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 66px;
    }

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

@media screen and (min-width: 585px) and (max-width: 750px) {
    .sec02_slide .slick-dots li:last-child {
        display: none;
    }
}

@media screen and (min-width: 441px) and (max-width: 750px) {
    .sec01_item2 {
        align-items: center;
    }

    .sec01_right_w,
    .sec03_item_sub .wrap,
    .sec05_item .item2 .img {
        display: table;
        margin: 0 auto 45px;
    }

    .sec05_item .item2 .img {
        margin-bottom: 0;
    }

    .sec04_item .item_l {
        text-align: center;
    }

    .sec04_item,
    .sec07_item {
        max-width: 351px;
        margin: 0 auto;
    }

    .sec07_item {
        margin-bottom: 52px;
    }

    .sec03_item_sub .wrap {
        max-width: 460px;
    }
}

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

    .pc440 {
        display: none !important
    }
    .slick-dots li {
        width: 20px;
        margin-right: 5px !important;
    }
}

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

    .sub a {
        font-size: 15px;
    }

    .ttl_h3 .en {
        font-size: 36px;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 16px;
    }

    .sec01_ttl .lg {
        top: -16px;
    }

    .sec01_ttl .lg img {
        width: 160px;
    }

    .sec01_ttl2 {
        font-size: 24px;
    }

    .sec01_item2 li {
        width: 100%;
    }

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

    .btn a:before {
        right: 15px;
    }

    .sec01_right .btn a,
    .sec03_item_sub .btn a {
        width: 240px;
        padding-top: 0;
    }

    .sec04 .btn a,
    .sec05 .btn a,
    .sec07 .btn a,
    .sec02 .btn a,
    .sec03 .btn_lg a {
        width: 280px;
        font-size: 13px;
    }

    .ft_con .tt a .ja {
        font-size: 15px;
    }

    .sec04_item .item_r .tt {
        font-size: 13px;
    }

    .sec01_con {
        padding: 74px 15px 65px;
    }

    .sec01_right_w dl dd,
    .sec01_right_w dl dt {
        font-size: 15px;
    }

    .sec04_item .item_l .img {
        max-width: 296px;
    }

    .sec04_item .item_l .map_box {
        width: 160px;
        height: 160px;
    }

    .sec04_item .item_r .item2 .tt {
        margin-bottom: 50px;
    }

    .sec04_list .item1 {
        padding-bottom: 3px;
    }

    .sec04_item .item_r .num_txt .lg.num {
        width: 50px;
    }

    .sec04_item .item_r .num_txt .num,
    .sec04_item .item_l .map_box .num,
    .sec04_item .item_r .num_txt .lg.num.x_lg {
        font-size: 50px;
        width: 80px;
    }

    .sec04_item .item_l .map_box {
        padding-top: 32px;
    }

    .sec04_item .item_l .map_box .ja,
    .sec04_item .item_r .num_txt .sm {
        font-size: 26px;
    }

    .sec04_item .item_l .map_box .sm {
        font-size: 20px;
        margin-bottom: 20px;
    }
}