.sp440, .sp425, .sp360 {
    display: none
}
.sub ul li a {
    background: url(../images/arrow_white.svg) var(--mcolor) no-repeat right 15px center / 14px;
}
@media screen and (min-width: 751px) {
    .sp {
        display: none !important
    }
    /* NAV */
    .h_box {
        min-width: calc(var(--container) + 30px);
    }
    .hamburger {
        display: none;
    }
    nav {
        max-width: 950px;
        width: 100%;
        margin-left: auto;
        position: relative;
        margin-top: -21px;
    }
    nav .inner {
        width: 100%;
        padding: 0 5px 0 0;
    }
    .nav_list {
        display: flex;
        justify-content: space-between;
        padding-right: 15px;
    }
    .nav_list > li > a, .nav_list > li > .hook {
        display: flex;
        align-items: center;
        position: relative;
        font-weight: 500;
        padding: 5px 0px;
        height: 60px;
    }
    .nav_list > li.parent {
        position: relative;
    }
    .nav_list > li.parent > .hook {
        cursor: default
    }
    .sub {
        position: absolute;
        z-index: 1;
        transition: all .3s;
        width: 260px;
        top: 100%;
        left: calc(50% - 130px);
        border-radius: 5px;
        overflow: hidden;
    }
    .sub ul li a {
        font-size: 15px;
        display: flex;
        width: 100%;
        height: 50px;
        align-items: center;
        padding: 5px 15px;
        margin: 0 auto;
        color: #fff;
    }
    .sub ul li:not(:last-child) a {
        border-bottom: solid 1px #FFF;
    }
    /* CUSTOM */
    .find_a, .find_out {
        cursor: pointer;
    }
    /* HOVER */
    .nav_list > li:hover > a {
        color: var(--scolor);
        text-decoration: none;
    }
    .parent:not(:hover) .sub {
        display: none;
    }
    .parent:hover .sub {
        transform: translate(0, 0);
    }
    .sub a:hover {
        background-color: var(--scolor);
        text-decoration: none;
    }
    .to_top img:hover, .find_a:hover, .sec12_slide .item:hover .sec12_wrap {
        opacity: .8
    }
    .h_over a:hover, .sec12_slide .slick-dots li button:hover, .sec04_item .slick-dots li button:hover, .under main .btn.is_prev a:hover, .under main .btn.is_none a:hover {
        background-color: var(--mcolor);
    }
    .sec09_btn_request a:hover, .sec_cta_item p:not(.btn_cta_tel) a:hover, .btn_contact a:hover, .btn_request a:hover {
        background-color: var(--scolor);
    }
    .sec02_img, .sec04_img {
        overflow: hidden;
    }
    .sec02_img img, .sec04_img img {
        transition: all .4s ease;
    }
    .sec02_item .item:hover .sec02_img img, .sec04_item .item:hover .sec04_img img {
        transform: scale(1.1);
    }
    .sec05_item .item:before {
        position: absolute;
        content: "";
        width: 0%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fffede;
        transition: all 0.3s;
        z-index: -1;
    }
    .sec05_item .item:hover:before {
        width: 100%;
    }
    .sec07_btn a:hover {
        background-color: #7f93ac;
        color: #fff;
    }
    .sec07_btn a:hover span {
        background: url(../images/icon_check_w.png) no-repeat left center / 16px;
    }
    .sec14_load dl dd a:hover, .sec14_btn a:hover, .nav_list > li > a:hover, .nav_list > li:hover > .hook {
        color: var(--mcolor);
    }
    .ft_link li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    .sec12_wrap:hover {
        opacity: 0.8;
    }
    .btn.btn_lg a {
        width: 520px;
    }
    .mv_contact, .mv_point {
        left: 5px;
        position: relative;
    }
    .h_contact_request a {
        padding-right: 5px;
    }
    .sec02 .idx_txt p {
        letter-spacing: -0.05em;
    }
    .sec04 .ttl_h3 .ja {
        margin-bottom: 8px;
    }
    .sec_wrap_sp {
        margin-bottom: 8px;
    }
    .sec05_txt p {
        letter-spacing: -0.05em;
    }
    .sec06_txt.idx_txt p {
        font-weight: 400;
        letter-spacing: -0.04em;
    }
    .sec09_btn_request a {
        margin: 0 160px 0 auto;
        padding-bottom: 3px;
    }
    .sec10_item .item:nth-child(even) {
        right: -15px;
        position: relative;
    }
    .item2 .sec10_info {
        padding-top: 42px;
    }
    .item4 .sec10_info {
        bottom: -5px;
    }
    .item4 .sec10_ttl .title {
        letter-spacing: -0.025em;
    }
    .item5 .sec10_info {
        padding: 38px 52px 31px 60px;
    }
    .sec_cta_item {
        left: 23px;
    }
    .sec_cta_item p.btn_cta_mail a, .sec_cta_item p.btn_cta_request a {
        letter-spacing: -0.05em;
    }
    .sec_cta_item .btn_cta_request a span:before {
        top: 1px;
    }
    .sec12 .ttl_h3 .ja {
        margin-bottom: 8px;
        font-weight: 600;
    }
    .sec14_item .item2 {
        position: relative;
        top: 5px;
    }
    .ft_ttl .ja {
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 1921px) {
    .mv:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
    }
    .mv {
        height: 1400px;
    }
    .mv .wrap {
        top: calc(50% - 460px);
        width: 100%;
        height: 100%;
    }
    .sec03 .inner {
        max-width: 1920px;
    }
    .sec06:before {
        width: 100%;
        background-size: cover;
        left: 0;
        background-position: center;
    }
    .sec08:before {
        width: 100%;
        background-size: cover;
        background-position: center bottom;
    }
    .sec09:after {
        left: calc(50% - 960px);
    }
    .sec09:before {
        width: 41.5%;
    }
    .sec10 .inner {
        max-width: 1920px;
    }
    .sec13 .inner {
        max-width: 1920px;
    }
    .ft_link:before {
        left: 0;
        width: 100%;
        background-size: cover;
    }
    .mv_txt {
        margin-left: calc(50% - 960px);
    }
    .h_inner {
        max-width: 1920px;
    }
    nav {
        max-width: 1920px;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    nav .inner {
        width: 100%;
        max-width: 942px;
        margin-right: 0;
    }
}
@media screen and (min-width: 751px) and (max-width: 1800px) {
    .mv {
        height: 100vh;
        max-height: 720px;
        display: flex;
        align-items: center;
    }
    .mv_txt {
        margin-left: 0px;
        margin-top: -28px;
        transform: scale(0.75);
    }
    .mv:before {
        left: 0;
        background-size: cover;
        width: 100%;
    }
    .sec03_item .item2 {}
    .sec03_frame {
        padding: 15px 15px 25px;
    }
    .sec03 .ttl_h3 {
        margin-bottom: 20px;
    }
    .sec03_item .item1 .sec03_img {
        height: 100%;
    }
    .sec03_item .item1 .sec03_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
    h1 {
        padding: 10px 0;
    }
    .inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .h_inner {
        padding: 0 20px 0 10px;
    }
    .h_contact_tel a {
        font-size: 30px;
    }
    .mv_txt {
        transform: scale(0.6);
        margin: -100px;
        width: 720px;
        height: 750px;
    }
    .mv_ttl4 dt, .mv_ttl4 dd {
        font-size: 26px;
    }
    .mv {
        min-height: 450px;
        max-height: 520px;
    }
    .mv .wrap {
        top: -15px;
    }
    .sec03 .ttl_h3 .ja {
        font-size: 36px;
    }
    .sec03_ttl2 {
        font-size: 30px;
        margin: 0 auto 8px;
    }
    .sec05_des {
        padding: 0px 12px;
    }
    .sec06_des {
        padding: 0 20px;
    }
    .sec09:after {
        top: auto;
        height: 200px;
        width: 765px;
        background-size: contain;
        bottom: 0;
    }
    .sec10_info {
        padding: 37px 40px 35px 25px;
    }
    .item5 .sec10_info {
        padding: 38px 40px 31px;
    }
    .item3 .sec10_info, .item1 .sec10_info {
        padding-left: 40px;
    }
    .to_top {
        width: 60px;
        height: 60px;
    }
    .sec12_slide .item {
        width: 380px;
    }
    .sec13_item .item2 {
        padding-top: 0;
    }
    .sec13 .ttl_h3 {
        margin-bottom: 20px;
    }
    .sec13_txt {
        margin-bottom: 20px;
    }
    .sec13_item .item2 {
        margin-left: 35px;
    }
    .sec13 .inner {
        padding: 0 30px;
    }
   
    .sec10_ttl .title {
        font-size: 28px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .mv {
        min-height: 560px;
        max-height: 560px;
    }
    .mv_txt {
        transform: scale(0.65);
        margin: -95px -50px;
    }
    .mv .wrap {
        top: 0px;
    }
    .ft_item .item2 {
        padding-left: 60px;
    }
    .sec01 {
        padding-top: 80px;
    }
}
/* 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, del {
        font-size: 14px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #wrapper, header, main, footer, .inner {
        width: 100% !important;
        min-width: unset !important
    }
    .pc {
        display: none !important
    }
    body.is_nav {
        overflow: hidden;
    }
    body.mac nav {
        padding-bottom: 160px;
    }
    /* NAV */
    nav {
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        overflow: auto;
        z-index: 100;
        display: none;
        background: #fff;
        padding-bottom: 80px;
    }
    nav .inner {
        padding: 0;
    }
    .nav_list {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .nav_list ul, .nav_list li {
        width: 100%
    }
    .nav_list .parent .sub ul li {
        background: var(--mcolor);
    }
    .nav_list .parent .sub ul li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
    .nav_list .hook, .nav_list a {
        display: block;
        padding: 13px 15px 12px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        border-bottom: solid 1px #ddd;
    }
    .nav_list .hook {
        position: relative;
        padding-left: 15px
    }
    .nav_list .hook::before, .nav_list .hook::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 1px;
        background-color: var(--mcolor);
        top: calc(50% - 1px);
        right: 12px;
        transition: all 0.3s;
    }
    .nav_list .hook::after {
        transform: rotate(-90deg);
    }
    .nav_list .hook.open::after {
        transform: rotate(0);
    }
    .sub {
        display: none
    }
    .sub ul:not(:last-child) {
        margin-bottom: 15px
    }
    .sub a {
        color: #fff;
        border-bottom: none;
        font-size: 15px;
    }
    .hamburger {
        position: absolute;
        right: 8px;
        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;
        background: var(--mcolor);
    }
    .h_contact {
        flex-direction: column;
    }
    .nav_logo a {
        display: table;
        width: fit-content;
        margin: 0 auto 5px;
        text-align: center;
    }
    .nav_add {
        text-align: center;
        margin-bottom: 15px;
    }
    .nav_logo {
        margin-bottom: 0px;
    }
    /*=====================================================
                          C U S T O M
    ======================================================*/
    /*============ HEADER ============*/
    h1 {
        width: 200px;
        padding: 0;
        top: 0;
    }
    .h_box {
        height: 60px
    }
    .h_inner {
        padding: 0 15px 0 10px;
    }
    /*============ Main ============*/
    main {
        padding-top: 60px;
    }
    /* MAIN VISUAL */
    .mv {
        height: 550px;
    }
    .mv, .mv .wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mv:before {
        background: url(../images/main_sp.jpg) no-repeat center top /cover;
        width: 100%;
    }
    .mv .wrap {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .mv_txt h2 {
        font-size: 50px;
    }
    .mv_txt {
        transform: scale(0.54);
        margin: -250px;
        height: auto;
        padding-bottom: 40px;
    }
    .mv_ttl4 {
        width: calc(100% - 40px);
    }
    .mv_contact {
        gap: 20px;
        transform: scale(1.15);
    }
    .mv_point {
        gap: 10px;
        transform: scale(1.1);
        margin: 45px 0 0;
    }
    .mv_ttl4 dt, .mv_ttl4 dd {
        font-size: 30px;
    }
    /* sec01 */
    .sec01_txt, .sec02_txt, .sec04_txt, .sec10_txt, .sec05_txt {
        width: 100%;
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
    .sec01 {
        height: auto;
        padding: 50px 0;
    }
    .sec01:before {
        display: none;
    }
    .sec01_img {
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
    }
    .sec01_ttl {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    .sec01_con {
        width: 100%;
    }
    /* sec02 */
    .sec02 {
        padding: 50px 0;
    }
    .sec02_item {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        max-width: 480px;
        margin: 0 auto;
    }
    .sec02_ttl .en {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .sec02_ttl .ja {
        font-size: 24px;
        line-height: 1;
    }
    .sec02_sub_ttl .lg {
        font-size: 18px;
        line-height: 1.5;
    }
    .sec02_ttl {
        margin-bottom: 6px;
    }
    .sec02_sub_ttl .sm {
        text-align: center;
        line-height: 1.5;
    }
    .sec02_item .item .wrap {
        height: 130px;
        padding-top: 5px;
    }
    .sec02_img {
        height: 250px;
        width: 100%;
    }
    .sec02_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sec02_btn a {
        width: 125px;
        height: 26px;
        padding-right: 5px;
    }
    .sec02_bg {
        top: -52px;
        letter-spacing: -0.05em;
        transform: scale(0.8);
    }
    /* sec03 */
    .sec03 {
        padding: 50px 0;
    }
    .sec03_item {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .sec03_item .item2 {
        width: 100%;
        padding: 0 15px;
    }
    .sec03 .ttl_h3 {
        text-align: center;
    }
    .sec03_item .item1 {
        padding-right: 40px;
    }
    .sec03_img {
        position: relative;
        left: -15px;
        padding-right: 10px;
    }
    .sec03_img:before {
        width: calc(100% + 20px);
        right: -10px;
        bottom: -10px;
    }
    .sec03_ttl2 {
        font-size: 24px;
        background-image: linear-gradient(0deg, #ccd8ea 12.12%, rgba(255, 255, 255, 0) 12.12%, rgba(255, 255, 255, 0) 50%, #ccd8ea 50%, #ccd8ea 62.12%, rgba(255, 255, 255, 0) 62.12%, rgba(255, 255, 255, 0) 100%);
        background-size: 66.00px 66.00px;
        margin: 0 auto 15px;
    }
    .sec03_frame {
        padding: 15px 13px 22px;
        margin: 0 auto;
    }
    .sec03_check li {
        background-size: 14px auto;
        padding: 5px 10px 7px 40px;
        line-height: 1.6;
    }
    .sec03_frame:before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: -20px;
    }
    /* sec04 */
    .sec04 {
        padding: 40px 0 50px;
    }
    .sec04 .inner {
        padding: 0;
    }
    .sec04:before {
        height: 360px;
    }
    .sec04_item {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0px;
        margin-bottom: 30px;
    }
    .sec04_ttl .en {
        font-size: 13px;
        margin-bottom: 5px;
        padding: 3px 5px 0;
        width: 114px;
    }
    .sec04_ttl .ja {
        font-size: 24px;
    }
    .sec04_item .item {
        padding: 0px 0px 22px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
        width: 350px;
        margin: 0 10px;
    }
    .sec04_des {
        padding: 0px 15px;
        letter-spacing: 0em;
    }
    .sec_wrap_sp {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        text-align: center;
        margin-bottom: 20px;
    }
    .sec_idx_ttl_lg {
        font-size: 26px;
        color: #00255b;
        background-image: linear-gradient(0deg, #ccd8ea 12.12%, rgba(255, 255, 255, 0) 12.12%, rgba(255, 255, 255, 0) 50%, #ccd8ea 50%, #ccd8ea 62.12%, rgba(255, 255, 255, 0) 62.12%, rgba(255, 255, 255, 0) 100%);
        background-size: 80.00px 80.00px;
        background-position: left bottom 4px;
        line-height: 1.1;
        display: inline;
    }
    .sec04_txt {
        margin-bottom: 15px;
    }
    .sec_idx_txt {
        margin-bottom: 25px;
    }
    /* sec05 */
    .sec05 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .sec05_ttl .lg {
        font-size: 26px;
    }
    .sec05_ttl .sm {
        font-size: 18px;
        padding-bottom: 12px;
        background-size: 80px auto;
        width: 80px;
    }
    .slick-dotted.slick-slider.sec12_slide, .slick-dotted.slick-slider.sec04_item {
        margin-bottom: 55px;
    }
    .sec05_ttl {
        margin-bottom: 20px;
    }
    .sec05_item {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 15px;
    }
    .sec05_ic img {
        width: 80px;
    }
    .sec05_label {
        top: -19px;
        margin-bottom: -1px;
        transform: scale(0.92);
    }
    .sec05_btn {
        padding-right: 15px;
    }
    .sec05_btn a {
        padding-right: 20px;
    }
    .sec05_des {
        margin-bottom: 5px;
    }
    .sec05_item .item {
        padding: 0px 0px 10px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }
    /* sec06 */
    .sec06 {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .sec06_item {
        gap: 20px 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .sec06_item .item.item3 {
        grid-column: 1 / -1;
    }
    .sec06_des {
        padding: 0 20px;
    }
    .item3 .sec06_ttl, .item3 .sec06_des {
        width: 100%;
        text-align: left;
        padding-left: 120px;
    }
    .item3 .sec06_icon {
        position: absolute;
        left: 15px;
        top: calc(50% - 40px);
    }
    .sec06_icon img {
        width: 80px;
    }
    .sec06_ttl {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .sec06_num {
        font-size: 30px;
        left: 3px;
        top: -10px;
    }
    .sec06_num:before {
        right: 0px;
        bottom: -25px;
        height: 50px;
    }
    .sec06_icon {
        margin-bottom: 5px;
    }
    .sec06_item .item {
        padding-bottom: 20px;
    }
    .sec06_txt {
        margin-bottom: 50px;
    }
    .sec06:before {
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
    }
    /* sec07 */
    .sec07 {
        padding-top: 50px;
        padding-bottom: 120px;
    }
    .sec07_ttl h3 {
        font-size: 22px;
    }
    .sec07_ttl .pickup {
        width: 80px;
        height: 80px;
        line-height: 1.05;
        font-size: 20px;
        margin-right: 20px;
    }
    .sec07_ttl .pickup:before {
        top: calc(50% - 6px);
    }
    .sec07_item {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .sec07_tilte {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 18px;
        max-width: calc(100% - 20px);
    }
    .sec07_btn a {
        border-width: 1px;
        height: 42px;
        font-size: 16px;
    }
    .sec07_btn a span {
        padding-left: 20px;
    }
    .sec07_info p {
        line-height: 1;
    }
    .sec07_label {
        padding: 1px 10px 2px;
    }
    .sec07_img img {
        width: 100%;
    }
    .sec07_info {
        margin-bottom: 15px;
        padding: 0 10px;
    }
    .sec07_ttl {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    /* sec08 */
    .sec08 {
        height: auto;
        padding-bottom: 25px;
    }
    .sec08_ttl {
        width: fit-content;
        margin: 0 auto -13px;
        font-size: 20px;
        height: auto;
        top: -40px;
        padding: 10px 20px;
        line-height: 1.3;
        text-align: center;
    }
    .sec08_frame {
        padding: 10px 15px 10px;
        top: -40px;
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
        border-width: 2px;
    }
    .sec08_check li, .sec08_check li:nth-child(even) {
        padding: 8px 15px 8px 35px;
        line-height: 1.4;
    }
    .sec08_check li:before {
        left: 10px;
    }
    .sec08:before {
        background: url(../images/idx_bg05_pc.jpg) no-repeat center top / cover;
        width: 100%;
        height: 100%;
    }
    /* sec09 */
    .sec09 {
        padding: 40px 0 50px;
    }
    .sec09_btn_request a {
        width: 290px;
        height: 56px;
        font-size: 18px;
    }
    .sec09:after {
        left: 0px;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: center bottom;
    }
    .sec09_btn_request a span {
        padding-left: 30px;
    }
    .sec09_btn_request a span:before {
        width: 24px;
        height: 24px;
    }
    .sec09_ttl {
        font-size: 28px;
        background-image: linear-gradient(0deg, #013b96 12.12%, rgba(255, 255, 255, 0) 12.12%, rgba(255, 255, 255, 0) 50%, #013b96 50%, #013b96 62.12%, rgba(255, 255, 255, 0) 62.12%, rgba(255, 255, 255, 0) 100%);
        background-size: 80px 80.00px;
        background-position: left bottom 4px;
        line-height: 1.1;
        display: inline;
    }
    /* sec10 */
    .sec10 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .sec10 .sec_idx_txt {
        padding: 0 15px;
    }
    .sec10_item .item, .sec10_item .item:nth-child(even) {
        flex-direction: column;
    }
    .sec10_item {
        row-gap: 30px;
    }
    .sec10_img:before {
        width: calc(100% + 10px);
        bottom: -10px;
        right: -10px;
    }
    .sec10_item .item:nth-child(odd) .sec10_info {
        margin-left: auto;
    }
    .item1 .sec10_info {
        padding-left: 0;
    }
    .sec10_info {
        width: calc(100% - 40px);
        padding: 20px 20px 15px 20px !important;
        align-self: center;
        margin-top: -50px;
    }
    .sec10_img {
        width: calc(100% - 20px);
    }
    .sec10_ttl {
        margin-bottom: 10px;
    }
    .sec10_ttl .en {
        margin-bottom: 0px;
    }
    .sec10_ttl .title {
        font-size: 24px;
    }
    .sec10_ttl .ic img {
        width: auto;
        height: 40px;
    }
    .sec10_ttl .num {
        margin-right: 14px;
    }
    .sec10_ttl .ic1 {
        bottom: 8px;
    }
    .sec10_info:before {
        height: 70px;
    }
    .sec10_item .item:nth-child(odd) .sec10_info:before {
        top: -15px;
    }
    .sec10_item .item:nth-child(even) .sec10_info {
        margin-right: auto;
    }
    .sec10_ttl .ic2 {
        bottom: 7px;
    }
    .sec10_item .item:nth-child(even) .sec10_info:before {
        top: -18px;
    }
    .sec10_item .item:nth-child(even) .sec10_img {
        margin-left: auto;
    }
    .sec10_item .item:nth-child(even) .sec10_img:before {
        right: 0;
    }
    .sec10_ttl .ic4 {
        bottom: 8px;
    }
    .sec10_ttl .ic5 {
        bottom: 8px;
    }
    .sec10_ttl .ic3 {
        bottom: 7px;
    }
    .sec10 .idx_txt p {
        font-size: 17px;
    }
    /* sec11 */
    /* sec12 */
    .sec12 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .sec12_slide .slick-dots li, .sec04_item .slick-dots li {
        margin: 0 4px;
        width: 8px;
        height: 8px;
    }
    .sec12_slide .slick-dots li button, .sec04_item .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .sec12_slide .item {
        padding: 0px 0px 15px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
        width: 350px;
        margin: 0 10px;
    }
    .sec12_box {
        padding: 15px 15px;
        margin-bottom: 15px;
        height: 110px;
    }
    .sec12_img {
        margin-right: 15px;
        width: 70px;
        height: 70px;
    }
    .sec12_ttl {
        width: calc(100% - 80px);
    }
    .sec12_ttl .lg {
        font-size: 20px;
    }
    .sec12_des {
        padding: 0px 15px 5px;
    }
    .sec12_txt {
        margin-bottom: 20px;
    }
    /* sec13 */
    .sec13 {
        padding: 50px 0 45px;
    }
    .sec13_item {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .sec13_img_g p:before {
        bottom: -10px;
        right: -10px;
    }
    .sec13_item .item2 {
        margin-left: 0;
        padding: 0;
    }
    .sec13_item .item2 .wrap {
        width: 100%;
    }
    .sec13_img_g {
        gap: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .sec13_img2 {
        margin-top: 30px;
    }
    .sec13 .ttl_h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    .sec13_ttl {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.4;
        text-align: center;
    }
    .sec13_txt {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .sec13_name {
        font-size: 16px;
        padding: 0 15px;
    }
    /* sec14 */
    .sec14 {
        padding: 45px 0 45px;
    }
    .sec14_item {
        flex-direction: column;
    }
    .sec14_item .item1, .sec14 .ttl_h3 {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .sec14_item .item2 {
        width: 100%;
    }
    .sec14_load {
        margin-bottom: 25px;
    }
    .sec14_load dl {
        padding: 11px 10px 5px;
        flex-direction: column;
    }
    .sec14_load dl dt, .sec14_load dl dd {
        width: 100%;
    }
    .sec14_load dl dd a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .sec14_load dl dt .cate {
        height: 28px;
        min-width: 80px;
    }
    .sec14_btn a {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
    .sec_cta, .sec15.sec_cta {
        height: auto;
        padding: 40px 0;
    }
    .sec15 .sec_cta_txt {
        margin-bottom: 26px;
    }
    .sec_cta_item {
        grid-template-columns: repeat(1, 1fr);
        max-width: 300px;
        margin: 0 auto;
    }
    .sec_cta_ttl {
        display: inline;
    }
    .sec_cta_ttl {
        font-size: 28px;
        background-image: linear-gradient(0deg, #013b96 12.12%, rgba(255, 255, 255, 0) 12.12%, rgba(255, 255, 255, 0) 50%, #013b96 50%, #013b96 62.12%, rgba(255, 255, 255, 0) 62.12%, rgba(255, 255, 255, 0) 100%);
        background-size: 100.00px 100.00px;
        background-position: left bottom 4px;
        display: inline;
    }
    .sec_cta_item p a {
        width: 100%;
        height: 60px;
        padding-top: 0;
    }
    .sec_cta_item p.btn_cta_tel a {
        padding-top: 2px;
    }
    .sec_cta_item p {
        margin-bottom: 15px;
    }
    .sec_cta:before {
        width: 90%;
    }
    .sec_cta_item p a .number {
        font-size: 24px;
        padding-left: 25px;
        line-height: 1;
    }
    .sec_cta_item p a .box_time .time {
        font-size: 11px;
    }
    .sec_cta_item p a .box_time {
        gap: 10px;
    }
    .sec_cta_item p a .box_time .time .label {
        padding-bottom: 2px;
    }
    .sec_cta:after {
        background-size: 750px;
        left: 0;
        background-position: center bottom;
    }
    .sec_cta_item p a .number:before {
        padding-left: 25px;
        top: 2px;
        width: 18px;
        height: 30px;
        background-size: 18px auto;
    }
    .btn_cta_request a, .btn_cta_mail a {
        font-size: 18px;
    }
    .btn_cta_request a span:before {
        width: 24px;
        height: 24px;
        top: 3px;
    }
    .btn_cta_request a span {
        padding-left: 30px;
    }
    .btn_contact.btn_cta_mail a span:before {
        width: 30px;
        height: 21px;
        top: 4px;
    }
    .btn_contact.btn_cta_mail a span {
        padding-left: 40px;
    }
    .idx_txt p {
        font-size: 18px;
        line-height: 1.6;
    }
    .ttl_h3 .ja, .sec02 .ttl_h3 .ja, .sec06 .ttl_h3 .ja, .sec10 .ttl_h3 .ja, .sec14 .ttl_h3 .ja {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .ttl_h3 .en {
        font-size: 16px;
    }
    .sec02 .ttl_h3:not(:last-child), .ttl_h3:not(:last-child), .sec04 .ttl_h3:not(:last-child), .sec06 .ttl_h3:not(:last-child), .sec10 .ttl_h3:not(:last-child) {
        margin-bottom: 20px;
    }
    .btn a {
        width: 290px;
        height: 50px;
        font-size: 16px;
        background-position: right 15px center;
        line-height: 1.2;
    }
    /*============ FOOTER ============*/
    footer {
        margin-bottom: 70px;
    }
    .ft_item .item1 {
        height: 299px;
    }
    .ft_ttl {
        text-align: center;
        padding-bottom: 20px;
    }
    .ft_item {
        grid-template-columns: repeat(1, 1fr);
    }
    .ft_info dl dt {
        width: 100px;
    }
    .ft_item .item2 {
        width: 100%;
        padding: 40px 15px 28px;
    }
    .ft_info dl {
        padding: 0px;
        margin-bottom: 5px;
    }
    /* SP CONTACT */
    .sp_contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        z-index: 99;
        bottom: -65px;
        transition: all 0.3s;
    }
    .sp_contact p a {
        width: 100%;
        border-radius: 0px;
        font-size: 16px;
    }
    .sp_contact.sec_cta_item p a .box_time .time .label {
        padding: 0 6px;
        margin-right: 4px;
    }
    .sp_contact.show {
        bottom: 0;
    }
    .sp_contact p {
        width: 50%;
        height: 100%;
        margin-bottom: 0;
    }
    .sp_contact p:not(:last-child) {
        border-right: 1px #ddd solid;
    }
    .sp_contact.btn_contact.btn_cta_mail a span:before {
        width: 24px;
        height: 16px;
        top: 7px;
    }
    .sp_contact.sec_cta_item {
        max-width: 100%;
    }
    .sp_contact .btn_contact.btn_cta_mail a span:before {
        width: 26px;
        height: 18px;
        top: 6px;
    }
    .sp_contact .btn_contact.btn_cta_mail a span {
        padding-left: 32px;
    }
    .sp_contact.btn_contact.btn_cta_mail a span {
        padding-left: 30px;
    }
    .sp_contact.sec_cta_item p a .number {
        font-size: 20px;
        padding-left: 18px;
        line-height: 1.45;
    }
    .sp_contact.sec_cta_item p a .box_time .time {
        font-size: 9px;
    }
    .sp_contact.sec_cta_item p a .box_time {
        gap: 5px;
        line-height: 1.5;
    }
    .sp_contact.sec_cta_item p a .number:before {
        padding-left: 25px;
        top: 6px;
        width: 15px;
        height: 24px;
        background-size: 15px auto;
    }
    address {
        color: #000;
    }
    /* TO TOP */
    .to_top {
        width: 50px;
        height: 50px;
        right: 0px;
        bottom: 61px;
        z-index: 8;
    }
    /*============ END 750 ============ */
}
/* screen-max:440px */
@media screen and (max-width: 440px) {
    .sp440 {
        display: block !important;
    }
    .pc440 {
        display: none !important
    }
}
@media screen and (max-width: 425px) {
    .sp425 {
        display: block !important;
    }
    .mv_txt {
        transform: scale(0.45);
    }
    .mv {
        height: 450px;
    }
    .mv_btn_tel a .icon .sm {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .mv_ttl3 {
        font-size: 34px;
    }
    .mv_point {
        transform: scale(1.2);
    }
    .mv_btn_request a {
        font-size: 28px;
    }
    .mv_btn_request a span:before {
        top: 2px;
    }
    .mv_btn_tel a .icon .num {
        font-size: 36px;
    }
    .mv_point .item .number {
        margin-bottom: 3px;
    }
    .sec04_item .item {
        width: 290px;
    }
    .sec06_ttl {
        font-size: 20px;
    }
    .sec07_ttl h3 {
        font-size: 18px;
    }
    .sec07_ttl .pickup {
        width: 70px;
        height: 70px;
        font-size: 18px;
        margin-right: 20px;
    }
    .sec10_ttl .title {
        font-size: 22px;
    }
    .sec12_slide .item {
        width: 300px;
    }
    .ft_info dl dt {
        width: 90px;
    }
    .sp_contact p a {
        font-size: 14px;
        line-height: 1.3;
        text-align: left;
    }
    .sp_contact .btn_contact.btn_cta_mail a span:before {
        top: 9px;
    }
    .sp_contact.btn_contact.btn_cta_mail a span:before {
        width: 24px;
        height: 16px;
        top: 10px;
    }
    .sp_contact.sec_cta_item p a .box_time .time {
        font-size: 8px;
    }
    .sec15 .sec_cta_ttl {
        font-size: 26px;
        background-image: linear-gradient(0deg, #013b96 9.12%, rgba(255, 255, 255, 0) 9.12%, rgba(255, 255, 255, 0) 60%, #013b96 60%, #013b96 86.12%, rgba(255, 255, 255, 0) 86.12%, rgba(255, 255, 255, 0) 100%);
    }
    .sec07_tilte {
        font-size: 16px;
    }
}
/* screen-max: 360px */
@media screen and (max-width: 360px) {
    .sp360 {
        display: block !important;
    }
    .mv_txt h2 {
        font-size: 60px;
    }
    .mv_txt {
        transform: scale(0.4);
    }
    .sec03_ttl2 {
        font-size: 20px;
    }
    .sec03 .btn a {
        width: 250px;
        font-size: 14px;
        background-position: right 10px center;
    }
    .ttl_h3 .ja, .sec02 .ttl_h3 .ja {
        font-size: 24px;
    }
    .ttl_h3 .en {
        font-size: 14px;
    }
    .sec_idx_ttl_lg {
        font-size: 22px;
        background-size: 70px 70px;
    }
    .sec01_ttl {
        font-size: 20px;
    }
    .sec01 .idx_des p {
        letter-spacing: -0.01em;
    }
    .sec04_item .item {
        width: 250px;
    }
    .sec05_ttl .lg {
        font-size: 22px;
    }
    .sec05_item {
        grid-template-columns: repeat(1, 1fr);
    }
    .idx_txt p {
        font-size: 16px;
    }
    .sec06_item {
        gap: 10px;
    }
    .sec06_des {
        padding: 0 10px;
    }
    .sec06_ttl {
        font-size: 16px;
    }
    .sec06_icon img {
        width: 60px;
    }
    .item3 .sec06_ttl, .item3 .sec06_des {
        padding-left: 90px;
    }
    .sec06_des, .item3 .sec06_des {
        font-size: 13px;
    }
    .sec06 .ttl_h3 .ja {
        font-size: 22px;
    }
    .item3 .sec06_icon {
        top: calc(50% - 30px);
    }
    .sec07_ttl h3 {
        font-size: 16px;
    }
    .sec08_check li, .sec08_check li:nth-child(even) {
        padding: 8px 10px 8px 35px;
    }
    .sec07_tilte {
        padding: 0 6px;
        font-size: 14px;
        max-width: calc(100% - 10px);
    }
    .sec09_ttl {
        font-size: 24px;
    }
    .sec10_info {
        padding: 20px 15px 15px !important;
    }
    .sec10_ttl .title {
        font-size: 20px;
    }
    .sec_cta_item {
        max-width: 260px;
    }
    .sec_cta_item p a .box_time .time {
        font-size: 10px;
    }
    .sec_cta:after {
        background-size: 440px auto;
    }
    .sec12_slide .item {
        width: 260px;
    }
    .ft_info dl dt, .ft_info dl dd {
        font-size: 13px;
    }
    address {
        font-size: 11px;
    }
    .sp_contact.sec_cta_item p a .box_time .time {
        font-size: 6px;
    }
    .sp_contact.sec_cta_item p a .number:before {
        top: 6px;
    }
    .sec15 .sec_cta_ttl {
        font-size: 22px;
    }
}