/*==========================================================================*/
/*                            F U N C T I O N                               */
/*==========================================================================*/
/*==========================================================================*/
/*                               M I X I N                                  */
/*==========================================================================*/
/*==========================================================================*/
/*                     H O V E R    &    P C    O N L Y                     */
/*==========================================================================*/
@media screen and (min-width: 1920px) {
  #header.--fix {
    height: auto;
  }
  #header.--fix h1 {
    margin-bottom: 10px;
  }
  #header.--fix .logo img {
    width: 300px;
  }
  #header.--fix .header-phone {
    margin-top: 0;
    margin-left: 15px;
  }
  #header.--fix .header-phone .hd-time {
    font-size: 16px;
    width: 100%;
    margin-bottom: 7px;
  }
  #header.--fix .header-phone .hd-num {
    margin-left: 0;
    font-size: 35px;
  }
  #header.--fix .header-phone .hd-gw {
    padding-left: 0;
    font-size: 12px;
  }
  #header.--fix .header-act {
    margin-bottom: 0;
  }
  #header.--fix .header-act .hd-insta {
    margin-right: 10px;
  }
  #header.--fix .header-act .hd-insta img {
    height: 36px;
    width: auto;
  }
  #header.--fix .header-act .hd-line-tx {
    font-size: 14px;
  }
  #header.--fix .header-act .hd-line a {
    font-size: 14px;
    width: 158px;
    height: 36px;
    border-radius: 5px;
  }
  #header.--fix .header-act .hd-line img {
    height: 20px;
    width: auto;
  }
  #header.--fix .menu-list {
    width: 780px;
    height: 48px;
  }
  #header.--fix .menu-list > li {
    padding: 5px 35px 5px 20px;
  }
  #header.--fix .sub-menu {
    padding: 0 18px 10px;
  }
  #header.--fix .sub-menu a {
    font-size: 14px;
  }
  #header.--fix .sub-menu a::before {
    top: 10px;
  }
  .btns-fix.show .btnf-accept a {
    width: 90px;
    height: 285px;
    font-size: 18px;
    padding: 45px 10px 10px 10px;
  }
  .btns-fix.show .btnf-accept a::before {
    width: 64px;
    height: 74px;
    top: -40px;
  }
  .btns-fix.show .btnf-accept .accept-t1 {
    padding-bottom: 25px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .btns-fix.show .btnf-accept .accept-t1::after {
    width: 100%;
    left: 0;
  }
  .btns-fix.show .btnf-accept .accept-t2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  #lightboxOverlay,
  #lightbox {
    min-width: var(--content-width) !important;
    width: 100% !important;
  }
  .sp320,
  .sp375,
  .sp425 {
    display: none;
  }
  .wow {
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .sp {
    display: none !important;
  }
  a:hover {
    text-decoration: none;
    color: var(--main-cl);
  }
  .to-top:hover {
    background: var(--main-cl);
  }
  .no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: auto;
  }
  .btns-fix .btnf-tel,
  .btns-fix .btnf-email {
    display: none;
  }
  .btnf-accept a:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #header .container {
    padding: 0 31px 0 32px;
    width: 100%;
  }
  .menu-list {
    background-color: #fff;
    width: 814px;
    height: 57px;
    border-radius: 6px;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .menu-list > li {
    padding: 10px 43px 10px 28px;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease;
  }
  .menu-list > li:nth-child(2) {
    padding-left: 21px;
    padding-right: 18px;
  }
  .menu-list > li:nth-child(4) {
    padding-right: 47px;
  }
  .menu-list > li > a,
  .menu-list > li > span {
    font-size: 18px;
    height: 100%;
  }
  .menu-list > li > span {
    display: flex;
    align-items: center;
  }
  .dropdown {
    transition: all 0.3s ease;
  }
  .dropdown:hover {
    background-color: var(--main-cl);
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .dropdown:hover span {
    color: #fff;
  }
  .dropdown:hover span::before {
    border-top-color: #fff;
    transform: scale(-1);
  }
  .dropdown:hover .sub-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .dropdown:hover .sub-menu::before {
    opacity: 1;
    visibility: visible;
  }
  .dropdown span {
    transition: all 0.3s ease;
  }
  .dropdown span::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -16px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--body-color);
    transition: all 0.3s ease;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background-color: var(--main-cl);
    width: 100%;
    height: 10px;
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .sub-menu a {
    display: inline-block;
  }
  .sub-menu a:hover {
    color: var(--main-cl2);
  }
  .btn a:hover {
    background-color: var(--main-cl2);
    color: #fff;
  }
  .mvs-box li:nth-child(1) {
    width: 100%;
    margin-bottom: 62px;
    padding-right: 1px;
  }
  .mvs-box li:nth-child(1) .mvs-itm {
    margin: 0 auto;
  }
  .mvs-box li:nth-child(1) .mvs-ic {
    top: -23px;
    left: -50px;
    padding: 0px 3px 3px 0;
  }
  .mvs-box li:nth-child(2) .mvs-ic {
    left: -52px;
    padding: 0px 7px 1px 0;
  }
  .mvs-box li:nth-child(3) .mvs-ic {
    padding: 0px 0px 2px 7px;
  }
  .mvs-box .mvs-itm:hover::before {
    background-color: var(--main-cl2);
  }
  .mvs-box .mvs-itm:hover .mvs-tt {
    color: var(--body-color);
  }
  .iblog .slick-slide {
    transition: all 0.3s ease;
  }
  .iblog .slick-slide:hover {
    opacity: 0.6;
  }
  .iblog .slick-dots li:hover {
    opacity: 1;
  }
  .land .land-desc {
    transform: translateX(2px);
  }
  .reason .reason-tab dt:hover {
    background-color: var(--main-cl);
    cursor: pointer;
  }
  .reason .reason-tab dt:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .reason .reason-tab dt:hover .reason-tt {
    color: #fff;
  }
  .reason .reason-tab dt:hover.active {
    cursor: default;
  }
  .reason .r-itm3 {
    padding-bottom: 60px;
  }
  .imenu .imenu-list li {
    width: calc(33.3333333333% - 17.3333333333px);
    margin-right: 26px;
    margin-bottom: 69px;
  }
  .imenu .imenu-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .imenu .imenu-list li:nth-child(3n+1):nth-last-child(1), .imenu .imenu-list li:nth-child(3n+1):nth-last-child(2), .imenu .imenu-list li:nth-child(3n+2):nth-last-child(1), .imenu .imenu-list li:nth-child(3n+1):nth-last-child(3), .imenu .imenu-list li:nth-child(3n+2):nth-last-child(2), .imenu .imenu-list li:nth-child(3n+3):nth-last-child(1) {
    margin-bottom: 0;
  }
  .imenu .imenu-list li:nth-child(2) .imenu-item a:hover, .imenu .imenu-list li:nth-child(4) .imenu-item a:hover, .imenu .imenu-list li:nth-child(6) .imenu-item a:hover {
    background-color: #faf1e0;
  }
  .imenu .imenu-list li:nth-child(2) .imenu-ic {
    padding-left: 15px;
  }
  .imenu .imenu-list li:nth-child(5) .imenu-ic {
    padding-top: 5px;
  }
  .imenu .imenu-list li:nth-child(6) .imenu-ic {
    padding: 0 0px 0 8px;
    transform: translateY(-14px);
  }
  .imenu .imenu-item a {
    transition: all 0.3s ease;
  }
  .imenu .imenu-item a:hover {
    background-color: #edf5fc;
  }
  .point .point-close {
    display: none;
  }
  .point .point-txt dl:hover {
    background-color: #fffef3;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .point .point-txt dl:hover dt::before {
    background-color: #e9ddce;
  }
  .point .point-txt dl:hover dt::after {
    content: "";
    position: absolute;
    inset: -3px;
    border: 0px solid #88765e;
    border-width: 3px 0 3px 3px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .point .point-txt dl:hover dd {
    opacity: 1;
    visibility: visible;
  }
  .point .point-txt dl:hover .lk-full {
    width: calc(100% + 260px);
  }
  .contact-info .info-btn a:hover {
    background-color: var(--main-cl2);
  }
}
/* END screen-min:751px */
@media screen and (min-width: 751px) and (max-width: 1919px) {
  .to-top {
    bottom: 20px;
  }
  #header {
    padding: 15px 0;
    height: 143px;
  }
  #header .container {
    padding: 0 15px;
  }
  #header h1 {
    margin-bottom: 0;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #header .header-left {
    padding-top: 32px;
  }
  #header .logo {
    width: 300px;
  }
  .header-main {
    align-items: center;
    position: relative;
  }
  .menu-list {
    width: 682px;
    height: 42px;
  }
  .menu-list > li {
    padding: 5px 20px;
  }
  .menu-list > li > a,
  .menu-list > li > span {
    font-size: 16px;
  }
  .dropdown span::before {
    top: 13px;
  }
  .sub-menu {
    padding: 0 15px 3px;
  }
  .sub-menu li {
    margin-bottom: 10px;
  }
  .sub-menu a {
    font-size: 13px;
  }
  .sub-menu a::before {
    top: 9px;
  }
  .header-phone {
    margin: 0 0 0 20px;
  }
  .header-phone .hd-time {
    width: auto;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .header-phone .hd-num {
    font-size: 40px;
  }
  .header-phone .hd-gw {
    font-size: 14px;
    padding-left: 0;
  }
  .header-act .hd-line {
    font-size: 15px;
  }
  .header-act .hd-line a {
    width: 170px;
    height: 36px;
  }
  .header-act .hd-line a img {
    width: 20px;
  }
  .header-act .hd-line span {
    padding-bottom: 3px;
    display: inline-block;
  }
  .header-act .hd-insta img {
    width: 36px;
  }
  .btns-fix {
    top: 230px;
  }
  .btns-fix.show .btnf-accept a {
    width: 70px;
    height: 240px;
    padding-top: 35px;
  }
  .btns-fix.show .btnf-accept a::before {
    width: 50px;
    height: 54px;
    top: -29px;
    left: 12px;
  }
  .btns-fix.show .btnf-accept .accept-t1 {
    padding-bottom: 20px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .btns-fix.show .btnf-accept .accept-t2 {
    font-size: 14px;
  }
  .btns-fix .btnf-accept a {
    width: 90px;
    height: 285px;
    font-size: 18px;
    padding: 45px 10px 10px 10px;
  }
  .btns-fix .btnf-accept a::before {
    width: 64px;
    height: 74px;
    top: -40px;
  }
  .btns-fix .btnf-accept .accept-t1 {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .btns-fix .btnf-accept .accept-t1::after {
    width: 100%;
    left: 0;
  }
  .btns-fix .btnf-accept .accept-t2 {
    font-size: 16px;
  }
  #main {
    margin-top: 143px;
  }
  .index-visual .mvs-t2 {
    padding-top: 40px;
  }
  .mvs-box {
    right: 47px;
    width: 507px;
  }
  .mvs-box li:nth-child(1) {
    margin-bottom: 45px;
  }
  .mvs-box .mvs-itm {
    width: 230px;
    height: 90px;
    padding: 10px;
  }
  .mvs-box .mvs-itm::before {
    inset: 0 4px 4px 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .mvs-box .mvs-ic {
    width: 70px;
    height: 70px;
    border-width: 2px;
    top: -35px;
    left: -35px;
  }
  .mvs-box .mvs-ic img {
    transform: scale(0.7);
  }
  .mvs-box .mvs-tt {
    font-size: 18px;
  }
  .iblog {
    left: 30px;
    width: 430px;
    height: 220px;
  }
  .iblog::before {
    width: 76px;
    height: 89px;
  }
  .iblog::after {
    width: 60px;
    height: 50px;
  }
  .iblog .iblog-tt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .iblog .iblog-img {
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
  .iblog .iblog-t {
    font-size: 16px;
  }
  .land .land-wrapper::after {
    width: 400px;
    left: -80px;
    bottom: -61px;
  }
  .land .land-wrapper::before {
    width: 900px;
  }
  .land .land-title {
    margin-right: 200px;
    padding-left: 90px;
  }
  .land .land-title::before {
    left: -90px;
    width: 140px;
  }
  .contact-info .info-img {
    margin-left: -100px;
    width: 400px;
  }
  .contact-info .info-txt {
    margin-top: 30px;
  }
  .contact-info .info-head {
    margin-bottom: 40px;
  }
  .contact-info .info-label {
    font-size: 26px;
  }
  .contact-info .info-title {
    font-size: 40px;
  }
  .contact-info .info-title::before {
    left: 110px;
  }
  .contact-info .info-tel {
    width: 330px;
  }
  .contact-info .info-tel .info-t1::before {
    width: 38px;
  }
  .contact-info .info-t1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact-info .info-time {
    height: 48px;
    font-size: 20px;
    border-radius: 8px;
  }
  .contact-info .info-lk a {
    font-size: 50px;
  }
  .contact-info .info-gw {
    padding-left: 0;
    font-size: 14px;
  }
  .contact-info .info-email {
    width: 350px;
  }
  .contact-info .info-email .info-t1::before {
    width: 38px;
    height: 28px;
    transform: translate(-16px, 2px);
  }
  .contact-info .info-btn a {
    font-size: 20px;
    height: 100px;
  }
  .contact-info .info-bf {
    width: 80px;
    height: 78px;
    font-size: 14px;
    padding-right: 5px;
  }
  .footer-top::before {
    right: 30px;
  }
  .footer-top .ft-wrapper {
    padding-right: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  .index-visual {
    height: calc(100vh - 143px - 20px);
    max-height: 600px;
    display: flex;
    align-items: center;
  }
  .mvs-box {
    right: 47px;
    width: 450px;
    bottom: -28px;
  }
  .mvs-box .mvs-itm {
    width: 200px;
    height: 80px;
  }
  .iblog {
    left: 30px;
    width: 430px;
    height: 220px;
  }
  #header .logo {
    width: 240px;
  }
  #header h1 {
    font-size: 13px;
    top: 15px;
  }
  #header .header-left {
    padding-top: 27px;
  }
  .header-phone {
    margin-left: 15px;
  }
  .header-phone .hd-time {
    font-size: 16px;
    height: 32px;
  }
  .header-phone .hd-num {
    font-size: 32px;
  }
  .header-phone .hd-num::before {
    width: 30px;
    height: 25px;
    margin-right: 10px;
  }
  .header-phone .hd-gw {
    font-size: 11px;
  }
  .header-act {
    margin-bottom: 0;
  }
  .header-act .hd-insta {
    margin-right: 10px;
  }
  .header-act .hd-line {
    font-size: 13px;
  }
  .header-act .hd-line a {
    width: 150px;
    border-radius: 7px;
  }
  .header-act .hd-line-tx::before, .header-act .hd-line-tx::after {
    width: 14px;
    top: 5px;
  }
  .index-visual .mvs-title {
    padding-top: 20px;
    font-size: 28px;
  }
  .land .land-wrapper::after {
    width: 320px;
    left: 0px;
    bottom: -110px;
  }
  .land .land-title {
    margin-right: 100px;
    padding-left: 180px;
  }
  .land .land-title::before {
    left: -20px;
  }
  .land .land-desc {
    padding-right: 25px;
  }
  .reason::before {
    width: 300px;
    height: 180px;
    top: 74px;
  }
  .reason::after {
    right: 50px;
    width: 360px;
    height: 170px;
    bottom: -30px;
  }
  .imenu .imenu-wrapper::before {
    left: -270px;
  }
  .imenu .imenu-wrapper::after {
    right: -242px;
    width: 230px;
  }
  .point {
    padding: 100px 0 50px;
    margin-bottom: 80px;
  }
  .point .point02::after {
    width: 100px;
    height: 142px;
    top: -92px;
    right: -310px;
  }
  .point .point03::after {
    width: 90px;
    height: 133px;
    left: -330px;
    bottom: -17px;
  }
  .point .point-txt {
    padding-right: 80px;
  }
  #footer::after {
    height: 1060px;
  }
  .contact-info .info-img {
    margin-left: 0;
    margin-right: 40px;
  }
  .contact-info .info-label {
    font-size: 22px;
  }
  .contact-info .info-title {
    font-size: 34px;
  }
  .contact-info .info-title::before {
    left: 90px;
  }
  .contact-info .info-tel {
    width: 300px;
  }
  .contact-info .info-t1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-info .info-time {
    font-size: 18px;
    height: 45px;
  }
  .contact-info .info-lk a {
    font-size: 44px;
  }
  .contact-info .info-gw {
    font-size: 13px;
  }
  .contact-info .info-email {
    width: 320px;
  }
  .contact-info .info-btn a {
    font-size: 18px;
    height: 90px;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .footer-top .container {
    padding: 0 30px;
  }
  .footer-top .ft-wrap {
    margin-bottom: 50px;
  }
  .footer-top .ft-info {
    width: 290px;
  }
  .footer-top .ft-memu {
    width: auto;
  }
  .footer-top .fmenu-item {
    margin-right: max(min(2.778vw, 40px), 30px);
  }
  .footer-top .fmenu-item:nth-child(1) {
    padding-right: max(min(2.778vw, 40px), 30px);
  }
  .footer-top .fmenu-item:nth-child(2) {
    padding-right: max(min(2.778vw, 40px), 30px);
  }
  .footer-top .fmenu-item a {
    font-size: max(min(1.25vw, 18px), 16px);
  }
  address {
    margin-top: 27px;
  }
}
/* END screen-min:751px && screen-max:1440px */
/*==========================================================================*/
/*                        M O B I L E    D E V I C E                        */
/*==========================================================================*/
@media screen and (min-width: 1px) and (max-width: 750px) {
  #wrapper {
    min-width: unset !important;
  }
  .pc {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  #main {
    margin-top: 70px;
  }
  .no-scroll {
    overflow: hidden;
  }
  .open-nav .header-menu {
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .hamburger-btn {
    display: block;
  }
  .to-top {
    bottom: 160px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .to-top::before {
    border-width: 0 10px 14px 10px;
  }
  .btn a {
    width: 220px;
    height: 50px;
    font-size: 15px;
  }
  .btn a::before {
    width: 6px;
    height: 12px;
    right: 15px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  button,
  textarea,
  select,
  p,
  blockquote,
  th,
  td,
  pre,
  address,
  li,
  dt,
  dd {
    font-size: 140%;
  }
  #header {
    height: 70px;
    padding: 10px 0;
  }
  #header h1 {
    font-size: 10px;
    margin-bottom: 0;
    width: auto;
    position: absolute;
    top: 3px;
    left: 15px;
    right: 60px;
  }
  #header .container {
    height: 100%;
  }
  #header .logo img {
    width: auto;
    height: 38px;
  }
  #header:not(.--fix) .header-menu {
    background-color: #fffef3;
  }
  .header-left {
    padding-top: 10px;
  }
  .header-right {
    align-items: center;
  }
  .header-menu {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: all 0.3s ease;
    z-index: 99;
    background-color: rgba(30, 44, 99, 0.7);
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 70px);
    padding-bottom: 150px;
    opacity: 0;
    visibility: hidden;
  }
  .header-menu .contact-info {
    padding: 0;
    margin: 30px 0 40px;
  }
  .header-menu .footer-top {
    padding: 0 15px;
  }
  .header-menu .footer-top::before {
    display: none;
  }
  .header-menu .ft-map {
    margin-top: 25px;
  }
  .header-menu .ft-wrap {
    margin-bottom: 0;
  }
  .menu-list {
    display: block;
    background-color: var(--main-cl);
  }
  .menu-list > li > a,
  .menu-list > li > span {
    border-bottom: 1px solid #ebebeb;
    font-size: 17px;
    padding: 10px 20px;
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
  }
  .dropdown .open::after {
    opacity: 0;
  }
  .dropdown span::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .dropdown span::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
    height: 12px;
    width: 2px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    padding: 10px 20px 7px;
    border-radius: 0;
    background-color: #fff;
  }
  .sub-menu li {
    margin-bottom: 0;
    position: relative;
    color: var(--main-cl);
  }
  .sub-menu li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(13, 109, 185, 0.4);
  }
  .sub-menu li:last-child::before {
    display: none;
  }
  .sub-menu a {
    padding: 9px 20px;
    font-size: 16px;
    position: relative;
    color: var(--main-cl);
  }
  .sub-menu a::before {
    top: 17px;
    background-color: var(--main-cl);
  }
  .index-visual {
    margin-bottom: 40px;
  }
  .index-visual .mvs-wrapper {
    position: relative;
  }
  .index-visual .mvs-title {
    padding: 0;
    font-size: 22px;
    height: 100%;
    padding: 30px 0;
  }
  .index-visual .mvs-t2 {
    padding-top: 30px;
  }
  .index-visual .mvs-img {
    left: -15px;
    right: 0;
    height: 100%;
  }
  .index-visual .mvs-img img {
    height: 100%;
  }
  .index-visual .mvs-s::before {
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
  }
  .mvs-box {
    position: relative;
    right: 0;
    bottom: 0;
    align-content: center;
    margin-bottom: 40px;
    margin-top: -20px;
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  .mvs-box li {
    margin-bottom: 0;
    width: 45%;
  }
  .mvs-box li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .mvs-box li:nth-child(1) .mvs-itm {
    margin-left: auto;
    margin-right: auto;
  }
  .mvs-box .mvs-itm {
    max-width: 170px;
    width: 100%;
    height: 62px;
    padding: 10px;
  }
  .mvs-box .mvs-itm::before {
    inset: 0 4px 4px 0;
    border-radius: 0 6px 10px 6px;
  }
  .mvs-box .mvs-ic {
    width: 44px;
    height: 44px;
    top: -20px;
    left: -12px;
    border-width: 2px;
  }
  .mvs-box .mvs-ic img {
    transform: scale(0.6);
  }
  .mvs-box .mvs-tt {
    font-size: 12px;
  }
  .iblog {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 15px 20px;
    width: calc(100% - 30px);
    max-width: 400px;
    height: auto;
    min-height: 200px;
  }
  .iblog::before {
    content: "";
    width: 50px;
    height: 59px;
    top: -6px;
    right: 4px;
  }
  .iblog::after {
    content: "";
    width: 50px;
    height: 40px;
  }
  .iblog .iblog-tt {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .iblog .iblog-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .iblog .iblog-txt {
    padding: 0 5px 0 0;
  }
  .iblog .iblog-t {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .iblog .slick-dots {
    bottom: -8px;
  }
  .iblog .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
  .iblog .slick-list {
    margin: 0 -5px;
  }
  .iblog .slick-slide {
    padding: 0 5px;
  }
  .land {
    padding: 0 0 40px;
  }
  .land .land-wrapper {
    flex-direction: column;
    padding-bottom: 120px;
  }
  .land .land-wrapper::before {
    top: 190px;
    left: -15px;
    right: 50%;
    bottom: 0;
    width: auto;
    height: auto;
    background-size: cover;
  }
  .land .land-wrapper::after {
    width: 140px;
    height: 90px;
    left: 0;
    bottom: 0;
  }
  .land .land-title {
    padding: 0;
    margin: 0 auto 30px;
  }
  .land .land-title::before {
    width: 80px;
    height: 70px;
    left: -105px;
    top: 20px;
    background-image: url("../images/idx-land-img04-sp1.png");
  }
  .land .land-title::after {
    content: "";
    position: absolute;
    right: -105px;
    bottom: 30px;
    width: 80px;
    height: 70px;
    background: url("../images/idx-land-img04-sp2.png") center no-repeat;
    background-size: contain;
  }
  .land .land-tt {
    font-size: 24px;
  }
  .land .land-tt::before {
    background-size: contain;
  }
  .land .land-label {
    font-size: 15px;
    margin: 0 0 0 10px;
  }
  .land .land-txt {
    margin-right: 0;
  }
  .land .land-img {
    margin: 0 -15px 15px 0;
  }
  .land .land-img::before {
    border-width: 6px;
    border-radius: 30px 0 0 30px;
  }
  .land .land-img img {
    border-radius: 46px 0 0 46px;
  }
  .land .land-desc {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .land .land-btn {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .land .btn {
    margin-bottom: 25px;
  }
  .land .btn:last-child {
    margin-bottom: 0;
  }
  .reason {
    padding-bottom: 40px;
  }
  .reason::before {
    width: 100px;
    height: 120px;
    right: 15px;
    top: 40px;
  }
  .reason::after {
    width: 140px;
    height: 70px;
    bottom: -15px;
    right: 15px;
    z-index: 2;
  }
  .reason .reason-bg::before {
    top: 20px;
  }
  .reason .reason-head {
    padding: 25px 90px 25px 0;
  }
  .reason .reason-head::before {
    right: -10px;
    width: 90px;
    height: 120px;
    bottom: 0;
    top: 25px;
  }
  .reason .reason-en {
    font-size: 28px;
    top: 0;
    left: 0;
  }
  .reason .reason-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .reason .reason-title span::before {
    width: auto;
    height: 100%;
    left: -10px;
    right: -10px;
    bottom: -15px;
  }
  .reason .reason-label {
    font-size: 15px;
    line-height: 1.5;
  }
  .reason .reason-tab {
    flex-direction: column;
  }
  .reason .reason-tab dl {
    margin: 0 auto 30px;
    width: 450px;
    max-width: 100%;
  }
  .reason .reason-tab dl:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
  .reason .reason-tab dt {
    width: 100%;
    border-width: 2px;
    border-radius: 12px;
  }
  .reason .reason-tab dt::before {
    bottom: -14px;
  }
  .reason .reason-tab dt.active .reason-f::after {
    opacity: 0;
  }
  .reason .reason-tab dt a {
    z-index: 2;
  }
  .reason .reason-tab dd {
    margin-top: 25px;
  }
  .reason .reason-tab dd.active {
    display: block;
  }
  .reason .reason-f {
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-right: 30px;
  }
  .reason .reason-f::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .reason .reason-f::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .reason .reason-tt {
    font-size: 18px;
  }
  .reason .reason-item {
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    flex-direction: column;
  }
  .reason .r1-bx {
    margin-bottom: 15px;
  }
  .reason .r1-bx:last-child {
    margin-bottom: 0;
  }
  .reason .r1-img {
    text-align: center;
  }
  .reason .r2-img {
    text-align: center;
    margin: 0 auto 15px;
  }
  .reason .r2-img img {
    width: 80%;
  }
  .reason .r2-list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto 15px;
  }
  .reason .r2-g {
    width: 48%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .reason .r2-g:nth-child(2n+1):nth-last-child(1), .reason .r2-g:nth-child(2n+1):nth-last-child(2), .reason .r2-g:nth-child(2n+2):nth-last-child(1) {
    margin-bottom: 0;
  }
  .reason .rsay-img img {
    width: 60px;
    height: 60px;
  }
  .reason .rsay-img span {
    font-size: 12px;
  }
  .reason .rsay-txt {
    padding: 10px;
    margin-top: 6px;
  }
  .reason .rsay-txt p {
    font-size: 15px;
    line-height: 1.5;
  }
  .reason .r3-img {
    text-align: center;
    margin: 0 auto 15px;
  }
  .reason .r3-img img {
    border-radius: 10px;
  }
  .reason .reason-twap {
    display: none;
  }
  .reason .r2-say {
    justify-content: center;
  }
  .imenu {
    padding: 40px 0;
  }
  .imenu::before {
    background-size: contain;
  }
  .imenu::after {
    right: -15px;
    left: 50%;
    bottom: -50px;
    width: auto;
    height: 140px;
    background-repeat: repeat;
    background-size: cover;
  }
  .imenu .imenu-ig {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .imenu .imneu-img::before {
    border-width: 5px;
    border-radius: 20px;
  }
  .imenu .imneu-img::after {
    top: 60px;
    right: -15px;
    width: max(46.875vw, 150px);
    height: max(43.75vw, 140px);
  }
  .imenu .imneu-img img {
    border-radius: 20px;
    min-height: 134px;
  }
  .imenu .imenu-wrapper::before {
    left: 0;
    top: 100px;
    width: 100px;
    height: 250px;
  }
  .imenu .imenu-wrapper::after {
    width: 100px;
    height: 180px;
    right: 0;
  }
  .imenu .imenu-head {
    padding-left: 95px;
    margin-bottom: 30px;
    padding-top: 26px;
  }
  .imenu .imenu-head::before {
    width: 100px;
    height: 80px;
    left: -10px;
    top: 0;
  }
  .imenu .imenu-en {
    font-size: 22px;
    right: 0;
    transform: rotate(10deg);
  }
  .imenu .imenu-title {
    font-size: 23px;
    text-align: left;
    margin-bottom: 20px;
  }
  .imenu .imenu-title span::before {
    width: auto;
    height: 100%;
    left: -3px;
    right: -20px;
    bottom: -15px;
  }
  .imenu .imenu-label {
    font-size: 15px;
    padding-left: 0;
    line-height: 1.5;
  }
  .imenu .imenu-list {
    justify-content: space-between;
  }
  .imenu .imenu-list li {
    width: 100%;
    margin: 0 auto 35px;
  }
  .imenu .imenu-list li:last-child {
    margin-bottom: 0;
  }
  .imenu .imenu-item a {
    padding: 0 10px 30px;
    height: auto;
    border-radius: 20px;
  }
  .imenu .imenu-item a::before {
    border-width: 0 0 2px 2px;
    inset: 28px 32px 7px 7px;
    border-bottom-left-radius: 18px;
  }
  .imenu .imenu-num {
    font-size: 14px;
    width: 80px;
    height: 34px;
    border-radius: 4px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(-17px);
  }
  .imenu .imenu-tt {
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .imenu .imenu-ic {
    width: 70px;
    margin: 0 auto;
    height: 60px;
  }
  .imenu .imenu-ic img {
    object-fit: contain;
    height: 100%;
  }
  .point {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .point .point-wrapper {
    flex-direction: column;
  }
  .point .point-head {
    margin: 0 auto 30px;
    padding: 40px 0 0;
  }
  .point .point-en {
    font-size: 28px;
    line-height: 1;
    right: -30px;
  }
  .point .point-title {
    font-size: 24px;
    margin-left: 15px;
  }
  .point .point-title span::before {
    background-size: contain;
    top: -5px;
  }
  .point .point-label {
    margin-top: 20px;
    font-size: 16px;
  }
  .point .point-txt {
    padding: 60px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .point .point-txt::before {
    width: 100%;
    height: 60px;
    top: 0;
    right: 0;
  }
  .point .point-txt::after {
    right: -5px;
    left: -5px;
    height: 254px;
    background-color: transparent;
    border: 0px solid #ccc;
    border-width: 1px 0;
  }
  .point .point-txt dl {
    border-radius: 12px;
  }
  .point .point-txt dt {
    padding-bottom: 30px;
  }
  .point .point-txt dt::before {
    right: 13px;
    height: 6px;
  }
  .point .point-txt dd::after, .point .point-txt dd::before {
    display: none;
  }
  .point .point-txt dd + .lk-full {
    display: none;
  }
  .point .point-txt.active .point-ab {
    opacity: 1;
    visibility: visible;
  }
  .point .point-close {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: var(--main-cl);
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 2;
    margin-bottom: 0;
  }
  .point .point-close::before {
    content: "";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../images/idx-close.png") center no-repeat;
    background-size: 14px;
    filter: brightness(0) invert(1);
  }
  .point .point-ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    border-radius: 12px;
    border: 2px solid #88765e;
    z-index: 2;
    padding: 20px;
    background-color: #fffef3;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .point .point-ab a {
    display: none;
  }
  .point .point-desc {
    max-height: 400px;
    overflow-y: auto;
  }
  .point .point01 {
    width: 92px;
  }
  .point .point02 {
    width: auto;
    margin-right: 56px;
    margin-left: 50px;
  }
  .point .point02::before {
    width: 22px;
    height: 150px;
    border-radius: 6px;
    right: -40px;
  }
  .point .point02::after {
    top: unset;
    right: unset;
    bottom: 0;
    left: -65px;
    width: 60px;
    height: 85px;
  }
  .point .point03 {
    width: 92px;
    margin-top: 30px;
    margin-right: 74px;
  }
  .point .point03::before {
    width: 24px;
    height: 160px;
    border-radius: 6px;
    right: -31px;
  }
  .point .point03::after {
    left: 125px;
    bottom: 0;
    width: 53px;
    height: 92px;
  }
  .point .point04 {
    width: auto;
    margin-right: 42px;
  }
  .point .point04::before {
    width: 32px;
    border-radius: 6px;
    height: 150px;
    right: -38px;
  }
  .point .point-num {
    width: 60px;
    font-size: 11px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .point .point-tt {
    font-size: 18px;
  }
  #footer {
    margin-bottom: 109px;
  }
  #footer::after {
    width: 50%;
    height: 330px;
    border-top-left-radius: 20px;
  }
  #footer::before {
    background-size: cover;
    left: 100px;
  }
  .contact-info {
    padding: 40px 0 0;
    margin-bottom: 50px;
  }
  .contact-info .info-wrapper {
    flex-direction: column;
  }
  .contact-info .info-img {
    margin: 0 auto 20px;
    text-align: center;
    max-width: 230px;
  }
  .contact-info .info-txt {
    margin: 0;
  }
  .contact-info .info-head {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-info .info-label {
    font-size: 16px;
    margin-left: 0;
  }
  .contact-info .info-title {
    font-size: min(max(4.688vw, 15px), 24px);
  }
  .contact-info .info-title::before {
    left: min(max(12.5vw, 40px), 64px);
    right: max(min(-2.5vw, -8px), -13px);
    bottom: max(min(-1.25vw, -4px), -6px);
  }
  .contact-info .info-w {
    flex-direction: column;
    width: 290px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-info .info-tel {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .contact-info .info-tel .info-t1::before {
    width: 30px;
    height: 29px;
  }
  .contact-info .info-t1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contact-info .info-time {
    height: 40px;
    font-size: 15px;
    border-radius: 6px;
  }
  .contact-info .info-lk a {
    font-size: 43px;
  }
  .contact-info .info-gw {
    font-size: 15px;
    padding-left: 0;
    line-height: 1.5;
  }
  .contact-info .info-email {
    width: 100%;
  }
  .contact-info .info-email .info-t1 {
    padding-left: 30px;
  }
  .contact-info .info-email .info-t1::before {
    width: 30px;
    height: 24px;
    transform: none;
    margin-right: 7px;
  }
  .contact-info .info-btn a {
    font-size: 16px;
    height: 76px;
    width: 90%;
    margin-left: auto;
  }
  .contact-info .info-bf {
    width: 60px;
    height: 60px;
    font-size: 10px;
    padding-right: 5px;
    left: -46px;
  }
  .footer-top {
    padding: 20px 0 30px 0;
  }
  .footer-top::before {
    right: 0;
    border-top-right-radius: 20px;
  }
  .footer-top .ft-info {
    margin: 0 auto 20px;
    width: 290px;
  }
  .footer-top .ft-logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-top .ft-logo img {
    width: 230px;
  }
  .footer-top .ft-if dl {
    margin-bottom: 15px;
  }
  .footer-top .ft-if dt {
    margin-bottom: 7px;
    font-size: 16px;
    height: 34px;
    border-radius: 4px;
  }
  .footer-top .ft-social {
    margin: 0;
    justify-content: center;
  }
  .footer-top .ft-insta {
    margin-right: 10px;
  }
  .footer-top .ft-insta a {
    width: 40px;
    height: 40px;
  }
  .footer-top .ft-line a {
    height: 40px;
    font-size: 15px;
    border-radius: 5px;
    width: 180px;
  }
  .footer-top .ft-line img {
    margin-top: 0;
    height: 20px;
    width: auto;
  }
  .footer-top .ft-map iframe {
    height: 210px;
    border-radius: 20px;
  }
  address {
    margin-top: 25px;
    padding-right: 0;
    line-height: 1.3;
  }
  .btns-fix {
    top: unset;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .btns-fix li {
    width: 50%;
  }
  .btns-fix .btnf-t1 {
    color: var(--main-cl);
    font-size: 11px;
    margin-bottom: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btnf-accept {
    display: none;
  }
  .btnf-tel {
    text-align: center;
    padding: 5px;
  }
  .btnf-tel .btnf-t1::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url("../images/idx-tel02.png") center no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .btnf-tel .btnf-time {
    background-color: var(--main-cl2);
    border-radius: 4px;
    font-size: 11px;
    text-align: center;
    padding: 5px 10px;
    line-height: 1;
    width: 150px;
    margin: 0 auto 3px;
  }
  .btnf-tel .btnf-lk {
    line-height: 1;
    margin-bottom: 5px;
  }
  .btnf-tel .btnf-lk a {
    font-size: 23px;
    font-weight: 900;
    color: var(--main-cl);
    font-family: var(--lato);
  }
  .btnf-tel .btnf-gw {
    font-size: 10px;
    line-height: 1.2;
  }
  .btnf-email {
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .btnf-email .btnf-t1::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url("../images/idx-email02.png") center no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .btnf-email .btnf-btn {
    max-width: 240px;
  }
  .btnf-email .btnf-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 86%;
    height: 50px;
    margin-left: auto;
    font-size: min(max(2.5vw, 8px), 12px);
    font-weight: 700;
    border-radius: 60px;
    background-color: var(--main-cl);
    color: #fff;
    box-shadow: 0px 5px 0px #181c63;
    line-height: 1.5;
    padding: 5px;
    position: relative;
    z-index: 1;
  }
  .btnf-email .btnf-bf {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -25px;
    margin: auto 0;
    width: 40px;
    height: 40px;
    background: url("../images/idx-info-img03.png") center no-repeat;
    background-size: contain;
    color: #171c65;
    font-weight: 700;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    line-height: 1.2;
    padding-right: 4px;
    transition: all 0.3s ease;
  }
  .btnf-email .btnf-bf span {
    font-size: 137.5%;
    font-family: var(--lato);
    font-weight: 900;
  }
}
/* END min-width:1px && screen-max:750px */
@media screen and (min-width: 375px) and (max-width: 750px) {
  .sp320 {
    display: none;
  }
  .imenu .imenu-list {
    max-width: 430px;
    margin: 0 auto;
  }
  .imenu .imenu-list li {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  .imenu .imenu-list li:nth-child(2n+1):nth-last-child(1), .imenu .imenu-list li:nth-child(2n+1):nth-last-child(2), .imenu .imenu-list li:nth-child(2n+2):nth-last-child(1) {
    margin-bottom: 0;
  }
  .imenu .imenu-item a {
    height: max(100%, 200px);
    padding-bottom: 20px;
  }
  .imenu .imenu-tt {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btns-fix .btnf-email .btnf-t1 {
    padding-left: 19px;
  }
  .mvs-box .mvs-itm {
    max-width: 200px;
    height: 66px;
  }
  .mvs-box .mvs-tt {
    font-size: 14px;
  }
}
/* END min-width:375px && screen-max:750px */
@media screen and (min-width: 425px) and (max-width: 750px) {
  .sp375 {
    display: none;
  }
}
/* END min-width:425px && screen-max:750px */
@media screen and (min-width: 525px) and (max-width: 750px) {
  .sp425 {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 750px) {
  .mvs-box {
    margin-right: 0;
  }
  .iblog {
    margin-left: 15px;
  }
  .land .land-wrapper {
    flex-direction: row;
  }
  .land .land-title {
    padding-left: 90px;
    margin: 50px 30px 0 0;
    flex-shrink: 0;
  }
  .land .land-title::before {
    width: 70px;
    height: 104px;
    left: -8px;
  }
  .land .land-tt {
    display: inline-block;
  }
  .land .land-btn {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
  }
  .land .btn {
    margin-bottom: 0;
  }
  .land .btn a {
    width: 200px;
    font-size: 14px;
    padding-top: 12px;
  }
  .contact-info .info-head {
    text-align: left;
  }
  .contact-info .info-img {
    margin: 0 0 0 auto;
  }
  .contact-info .info-txt {
    margin-top: -40px;
  }
  .contact-info .info-w {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .contact-info .info-tel {
    width: 280px;
    margin: 0 50px 0 0;
  }
  .contact-info .info-email {
    width: 280px;
  }
  .contact-info .info-label {
    margin-left: -10px;
  }
  .contact-info .info-label br {
    display: none;
  }
  .contact-info .info-gw {
    font-size: 12px;
  }
  .contact-info .info-gw br {
    display: none;
  }
}
/* END min-width:525px && screen-max:750px */
/*==========================================================================*/
/*                 F O R   S P E C I F I E D   B R O W S E R                */
/*==========================================================================*/
/* EDGE  */
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}
/*==========================================================================*/
/*                             E N D   A L L                                */
/*==========================================================================*//*# sourceMappingURL=responsive.css.map */