.sp440{display:none}

@media screen and (min-width: 751px) {
    .sp{display:none !important}
    /* NAV */
    #logo{max-width: 20%;}
    .h_box{min-width: calc(var(--container) + 3rem);}
    .hamburger{display:none;}
    nav{margin: 0 4rem 0 auto;}
    .nav_list{display: flex;justify-content: space-between;gap: 4rem;padding-bottom: 0.5rem;}
    .nav_list>li>a,
    .nav_list>li>.hook{display:flex;align-items:center;position:relative;font-weight: bold;font-size: 1.6rem;color: var(--mcolor);letter-spacing: -.07rem;}
    .nav_list>li.parent{position:relative;padding-right: 1.5rem;}
    .nav_list>li.parent::before,.nav_list>li.parent::after{content: '';position: absolute;width: 1rem;height: 0.1rem;background-color: var(--mcolor);right: 0;top: 50%;transition: all 0.3s;}
    .nav_list>li.parent::after{transform: rotate(-90deg);}
    .nav_list>li.parent>.hook{cursor:default}
    .sub{position:absolute;z-index:1;transition:all .3s;width:22rem;top:100%;left:calc(50% - 11rem);padding-top: 0.5rem;}
    .sub ul li a{font-size:1.4rem;display:flex;width:100%;align-items:center;letter-spacing:.001em;padding:0.6rem 1rem;margin:0 auto;border-bottom:solid 0.1rem #FFF;color:#fff;background:#32aabe;justify-content: center;}
    .sub ul li:last-child a{border-bottom: 0;}
    .nav_list>li.parent:hover::after{transform: rotate(0);}

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

    /* HOVER */
    .link:hover{text-decoration: none;}
    .nav_list>li:hover>a{color:var(--mcolor);text-decoration: none;}
    .parent:not(:hover) .sub{display: none;}
    .parent:hover .sub{transform:translate(0,0);}
    .sub a:hover{background-color:var(--mcolor);text-decoration: none;}
    .btn a:hover,.btn a.hv,
    .h_contact_mail a:hover{background-color: var(--mcolor);}
    .secbnn_body_cta li.find_a:hover{background-color: #3fb4c7;}
    .to_top img:hover{opacity: 0.7;}
    .sec04_ite:nth-of-type(1) .btn a:hover{background-color: #1b7ebf;}
    .sec04_ite:nth-of-type(2) .btn a:hover{background-color: #32aabe;}
    .sec05_cta:hover .sec05_cta_tt a,.btn_address a:hover{background-color: #c9e1f5;}
    .sec05_cta::after{content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;background-color: rgba(0, 0, 0, 0.2);transition: all 0.3s;opacity: 0;border-radius: 20px;mix-blend-mode: multiply;}
    .sec05_cta:hover::after{opacity: 1;}
    .ft_links li a:hover{text-decoration: underline;text-underline-offset: 3px;}
    .sec03_list dl:hover img{transform: scale(1.05);}
    .sec05_cta:hover .sec05_cta_tt a::after{background-color: var(--mcolor);}
    .nav_list>li>a:hover,.nav_list>li.parent:hover .hook{color: var(--scolor);}

}

@media screen and (min-width: 1921px){
    .secbnn{background-size: 100% 50%;}
}
@media screen and (min-width: 751px) and (max-width: 1600px){
    html{font-size: 60%;}
    main{padding-top: 10rem;}
    .h_box,.h_contact_mail a{height: 9rem;}
    .btn.lg a{width: 49rem;}
    .nav_list{gap:3rem;}
    .nav_list>li>a, .nav_list>li>.hook{font-size: 1.4rem;}
    .mv_tt{font-size: 5rem;}
    .mv_tt span{font-size: 7rem;}
    .mv_body::after{width: 44rem;height: 37rem;}
    .mv_pick{width: 60%;}
    .mv_pick::after{width: 30rem;right: -2rem;height: 14rem;}
    .mv_pick img{max-width: 100%;}
    .desc{font-size: 1.8rem;}
    .sec02_box{padding-left: 2rem;padding-right: 2rem;}
    .sec02_box::after{left: 5rem;}
    .sec02_map{width: 90%;margin-left: auto;margin-right: auto;top: 0;}
    .sec03::after{max-width: 100%;height: 20rem;}
    .sec03_list dl{max-width: 58rem;}
    .sec04_col{gap: 6rem;}
    .sec05_head::after{width: 30rem;height: 30rem;left: 10rem;}
    .sidebar_cta a{width: 5rem;}
    .sec06_pick li img{width: 450px;}
    .sec06_pick li:nth-of-type(1){left: -20rem;}
    .sec06_pick li:nth-of-type(2){right: -20rem;}
    .sec04_baloon li{width: 37rem; height: 17rem;}
    .sec04_ite:nth-of-type(2) .sec04_baloon li:nth-of-type(3){margin-left: 4rem;}
    .sec04_ite:nth-of-type(2) .sec04_baloon li:nth-of-type(4){margin-right: 0;}
}

/* screen-min:750px */
@media screen and (max-width: 750px) {
    input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd, del{font-size: 1.6rem;letter-spacing: 0;}
    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: 16rem;}
    /* NAV */
    nav{display:block;position:fixed;top:6rem;left:0;width:100%;height:calc(100vh - 6rem);overflow:auto;z-index:100;display:none;background: var(--mcolor);padding-bottom: 8rem;}
    nav .inner{padding: 0;}
    .nav_list{margin-bottom: 5rem;}
    .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:0.1rem solid var(--mcolor)}
    .nav_list .hook, .nav_list a{display:block;padding:1.3rem 1.5rem 1.2rem;color:#fff;font-size:1.4rem;font-weight:600;border-bottom:solid 0.1rem #fff}
    .nav_list .hook{position:relative;padding-left:1.5rem}
    .nav_list .hook::before,
    .nav_list .hook::after{content:"";position:absolute;width: 1.6rem; height: 0.2rem; background-color: #FFF;top:calc(50% - 0.1rem);right:1rem; 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:1.5rem}
    .sub a{color:var(--mcolor);border-bottom:none;}
    .hamburger{position:absolute;right:0.8rem;bottom:0.8rem;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
    ======================================================*/
    .dot::before{width: 6px;height: 6px;top: -0.4rem;}
    .desc{font-size: 1.8rem;}
    .ttl_h3{font-size: 2.4rem;margin-bottom:2rem;text-align: center;}
    .ttl_h3 .lg{font-size: 2.8rem;}
    .ttl_h3 .line::after{height: 0.8rem;}
    .ttl_h3_ico{width: 4.2rem;}
    .ttl_h3_en{font-size: 1.4rem;min-width: 10rem;margin-bottom: 1rem;}
    .ttl_h4{font-size: 2rem;line-height: 2.2;letter-spacing: 0;margin-bottom: 2rem;text-align: center;}
    .ttl_h4,.ttl_h4 .dot{text-decoration: underline;text-underline-offset: 1rem; text-decoration-color: #78b4e6;text-decoration-thickness: 0.1rem}
    .ttl_h4 .lg2{font-size: 2.4rem;}
    .btn a{width: 30rem;height: 6rem;font-size: 1.6rem;line-height: 1.4;background-position: right 1.5rem center;padding: 0 4rem 0 3rem;}
    .btn_box{gap: 2.5rem;}

    /*============ HEADER ============*/
    .h_inner{padding-left: 1.5rem;}
    #logo{width: 20.5rem;}
    .h_box{height:6rem}
    .mv::before{top: -13.5rem;}
    .mv_box{padding: 2rem 0;}
    .mv_tt{font-size: 3rem;}
    .mv_tt span{font-size: 4rem;}
    .mv_tt .dot::after{width: 5.5rem;height: 5.5rem;}
    .mv_des{font-size: 1.4rem;letter-spacing: -.08rem;}
    .mv_body{margin-bottom: 4rem;}
    .mv_body::after{width: 32rem;height: 37rem;}
    .mv_pick{width: calc(100% - 7.5rem);}
    .mv_pick::after{width: 24rem;height: 10rem;right: -6.5rem;bottom: -2rem;}

    /*============ Main ============*/
    main{padding-top: 6rem;}

    /* sec01 */
    .sec01{padding: 4rem 0 2.5rem;}
    .sec01::after{width: 100%;height: 20rem;}
    .sec01_head{margin-bottom: 2rem;}
    .sec01_slg{font-size: 2rem;}
    .sec01_slg::after{width: 24rem;height: 7rem;}
    .sec01_h3 > span{padding: 0 2.5rem;}
    .sec01_h3 > span::before, .sec01_h3 > span::after{width: 3rem;height: 3.5rem;top: 1rem;}
    .sec01_h3 > span::after{right: -0.5rem;}
    .sec01_h3 > span::before{left: -0.5rem;}
    .sec01_people{width: 30rem;margin:-1rem auto 0 auto}
    .sec01_ballon{display: grid;grid-template-columns: repeat(2,1fr);gap: 3.5rem 1.5rem;max-width: 560px;margin: 0 auto;}
    .sec01_ballon li{padding: 1rem 0.2rem;font-size: 1.2rem;border-radius: 1rem;}
    .sec01_ballon li::after{width: 5rem;height: 4rem;bottom: -3rem}
    .sec01_ballon li:nth-of-type(odd)::after{background: url('../images/sec01_bloon_ic1.png') no-repeat center /contain;left: 2.5rem;}
    .sec01_ballon li:nth-of-type(even)::after{background: url('../images/sec01_bloon_ic3.png') no-repeat center /contain;right: 2.5rem;}
    /* sec02 */
    .sec02{margin-top: -3rem;}
    .sec02_box{padding: 4rem 0;overflow: hidden;border-radius: 2rem;box-shadow: 0.5rem 0.5rem 0 rgba(28, 103, 153, 0.1);background-color: #FFF;}
    .sec02_box::after{width: 18rem;height: 9rem;left: 1.5rem;}
    .sec02_head{margin-bottom: -15rem;position: relative;z-index: 2;}
    .sec02_map{width: 37.5rem;margin: 0 auto -6rem;}
    .sec02_map img{width: 82rem;margin-left: 1.5rem;max-width: 82rem;margin-top: -1px;}
    .sec02_body{padding: 0 1.5rem 8rem;}
    /* sec03 */
    .sec03{padding: 4rem 0 12rem;}
    .sec03::after{width: 100%;height:12rem;bottom:2rem;}
    .sec03_list{max-width: 560px;margin: 0 auto 4rem;}
    .sec03_list dl .tt{font-size: 2.1rem;}
    .sec03_list dl .tt .num{font-size: 5rem;width: 9rem;height: 9rem;top: -5rem;}
    .sec03_list dl:not(:last-child){margin-bottom: 3rem;}
    .sec03_list dl dt{margin-bottom: 2rem;border-width:0.3rem;}
    .sec03_list dl dt img{max-width: calc(100% + 0.6rem);max-height:calc(100% + 0.6rem);margin-left: -0.3rem;margin-top: -0.3rem;}
    .sec03_box::before, .sec03_box::after{width: 5rem;height: 10rem;bottom: -12.1rem;}

    .secbnn{padding: 4rem 0 7rem;}
    .secbnn_en{font-size: 6rem;letter-spacing: 0;margin: 0 0 -3rem;text-align: center;}
    .secbnn_head{margin-bottom: 3rem;}
    .secbnn_head .ttl_h3{text-align: center;}
    .secbnn_head .desc{text-align: center;}
    .secbnn_body_tt{padding: 0 3rem;}
    .secbnn_body_cta{flex-wrap: wrap;padding: 0 15px;}
    .secbnn_box::after{width: 8rem;left:0;bottom: -8.5rem;height: 6rem;}
    /* sec04 */
    .sec04{padding: 4rem 1.5rem;}
    .ttl_h3 .line2::after{bottom: 0;height: 0.6rem;}
    .sec04_ite{padding: 2rem 1.5rem 0;border-radius: 1rem !important;}
    .sec04_ite::after{max-width: 42rem;}
    .sec04_ite:not(:last-child){margin-bottom:7rem;}
    .sec04_baloon{max-width: 34.5rem;margin-left: auto;margin-right: auto;}
    .sec04_ite:nth-of-type(1) .sec04_baloon li:nth-of-type(1){margin-bottom: -1rem;}
    .sec04_ite:nth-of-type(1) .sec04_baloon li:nth-of-type(2){margin-bottom: -1.6rem;}
    .sec04_ite:nth-of-type(1) .sec04_baloon li:nth-of-type(3){margin-bottom: -2rem;}
    .sec04_ite:nth-of-type(1) .sec04_baloon li:nth-of-type(4){margin-bottom: -1rem;}
    .sec04_ite:nth-of-type(2) .sec04_baloon li:nth-of-type(1){margin-bottom: -1.5rem;}
    .sec04_ite:nth-of-type(2) .sec04_baloon li:nth-of-type(2){margin-bottom: -2rem;}
    .sec04_ite:nth-of-type(2) .sec04_baloon li:nth-of-type(3){margin-bottom: -2.5rem;}
    .sec04_ite:nth-of-type(2) .sec04_baloon li:nth-of-type(4){margin-bottom: -1rem;}
    .sec04_ite .sec04_img {width:20rem;margin: 0 auto -2rem;}
    .sec04_ite .btn{margin-bottom: -3rem;}
    .sec04_ite .sec04_des{margin-bottom:1rem;}
    .sec04_ite .ttl_h3{margin-bottom: 1rem;}
    /* sec05 */
    .sec05{padding: 4rem 0;}
    .sec05_head{margin-bottom: 3rem;}
    .sec05_head::after{width: 22rem;height: 22rem;left: 13rem;top: 8rem;}
    .sec05_body{max-width: 460px;margin: 0 auto;}
    .sec05_img img{width: 20rem;margin: 0 auto;display: block;}
    .sec05_cta{padding: 1rem 0 0 1rem;height: 16rem;}
    .sec05_cta:not(:last-child){margin-bottom: 4rem;}
    .sec05_cta_tt a{font-size: 1.8rem;padding:0.5rem 3.5rem 0.5rem 1rem;}
    .sec05_cta_tt a::after{width: 20px;height: 20px;background-size: 6px;top: calc(50% - 10px);}
    .sec05_cta_des{font-size: 1.4rem;padding: 1rem;}
    /* sec06 */
    .sec06{padding: 4rem 0 10rem;}
    .sec06::after{width: 50rem;height: 8rem;left: calc(50% - 25rem);}
    .sec06_des{margin-bottom: 4rem;font-size: 1.5rem;}
    .sec06_pick{display: flex;justify-content: space-between;gap: 2rem;width: calc(100% + 3rem);margin-left: -1.5rem;margin-bottom: 4rem;}
    .sec06_pick li{box-shadow: 1rem 1.2rem 0 #d4e5f0;}

    /*============ FOOTER ============*/
    footer{padding: 0 0 8rem;}
    .ft_top{margin-bottom: 4rem;padding-top:4rem;}
    .ft_top_logo{width: 20.5rem;margin: 0 auto 2rem;}
    .ft_top_add{text-align: center;}
    .btn_address a{margin: 0 auto;font-size: 1.8rem;height: 5rem;}
    .ft_bot{padding:1.5rem;border-radius: 2rem;background-color: #c9e1f5;}
    .ft_links{margin-bottom: 2rem;display: flex;flex-wrap: wrap;display: none;}
    .ft_links ul{width: 50%;}
    .ft_links ul:not(:last-child){margin-bottom: 2rem;}
    .ft_links li.big:not(:first-child){margin-top: 2rem;}
    .ft_links li a{font-size: 1.4rem;}
    .ft_links li a::before{top: 0.4rem;}
    address{font-size: 1.3rem;line-height: 1.4;}

    /* SP CONTACT */
    .sp_contact{display:flex;justify-content:center;align-items:center;width:100%;height:5rem;position:fixed;left:0;z-index:8; bottom:-5.5rem;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:1.6rem;line-height: 1.2;text-align: center;font-weight: 500;}
    .sp_contact li a > span{position:relative;padding-left:3rem}
    .sp_contact li a > span::before{content:"";position:absolute;width:2rem;height:2rem;left:0;top:calc(50% - 1rem)}
    .sp_contact li a .sm{font-size: 1.4rem;display: block;}
    .sp_contact li a .num{font-size:2.1rem;color: var(--mcolor);font-weight: bold;}
    .sp_contact li.sp_contact_tel{background-color:#fff}
    .sp_contact li.sp_contact_tel a > span{padding-left: 2.5rem;}
    .sp_contact li.sp_contact_tel a > span::before{background:url(../images/ic_tel.png) no-repeat center /contain;}
    .sp_contact li.sp_contact_mail{background-color:#32aabe}
    .sp_contact li.sp_contact_mail a{font-size: 1.6rem;}
    .sp_contact li.sp_contact_mail a > span::before{background:url(../images/ic_mail.png) no-repeat center /contain;width: 2.4rem;height: 2rem;top: calc(50% - 0.8rem);}


    /* TO TOP */
    .to_top{width:5rem;height:5rem;right:1.5rem;bottom: 6rem;}
    /*============ END 750 ============ */
}


@media screen and (max-width: 560px) {
    .ft_links ul{width: 100%;}
}
@media screen and (max-width: 374px) {
    html{font-size: 53%;}
}