.sp440, .sp360 {
    display: none
}
@media screen and (min-width: 1921px) {
    .sec03:before, .sec04:before, .sec_contact:before, .ft_top:before, .ft_link:before, .sec01:before, .sec01_box_con:before, .mv:before, .sec02:before, .mv:after {
        left: 0;
        width: 100%;
        background-size: cover;
    }
    .mv:after, .under main #top_info:before {
        background-size: 100% 100%;
    }
    .sec_contact:before {
        width: calc(100% - 100px);
        background-position: center top -165px;
    }
    .sec04:before {
        top: -235px;
    }
    .sec02_en {
        left: calc(50% - 960px);
    }
    .sec09_img_lg img {
        width: 100%;
        object-fit: cover;
    }
    .ft_link:before {
        height: calc(100% + 430px);
    }
    .sec01:before {
        background-position: center top -200px;
        width: calc(100% + 20px);
        left: -20px;
    }
    .mv:before {
        background-position: center bottom;
        height: 100%;
    }
    .mv_txt {
        left: 0;
        max-width: 1920px;
        margin: 0 auto;
        right: 0;
        top: 15vw;
    }
    .mv {
        height: 1870px;
    }
    .sec01 {
        top: -95px;
    }
    .sec01 {
        margin-bottom: -94px;
    }
    .mv_img {
        left: 450px;
        top: -281px;
    }
    .contact_fixed .boxcon {
        padding-top: 5px;
        justify-content: center;
    }
}
@media screen and (min-width: 751px) {
    .sp {
        display: none !important
    }
    /* NAV */
    .h_box {
        min-width: calc(var(--container) + 30px);
    }
    .under.is_scroll .h_box {
        box-shadow: 3px 3px 15px 0px rgba(34, 60, 0, 0.1);
    }
    .is_scroll .h_box {
        background-color: rgba(255, 255, 255, 95);
    }
    .is_scroll .h_left {
        transform: translateY(-33px) translateX(-45px) scale(0.79492);
        margin-bottom: -29px;
    }
    .is_scroll h1 {
        transform: translateY(-30px);
    }
    .is_scroll .h_inner {
        padding-top: 0;
    }
    .nav_list {
        display: flex;
        width: 100%;
    }
    .nav_list > li > a, .nav_list > li > .hook {
        display: flex;
        align-items: center;
        position: relative;
        font-weight: 500;
        padding: 5px 20px;
        height: 60px;
    }
    .nav_list > li.parent {
        position: relative;
    }
    .nav_list > li.parent > .hook {
        cursor: default
    }
    .sub {
        position: absolute;
        z-index: 1;
        transition: all .3s;
        border-top: solid 1px #FFF;
        width: 300px;
        top: 100%;
        left: 0;
    }
    .sub ul li a {
        font-size: 16px;
        display: flex;
        width: 100%;
        height: 60px;
        align-items: center;
        letter-spacing: .001em;
        padding: 5px 35px;
        margin: 0 auto;
        border-bottom: solid 1px #FFF;
        color: #fff;
        background: var(--mcolor);
    }
    /* 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, .hamburger:hover {
        opacity: .8
    }
    .h_over a {
        position: relative;
        overflow: hidden;
    }
    .h_over a:before, .sec05_bnr a:before {
        position: absolute;
        content: "";
        width: 0%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        left: 0;
        top: 0;
        transition: all ease 0.3s;
        z-index: 9;
        pointer-events: none;
    }
    .h_over a:hover:before, nav .ft_big a:hover:before, .sec05_bnr a:hover:before {
        width: 100%;
    }
    .sec11_load dl:hover dd a {
        text-decoration: underline;
    }
    .ft_link_wrap li a:after, .nav_link_wrap li a:after, nav .ft_big a:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 0%;
        background: #fff;
        left: 22px;
        bottom: 0;
        transition: all ease 0.3s;
    }
    nav .ft_big a:before {
        background: #6F94C4;
        left: 0;
    }
    .nav_link_wrap li a:after {
        background: #333;
    }
    .ft_link_wrap li a:hover:after, .nav_link_wrap li a:hover:after {
        width: calc(100% - 22px);
    }
    .box_news_load dl dd a:hover {
        text-decoration: underline;
    }
    .sec_acc_tt:hover {
        background: #6F94C4;
        color: #fff;
    }
    .sec_acc_tt:hover:before, .sec_acc_tt:hover:after {
        background: #fff;
    }
    .sec_acc_tt.open {
        width: 700px;
    }
    .sec_acc_tt.open:hover:before {
        right: 20px;
    }
    .sec11_tab li a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #6F94C4;
        left: 0;
        bottom: 0px;
        opacity: 0;
        transition: all 0.3s;
    }
    .sec11_tab li a:hover:before {
        opacity: 1;
    }
    .sec11_tab li a:hover {
        font-weight: 600;
        color: #333333;
    }
    .sec02_box1 > div .box_img .tt, .contact_fixed > div .tt {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: mixed;
        -moz-text-orientation: mixed;
        -ms-text-orientation: mixed;
        text-orientation: mixed;
    }
    .contact_fixed {
        position: fixed;
        right: 0;
        top: 90px;
        bottom: 90px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 99;
        height: calc(100dvh - 180px);
    }
    .contact_fixed > div {
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        writing-mode: vertical-rl;
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact_fixed > div:last-child {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 751px) and (max-width: 1800px) {
    .nav_link .inner {
        padding: 0 30px;
    }
    .nav_link1 {
        width: 90px;
    }
    .nav_link2 {
        margin-right: 35px;
    }
    .ft_link_wrap li a, .nav_link_wrap li a {
        letter-spacing: 0.02em;
    }
    .is_scroll .h_left {
        margin-bottom: -39px;
    }
    .sec02_en {
        width: 1150px;
    }
    .mv_txt h2 {
        padding-left: 50px;
    }
    .mv_list {
        margin-left: 50px;
    }
    .contact_fixed {
        top: 75px;
        height: calc(100dvh - 158px);
    }
    .contact_fixed > div .tt {
        width: 70px;
        font-size: 17px;
        letter-spacing: 0.05em;
    }
    .hamburger {
        width: 70px;
        height: 70px;
    }
    .to_top {
        width: 70px;
        height: 70px;
    }
    .contact_fixed .boxcon {
        padding: 5px 0;
        width: 360px;
        right: -360px;
        justify-content: center;
    }
    .contact_fixed .boxcon .sub_tt {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .contact_fixed .boxcon .sub_txt {
        line-height: 1.5;
        font-size: 16px;
        margin-bottom: 6px;
    }
    .contact_fixed .boxcon .sub_btn a {
        height: 46px;
        font-size: 16px;
    }
    .contact_fixed .boxcon .sub_btn {
        margin: 0px 0 9px;
    }
    .sec04_box .item2:before {
        width: 460px;
        right: -120px;
        top: 6px;
        background-size: 460px auto;
    }
    .sec08_item {
        align-items: center;
    }
    .sec08_item .item2 {
        flex-shrink: 0;
        flex-grow: 1;
        padding: 0px 70px 35px 50px;
    }
    .sec08_item .item1 {
        flex-shrink: 1;
    }
    .sec08_ttl {
        margin-bottom: 10px;
    }
    .sec08_en {
        margin-bottom: 20px;
    }
    .sec08_txt {
        margin-bottom: 35px;
    }
    .sec08_ttl2 {
        margin-bottom: 10px;
    }
    .sec08_list {
        margin-bottom: 40px;
    }
    .sec08_name {
        bottom: 120px;
    }
    .sec_contact .inner {
        padding-right: 0;
    }
    .sec_contact:before {
        background-size: cover;
    }
    .sec02_box2:before {
        left: -90px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1560px) {
    .mv {
        height: 685px;
    }
    .mv:before {
        width: 1560px;
        height: 1070px;
        left: calc(50% - 850px);
        top: -130px;
        pointer-events: none;
        background-size: 1560px auto;
    }
    .mv_img {
        left: 480px;
        top: -50px;
        width: 201px;
    }
    .mv_txt {
        top: 175px;
    }
    .mv_txt h2 {
        font-size: 30px;
        line-height: 1.8;
    }
    .mv_txt h2 .lg {
        font-size: 43px;
    }
    .mv_list li {
        height: 44px;
        width: 244px;
        font-size: 16px;
    }
    .mv_list li.item2 {
        width: 236px;
    }
    .mv_txt h2 .sm {
        line-height: 1.3;
    }
    .box_news {
        width: 790px;
        height: 145px;
        left: 0;
        top: 290px;
    }
    .box_news_load dl dt .cate {
        min-width: 84px;
        margin-right: 10px;
    }
    .box_news_load dl dt {
        margin-right: 15px;
    }
    .box_news_load dl dd {
        width: calc(100% - 375px);
    }
    .mv:after {
        bottom: -100px;
    }
    .box_news .wrap .btn {
        right: 25px;
    }
    .h_inner {
        padding: 22px 15px 0 50px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1550px) {
    .mv_txt h2 {
        line-height: 1.6;
    }
    .mv_img {
        left: 470px;
        top: -60px;
        width: 200px;
    }
    .sec02_en {
        width: 1010px;
    }
    .sec04_list li {
        height: 40px;
        font-size: 18px;
    }
    .sec04_list li.sub1 {
        width: 295px;
    }
    .sec04_list li.sub4 {
        width: 300px;
        left: 215px;
        top: 205px;
    }
    .sec04_list li.sub2 {
        width: 220px;
        left: 235px;
        top: 65px;
    }
    .sec04_list li.sub3 {
        width: 270px;
        left: 24px;
        top: 128px;
    }
    .sec04_box .item2:before {
        width: 620px;
        right: -180px;
        top: -25px;
        background-size: 530px auto;
    }
    .sec02_box1 > div .box_img {
        margin-left: -190px;
        margin-right: 40px;
        width: 750px;
    }
    .sec02_box1 > div .box_img .tt span {
        width: 68px;
        font-size: 42px;
    }
    .sec02_box2:before {
        left: -30px;
    }
    .box_img.bor10_r .img {
        margin-bottom: 0;
    }
    .sec02_box1 > div .box_con {
        padding-top: 0;
        position: static;
        width: 540px;
    }
    .sec02_box1 > div {
        align-items: center;
        position: relative;
    }
    .sec02_sub_ttl {
        font-size: 26px;
    }
    .sec02 .inner:before {
        width: 900px;
        top: 165px;
        background-size: 900px;
    }
    .round_com1 {
        width: 140px;
        height: 140px;
        right: 0px;
        top: -15px;
        font-size: 20px;
    }
    .sec03_round.round_com1 {
        width: 120px;
        height: 120px;
        left: -30px;
        top: -17px;
        line-height: 1.4;
        font-size: 17px;
    }
    .sec03_txt {
        position: relative;
        right: 35px;
    }
    .sec04_item .item_l {
        margin-right: 40px;
    }
    .sec04_txt {
        padding-right: 35px;
    }
    .sec04_item .item_r {
        padding-top: 0;
    }
    .sec04_item {
        align-items: center;
    }
    .sec08_name {
        bottom: 90px;
        right: 0px;
    }
    .sec08_ttl {
        font-size: 30px;
        line-height: 1.5;
    }
    .sec08_en, .sec08_txt, .sec08_ttl {
        margin-bottom: 15px;
    }
    .sec08_ttl2 {
        margin-bottom: 5px;
    }
    .sec08_list {
        margin-bottom: 20px;
    }
    .sec07_item .item1 {
        margin-right: 50px;
        width: 585px;
    }
    .sec07_ttl {
        letter-spacing: 0.05em;
    }
    .sec08_img:before {
        width: 390px;
        height: 390px;
        background-size: 390px auto;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .mv:before {
        width: 1380px;
        height: 1070px;
        left: calc(50% - 690px);
        top: -90px;
        pointer-events: none;
        background-size: 1380px auto;
    }
    .round_com1 {
        right: 45px;
        top: -40px;
    }
    .sec02_ttl {
        letter-spacing: 0em;
        font-size: 37px;
    }
    .sec02_item {
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .sec02_item li:not(:nth-child(2n)) {
        margin-right: 60px;
    }
    .sec08_name {
        bottom: 65px;
        right: -30px;
    }
    .sec09_item li.item3 .sec09_img .sec09_num {
        left: -28px;
    }
    .sec02_item_ttl {
        white-space: nowrap;
    }
    .sec02_item > li.item2 .tt1, .sec02_item > li.item4 .tt1 {
        right: 0px;
    }
    .sec02_box2:before {
        left: 0px;
    }
    .sec04_box .item2:before {
        right: -122px;
        top: -40px;
        background-size: 480px auto;
    }
    .sec03_item {
        max-width: 1150px;
        margin: 0 auto 70px;
    }
    .sec06_item {
        max-width: 1102px;
        margin: 0 auto 40px;
    }
    .sec06_box li {
        width: 255px;
    }
    .sec09_item {
        max-width: 1160px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec09_item li:not(:nth-child(2n)) {
        margin-right: 80px;
    }
    .sec_con .box_tel1 {
        width: 400px;
    }
    .ft_box {
        max-width: 1140px;
        margin: 0 auto;
    }
    .sec_con {
        width: calc(100% + 40px);
    }
    .ft_box > li {
        width: 370px;
    }
    .ft_link3 {
        width: 680px;
    }
    .ft_link2 {
        width: 360px;
    }
    .ft_txt1 {
        max-width: 1140px;
    }
    .sec02_item > li .tt1 {
        white-space: nowrap;
    }
    .hamburger.is_active .hamburger-inner:before {
        left: -6px;
        font-size: 14px;
        top: 19px;
    }
    .sec03_item > div:not(:last-child):before {
        width: 25px;
        height: 25px;
        right: -30px;
        background-size: 25px auto;
    }
    .ft_link .inner {
        max-width: 1170px;
    }
    .ft_link .inner a {
        font-size: 15px;
    }
}
/* screen-min:750px */
@media screen and (max-width: 750px) {
    img {
        max-width: 100%;
        height: auto;
    }
    #wrapper, header, main, footer, .inner {
        width: 100% !important;
        min-width: unset !important
    }
    .pc {
        display: none !important
    }
    body.is_nav {
        overflow: hidden;
    }
    body.mac nav {
        padding-bottom: 160px;
    }
    /*=====================================================
                          C U S T O M
    ======================================================*/
    /*============ HEADER ============*/
    h1 {
        width: calc(100% - 65px);
        margin-bottom: 11px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: inherit;
        line-height: 1.57;
        max-height: 50px;
    }
    body.active {
        overflow: hidden;
    }
    .is_scroll h1 {
        transform: translateY(-55px);
    }
    .h_inner {
        padding: 5px 0 0 20px;
    }
    .is_scroll #logo {
        top: 10px;
    }
    #logo {
        width: 335px;
        transition: all 0.3s;
        position: absolute;
        top: 70px;
    }
	#index #logo {
		opacity: 0;
		top: -55px;
	}
	#index.is_scroll #logo{
		top: 10px;
		opacity: 1;
	}
    #logo img {
        width: 246px;
    }
    .h_left {
        width: 100%;
        transition: all 0.3s;
    }
    .is_scroll .h_left {
        margin-bottom: -10px;
    }
    .is_scroll .h_box {
        background-color: rgba(255, 255, 255, 1);
    }
    .h_box {
        border-radius: 0px;
        height: 56px;
    }
    .hamburger {
        width: 56px;
        height: 56px;
        background-size: 27px auto;
        background-position: center top 14px;
    }
    .hamburger.is_active {
        background-size: 28px auto;
        background-position: center top 14px;
    }
    /*============ Main ============*/
    nav {
        width: 100%;
        height: 100vh;
        background: url(../images/bg_menu_sp.jpg) no-repeat center top / cover;
        border-radius: 0;
        padding-top: 53px;
        padding-bottom: 60px;
    }
    .nav_link_wrap {
        flex-direction: column;
    }
    .nav_link .inner {
        align-items: flex-start;
        padding: 0 25px 0 40px;
        height: auto;
    }
    .nav_link1, .nav_link2, .nav_link3 {
        width: 100%;
    }
    .nav_link1 {
        margin-bottom: 23px;
    }
    .ft_big {
        margin-bottom: 4px;
    }
    .nav_link2 {
        margin-right: 0;
        margin-bottom: 23px;
    }
    .nav_link3 {
        margin-right: 0;
        margin-bottom: 23px;
    }
    .nav_link_wrap ul li a {
        display: block;
        line-height: 2.18;
    }
    .nav_link_wrap li a:before {
        top: 15px;
    }
    .nav_link_wrap ul li {
        margin-bottom: 0px;
    }
    main {}
    /* MAIN VISUAL */
    .mv_logo {
        display: inline-block;
        padding-top: 80px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .mv {
        height: 208vw;
    }
    .mv_txt {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 18vw;
    }
    .mv:before {
        left: 0;
        width: 100%;
        top: 0;
        background: url(../images/main_sp.png) no-repeat center bottom /cover;
        height: 100%;
    }
    .hamburger-inner:before {
        font-size: 12px;
        top: 16px;
        left: -2px;
    }
    .h_inner {
        padding: 5px 0 0 20px;
    }
    .mv_txt h2 {
        font-size: 6.2vw;
        padding: 0 2vw 0 3vw;
        text-align: center;
        letter-spacing: 0.9vw;
        line-height: 10vw;
        margin-bottom: 6vw;
    }
    .mv_txt h2 .mid, .mv_txt h2 .let1 {
        font-size: 6.4vw;
        letter-spacing: 0.7vw;
    }
    .mv_txt h2 .lg {
        font-size: 8.2vw;
        letter-spacing: 1.2vw;
    }
    .mv_txt h2 .sm {
        line-height: 8.5vw;
    }
    .mv_txt h2 .mid {
        margin-bottom: 1.7vw;
    }
    .mv_list {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mv_list li, .mv_list li.item2 {
        width: 76.534vw;
        height: 9.867vw;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid #4970a2;
        font-size: 4.1vw;
        line-height: 5vw;
        border-radius: 999px;
    }
    .mv_list li:not(:last-child) {
        margin-bottom: 4.2vw;
        margin-right: 0;
    }
    .mv:after {
        background: url(../images/curve_sp.png) no-repeat center top;
        left: 0;
        width: 100%;
        height: 15vw;
        bottom: -30px;
        background-size: 100% auto;
    }
    /* sec01 */
    .sec01 {
        top: -95px;
        padding-top: 196px;
        padding-bottom: 90px;
        margin-bottom: -96px;
    }
    .sec01:before {
        background: url(../images/idx_bg1_sp.jpg) no-repeat center top /cover;
        width: 100%;
        height: calc(100% - 250px);
        left: 0;
        top: 20px;
    }
    .sec01_en {
        margin-bottom: 29px;
    }
    .sec01_en img {
        width: auto;
        height: 44px;
    }
    .sec01_ttl {
        font-size: 30px;
        letter-spacing: 0.05em;
        margin-bottom: 33px;
        line-height: 1.48;
    }
    .sec01_ttl .lg {
        font-size: 35px;
        letter-spacing: 0.05em;
    }
    .sec01_txt {
        padding: 0 5px 0 5px;
        margin-bottom: 37px;
    }
    .sec01_box {
        flex-direction: column;
    }
    .sec01_box dl dt {
        flex-shrink: 0;
        margin-right: 4px;
    }
    .sec01_box dl dt img {
        width: 80px;
    }
    .sec01_box dl dt:before {
        left: -37px;
        top: -37px;
        width: 150px;
        height: 150px;
        background: url(../images/dropshadow_sp.png) no-repeat center top / 150px;
        opacity: 0.8;
    }
    .sec01_box_w {
        width: 220px;
        height: 80px;
        border: none;
    }
    .sec01_box_w p {
        font-size: 15px;
        line-height: 1.9;
    }
    .sec01_box {
        max-width: 326px;
        margin: 0 auto;
    }
    .sec01_box dl {
        justify-content: center;
    }
    .sec01_box dl.item1 {
        left: 0px;
        margin-bottom: 39px;
    }
    .sec01_box dl.item2 {
        left: -6px;
        top: 0;
    }
    .sec01_box dl.item2 dt {
        margin-right: 0;
        margin-left: 25px;
    }
    .sec01_box dl dd {
        position: relative;
    }
    .sec01_box dl.item1 dd {
        left: 11px;
    }
    .sec01_box dl.item2 dd {
        left: 8px;
        padding-right: 0;
    }
    .sec01_box dl .sec01_box_w:before, .sec01_box dl.item1 .sec01_box_w:after, .sec01_box dl.item2 .sec01_box_w:after {
        display: none;
    }
    .item1 .sec01_box_w {
        background: url("../images/sec01_box_w_l.png") no-repeat center top/231px;
        width: 231px;
        height: 80px;
        padding-top: 6px;
        padding-left: 9px;
    }
    .item2 .sec01_box_w {
        background: url("../images/sec01_box_w_r.png") no-repeat center top/231px;
        width: 231px;
        height: 80px;
        padding-right: 19px;
    }
    .sec01_box_w p .bold {
        font-weight: 500;
    }
    .point:before {
        width: 3px;
        height: 3px;
        top: 0px;
    }
    .item2 .point:before {
        top: 4px;
    }
    .step_down {
        width: 215px;
        height: 75px;
        background: url(../images/arrow_down_sp.png) no-repeat center top / 215px;
        font-size: 22px;
        bottom: -132px;
        padding-bottom: 11px;
        padding-left: 3px;
    }
    .sec01_box_con {
        height: 253px;
        top: 90px;
        padding-top: 68px;
    }
    .sec01_box_con h3 {
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 2.23;
    }
    .sec01_box_con h3 .point {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
    .sec01_box_con:before {
        background: url(../images/idx_bg2_sp.jpg) no-repeat center top / cover;
        width: 100%;
        height: 253px;
        left: 0;
    }
    /* sec02 */
    .sec02 {
        background: linear-gradient(#a0b7d5 0%, #607590 68.36%, #566b85 100%);
        padding-top: 190px;
        padding-bottom: 64px;
    }
    .sec02 .inner {
        padding: 0;
    }
    .sec02:before {
        background: url(../images/idx_bg3_sp.png) no-repeat center top /contain;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .sec02_en {
        max-width: 355px;
        left: 3px;
        margin: 0 auto 25px;
        right: 0;
        text-align: center;
        top: 65px;
    }
    .sec02:after {
        top: -40px;
        height: 80px;
    }
    .sec02_box1 > div {
        flex-direction: column;
    }
    .sec02_box1 > div:not(:last-child) {
        margin-bottom: 92px;
    }
    .sec02_box1 > div .box_img {
        margin-left: 0;
        margin-right: 0;
    }
    .sec02_box1 > div .box_img .tt span {
        width: auto;
        font-size: 30px;
        height: 56px;
        margin-bottom: 10px;
        padding: 1px 20px 0px 20px;
        letter-spacing: 0.05em;
    }
    .sec02_box1 > div.item2 .box_img .tt span:nth-child(1) {
        letter-spacing: 0.05em;
        padding-right: 17px;
    }
    .sec02_box1 > div .box_img {
        padding-right: 20px;
        margin-bottom: -8px;
    }
    .sec02_box1 > div.item2 .box_img {
        padding-right: 40px;
    }
    .sec02_box1 > div .box_img .tt {
        position: relative;
        right: auto;
        top: auto;
        bottom: 27px;
    }
    .sec02_box1 > div .box_img .img {
        margin-bottom: 0;
    }
    .sec02_box1 > div .box_con {
        width: 100%;
        padding: 0px 20px 0;
    }
    .sec02_box1 > div.item1 .box_con {
        position: relative;
    }
    .sec02_box1 > div.item1 .box_con:before {
        position: absolute;
        content: "";
        background: url("../images/idx_img_blur1.png") no-repeat right top/338px;
        width: 338px;
        height: 379px;
        right: -60px;
        top: 45px;
        mix-blend-mode: soft-light;
    }
    .sec02_sub_ttl {
        font-size: 20px;
        line-height: 1.65;
        letter-spacing: 0.05em;
        margin-bottom: 13px;
    }
    .round_com1 {
        position: absolute;
        width: 106px;
        height: 106px;
        right: 10px;
        top: -135px;
        font-size: 14px;
        line-height: 1.45;
        padding-bottom: 2px;
    }
    .round_com1:before {
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
    }
    .sec02_box1 > div:first-child .box_img:before {
        display: none;
    }
    .sec02_box1 > div.item1 {
        position: relative;
    }
    .sec02_box1 > div.item1:before {
        position: absolute;
        content: "";
        background: url("../images/arrow_double.png") no-repeat center top/37px;
        width: 37px;
        height: 33px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -60px;
    }
    .sec02_bnr {
        width: calc(100% - 40px);
        height: auto;
        flex-direction: column;
        padding: 32px 20px 32px;
        display: flex;
        margin: 59px auto 0;
        position: relative;
        background: none;
        margin-bottom: 64px;
        min-height: 302px;
    }
    .sec02_bnr:before {
        position: absolute;
        content: "";
        background: url("../images/idx_img_05_sp.png") no-repeat center top/214px;
        width: 214px;
        height: 262px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 35px;
    }
    .sec02_bnr_tt {
        font-size: 22px;
        margin-bottom: 45px;
        text-align: center;
    }
	.sec02_bnr_tt span {
    display: block;
}
    .sec02_bnr:after {
        width: 33px;
        height: 33px;
        filter: blur(5px);
        left: calc(50% - -15px);
        top: 247px;
    }
    .sec02_bnr_txt {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec02_bnr_tt span:before {
        width: 100px;
        height: 1px;
        right: 0;
        top: auto;
        left: 0;
        margin: 0 auto;
        bottom: -18px;
    }
    .sec02_item {
        flex-direction: column;
        padding: 0 20px 16px 43px;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec02_item > li.item2, .sec02_item > li.item4 {
        flex-direction: row;
    }
    .sec02_item > li {
        width: 100%;
        align-items: flex-start;
        margin-bottom: 35px;
    }
    .sec02_item li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .sec02_item_ttl, .sec02_item_ttl .sm {
        font-size: 28px;
        line-height: 1.5;
    }
    .sec02_box2:before {
        left: 20px;
        top: 0;
        /*background-color: rgba(0, 0, 0, 0.095);*/
    }
    .sec02_item_ttl .num {
        font-size: 40px;
        line-height: 0.8;
    }
    .sec02_item_ttl {
        padding: 9px 0 6px;
        letter-spacing: 0.05em;
        margin-bottom: 38px;
    }
    .sec02_box2 {
        padding-top: 53px;
        margin-bottom: 64px;
    }
    .sec02_item > li .tt1 {
        font-size: 28px;
        width: 68px;
        margin-right: 14px;
        padding-right: 14px;
        right: -2px;
        white-space: nowrap;
    }
    .sec02_item > li .tt1:before, .sec02_item > li .tt1:after {
        display: none;
    }
    .sec02_item > li.item1 .tt1 {
        background: url("../images/line_sp1.png") no-repeat right center/8px;
        bottom: -28px;
    }
    .sec02_item > li.item2 .tt1 {
        background: url("../images/line_sp2.png") no-repeat right center/8px;
        bottom: -60px;
    }
    .sec02_item > li.item3 .tt1 {
        background: url("../images/line_sp3.png") no-repeat right center/8px;
        bottom: -27px;
    }
    .sec02_item > li.item4 .tt1 {
        background: url("../images/line_sp4.png") no-repeat right center/8px;
    }
    .sec02_item > li .tt2, .sec02_item > li.item2 .tt2, .sec02_item > li.item3 .tt2, .sec02_item > li.item4 .tt2 {
        padding-left: 0;
        width: calc(100% + 68px);
        left: -55px;
    }
    .sec02_item > li.item4 .tt2 {
        left: -57px;
    }
    .sec02_item > li.item2 .tt2 {
        left: -57px;
        padding-right: 12px;
    }
    .sec02_item > li.item3 .tt2 {
        left: -59px;
    }
    .sec02_item > li .tt2 .num {
        margin-right: 20px;
    }
    .sec02_item > li.item3 .tt2 .num {
        margin-right: 15px;
    }
    .sec02_item > li.item2 .tt2 .num {
        margin-right: 13px;
    }
    .sec02_item > li .tt2 .txt {
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0.04em;
        flex-grow: 1;
    }
    .sec02_item > li.item4 .tt2 .txt {
        padding-right: 30px;
    }
    .sec02_item > li .tt2 .num img {
        height: 35px;
        width: auto;
    }
    .sec02_item > li.item2 .tt1, .sec02_item > li.item4 .tt1 {
        margin-left: 0;
        right: -2px;
        margin-right: 14px;
    }
    .sec02_item > li .img {
        margin-bottom: 9px;
    }
    .sec02_item > li.item2 .img {
        margin-bottom: 19px;
    }
    .sec02_item > li.item3 .img {
        margin-bottom: 19px;
    }
    .sec02_item > li.item4 .img {
        margin-bottom: 19px;
    }
    .sec02_item > li.item4 .tt1 {
        letter-spacing: 0.05em;
        bottom: -8px;
    }
    .sec02_item > li.item4 .tt1 .sm {
        letter-spacing: 0.075em;
        font-size: 75%;
    }
    .sec02_pickup {
        width: calc(100% - 40px);
        margin: 0 auto 56px;
        background: url("../images/idx_map_bg_sp.png") no-repeat center top 26px/303px;
        padding: 37px 15px 35px 20px;
        height: auto;
        border-radius: 10px;
    }
    .sec02_pic_tt {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 18px;
        letter-spacing: 0.05em;
    }
    /* sec03 */
    .sec03 {
        padding-top: 77px;
        padding-bottom: 106px;
    }
    .sec03 .inner {
        padding: 0 20px;
    }
    .sec03:before {
        background: url(../images/idx_bg4_sp.jpg) no-repeat center top /cover;
        left: 0;
        width: 100%;
    }
    .sec03_en {
        margin-bottom: 40px;
        padding-left: 2px;
    }
    .sec03_en img {
        width: auto;
        height: 40px;
    }
    .sec03_wrap {
        flex-direction: column;
        margin-bottom: 83px;
    }
    .sec03_ttl {
        font-size: 30px;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
    .sec03_ttl .num {
        font-size: 40px;
    }
    .sec03_g {
        margin-right: 0;
    }
    .sec03_txt {
        max-width: inherit;
        padding-top: 33px;
    }
    .sec03_item > div {
        width: 100%;
        height: auto;
        border-radius: 10px;
        align-items: center;
        padding: 32px 20px 25px;
    }
    .sec03_item > div.item2 {
        padding-bottom: 39px;
    }
    .sec03_item {
        margin-bottom: 50px;
    }
    .sec03_ttl2 .lg {
        font-size: 26px;
    }
    .sec03_item > div:not(:last-child) {
        margin-bottom: 78px;
    }
    .round_com1.sec03_round .sm {
        font-size: 14px;
    }
    .round_com1.sec03_round, .sec03_round .line2 {
        letter-spacing: 0.05em;
    }
    .round_com1.sec03_round {
        top: -10px;
        left: -10px;
    }
    .sec03_item > div:not(:last-child):before {
        right: 0;
        top: auto;
        left: 0;
        margin: 0 auto;
        bottom: -56px;
    }
    .sec03_spec_tt {
        left: 0;
        top: -60px;
        right: 0;
        margin: 0 auto;
        display: flex;
        white-space: nowrap;
        justify-content: center;
    }
    .sec03_txt2 {
        padding: 0;
    }
    .sec03_img {
        margin-bottom: 18px;
    }
    .sec03_img img, .sec03_img {
        width: 100%;
    }
    .sec03_ttl2 {
        margin-bottom: 14px;
        min-height: inherit;
    }
    .item2 .sec03_ttl2 .lg {
        margin-top: 0;
    }
    .item2 .sec03_ttl2 {
        margin-bottom: 7px;
        margin-top: 3px;
    }
    .item3 .sec03_img {
        margin-bottom: 10px;
    }
    .item3 .sec03_ttl2 {
        margin-bottom: 5px;
    }
    .item3 .sec03_ttl2 .lg {
        margin-top: 11px;
        margin-bottom: 3px;
    }
    .sec03_ttl_lg, .sec03_ttl_lg .sm {
        font-size: 28px;
        margin-bottom: 54px;
        letter-spacing: 0.05em;
        line-height: 1.42;
    }
    .sec03_ttl_lg .sm_sp {
        font-size: 22px;
    }
    /* sec04 */
    .sec04 {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 65px;
    }
    .sec04:before {
        background: url(../images/curve_yl_sp.svg) no-repeat center top / cover;
        height: 120px;
        left: 0;
        top: -40px;
        width: 100%;
    }
    .sec04_item .item_l {
        margin-left: 0;
        margin-right: 0;
    }
    .sec04_item {
        flex-direction: column;
    }
    .sec04_ttl {
        font-size: 30px;
        letter-spacing: 0.05em;
        margin-bottom: 37px;
        line-height: 1.5;
    }
    .sec04 .inner {
        padding: 0 20px;
    }
    .sec04_en img {
        height: 45px;
        width: auto;
    }
    .sec04_en {
        margin-bottom: 30px;
    }
    .sec04_img {
        position: relative;
        left: -20px;
        padding-right: 20px;
        width: calc(100% + 40px);
    }
    .sec04_img img {
        width: 100%;
    }
    .sec04_box {
        flex-direction: column;
    }
    .sec04_box .item1, .sec04_box .item2 {
        width: 100%;
        height: auto;
    }
    .sec04_box .item2:after {
        position: absolute;
        content: "";
        background: url("../images/idx_img_14_sp.png") no-repeat center top/572px;
        width: 572px;
        height: 500px;
        top: -51px;
        left: calc(50% - 274px);
        z-index: -1;
    }
    .sec04_box_ttl .sm {
        font-size: 18px;
        letter-spacing: 0.09em;
        padding-bottom: 22px;
        padding-left: 0;
        background: url(../images/path_blue2_sp.png) no-repeat left bottom / 335px;
        position: relative;
        left: -1px;
        margin-bottom: 18px;
    }
    .sec04_box_ttl .lg .style {
        font-size: 28px;
        letter-spacing: 0.05em;
    }
    .sec04_box_ttl .mid, .sec04_box_ttl .lg {
        font-size: 18px;
        letter-spacing: 0.03em;
    }
    .sec04_box_ttl .lg {
        margin-bottom: 3px;
    }
    .sec04_box .item1 {
        margin-left: 0;
        padding-top: 34px;
    }
    .sec04_list li {
        width: 180px !important;
        height: 60px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        border-radius: 36px;
    }
    .sec04_list li.sub3 {
        left: 0px;
        top: 162px;
    }
    .sec04_list li.sub1 {
        left: 0px;
    }
    .sec04_list li.sub2 {
        left: 135px;
        top: 81px;
    }
    .sec04_list li:before {
        right: 111px;
        bottom: -24px;
        background-size: 18px auto;
    }
    .sec04_list li.sub2:before, .sec04_list li.sub4:before {
        transform: scaleX(-1);
        right: 38px;
    }
    .sec04_list li.sub4 {
        left: 135px;
        top: 243px;
    }
    .sec04_box_ttl {
        align-items: center;
        margin-bottom: 50px;
    }
    .sec04_list {
        width: 313px;
        height: 304px;
        top: 0;
        left: 0;
        position: relative;
        right: 0;
        margin: 0 auto 52px;
    }
    .sec04_box .item2:before {
        display: none;
    }
    .sec04 .btn.lg a {
        width: 328px;
        margin: 0 auto;
    }
    /* sec05 */
    .sec05 {
        margin-top: 63px;
        height: auto;
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .sec05:before {
        background: url(../images/idx_bg5_sp.png) no-repeat center top / cover;
    }
    .sec05_en img {
        height: 45px;
        width: auto;
    }
    .sec05_en {
        margin-bottom: 23px;
    }
    /* sec06 */
    .sec06 {
        padding-top: 78px;
        padding-bottom: 64px;
    }
    .sec06 .inner {
        padding: 0 20px;
    }
    .sec06_en img {
        width: auto;
        height: 41px;
    }
    .sec06_en {
        margin-bottom: 30px;
    }
    .sec06_ttl {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .sec06_item > div {
        width: 100%;
    }
    .sec06_item > div:not(:last-child) {
        margin-right: 0px;
    }
    .sec06_item, .sec06_item > div .sec06_box {
        flex-direction: column;
    }
    .sec06_box li img {
        width: 100%;
    }
    .sec06_item {
        max-width: 345px;
        margin: 0 auto 40px;
    }
    .sec06_sub_ttl {
        font-size: 18px;
        padding: 4px 0 3px;
        margin-bottom: 16px;
    }
    .sec06_box .sub1 {
        margin-bottom: 10px;
    }
    .sec06_item > div.item1 {
        margin-bottom: 63px;
    }
    .sec06_item > div:not(:last-child):before {
        right: 0;
        left: 0;
        top: auto;
        bottom: -40px;
        margin: 0 auto;
        background: url("../images/arrow_step_sp.png") no-repeat right top/42px;
        height: 15px;
        width: 42px;
    }
    .sec06 .btn a {
        width: 244px;
        height: 49px;
        padding-right: 35px;
        background-position: right 35px center;
    }
    .sec_acc_wrap dl {
        flex-direction: column;
        align-items: flex-start;
    }
    .sec_acc_wrap {
        padding: 15px 20px 29px 20px;
        background: none;
    }
    .sec_acc_tt {
        width: 100%;
    }
    .sec_acc_tt.open {
        margin-bottom: 32px !important;
    }
    .sec_acc_tt:before, .sec_acc_tt:after, .sec_acc_tt.open:before {
        right: 31px;
    }
    .sec_acc_tt:after {
        right: 37px;
    }
    .sec_acc_wrap dl dt {
        margin-bottom: 13px;
    }
    /* sec07 */
    .sec07 {
        padding-top: 73px;
        padding-bottom: 65px;
    }
    .sec07_en {
        text-align: center;
        margin-bottom: 28px;
    }
    .sec07_en img {
        width: auto;
        height: 37px;
    }
    .sec07_item {
        flex-direction: column;
    }
    .sec07_img {
        position: relative;
        right: -5px;
        width: calc(100% + 10px);
    }
    .sec07_item .item1 {
        width: 100%;
        margin-right: 0px;
        padding-top: 0px;
    }
    .sec07_ttl {
        font-size: 30px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        margin-bottom: 37px;
        text-align: center;
    }
    .sec07_txt {
        padding-left: 5px;
        margin-bottom: 51px;
    }
    .box_group_btn {
        flex-direction: column;
        align-items: center;
        max-width: 335px;
        margin: 0 auto;
    }
    .box_group_btn p {
        width: 100%;
    }
    .box_group_btn .btn_sub1 {
        margin-bottom: 24px;
    }
    .box_group_btn .btn_sub1 a {
        width: 100%;
        height: 69px;
        background-position: right 41px center;
    }
    .box_group_btn .btn a {
        background-size: 7px auto;
        line-height: 1.5;
    }
    .box_group_btn .btn_sub2 a {
        width: 100%;
        height: 49px;
        background-position: right 25px center;
    }
    /* sec08 */
    .sec08 {
        padding-bottom: 65px;
    }
    .sec08_item {
        flex-direction: column;
    }
    .sec08_img {
        padding-right: 40px;
        margin-bottom: -65px;
    }
    .sec08_en {
        text-align: right;
        padding-right: 20px;
        margin-bottom: 32px;
    }
    .sec08_en img {
        width: auto;
        height: 40px;
    }
    .sec08_ttl {
        line-height: 1.5;
        font-size: 30px;
        letter-spacing: 0.05em;
        margin-bottom: 35px;
        text-align: right;
        padding-right: 18px;
    }
    .sec08_txt {
        padding: 0 20px;
        margin-bottom: 28px;
        position: relative;
        z-index: 1;
    }
    .sec08_txt:before {
        position: absolute;
        content: "";
        background: url("../images/idx_img_21.png") no-repeat center top/254px;
        width: 254px;
        height: 254px;
        right: 0;
        bottom: -130px;
        z-index: -1;
    }
    .sec02 dl:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec02 dl dt {
        flex-shrink: 0;
        margin-right: 37px;
    }
    .sec02 dl dd {}
    .sec02 dl dd .tt {
        font-size: 20px;
        color: red;
        margin-bottom: 15px;
    }
    .sec08_item .item2 {
        padding-top: 0;
        padding-left: 0;
    }
    .sec08_item .item2 .wrap {
        max-width: inherit;
    }
    .sec08:before {
        background: url(../images/idx_bg6_sp.png) no-repeat right bottom;
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        background-size: contain;
    }
    .sec08_item .item1 {
        left: 0;
    }
    .sec08_img:before {
        display: none;
    }
    .sec08_name {
        position: relative;
        padding: 0 20px;
        margin-bottom: 46px;
        bottom: 0;
        right: auto;
    }
    .sec08_name .mid {
        font-size: 18px;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
    }
    .sec08_name .lg {
        font-size: 28px;
        margin-left: 15px;
        top: 4px;
    }
    .sec08_ttl2 {
        padding: 0 20px;
        font-size: 18px;
        margin-bottom: 9px;
    }
    .sec08_ttl2:before {
        width: calc(100% - 198px);
        top: 16px;
        right: 19px;
    }
    .sec08_list {
        padding: 0 20px;
        margin-bottom: 38px;
    }
    .sec08_list li {
        line-height: 1.5;
        margin-bottom: 7px;
    }
    .sec08_list li:before {
        top: 11px;
    }
    .sec08 .btn a {
        margin: 0 auto;
        width: 220px;
        height: 50px;
        padding-right: 20px;
    }
    /* sec09 */
    .sec09 {
        margin-top: 0;
        margin-bottom: 6px;
    }
    .sec09 .inner {
        padding: 0 20px;
    }
    .sec09_img_lg {
        width: 100%;
        left: 0;
        margin-bottom: 78px;
    }
    .sec09_en {
        margin-bottom: 30px;
    }
    .sec09_en img {
        width: auto;
        height: 40px;
    }
    .sec09_ttl {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 38px;
        letter-spacing: 0.05em;
    }
    .sec09_item li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .sec09_item {
        flex-direction: column;
    }
    .sec09_item li {
        width: 100%;
        margin-bottom: 54px;
    }
    .sec09_item li.item2, .sec09_item li.item3 {
        margin-bottom: 50px;
    }
    .sec09_img .sec09_num img {
        width: auto;
        height: 102px;
    }
    .sec09_img {
        margin-bottom: 30px;
    }
    .sec09_img img {
        width: 100%;
    }
    .sec09_ttl2 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-bottom: 18px;
    }
    .sec09_item li.item4 .sec09_img .sec09_num {
        left: -3px;
        bottom: -17px;
    }
    .sec09_item li.item1 .sec09_img .sec09_num {
        left: -3px;
        bottom: -16px;
    }
    .sec09_item li.item2 .sec09_img .sec09_num {
        left: -2px;
        bottom: -18px;
    }
    .sec09_item li.item3 .sec09_img .sec09_num {
        left: -4px;
        bottom: -16px;
    }
    .item4 .sec09_ttl2 {
        line-height: 1.9;
        margin-bottom: 13px;
    }
    .item4 .sec09_img {
        margin-bottom: 27px;
    }
    .sec09 .btn a {
        width: 244px;
        height: 49px;
        background-position: right 30px center;
        background-size: 8px auto;
        padding-right: 30px;
    }
    .sec09_item li.item2 .btn a {
        width: 228px;
        background-position: right 30px center;
        background-size: 8px auto;
        padding-right: 30px;
        padding-top: 2px;
    }
    .sec09 .btn {
        margin-top: 27px;
    }
    .sec11_ttl {
        letter-spacing: 0.05em;
        font-size: 30px;
        margin-bottom: 30px;
    }
    /* sec10 */
    .sec10_en {
        text-align: center;
    }
    .sec10_en img {
        width: auto;
        height: 40px;
    }
    .sec10:before {
        background: url(../images/idx_bg8_sp.jpg) no-repeat center top /cover;
        height: 100%;
    }
    .sec10.sec_contact {
        padding-top: 70px;
        padding-bottom: 55px;
    }
    .sec10 .sec_contact_ttl {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-bottom: 32px;
    }
    .sec10 .box_tel_tt {
        margin-bottom: 20px;
    }
    .sec10 .sec05_bnr a {
        width: calc(100% - 60px);
    }
    /* sec11 */
    .sec11 {
        padding-top: 80px;
        padding-bottom: 38px;
    }
    .sec11 .inner {
        padding: 0 20px;
    }
    .sec11_en {
        text-align: center;
        margin-bottom: 30px;
    }
    .sec11_en img {
        height: 40px;
        width: auto;
    }
    .sec11_wrap {
        padding: 36px 20px 40px;
    }
    .sec11_tab li {
        font-size: 18px;
    }
    .sec11_load .cate {
        font-size: 14px;
        padding: 0px 8px 1px 8px;
        height: 25px;
        margin-right: 17px;
    }
    .sec11_load .date {
        font-size: 16px;
    }
    .sec11_load dd {
        width: 100%;
        background: url(../images/arrow_gray.png) no-repeat right 0px center / 8px;
        padding-right: 15px;
    }
    .sec11_load dd .tt {
        font-size: 16px;
        width: 100%;
        line-height: 1.625;
    }
    .sec11_tab li:not(:last-child) {
        margin-right: 15px;
    }
    .sec11_tab {
        margin-bottom: 23px;
        justify-content: center;
    }
    .sec11_load dl {
        padding: 16px 0px 16px 0;
        flex-direction: column;
        background: none;
    }
    .sec11_tab li a {
        padding-bottom: 6px;
    }
    .sec11_load dl dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 11px;
        justify-content: flex-start;
    }
    .sec11_load dd .tt a {
        top: 0px;
        white-space: normal;
        letter-spacing: 0em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .sec11_load {
        margin-bottom: 40px;
        height: auto;
        max-height: 384px;
    }
    .sec11 .btn a {
        width: 178px;
        height: 49px;
    }
    /*============ FOOTER ============*/
    .sec_contact .inner {
        padding: 0 10px;
    }
    .sec_contact:before {
        width: calc(100% - 40px);
    }
    .sec05_txt {
        margin: 0 auto 45px;
    }
    .sec_con {
        flex-direction: column;
        max-width: 295px;
        margin: 0 auto 37px;
        width: 100%;
        left: 0;
    }
    .sec_con .box_tel1, .sec_con .box_tel2, .sec_con .box_tel3 {
        width: auto;
    }
    .sec_contact_ttl {
        font-size: 22px;
        line-height: 1.5;
        margin: 0 auto 35px;
        text-align: center;
    }
    .sec_con .box_tel1 .box_tel_tt {
        margin-bottom: 22px;
        margin-left: 2px;
    }
    .sec_con li .txt {
        margin: 3px 0 15px;
        left: 0;
    }
    .sec_con li.box_tel1 .tel_txt a {
        margin-left: 0px;
    }
    .sec_con .box_tel1 {
        margin-bottom: 49px;
    }
    .sec_con .box_tel2 {
        margin-bottom: 48px;
    }
    .sec_con .box_tel3 {}
    .sec_con li .box_btn a {
        width: 295px;
    }
    .sec_con li .box_btn.btn2 a {
        padding-top: 0px;
    }
    .box_tel_tt {
        margin-left: 2px;
    }
    .sec05_bnr a .lg {
        font-size: 20px;
        margin-bottom: 19px;
        line-height: 1.5;
        text-align: center;
    }
    .sec_con .box_tel2:before, .sec_con .box_tel2:after {
        left: 0;
        top: -28px;
        width: 100%;
        height: 1px;
    }
    .sec_con li .box_btn {
        margin-bottom: 15px;
    }
    .sec_con .box_tel2:after {
        top: auto;
        bottom: -21px;
    }
    .com_txt p {
        line-height: 1.8;
    }
    .sec02_ttl {
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 2.29;
        margin-bottom: 28px;
    }
    .sec02_ttl .lg {
        font-size: 28px;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
    .sec05_bnr a {
        width: 100%;
        height: 183px;
        padding-top: 2px;
    }
    .btn.lg a, .btn a {
        background-position: right 30px center;
        background-size: 6px auto;
        width: 262px;
        height: 69px;
        line-height: 1.5;
        padding-right: 25px;
        padding-top: 0px;
    }
    footer {
        margin-bottom: 55px;
    }
    .ft_top:before {
        background: url(../images/ft_top_sp.png) no-repeat center top / 750px;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% + 500px);
    }
    .ft_en {
        text-align: center;
        margin-bottom: 40px;
    }
    .ft_en img {
        width: auto;
        height: 54px;
    }
    .ft_logo img {
        width: 335px;
    }
    .ft_box {
        flex-direction: column;
        align-items: center;
    }
    .ft_top {
        padding-top: 78px;
        margin-bottom: 0;
    }
    .ft_txt1 {
        padding: 61px 20px 0px;
        margin-bottom: 30px;
    }
    .ft_txt1 p {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .ft_tt {
        margin-bottom: 22px;
    }
    .ft_img {
        margin-bottom: 29px;
    }
    .sub1 .ft_map {
        margin-bottom: 48px;
    }
    .ft_map {
        left: -2px;
        padding: 0 2px;
    }
    .ft_calc {
        padding: 0;
    }
    .ft_note {
        margin-left: 0px;
        letter-spacing: 0.03em;
        margin-bottom: 45px;
    }
    .ft_logo {
        margin-bottom: 50px;
    }
    .ft_txt {
        margin-bottom: 24px;
    }
    .ft_box > li:not(:last-child) {
        margin-bottom: 57px;
    }
    .ft_box > li {
        padding: 44px 20px 49px;
    }
    .ft_box .sub2 {
        padding-bottom: 48px;
    }
    .ft_bt {
        background: url("../images/ft_bg_sp.png") no-repeat center top/cover;
        z-index: 1;
        position: relative;
    }
    .under .ft_bt {
        padding-top: 40px;
    }
    .sub3 .ft_add {
        left: 0;
    }
    .sub3 .ft_map {
        margin-left: 0;
    }
    address {
        font-size: 14px;
        line-height: 1.8;
        padding: 20px 0px 36px;
        letter-spacing: 0.05em;
    }
    /* SP CONTACT */
    .contact_fixed > div {
        position: static;
        height: 60px;
        margin-bottom: 0;
        width: 100%;
        flex: 1;
    }
    .contact_fixed > div .tt {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0em;
        position: relative;
        z-index: 1;
        padding-top: 3px;
    }
    .contact_fixed > div.blur .tt {
        filter: blur(1.5px);
        -webkit-filter: blur(1.5px);
    }
    .contact_fixed {
        right: 0;
        left: 0;
        flex-direction: row;
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        display: flex;
        z-index: 99;
    }
    .contact_fixed > div.contact_fixed1 .tt {
        border-radius: 5px 0 0 0;
    }
    .contact_fixed > div.contact_fixed2 .tt {
        border-radius: 0;
    }
    .contact_fixed > div.contact_fixed3 .tt {
        border-radius: 0px 5px 0 0;
    }
    .contact_fixed .boxcon .sub_btn {
        margin: 16px 0 21px;
    }
    .contact_fixed .boxcon {
        right: 0;
        left: 0;
        bottom: -215px;
        width: 100%;
        height: 215px;
        top: auto;
        border-radius: 5px 5px 0 0px;
        padding: 28px 0 5px;
    }
    .contact_fixed2 .boxcon {
        padding: 7px 0 5px;
    }
    .contact_fixed3 .boxcon {
        padding: 8px 0 5px;
    }
    .contact_fixed > div.active .boxcon {
        bottom: 0px;
    }
    .contact_fixed .boxcon .sub_txt {
        font-size: 15px;
        margin-bottom: 21px;
        line-height: 1.73;
    }
    /* TO TOP */
    .to_top {
        width: 56px;
        height: 56px;
        right: 0px;
        bottom: 61px;
    }
    .to_top.open {
        bottom: 215px;
        opacity: 1;
        visibility: visible;
    }
    /*============ END 750 ============ */
}
@media screen and (min-width: 441px) and (max-width: 750px) {
    .sec02_item li:not(:nth-child(2n)) {
        margin-right: auto;
    }
    .sec08_img {
        margin-bottom: -185px;
    }
    .sec08_txt:before {
        right: auto;
        left: 100px;
    }
    .sec02_sub_ttl {
        letter-spacing: 0em;
    }
}
/* screen-max:440px */
@media screen and (max-width: 440px) {
    .sp440 {
        display: block !important;
    }
    .pc440 {
        display: none !important
    }
    .sec02_item {
        max-width: 375px;
    }
}
/* screen-max: 360px */
@media screen and (max-width: 360px) {
    .sp360 {
        display: block !important;
    }
    .h_inner {
        padding: 5px 0 0 10px;
    }
    .mv_logo img {
        width: 290px;
    }
    .sec01_box dl dt {
        margin-right: 0;
    }
    .sec01_box dl dt {
        width: 60px;
    }
    .sec01_box dl dt:before {
        left: -37.5px;
        top: -37.5px;
        width: 135px;
        height: 135px;
        background-size: 135px;
    }
    .sec01_box dl.item2 dt {
        margin-right: 0;
        margin-left: 15px;
    }
    .sec01_box dl.item1 dd {
        left: 6px;
    }
    .sec01_box_con h3 {
        font-size: 20px;
        letter-spacing: 0em;
    }
    .sec01_box_con h3 .point {
        font-size: 28px;
        letter-spacing: 0em;
    }
    .sec01_box_con .point:before {
        left: 0px;
        top: -9px;
    }
    .sec02_ttl .lg {
        letter-spacing: 0em;
    }
    .sec02_box1 > div .box_img .tt span {
        font-size: 25px;
    }
    .sec02_sub_ttl {
        font-size: 18px;
        letter-spacing: 0em;
    }
    .sec02_bnr {
        padding: 32px 10px 66px;
    }
    .sec02_bnr_tt span {
        letter-spacing: 0em;
    }
    .sec02_bnr_tt {
        font-size: 21px;
    }
    .sec02_item {
        padding: 0px 20px 16px 30px;
    }
    .sec02_item > li .tt2 .txt {
        font-size: 14px;
        letter-spacing: 0em;
    }
    .sec02_item > li .tt1 {
        letter-spacing: 0.05em;
    }
    .sec02_item > li .tt1 {
        font-size: 26px;
        letter-spacing: 0.1em;
    }
    .sec02_pic_tt {
        font-size: 21px;
    }
    .sec02_en {
        padding: 0 10px;
    }
    .sec03_en {
        margin-bottom: 25px;
    }
    .sec03_ttl {
        font-size: 26px;
    }
    .sec03_ttl_lg, .sec03_ttl_lg .sm {
        font-size: 24px;
    }
    .sec03_ttl_lg .sm_sp {
        font-size: 20px;
    }
    .sec04_ttl {
        font-size: 28px;
        letter-spacing: 0em;
    }
    .sec04_box_ttl .lg .style {
        font-size: 27px;
    }
    .sec04_list li.sub2, .sec04_list li.sub4 {
        left: 103px;
    }
    .sec04 .btn.lg a {
        width: 280px;
        background-position: right 15px center;
        padding-right: 15px;
    }
    .sec04_box_ttl .sm {
        font-size: 16px;
        letter-spacing: 0em;
    }
    .sec04_box_ttl .mid {
        font-size: 15px;
        letter-spacing: 0em;
    }
    .sec07_en img, .sec09_en img, .sec10_en img, .sec05_en img, .sec11_en img, .sec06_en img, .sec04_en img, .sec03_en img, .sec01_en img {
        height: 34px;
    }
    .sec_contact_ttl {
        font-size: 20px;
        letter-spacing: 0em;
    }
    .sec_con li .box_btn a {
        width: 250px;
    }
    .sec_con li .txt {
        font-size: 13px;
    }
    .sec05_bnr a .lg {
        font-size: 17px;
    }
    .sec05_bnr a .sm {
        font-size: 15px;
    }
    .sec05_bnr a .lg {
        margin-bottom: 10px;
    }
    .sec05_bnr a {
        height: 150px;
    }
    .sec07_ttl, .sec09_ttl {
        font-size: 26px;
    }
    .box_group_btn .btn a {
        background-position: right 15px center !important;
        padding-right: 15px;
    }
    .sec08_ttl {
        font-size: 27px;
    }
    .sec08_en {
        margin-bottom: 25px;
    }
    .sec08_img {
        margin-bottom: -50px;
    }
    .sec09_ttl2 {
        font-size: 20px;
        letter-spacing: 0em;
    }
    .sec09_img .sec09_num img {
        height: 75px;
    }
    .sec11_tab li:not(:last-child) {
        margin-right: 10px;
    }
    .sec11_tab li {
        font-size: 17px;
        letter-spacing: 0em;
    }
    .ft_box {
        width: calc(100% + 30px);
        left: -15px;
    }
    .ft_box > li {
        width: 100%;
    }
    .ft_box > li {
        padding: 30px 20px 49px;
    }
    .ft_add {
        padding: 0px;
    }
    .ft_txt {
        font-size: 13px;
        letter-spacing: 0em;
    }
    .ft_btn a {
        width: 240px;
    }
    .sp_contact li a {
        font-size: 13px;
    }
    .nav_link_wrap ul li a {
        padding-left: 18px;
        letter-spacing: 0em;
    }
    .nav_link .inner {
        padding: 0 15px 0 15px;
    }
}

/* Header banner 200×70：SP時はメニューボタンの直下に配置・1px隙間 */
@media screen and (max-width: 750px) {
    .header-right-group {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 2px;
    }
    .header-banner-200x70 {
        width: 135px;
        min-width: 135px;
        height: 36px;
        min-height: 36px;
    }
    .header-banner-200x70__inner2 {
        font-size: 10px;
        padding: 0 18px 0 5px;
        background-position: right 8px center;
        background-size: 6px auto;
    }
}

/* ============= sec03 マウスピース説明直下バナー（当該箇所専用） ============= */
/* 親カード内で下端から20px上に位置固定（親 .sec03_item > div は position:relative） */
.sec03_item > div .sec03_item1_banner_link {
    position: absolute;
    bottom: 20px;
    left: 23px;
    right: 23px;
    width: auto;
    max-width: none;
    margin: 0;
}
.sec03_item1_banner_link {
    display: block;
    position: relative;
    width: 100%;
    max-width: 314px;
    margin: 18px auto 0;
    padding: 14px 36px 14px 20px;
    background: #47332F;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: opacity 0.25s ease, background 0.25s ease;
}
.sec03_item1_banner_link::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    right: 20px;
    top: 0;
    background: url("../images/arrow_w.png") no-repeat center center / 8px auto;
}
.sec03_item1_banner_link:hover {
    opacity: 0.9;
    color: #fff;
}
@media screen and (max-width: 750px) {
    /* SP時は固定にせず通常フローでテキスト直下に表示 */
    .sec03_item > div .sec03_item1_banner_link {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
    }
    .sec03_item1_banner_link {
        max-width: none;
        padding: 12px 32px 12px 16px;
        font-size: 13px;
    }
    .sec03_item1_banner_link::before {
        right: 16px;
        background-size: 6px auto;
    }
}