/*==========================================================================*/
/*                     H O V E R    &    P C    O N L Y                     */
/*==========================================================================*/
.sp440 {
  display: none;
}

@media screen and (min-width: 751px) {
  #lightboxOverlay,
  #lightbox {
    min-width: var(--content-width) !important;
    width: 100% !important;
  }
  .sp {
    display: none !important;
  }
  /* NAV */
  .hamburger {
    display: none;
  }
  .nav_list {
    display: flex;
    justify-content: space-between;
  }
  .nav_list > li > a,
  .nav_list > li > .hook {
    display: flex;
    align-items: center;
    position: relative;
  }
  .nav_list > li.parent > .hook {
    cursor: default;
  }
  .sub {
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
    border: solid 3px #0075c1;
    width: 100%;
    top: 96%;
    left: 0;
    background-color: #fff;
    padding: 25px 93px 27px 102px;
    display: flex;
    gap: 50px;
    border-radius: 10px;
  }
  .sub ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 50%;
    max-width: 490px;
    flex-grow: 1;
  }
  .sub ul li {
    width: 100%;
  }
  .sub ul li a {
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
    color: #1f3642;
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    border-bottom: 2px dotted #e2e2e2;
    letter-spacing: -0.03em;
  }
  .sub ul li a::before {
    content: "";
    position: absolute;
    background: url("../images/ic_arrow_menu.png") center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: -4px;
    bottom: 0;
    margin: auto;
    right: 11px;
    z-index: -1;
  }
  /* CUSTOM */
  .find_a,
  .find_out {
    cursor: pointer;
  }
  .sec03_contact .item.call {
    opacity: 1;
    pointer-events: none;
  }
  /* 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 {
    color: var(--scolor);
  }
  .to_top img:hover,
  .btn a:hover,
  .find_a:hover {
    opacity: 0.8;
  }
  .sec02_cnt .item:nth-child(1) .icon {
    padding-right: 30px;
  }
  .sec02_cnt .item:nth-child(2) .icon {
    padding-left: 5px;
  }
  .sec02_cnt .item:nth-child(3) .icon {
    padding-right: 20px;
  }
  .sec02_cnt .item:nth-child(4)::after {
    display: none;
  }
  .sec02_cnt .item:nth-child(4) .icon {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .sec02_cnt .item:nth-child(5)::after {
    display: none;
  }
  .sec02_cnt .item:nth-child(5) .icon {
    padding-top: 23px;
    padding-right: 12px;
    margin-bottom: 19px;
  }
  .sec02_cnt .item:nth-child(6)::after {
    display: none;
  }
  .sec02_cnt .item:nth-child(6) .icon {
    padding-top: 15px;
    padding-right: 21px;
    margin-bottom: 20px;
  }
  .sec03_cnt .cnt {
    margin-right: 1px;
  }
  .sec04_cnt .item:nth-child(1) .cnt_frame .desc {
    max-width: 470px;
  }
  .sec04_cnt .item:nth-child(2) {
    margin-bottom: 103px;
  }
  .sec04_cnt .item:nth-child(3)::before {
    bottom: -106px;
    right: -90px;
  }
  .sec04_cnt .item:nth-child(3) .cnt_frame .desc {
    max-width: 480px;
  }
  .sec02_cnt .item:not(:nth-child(3n+3))::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 294px;
    background-color: #d9d9d9;
    right: 2px;
    top: 3px;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .ft_menu_sub a:hover {
    color: var(--scolor);
  }
  .ft_menu a.ttl:hover {
    color: var(--scolor);
  }
  .sec07_cnt .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .find_a:hover .btn a {
    opacity: 1;
  }
  .nav_list .parent:hover .hook {
    color: var(--scolor);
  }
  .h_contact_mail a:hover {
    opacity: 0.8;
  }
  .nav_list > li > a::after,
  .nav_list > li > .hook::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #fff;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .nav_list > li:last-child > a::after,
  .nav_list > li:last-child > .hook::after {
    display: none;
  }
  .btn a:hover {
    background-color: var(--scolor) !important;
    opacity: 1;
    color: #fff;
  }
  .nav_list .hook {
    z-index: 2 !important;
  }
  .nav_list .hook span {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #0075c1 transparent transparent transparent;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
  }
  .nav_list .parent:hover .hook span {
    opacity: 1;
  }
  .sec06_bnr .item:hover .btn a {
    background-color: var(--scolor);
    opacity: 1;
    color: #fff;
  }
  .sec03 .inner {
    width: var(--container) !important;
    padding: 0 20px !important;
  }
}
/* END screen-min:751px */
@media screen and (min-width: 751px) and (max-width: 1880px) {
  .ttl_h3 .ja {
    font-size: 46px;
  }
  .sec01_cnt {
    margin-right: 0;
  }
  .sec01_cnt .ttl_h3 .en {
    margin-bottom: -37px;
    margin-left: -47px;
    width: 400px;
  }
  .sec02 .ttl_h3 .en {
    margin-left: 0;
    width: 440px;
    margin-bottom: 10px;
  }
  .sec02 .ttl_h3 .ja {
    margin-left: 80px;
  }
  .sec02_cnt {
    max-width: max(77vw, 970px);
    margin-left: 0;
    padding: 30px 50px 30px 0;
  }
  .sec02_cnt .item {
    max-width: max(25vw, 317px);
  }
  .sec02_cnt .item:not(:nth-child(3n+3))::before {
    right: -1px;
    height: 90%;
    top: 0;
  }
  .sec02_cnt .item::after {
    width: 90%;
    bottom: 0;
  }
  .sec04_cnt .item {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 85%;
  }
  .sec04_cnt .item .img {
    width: 50%;
  }
  .sec04_cnt .item .cnt {
    padding: 70px 50px !important;
  }
  .sec04_cnt .item:nth-child(odd) .img {
    margin-left: -80px;
  }
  .sec04_cnt .item:nth-child(even) .img {
    margin-right: -80px;
  }
  .sec04_cnt .item:nth-child(even) h4 {
    font-size: 32px;
  }
  .sec04_cnt .cnt_frame h4 {
    font-size: 34px;
    letter-spacing: 0.2em;
  }
  .sec04_cnt .item::before {
    font-size: 150px;
  }
  .sec04_cnt .cnt_bg {
    width: 140%;
  }
  .sec04_cnt .item:nth-child(even)::before {
    left: -100px;
    bottom: -80px;
  }
  .sec04_cnt .item:nth-child(odd)::before {
    right: -20px;
    bottom: -80px;
  }
  .sec05_cnt .cnt, .sec06_cnt .cnt {
    padding-left: 50px;
    padding-top: 40px;
  }
  .sec05 {
    margin-bottom: 100px;
  }
  .sec06 {
    padding-bottom: 100px;
  }
  .sec06_cnt {
    align-items: center;
  }
  .sec06 .ttl_h3 {
    margin-bottom: 20px;
  }
  .sec05 .ttl_h3 .en, .sec06 .ttl_h3 .en {
    margin-left: -40px;
  }
  .sec05_cnt .img img {
    width: 980px;
  }
  .sec06_bnr {
    --w-bnr: 56.06vw;
  }
  .sec06 h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sec06_bnr .item .btn {
    right: 45px;
  }
  .sec06_bnr .item .btn a {
    width: 220px;
    height: 50px;
  }
  .sec07_bg {
    font-size: max(0.48vw, 6px);
    width: max(77.13vw, 972px);
    padding: 25px 0 6.38vw;
    margin: 0 auto;
  }
  .sec07_cnt {
    width: calc(100% + 143px);
  }
  .sec07_cnt .item {
    max-width: max(46em, 380px);
  }
  .sec07_bg::after {
    left: -130px;
  }
  .sec08_cnt::before {
    right: 260px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1560px) {
  .h_logo a {
    width: 250px;
    height: 140px;
    padding: 20px;
  }
  .h_right {
    padding-top: 10px;
  }
  .h_right_btn {
    margin-bottom: 10px;
  }
  .h_contact > p {
    height: 55px;
  }
  .h_contact_tel {
    width: 275px;
  }
  .h_contact_mail {
    width: 275px;
  }
  .h_contact_tel a {
    font-size: 28px;
  }
  .h_contact_mail a {
    font-size: 18px;
  }
  .h_box {
    height: 110px;
  }
  .nav_list > li.menu1 > a::before,
  .nav_list > li.menu1 > span::before {
    width: 16px;
    height: 15px;
    top: 5px;
  }
  .nav_list > li.menu2 > a::before,
  .nav_list > li.menu2 > span::before {
    width: 28px;
    height: 16px;
    top: 5px;
  }
  .nav_list > li.menu3 > a::before,
  .nav_list > li.menu3 > span::before {
    width: 16px !important;
    height: 20px;
    top: 3px;
  }
  .nav_list > li.menu4 > a::before,
  .nav_list > li.menu4 > span::before {
    width: 17px;
    height: 18px;
    top: 5px;
  }
  .nav_list > li.menu5 > a::before,
  .nav_list > li.menu5 > span::before {
    width: 20px;
    height: 15px;
    top: 5px;
    left: -5px;
  }
  .nav_list > li.menu6 > a::before,
  .nav_list > li.menu6 > span::before {
    width: 15px;
    height: 15px;
    top: 5px;
    left: -4px;
  }
  .nav_list > li.menu7 > a::before,
  .nav_list > li.menu7 > span::before {
    width: 15px;
    height: 15px;
    top: 5px;
    left: -4px;
  }
  .nav_list > li > a, .nav_list > li > .hook {
    padding: 21px 15px 0 15px !important;
    font-size: 14px;
    line-height: 2em;
  }
  .h_contact_tel a .num {
    margin-bottom: 0;
  }
  .sub {
    padding: 25px 30px 27px;
    gap: 30px;
  }
  .sub ul {
    max-width: 50%;
  }
  .sub ul li a {
    font-size: 16px;
  }
  main {
    padding-top: 110px;
  }
  .mv_bg, .mv_slider_ite {
    height: calc(100vh - 110px);
  }
  .mv_slider_ite .bg {
    width: 100%;
    left: unset;
    right: 0;
    height: calc(100vh - 110px);
  }
  .mv_slider_ite .bg img {
    width: auto;
    height: 100%;
  }
  .mv_txt {
    top: -123px;
    left: 70px;
  }
  .mv_txt h2 {
    font-size: 40px;
  }
  .mv_txt .grid .item {
    font-size: 16px;
  }
  .mv_banner {
    width: 720px;
    right: 250px;
    bottom: -150px;
  }
  .ttl_h3 .ja {
    font-size: 43px;
  }
  .sec01::before {
    width: 260px;
    height: 239px;
  }
  .sec01_cnt .ttl_h3 {
    margin-right: 0;
  }
  .sec01_cnt .ttl_h3 .ja {
    font-size: max(2.76vw, 36px);
  }
  .sec01_cnt .ttl_h3 .en {
    margin-bottom: -37px;
    margin-left: -47px;
    width: 400px;
  }
  .sec01_cnt {
    min-height: 530px;
    padding-bottom: 80px;
  }
  .sec02_cnt .item h4 {
    font-size: max(1.54vw, 20px);
  }
  .sec02_cnt {
    padding: 30px max(1.5vw, 19px) 30px 0;
    justify-content: center;
  }
  .sec02_cnt {
    --size-dc: 258px;
  }
  .sec02_cnt::before {
    height: 619px;
    right: calc(var(--size-dc) * -1 + 15px);
  }
  .sec03_cnt .cnt {
    padding-top: 100px;
    width: 70%;
  }
  .sec03_contact .item {
    padding: 20px;
  }
  .sec07_bg::after {
    left: -160px;
    width: 329px;
    height: 528px;
  }
  .sec07_cnt {
    gap: 3em;
  }
  .mv_slider_ite .bg::before {
    width: 1030px;
  }
  .sec06_bnr .item {
    height: max(16.67vw, 172px);
    padding: 18px 20px 20px 40px;
  }
  .sec06_bnr .item .ttl {
    font-size: 30px;
  }
}
/* END screen-min:751px && screen-max:1560px */
@media screen and (min-width: 751px) and (max-width: 1440px) {
  .mv_txt h2 {
    margin-bottom: 10px;
  }
  .sec03_cnt .cnt {
    width: 65%;
  }
  .sec03_contact .num {
    font-size: 42px;
  }
  .sec03_contact .txt {
    font-size: 30px;
  }
  .sec03_cnt .ttl_h3 {
    margin-right: 0;
  }
  .ttl_h3 .ja {
    font-size: 39px;
  }
  .sec05_cnt, .sec06_cnt {
    gap: 70px;
  }
  .sec05_cnt .img img {
    width: 950px;
    height: 100%;
    object-fit: cover;
  }
  .sec06_bnr {
    --w-bnr: max(calc(100vw - 586px), 674px);
  }
  .sec07_cnt {
    width: calc(100% + 115px);
  }
  .sec07_cnt .item {
    max-width: max(49em, 300px);
  }
  .sec07_bg::after {
    left: -130px;
  }
  .sec09_cnt {
    justify-content: space-between;
    gap: 70px;
  }
  .mv_slider_ite .bg::before {
    width: 760px;
  }
}
@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;
  }
  /* NAV */
  nav {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    overflow: auto;
    z-index: 100;
    display: none;
    background: var(--mcolor);
    padding-bottom: 80px;
    padding-top: 20px;
  }
  nav .inner {
    padding: 0;
  }
  .nav_list {
    flex-direction: column;
  }
  .nav_list ul,
  .nav_list li {
    width: 100%;
  }
  .nav_list .parent .sub ul li {
    background: #fff;
  }
  .nav_list .parent .sub ul li {
    border-bottom: 1px solid var(--mcolor);
  }
  .nav_list .hook, .nav_list a {
    display: block;
    padding: 13px 15px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 1px #fff;
  }
  .nav_list .hook {
    position: relative;
    padding-left: 15px;
  }
  .nav_list .hook::before,
  .nav_list .hook::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #FFF;
    top: calc(50% - 1px);
    right: 10px;
    transition: all 0.3s;
  }
  .nav_list .hook::after {
    transform: rotate(-90deg);
  }
  .nav_list .hook.open::after {
    transform: rotate(0);
  }
  .sub {
    display: none;
  }
  .sub a {
    color: var(--mcolor);
    border-bottom: none;
    line-height: 1.5em;
  }
  .hamburger {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    z-index: 101;
    top: 13px;
  }
  /*=====================================================
                        C U S T O M
  ======================================================*/
  /*============ HEADER ============*/
  .h_box {
    height: 70px;
  }
  /*============ Main ============*/
  main {
    padding-top: 70px;
  }
  /* MAIN VISUAL */
  .mv_bg, .mv_slider_ite, .mv_slider_ite .bg {
    height: 650px;
  }
  .mv_txt h2 {
    font-size: 28px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
  }
  .inner {
    padding: 0 15px;
  }
  .sp414 {
    display: none;
  }
  p {
    font-size: 16px;
  }
  .is_nav h1 {
    box-shadow: unset !important;
  }
  .is_nav h1 a {
    height: 70px !important;
    background-color: transparent !important;
  }
  .is_nav nav {
    border-radius: 0;
  }
  .h_logo a {
    position: relative;
    width: 170px;
    height: 80px;
    z-index: 100;
    padding: 20px;
  }
  .is_scroll .h_logo a {
    width: 170px;
    height: 70px;
    padding: 20px;
  }
  .is_scroll .h_box {
    height: 70px;
  }
  .h_left {
    z-index: 101;
  }
  .mv_slider_ite .bg {
    left: 0;
  }
  .mv_slider_ite .bg::before {
    background: url("../images/main_visual_img01_sp.jpg") center right no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .mv_txt {
    left: 0;
    padding: 0 15px;
    top: unset;
    bottom: 20px;
  }
  .mv_banner {
    position: static;
    width: 100%;
    margin-top: 20px;
    margin-left: -15px;
  }
  .mv_txt .grid {
    padding: 0;
    gap: 10px 8px;
  }
  .mv_txt .grid .item {
    font-size: max(2.4vw, 13px);
    padding: 0.2em 0.8em 0.3em;
    letter-spacing: 0;
    max-width: 16.7em;
  }
  .mv_txt .grid .item span {
    padding-left: 2em;
  }
  .mv_txt .grid .item span::before {
    top: 0.2em;
  }
  .ttl_h3 {
    margin: 0 auto 20px !important;
  }
  .ttl_h3 .en {
    margin: 0 auto 5px !important;
    width: 200px;
  }
  .ttl_h3 .ja {
    font-size: 24px;
    text-align: center;
  }
  .sec01 {
    padding: 50px 0 100px;
  }
  .sec01_cnt .ttl_h3 .en {
    margin: 0 auto -5px !important;
  }
  .sec01_cnt {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    padding-bottom: unset;
  }
  .sec01_img {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    margin-left: -15px;
  }
  .sec01::before {
    width: 158px;
    height: 145px;
    right: 20px;
  }
  .sec02_cnt {
    font-size: 1.33vw;
    --size-dc: 13em;
    margin-left: 0;
    padding: 40px 1.5em 40px 0;
    max-width: 84%;
  }
  .sec02_cnt::before {
    height: 31em;
    right: calc(var(--size-dc) * -1 + 8px);
    bottom: 0;
  }
  .sec02_cnt .item {
    max-width: 28.5em;
    padding: 10px 0;
  }
  .sec02_cnt .item:nth-child(2n+2)::before {
    display: none;
  }
  .sec02_cnt .item:last-child::after, .sec02_cnt .item:nth-last-child(2)::after {
    display: none;
  }
  .sec02_cnt .item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 92%;
    background-color: #d9d9d9;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .sec02_cnt .item::after {
    width: 92%;
    bottom: 0;
  }
  .sec02_cnt .item .icon {
    height: 15em;
    margin: 0 auto 10px;
  }
  .sec02_cnt .item:nth-child(1) .icon {
    width: 14em;
  }
  .sec02_cnt .item:nth-child(2) .icon {
    width: 14em;
  }
  .sec02_cnt .item:nth-child(3) .icon {
    width: 14em;
  }
  .sec02_cnt .item:nth-child(4) .icon {
    width: 14em;
  }
  .sec02_cnt .item:nth-child(4) .icon img {
    width: auto;
    height: 14em;
  }
  .sec02_cnt .item:nth-child(5) .icon {
    width: 12em;
  }
  .sec02_cnt .item:nth-child(6) .icon {
    width: 12em;
  }
  .sec02_cnt .item h4 {
    font-size: 1.8em;
  }
  .sec03 {
    padding-bottom: 50px;
  }
  .sec03_cnt {
    flex-direction: column-reverse;
    margin-bottom: -1.8vw;
  }
  .sec03_cnt .img {
    margin: 20px auto 0;
    max-width: 250px;
  }
  .sec03_cnt .cnt {
    width: 100%;
    padding-top: 50px;
  }
  .sec03_contact {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .sec03_contact .item {
    padding: 15px;
    width: 100%;
    max-width: 380px;
  }
  .sec03_contact .ttl {
    font-size: 18px;
  }
  .sec03_contact .num {
    font-size: 32px;
  }
  .sec03_contact .num span::before {
    width: 26px;
    height: 25px;
    left: 0;
  }
  .sec03_contact .num span {
    padding-left: 33px;
  }
  .sec03_contact .item.call .box {
    font-size: 14px;
    display: inline-block;
    padding: 7px 21px;
  }
  .sec03_contact .item .box {
    margin: 0 auto;
  }
  .sec03_contact .item .box {
    max-width: 240px;
  }
  .sec03_contact .txt {
    letter-spacing: 0.1em;
    font-size: 22px;
  }
  .sec03_contact .item.mail .box {
    font-size: 16px;
  }
  .sec04 {
    padding: 50px 0 75px;
  }
  .sec04_cnt .item:nth-child(odd) {
    margin-right: 0;
  }
  .sec04_cnt .cnt_bg {
    width: 100%;
    left: 0;
    right: 0;
  }
  .sec04_cnt .cnt {
    padding: 65px 20px 45px !important;
    margin-top: -55px;
    margin-bottom: 0;
    width: 90%;
    margin-left: auto;
  }
  .sec04_cnt .cnt_frame h4 {
    font-size: 22px;
    letter-spacing: 0.15em;
    margin-bottom: 10px !important;
  }
  .sec04_cnt .item::before {
    font-size: 70px;
  }
  .sec04_cnt .item:nth-child(odd)::before {
    bottom: -36px;
    right: -10px;
  }
  .sec04_cnt .item:nth-child(odd) .img {
    margin-left: 0;
    margin-right: auto;
  }
  .sec04_cnt .item {
    flex-direction: column !important;
  }
  .sec04_cnt .item:nth-child(odd) .cnt_bg::before {
    top: 10px;
    right: 10px;
  }
  .sec04_cnt .item:nth-child(odd) .cnt_bg::after {
    bottom: 10px;
    left: 10px;
  }
  .sec04_cnt .cnt_bg::before, .sec04_cnt .cnt_bg::after {
    width: 30px !important;
    height: 30px !important;
  }
  .sec04_cnt .img {
    width: 70%;
  }
  .sec04_cnt .item:nth-child(even) h4 {
    font-size: 20px;
  }
  .sec04_cnt .item:nth-child(odd) .cnt_bg::before {
    border-top: 3px solid #6dd0e9;
    border-right: 3px solid #6dd0e9;
  }
  .sec04_cnt .item:nth-child(odd) .cnt_bg::after {
    border-bottom: 3px solid #6dd0e9;
    border-left: 3px solid #6dd0e9;
  }
  .sec04_cnt .item:nth-child(even) .cnt_bg::after {
    border-bottom: 3px solid #6dd0e9;
    border-right: 3px solid #6dd0e9;
  }
  .sec04_cnt .item:nth-child(even) .cnt_bg::before {
    border-top: 3px solid #6dd0e9;
    border-left: 3px solid #6dd0e9;
  }
  .sec04_cnt .item:nth-child(even) .cnt {
    margin-bottom: 0;
    margin-left: unset;
    margin-right: auto;
  }
  .sec04_cnt .item:nth-child(even) .img {
    margin-left: auto;
    margin-right: 0;
  }
  .sec04_cnt .item:nth-child(even)::before {
    bottom: -36px;
    left: -10px;
  }
  .sec04_cnt .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec05 {
    margin-bottom: 50px;
  }
  .sec05_cnt {
    flex-direction: column;
    gap: 30px;
  }
  .sec05_cnt .cnt {
    padding: 50px 0 0;
    width: 100%;
    max-width: 100%;
    gap: 30px;
  }
  .sec05_cnt .desc {
    margin-bottom: 30px;
  }
  .sec05_cnt .cnt a {
    margin: 0 auto;
  }
  .sec05_cnt .img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px;
  }
  .sec05_cnt .img img {
    max-width: 100%;
    border-radius: 30px;
  }
  .sec06_cnt .cnt {
    padding: 50px 0 0;
    max-width: 100%;
  }
  .sec06 {
    padding-bottom: 50px;
  }
  .sec06 h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .group_bg::before {
    --space-height: 0px;
  }
  .sec06_cnt {
    flex-direction: column;
    gap: 30px;
  }
  .sec06_bnr {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .sec06_bnr .item {
    height: 185px;
    padding: 50px 20px 70px 20px;
  }
  .sec06_bnr .item .ttl {
    padding-left: 20px;
    font-size: 22px;
  }
  .sec06_bnr .item .btn a {
    width: 190px;
    height: 44px;
    background: url(../images/ic-right.png) no-repeat right 12px center/22px 14px #fff;
    font-size: 14px;
  }
  .sec06_bnr .item .btn {
    right: 10px;
    bottom: 10px;
  }
  .sec07_bg {
    padding: 50px 0 220px;
  }
  .sec07_bg::before {
    right: -6px;
  }
  .sec07 .ttl_h3 .en {
    width: 130px;
  }
  .sec07_cnt {
    width: 100%;
    max-width: 530px;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    justify-content: center;
  }
  .sec07_cnt .item {
    width: 100%;
    padding: 25px 15px;
    max-width: 25.8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec07_cnt .item .icon {
    height: 100px;
    padding: 0 !important;
  }
  .sec07_cnt .item .icon img {
    width: auto;
    height: 100%;
  }
  .sec07_cnt .item h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .sec07_bg::after {
    width: 130px;
    height: 214px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .group_bg {
    padding: 0 0 50px;
  }
  .btn a {
    width: 260px;
    max-width: 100%;
    height: 58px;
    font-size: 16px;
  }
  .sec08 {
    padding: 50px 0;
  }
  .sec08_cnt .cnt {
    display: block;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  .sec08_cnt .cnt .slick-list {
    overflow: visible;
  }
  .sec08_cnt .cnt .slick-dots {
    bottom: 0;
  }
  .sec08_cnt .item {
    max-width: 400px;
    margin: 0 10px 50px;
  }
  .sec08_cnt .item .info {
    padding: 15px;
  }
  .sec08_cnt .item .date {
    font-size: 14px;
  }
  .sec08_cnt .item .ttl {
    font-size: 16px;
  }
  .sec08_cnt::before {
    right: 0;
  }
  .sec08_cnt {
    padding: 50px 0;
  }
  .sec09 {
    padding: 50px 0 0;
  }
  .sec09_cnt {
    padding: 30px 15px 50px;
    flex-direction: column;
    gap: 25px;
  }
  .sec09_cnt .item dt {
    font-size: 14px;
    flex-shrink: 0;
    letter-spacing: -0.05em;
    width: 120px !important;
  }
  .sec09_cnt .item dd {
    font-size: 14px;
    white-space: wrap;
    word-break: break-all;
    letter-spacing: 0;
  }
  .ft_frame {
    flex-direction: column;
    padding: 50px 0 30px;
  }
  .ft_menu {
    display: none;
  }
  .ft_info {
    width: 100%;
    text-align: center;
  }
  .ft_map iframe {
    width: 100%;
    height: 300px;
  }
  .ft_info_logo img {
    width: 250px;
  }
  .ft_info_address {
    font-size: 14px;
  }
  .ft_info_call a {
    font-size: 37px;
  }
  .ft_info_call a span::before {
    width: 28px;
    height: 28px;
    top: 4px;
  }
  .ft_info_time {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .ft_info_bnr img {
    width: 280px;
  }
  .ft_bg {
    padding-bottom: 30px;
  }
  .nav_list > li::before {
    display: none;
  }
  .nav_list .hook::after {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 8px);
    transform-origin: center;
  }
  .nav_list .hook.open::after {
    transform: rotate(-135deg);
    top: calc(50% - 2px);
  }
  .nav_list > li {
    border-bottom: 1px solid #fff;
  }
  .nav_list > li > a {
    display: inline-block;
  }
  .nav_list > li > a, .nav_list > li > .hook {
    position: relative;
    z-index: 1;
    padding: 10px 30px 10px 40px !important;
    font-size: 16px;
    text-align: left;
    border-bottom: 0;
  }
  .nav_list > li > a::before, .nav_list > li > .hook::before {
    right: unset;
    top: 0 !important;
    bottom: 0;
    left: 10px !important;
    margin: auto;
  }
  .nav_list > li.menu1 > a::before,
  .nav_list > li.menu1 > span::before {
    width: 16px;
    height: 15px;
  }
  .nav_list > li.menu2 > a::before,
  .nav_list > li.menu2 > span::before {
    width: 31px;
    height: 19px;
    left: 3px !important;
  }
  .nav_list > li.menu3 > a::before,
  .nav_list > li.menu3 > span::before {
    width: 18px;
    height: 23px;
  }
  .nav_list > li.menu4 > a::before,
  .nav_list > li.menu4 > span::before {
    width: 19px;
    height: 20px;
  }
  .nav_list > li.menu5 > a::before,
  .nav_list > li.menu5 > span::before {
    width: 20px;
    height: 15px;
  }
  .nav_list > li.menu6 > a::before,
  .nav_list > li.menu6 > span::before {
    width: 15px;
    height: 15px;
    left: 12px !important;
  }
  .nav_list > li.menu7 > a::before,
  .nav_list > li.menu7 > span::before {
    width: 15px;
    height: 15px;
  }
  .is_nav .to_top {
    z-index: -1;
  }
  /*============ FOOTER ============*/
  footer {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  /* SP CONTACT */
  .sp_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    z-index: 99;
    bottom: -55px;
    transition: all 0.3s;
    flex-direction: row-reverse;
  }
  .sp_contact.show {
    bottom: 0;
  }
  .sp_contact li {
    width: 50%;
    height: 100%;
  }
  .sp_contact li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
  }
  .sp_contact li a .txt {
    font-size: 90%;
    display: block;
    line-height: 1.5em;
    text-align: center;
    color: #DCF179;
  }
  .sp_contact li a > span {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
  }
  .sp_contact li a > span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
  }
  .sp_contact_tel {
    background-color: var(--mcolor);
  }
  .sp_contact_tel a span::before {
    background: url(../images/sec3_ic_phone_w.png) no-repeat center/18px;
  }
  .sp_contact_mail {
    background-color: var(--scolor);
  }
  .sp_contact_mail > span {
    padding-left: 25px !important;
  }
  .sp_contact_mail a > span::before {
    background: url(../images/ic_h_mail.png) no-repeat center/cover;
    width: 20px !important;
    height: 20px !important;
  }
  .sp_contact .sp_contact_tel a {
    font-family: var(--f-quasimoda);
    font-size: 18px;
    letter-spacing: 0.1em;
  }


  /* TO TOP */
  .to_top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 60px;
  }
  nav .ft_info {
    margin-top: 30px;
  }
  nav .ft_info * {
    color: #fff;
  }
  nav .ft_info_call a span::before {
    filter: brightness(0) invert(1);
  }
  nav .h_right_btn {
    margin-top: 30px;
    padding-right: 0;
  }
  nav .h_contact {
    flex-direction: column;
    align-items: center;
  }
  nav .h_contact_mail a {
    background-color: #fff;
    color: var(--mcolor);
  }
  .slick-dots li button::before {
    display: none;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #000;
    margin: 0 10px;
  }
  .slick-dots li.slick-active {
    background-color: var(--mcolor);
    opacity: 1;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
  .sec03_cnt .ttl_h3 {
    margin-bottom: 20px !important;
  }
  /*============ END 750 ============ */
}
/* screen-max:475px */
@media screen and (max-width: 475px) {
  .mv_bg, .mv_slider_ite, .mv_slider_ite .bg {
    height: max(136.84vw, 580px);
  }
  .mv_txt h2 {
    font-size: max(5.47vw, 23px);
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  .mv_banner {
    margin-top: 10px;
    margin-left: -60px;
    width: calc(100% + 60px);
  }
  .mv_txt .grid {
    align-items: center;
    gap: 5px;
  }
  .mv_txt .grid .item {
    font-size: 14px;
  }
  .mv_txt {
    bottom: 10px;
  }
}
/* screen-max:440px */
@media screen and (max-width: 440px) {
  .sp440 {
    display: block !important;
  }
  .pc440 {
    display: none !important;
  }
  .none440 {
    display: none;
  }
  .sec03_cnt .img {
    max-width: 180px;
  }
  .sec03_cnt {
    margin-bottom: -1.4vw;
  }
}
/* screen-max:414px */
@media screen and (max-width: 414px) {
  .sp414 {
    display: block;
  }
  .sec02_cnt {
    --size-dc: 20.8em;
    flex-direction: column;
    align-items: center;
    max-width: 75%;
    padding: 40px 15px 40px 0;
  }
  .sec02_cnt::before {
    height: 50em;
    right: calc(var(--size-dc) * -1 + 5px);
  }
  .sec02_cnt .item::before {
    display: none;
  }
  .sec02_cnt .item h4 {
    font-size: 16px;
    letter-spacing: -0.1em;
  }
  .sec02_cnt .item {
    max-width: 57em;
  }
  .sec02_cnt .item .icon {
    width: 17em !important;
  }
  .sec02_cnt .item .icon {
    height: 18em;
  }
  .sec02_cnt .item:nth-child(4) .icon img {
    height: 18em;
  }
  .sec06 h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec09_cnt .item dt {
    font-size: 14px;
  }
  .ttl_h3 .ja {
    letter-spacing: 0.08em !important;
  }
  .sec04_cnt .cnt_frame h4 br {
    display: none;
  }
  .sec04_cnt .cnt_frame h4 {
    letter-spacing: 0em;
  }
  .sec06_bnr .item {
    padding: 50px 10px 70px 10px;
  }
  .sec06_bnr .item .ttl {
    padding-left: 10px;
  }
  .sec06_bnr .item .ttl {
    font-size: 18px;
  }
  .sec02_cnt .item:nth-last-child(2)::after {
    display: block;
  }
}
/* screen-max: 360px */
@media screen and (max-width: 375px) {
  .sec09_cnt .item dt {
    width: 100px !important;
  }
  .sp_contact_mail a > span::before {
    width: 18px !important;
    height: 14px !important;
  }
  .sp_contact li.sp_contact_mail a {
    font-size: max(3.73vw, 12px);
  }
  .sp_contact li a > span {
    padding-left: 20px;
  }
}