@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


.cate {
  z-index: 1;
  position: relative;
}
.left {
  justify-content: flex-start !important;
}
.titlebox1 {
  max-width: 1280px;
      margin-right: auto;
     margin-left: auto;
}
.titleboxwrap .titlebox1{
    margin-left: 0;
}

.feature_message_wrap .more.more1 {
  justify-content: flex-start;
}

.feature_message_wrap .more.more1 a {
  border: none;
}

.feature_message_wrap .more.more1 a p {
  color: #48cfc2;
}
.feature_message_wrap .more.more1 a:hover p {
  color: #fff;
}

.feature_message_wrap {
  --gap: clamp(28px, 6vw, 90px);
  max-width: 1280px;
  margin: 0 auto;
  gap: var(--gap);
}

.feature_message_wrap .feature_staff_box {
  width: calc((100% - var(--gap)) * 0.5);
  position: relative;
  padding-right: 34px;
  flex-shrink: 0;
}

.feature_message_wrap .feature_staff_box .imgbox {
  width: 100%;
  aspect-ratio: 28 / 33;
  border-radius: 8px;
  overflow: hidden;
}

.feature_message_wrap .feature_staff_box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature_message_wrap .feature_staff_en {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #48cfc2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: 0.08em;
}

.feature_message_wrap .feature_staff_text {
  margin-top: 14px;
}

.feature_message_wrap .feature_staff_role {
  margin: 0 0 8px;
  color: #777;
  line-height: 1.8;
}

.feature_message_wrap .feature_staff_name {
  margin: 0;
  color: #111;
  line-height: 1.6;
  font-weight: 700;
}

.feature_message_wrap .txtbox {
  width: calc((100% - var(--gap)) * 0.5);
  padding-top: clamp(8px, 1.5vw, 18px);
}

.feature_message_wrap .feature_message_title {
  margin: 0 0 24px;
  color: #48cfc2;
  line-height: 1.6;
  font-weight: 700;
}

.feature_message_wrap .feature_message_text {
  margin: 0 0 34px;
  color: #333;
  line-height: 2.3;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1080px) {
  .feature_message_wrap {
    --gap: 36px;
  }

  .feature_message_wrap .feature_staff_box {
    width: calc((100% - var(--gap)) * 0.4);
    max-width: 300px;
  }

  .feature_message_wrap .txtbox {
    width: calc((100% - var(--gap)) * 0.6);
  }
}

@media screen and (max-width: 768px) {
  .feature_message_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature_message_wrap .feature_staff_box,
  .feature_message_wrap .txtbox {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .feature_message_wrap .feature_staff_box {
    max-width: 280px;
    padding-right: 26px;
  }

  .feature_message_wrap .feature_staff_text {
    margin-top: 10px;
  }

  .feature_message_wrap .feature_message_title {
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .feature_message_wrap .feature_message_text {
    margin-bottom: 24px;
    line-height: 2;
  }
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
  margin-right: 10px !important;
  border-radius: 10px;
  overflow: hidden;
}
.swiper_a .swiper-slide img {
  height: clamp(220px, 28vw, 300px);
  width: auto;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 10px;
}

.box_wrap1 {
  --gap: clamp(28px, 6vw, 90px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  z-index: 2;
  position: relative;
}
.box_wrap1 .imgbox {
  width: calc((100% - var(--gap)) * 0.46);
  overflow: hidden;
  aspect-ratio: 57 / 40;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 4px solid #fff;
}
.box_wrap1 .txtbox {
  width: calc((100% - var(--gap)) * 0.54);
}
@media screen and (max-width: 1080px) {
  .box_wrap1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .box_wrap1 .imgbox, .box_wrap1 .txtbox {
    width: 100%;
  }
}

.feature_area {}
.feature_area .feature_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  background: #fff;
  border-radius: 12px;
}
.feature_area .box_wrap {
  --gap: clamp(24px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}
.feature_area .box_wrap + .box_wrap {
  margin-top: clamp(40px, 5vw, 60px);
}
.feature_area .box_wrap .imgbox {
  width: calc((100% - var(--gap)) * 0.36);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.feature_area .box_wrap .imgbox img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.feature_area .box_wrap .txtbox {
  width: calc((100% - var(--gap)) * 0.64);
  color: #333;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.feature_area .box_wrap .txtbox p {}
.feature_area .box_wrap .txtbox .feature_title {
  color: #45cfc4;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.feature_area .box_wrap .txtbox .feature_text {}
@media screen and (max-width: 900px) {
  .feature_area .feature_inner {}
  .feature_area .box_wrap {
    display: block;
  }
  .feature_area .box_wrap .imgbox, .feature_area .box_wrap .txtbox {
    width: 100%;
  }
  .feature_area .box_wrap .txtbox {
    margin-top: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 576px) {
  .feature_area .feature_inner {
    padding: 20px 16px;
  }
}
.conceptbox {
  --about-gap: clamp(50px, 4vw, 80px);
  position: relative;
  z-index: 2;
  padding-right: 0;
  justify-content: center;
  gap: var(--about-gap);
  overflow: hidden;
}
.conceptbox .leftbox, .conceptbox .rightbox {
  width: calc(50% - (var(--about-gap) / 2));
  min-width: 0;
  position: relative;
}
.conceptbox .leftbox {
  align-items: flex-start;
  margin-left: auto;
  flex-wrap: nowrap;
  gap: 30px;
  z-index: 2;
}
.conceptbox .rightbox {
  padding-right: 80px;
  padding-bottom: 120px;
}
.conceptbox .top_about_en_wrap {
  padding-top: 10px;
}
.conceptbox .top_about_en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.15em;
  line-height: 1;
}
.conceptbox .beforeline {
  position: relative;
  padding-top: 70px;
}
.conceptbox .beforeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #33CBBB;
}
.conceptbox .top_about_content {
  flex: 1;
  min-width: 0;
  position: relative;
}
.conceptbox .txtbox {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 35px;
}
.conceptbox .top_about_title_wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  align-items: flex-start;
    margin-left: 0;
}
.conceptbox .top_about_title_line {
  display: inline-block;
  background: #fff;
  padding: 8px 14px 10px;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.conceptbox .top_about_title_line:last-child {
  margin-bottom: 0;
}
.conceptbox .top_about_text_wrap {
  width: 100%;
}
.conceptbox .top_about_text_wrap p {
  margin: 0;
}
.conceptbox .more {
  justify-content: flex-start;
}
.conceptbox .top_about_mark {
  position: absolute;
  top: -50px;
  left: -250px;
  width: 410px;
  height: 400px;
  background: url("https://chiropractic-basis.com/system_panel/uploads/images/deco1.png") center center / contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.conceptbox .rightbox .imgbox {
  overflow: hidden;
}
.conceptbox .top_about_main_img {
  position: relative;
  width: 80%;
  aspect-ratio: 52 / 64;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 4px solid #fff;
  z-index: 2;
  top: -80px;
}
.conceptbox .top_about_main_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conceptbox .top_about_logo_img {
  position: absolute;
  left: 40px;
  bottom: 20px;
  width: 250px;
  z-index: 3;
}
.conceptbox .top_about_logo_img img {
  display: block;
  width: 100%;
  height: auto;
}
.conceptbox .top_about_sub_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(350px, 32%);
  aspect-ratio: 1 / 1;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.conceptbox .top_about_sub_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .conceptbox {
    --about-gap: 40px;
    flex-direction: column-reverse;
    gap: var(--about-gap);
    padding-right: 60px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .conceptbox .leftbox, .conceptbox .rightbox {
    width: 100%;
  }
  .conceptbox .leftbox {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
  .conceptbox .top_about_en_wrap {
    width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .conceptbox .top_about_en {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: center;
  }
  .conceptbox .rightbox {
    padding-right: 80px;
    padding-bottom: 120px;
  }
  .conceptbox .txtbox {
    gap: 28px;
  }
  .conceptbox .top_about_title_line {
    padding: 8px 10px;
    margin-bottom: 8px;
  }
  .conceptbox .top_about_text_wrap {
    max-width: 100%;
  }
  .conceptbox .top_about_mark {
    top: 30px;
    left: auto;
    right: 0;
    width: 180px;
    height: 180px;
  }
  .conceptbox .top_about_main_img {
    border-radius: 20px;
  }
  .conceptbox .top_about_logo_img {
    left: 20px;
    bottom: 20px;
    width: 140px;
  }
  .conceptbox .top_about_sub_img {
    right: 0;
    bottom: 20px;
    width: 38%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .conceptbox {
    padding-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  .conceptbox {
    padding-right: 20px;
  }
  .conceptbox .rightbox {
    padding-right: 0;
    padding-bottom: 100px;
  }
  .conceptbox .top_about_title_line {}
  .conceptbox .top_about_logo_img {
    width: 120px;
    left: 12px;
    bottom: 12px;
  }
  .conceptbox .top_about_sub_img {
    width: 42%;
  }
}
.contents_nav {
  padding: 0 40px 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contents_nav .contents_nav_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  width: 100%;
}
.contents_nav .contents_nav_title {
  margin: 0;
  color: #33CBBB;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  flex-shrink: 0;
}
.contents_nav .link_wrap {
  display: flex;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
}
.contents_nav .contents_nav_link {
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #222;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.contents_nav .contents_nav_link:hover {
  opacity: 0.7;
  transform: translateY(4px);
}
.contents_nav .contents_nav_text {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.contents_nav .contents_nav_icon {
  font-size: clamp(18px, 1.4vw, 24px);
  color: #48cfc2;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .contents_nav {
    padding: 0 24px 14px;
  }
  .contents_nav .contents_nav_inner {
    gap: 24px;
  }
  .contents_nav .link_wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contents_nav {
    padding: 0 20px 12px;
  }
  .contents_nav .contents_nav_link {
    gap: 10px;
  }
  .contents_nav .contents_nav_text {
    font-size: 16px;
  }
  .contents_nav .contents_nav_icon {
    font-size: 18px;
  }
}
.pagetitle {
  position: relative;
  padding: 100px 40px 0px;
}
.pagetitle .pagetitle_inner {
  position: relative;
  padding-left: 120px;
}
.pagetitle .pagetitle_inner .imgbox {
  position: relative;
  width: 100%;
  height: clamp(260px, 38vw, 390px);
  border-radius: 28px;
  overflow: hidden;
    border: 4px solid rgba(218,218,218,1.00);
}
.pagetitle .pagetitle_inner .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body:not(.gjs-dashed) .pagetitle .pagetitle_inner .imgbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(93, 93, 93, 0.3);
    mix-blend-mode: multiply;
}
.pagetitle .pagetitle_inner .txtbox {
  position: absolute;
  z-index: 2;
  padding-left: clamp(10px, 4vw, 40px);
  bottom: clamp(24px, 5vw, 60px);
  color: #fff;
  align-items: flex-start;
}
.pagetitle .pagetitle_inner .txtbox .title {
  margin: 0 0 10px;
  font-size: clamp(24px, 4vw, 52px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.pagetitle .pagetitle_inner .txtbox .en_title1 {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 22px);
  letter-spacing: 0.12em;
  color: #a9ece3;
  font-weight: 500;
}
/* 右下 deco */
.pagetitle .pagetitle_inner::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -55px;
  width: clamp(180px, 28vw, 390px);
  height: clamp(190px, 30vw, 400px);
  background: url("https://chiropractic-basis.com/system_panel/uploads/images/deco1.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .pagetitle {
    padding: 40px 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .pagetitle {
    padding: 40px 20px 0px;
  }
  .pagetitle .pagetitle_inner .imgbox {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .pagetitle .pagetitle_inner {
    padding-left: 0px;
  }
}

.pagetitle.pagetitle2 .pagetitle_inner .imgbox {
    position: relative;
    width: 100%;
    height: clamp(200px, 38vw, 300px);
    border-radius: 28px;
    overflow: hidden;
    border: none;
}
body:not(.gjs-dashed) .pagetitle.pagetitle2 .pagetitle_inner .imgbox::after {
 display: none;
}
.pagetitle.pagetitle2 h1,.pagetitle.pagetitle2 p,.pagetitle.pagetitle2 .pagetitle_inner .txtbox .en_title1 {
    color: #333;
}
.pagetitle.pagetitle2 .pagetitle_inner .txtbox {
    position: absolute;
    z-index: 2;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    color: #fff;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  padding-right: 150px;
  z-index: 999;
  position: fixed;
}
.head_logo {
  position: fixed;
  width: 15%;
  max-width: 147px;
  top: 20px;
  left: 80px;
  z-index: 99;
  transition: ease 0.3s;
}
.head_logo.on {
  mix-blend-mode: difference;
}
.header .headnav {
  padding-top: 20px;
  gap: 40px;
}
.header .headnav a {
  display: block;
  mix-blend-mode: difference;
}
.header .headnav a p {
  font-weight: 700;
  color: #333;
  text-shadow:
    0 2px 6px rgba(255, 255, 255, 0.80), 0 0 12px rgba(255, 255, 255, 0.90);
}
.head_fixnav {
  position: fixed;
  top: 40px;
  right: 0;
  gap: 15px;
  z-index: 9999;
}
.head_fixnav .menu-bt, .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a {
  width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.head_fixnav .menu-bt p, .head_fixnav .reserve-bt a p {
  font-size: 14px;
  font-weight: 700;
}
.head_fixnav .menu-bt {
  background-color: #333;
  cursor: pointer;
}
.head_fixnav .menu-bt p {
  color: #fff;
}
.head_fixnav .reserve-bt a {
  background: linear-gradient(135deg, #33CBBB 0%, #74D17B 100%);
  color: #fff;
}
.head_fixnav .reserve-bt a p {
  color: #fff;
}
.head_fixnav .contact-bt a {
  background-color: #fff;
  border: 3px solid #33CBBB;
  border-right: none;
}
.head_fixnav .contact-bt a p {
  color: #33CBBB;
  white-space: nowrap;
  font-size: clamp(9px, 1.5vw, 13px);
}
.head_fixnav .reserve-bt a img, .head_fixnav .contact-bt a img {
  width: 20px;
}
.head_fixnav .menu-bt .line {
  position: relative;
  width: 20px;
  height: 12px;
}
.head_fixnav .menu-bt .line > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: ease 0.3s;
}
.head_fixnav .menu-bt .line > div:nth-of-type(1) {
  top: 0;
}
.head_fixnav .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.head_fixnav .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.snsbox {
  gap: 25px;
}
.snsbox a i {
  font-size: clamp(28px, 3.0vw, 32px);
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:
    radial-gradient(42% 38% at 18% 22%, rgba(51, 203, 187, 0.34) 0%, rgba(51, 203, 187, 0) 72%), radial-gradient(36% 40% at 82% 28%, rgba(116, 209, 123, 0.30) 0%, rgba(116, 209, 123, 0) 74%), radial-gradient(44% 42% at 52% 78%, rgba(51, 203, 187, 0.18) 0%, rgba(51, 203, 187, 0) 76%), linear-gradient(135deg, rgba(51, 203, 187, 0.42) 0%, rgba(116, 209, 123, 0.40) 100%), rgba(37, 107, 103, 0.90);
}
.menu-wrap .menuwrap_menu p {
  color: #fff;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
  overflow: auto;
  padding: 50px 20px;
}
.menu-wrap .menuwrap_menu {
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box {
  min-width: 220px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .en_title3 {
  color: #fff;
  display: block;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
}
.menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
  padding-top: 15px;
}
.menu-wrap .menuwrap_bt_box {}
.menu-wrap .menuwrap_bt_box .more {
  margin-bottom: 20px;
}
.menu-wrap .menuwrap_bt_box .more a {
  min-width: 300px;
}
.menu-wrap .menuwrap_bt_box .more a {}
.menu-wrap .menuwrap_bt_box a > div img {
  width: 21px;
  position: relative;
  z-index: 2;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img1 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a > div img.img2 {
  display: none;
}
.menu-wrap .menuwrap_bt_box a:hover > div img.img2 {
  display: inline-block;
}
.menu-wrap .menuwrap_bt_box .more a:hover > div > img {}
.menu-wrap .menuwrap_bt_box .tel_bt a p {
  color: #fff;
}
.menu-wrap .snsbox {}
.menu-wrap .snsbox a i {
  color: #fff;
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px) {
  .header {
    padding-right: 120px;
  }
  .head_logo {
    left: 80px;
  }
  .header .headnav {
    gap: 30px;
  }
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .header .headnav {
    gap: 20px;
  }
  .head_logo {
    left: 50px;
  }
  .header .headnav a p {}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .head_logo {
    width: 30%;
  }
  .header .headnav {
    display: none;
  }
  .head_fixnav {
    top: 20px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .head_logo {
    max-width: 120px;
    left: 20px;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    min-width: 180px;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 260px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .head_logo {
    max-width: 80px;
    left: 15px;
    top: 15px;
  }
  .head_fixnav {
    top: 15px;
    gap: 10px;
  }
  .head_fixnav .menu-bt, .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a {
    width: 65px;
    gap: 4px;
  }
  .head_fixnav .reserve-bt a, .head_fixnav .contact-bt a {
    border-width: 2px;
  }
  .head_fixnav .menu-bt p, .head_fixnav .reserve-bt a p {
    font-size: 11px;
  }
  .head_fixnav .contact-bt a p {
    font-size: 10px;
  }
  .head_fixnav .reserve-bt a img, .head_fixnav .contact-bt a img {
    width: 18px;
  }
  .menu-wrap > div {
    flex-direction: row;
    gap: 30px;
  }
  .menu-wrap > div {}
  .menu-wrap .menuwrap_menu {
    gap: 20px 25px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box {
    width: 100%;
    min-width: 180px;
    max-width: calc(100% - 40px);
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li {
    width: 50%;
  }
  .menu-wrap .menuwrap_menu .menuwrap_menu_box .ul .li a {
    padding: 0 5px;
  }
  .menu-wrap .menuwrap_bt_box .more a {
    min-width: 210px;
  }
  .menu-wrap .menuwrap_bt_box .more {
    margin-bottom: 0px;
  }
  .menu-wrap .menuwrap_bt_box .tel_bt {
    margin-top: 20px;
  }
}
/* ---------- footer ---------- */
.basis_access {
  background: #efefef;
  position: relative;
  overflow: hidden;
}
.basis_access .basis_access_inner {}
.basis_access .basis_access_top {
  display: grid;
  grid-template-columns: 1fr 1fr 500px;
  align-items: stretch;
}
.basis_access .basis_access_intro {
  padding: 0px 50px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.basis_access .basis_access_photo {
  overflow: hidden;
  background: #fff;
}
.basis_access .basis_access_photo:nth-of-type(2) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.basis_access .basis_access_photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.basis_access .basis_access_logo {
  width: 180px;
  margin-bottom: 24px;
}
.basis_access .basis_access_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.basis_access .basis_access_catch {
  color: #33CBBB;
  line-height: 1.6;
  margin: 0 0 18px;
}
.basis_access .basis_access_text {
  color: rgba(51, 51, 51, 0.8);
  line-height: 2.1;
  margin: 0 0 28px;
}
.basis_btn {
  text-decoration: none;
  display: inline-block;
}
.basis_btn .basis_btn_inner p {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}
.basis_btn .basis_btn_icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #33CBBB;
  position: relative;
  flex: 0 0 auto;
}
.basis_btn .basis_btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}
.basis_btn_white .basis_btn_inner {
  background: #fff;
  border: 1px solid #33CBBB;
}
.basis_btn_white .basis_btn_inner p {
  color: #333;
}
.basis_btn_outline .basis_btn_inner {
  background: #fff;
  border: 1px solid #33CBBB;
}
.basis_btn_outline .basis_btn_inner p {
  color: #333;
}
.basis_btn_grad .basis_btn_inner {
  background: linear-gradient(90deg, #33CBBB 0%, #74D17B 100%);
  border: none;
}
.basis_btn_grad .basis_btn_inner p {
  color: #fff;
}
.basis_btn_grad .basis_btn_icon {
  background: #fff;
}
.basis_btn_grad .basis_btn_icon::after {
  border-top: 2px solid #33CBBB;
  border-right: 2px solid #33CBBB;
}
.basis_access .basis_access_title {
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.basis_access .basis_access_line {
  flex: 1;
  height: 1px;
  background: rgba(51, 51, 51, 0.15);
}
.basis_access .basis_access_title_txt {
  color: #33CBBB;
  letter-spacing: 0.08em;
  margin: 0;
}
.basis_access .basis_access_map {
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 22px;
  background: #fff;
  z-index: 1;
  position: relative;
}
.basis_access .basis_access_map iframe {
  display: block;
  width: 100%;
  height: 360px;
}
.basis_access .basis_access_info {
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.basis_access .basis_access_address p {
  margin: 0;
  line-height: 1.9;
  color: #333;
}
.basis_access .basis_access_btns {
  gap: 12px;
  align-items: center;
}
.basis_access .basis_access_deco {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 240px;
  opacity: 0.14;
  pointer-events: none;
}
.basis_access .basis_access_deco img {
  display: block;
  width: 100%;
  height: auto;
}
.basis_access .basis_access_bottom {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}
.basis_access .basis_access_inner::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -50px;
 width: clamp(180px, 28vw, 390px);
height: clamp(160px, 25vw, 350px);
  background: url("https://chiropractic-basis.com/system_panel/uploads/images/deco1.png") no-repeat right bottom / contain;
  pointer-events: none;
  z-index: 0;
}
/* footer */
.basis_footer {
  background: linear-gradient(180deg, #4fc7bd 0%, #b4d92f 100%);
  padding: 80px 20px 40px;
  z-index: 1;
  position: relative;
}
.basis_footer_reserve_icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.basis_footer_reserve_icon_line {
  width: 26px;
  height: 26px;
}
.basis_footer_reserve_icon_tel {
  width: 22px;
  height: 22px;
}
.basis_footer .basis_footer_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.basis_footer .basis_footer_reserve {
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: clamp(40px, 8vw, 80px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  flex-wrap: nowrap;
}
.basis_footer .basis_footer_reserve_title {
  width: 34%;
  padding-right: 40px;
}
.basis_footer .basis_footer_reserve_en {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}
.basis_footer .more1 a > div p, .more1 > div > div p {
  color: #33CBBB;
}
.basis_footer .basis_footer_reserve_sub {
  color: #fff;
  margin: 0;
}
.basis_footer .basis_footer_reserve_box {
  width: 33%;
  padding: 8px 0 0 54px;
  position: relative;
}
.basis_footer .basis_footer_reserve_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.45);
}
.basis_footer .basis_footer_reserve_label {
  color: #fff;
  font-weight: 700;
}
.basis_footer .basis_footer_reserve_btn {
  text-decoration: none;
  display: inline-block;
}
.basis_footer .basis_footer_reserve_btn .basis_btn_inner {
  background: #fff;
  padding: 14px 22px;
  min-width: 190px;
}
.basis_footer .basis_footer_reserve_btn .basis_btn_inner p {
  color: #33CBBB;
  font-weight: 700;
}
.basis_footer .basis_footer_nav {
  align-items: flex-start;
  gap: 40px;
  padding: 44px 0 20px;
}
.basis_footer .basis_footer_col {
  width: 23%;
}
.basis_footer .basis_footer_col_title {
  color: #fff;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
}
.basis_footer .basis_footer_col a {
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
}
.basis_footer .basis_footer_col a p {
  color: #fff;
  margin: 0;
  line-height: 1.8;
}
.basis_footer .basis_footer_sns {
  width: auto;
  gap: 14px;
  align-items: center;
  padding-top: 8px;
}
.basis_footer .basis_footer_sns_item {
  width: 34px;
  height: 34px;
}
.basis_footer .basis_footer_bottom {
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.basis_footer .basis_footer_copy {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.basis_footer .basis_footer_logo {
  width: 260px;
}
.basis_footer .basis_footer_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}
@media screen and (max-width: 1080px) {
  .basis_access .basis_access_top {
    grid-template-columns: 1fr 1fr;
  }
  .basis_access .basis_access_intro {
    grid-column: 1 / -1;
    padding: 40px 30px 0;
    margin: 0 auto;
    justify-content: center;
  }
  .basis_access .basis_access_info {
    flex-direction: column;
    align-items: flex-start;
  }
  .basis_access .basis_access_btns {
    width: 100%;
    flex-wrap: wrap;
  }
  .basis_footer .basis_footer_reserve {
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: none;
  }
    .basis_footer .basis_footer_reserve_title{
        display: none;
    }
    
  .basis_footer .basis_footer_reserve_title, .basis_footer .basis_footer_reserve_box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .basis_footer_reserve {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .basis_footer .basis_footer_reserve_box::before {
    display: none;
  }
  .basis_footer .basis_footer_nav {
    display: none;
  }
  .basis_footer .basis_footer_sns {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .basis_footer .basis_footer_bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .basis_access .basis_access_top {
    grid-template-columns: 1fr;
  }
  .basis_access .basis_access_photo img {
    min-height: 220px;
  }
  .basis_access .basis_access_logo {
    width: 150px;
    margin-bottom: 18px;
  }
  .basis_access .basis_access_map iframe {
    height: 280px;
  }
  .basis_access .basis_access_btns {
    flex-direction: column;
    align-items: stretch;
  }
  .basis_access .basis_access_btns .basis_btn {
    width: 100%;
  }
  .basis_access .basis_access_btns .basis_btn .basis_btn_inner {
    width: 100%;
  }
  .basis_access .basis_access_deco {
    width: 140px;
    right: -10px;
    bottom: -20px;
  }
  .basis_footer {
    padding: 46px 20px 32px;
  }
  .basis_footer .basis_footer_col {
    width: 100%;
  }
  .basis_footer .basis_footer_logo {
    width: 200px;
  }
}
/* ---------- more ---------- */
.more_wrap {
  gap: 15px;
}
.more:not(.pc-hide) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.more.commingsoon a {
  pointer-events: none !important;
  opacity: 0.7;
}
.more a, .more > div {
  position: relative;
  min-width: 240px;
  padding: 15px 30px;
  overflow: hidden;
  display: block;
  border-radius: 200px;
}
.more a:hover, a:hover .more > div {
  opacity: 1;
}
.more1 a, .more1 > div {
  background-color: #fff;
  border: 2px solid #33CBBB;
}
.more1 a::after, .more1 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #33CBBB;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more1 a:hover::after, a:hover .more1 > div::after, .more1 > .send-bt:hover::after {
  transform: translateX(0);
}
.more1 a > div, .more1 > div > div {
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.more1 a > div p, .more1 > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #333;
}
.more1 a:hover > div p, a:hover .more1 > div > div p, .more1 > .send-bt:hover p {
  color: #fff!important;
}
/* =======================
   more2：#33CBBB背景 × 白文字
======================= */
.more2 a, .more2 > div {
  background-color: #33CBBB;
  border: 2px solid #33CBBB;
  border-radius: 200px;
}
.more2 a::after, .more2 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2bb8aa;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
}
.more2 a:hover::after, a:hover .more2 > div::after, .more2 > .send-bt:hover::after {
  transform: translateX(0);
}
.more2 a > div, .more2 > div > div {
  gap: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.more2 a > div p, .more2 > div > div p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #fff;
}
.more2 a:hover > div p, a:hover .more2 > div > div p, .more2 > .send-bt:hover p {
  color: #fff;
}
.more2 a > div img {
  width: 21px;
  position: relative;
  z-index: 2;
}
.more2 a:hover > div img.img1 {
  display: none;
}
.more2 a > div img.img2 {
  display: none;
}
.more2 a:hover > div img.img2 {
  display: inline-block;
}
.more3 a, .more3 > div {
  min-width: 100px;
  width: 300px;
  background: linear-gradient(90deg, #33CBBB 0%, #74D17B 50%, #33CBBB 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  border: none;
  border-radius: 999px;
  display: block;
  transition: background-position 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.more3 a:hover, a:hover .more3 > div {
  opacity: 1;
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(51, 203, 187, 0.25);
}
.more3 a::after, .more3 > div::after {
  display: none;
}
.more3 a > div, .more3 > div > div {
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
}
.more3 a > div p, .more3 > div > div p {
  color: #fff;
  text-align: center;
}
.more3 a:hover > div p, a:hover .more3 > div > div p {
  color: #fff;
}
.arrow_icon {
  width: 20px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #6B4725;
  position: relative;
  transition: ease 0.3s;
}
.arrow_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://chiropractic-basis.com/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-size: 6px auto;
  background-repeat: no-repeat;
  transition: ease 0.3s;
}
.more2 .arrow_icon::after {
  background-image: url("https://chiropractic-basis.com/system_panel/uploads/images/arrow2.svg");
}
a:hover .arrow_icon {
  transform: translateX(2px);
}
.arrow_icon {
  background-color: #33CBBB;
}
.more a:hover .arrow_icon {
  background-color: #fff;
}
.more a:hover .arrow_icon::after {
  background-image: url("https://chiropractic-basis.com/system_panel/uploads/images/arrow2.svg");
}
/* more2 の矢印 */
.more2 .arrow_icon {
  background-color: #fff;
}
.more2 a:hover .arrow_icon {}
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .more a, .more > div {
    min-width: 200px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .more a, .more > div {}
  .more2 a, .more2 > div {
    min-width: auto;
  }
  .more3 a, .more3 > div {
    min-width: 100px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .more_wrap {
    gap: 10px;
  }
  .more a, .more > div {
    padding: 12px 20px;
  }
  .more a, .more > div {
    min-width: 180px;
  }
  .more2 a, .more2 > div {
    min-width: auto;
  }
  .more3 a, .more3 > div {
    min-width: 100px;
  }
  .more_shop a > div {
    gap: 5px;
  }
  .more_shop a img {
    width: 20px;
  }
  .arrow_icon {
    width: 18px;
  }
  .more2 a > div img {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .txt-center {
    text-align: left;
  }
}
.main-wrap {
  overflow: hidden;
}
.underline {
  position: relative;
  display: table;
  padding-bottom: 6px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}
.underline1{
  position: relative;
  display:block;
  padding-bottom: 6px;
}

.underline1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.beforeline {
  position: relative;
  padding-top: 70px;
}
.beforeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #33CBBB;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #33CBBB!important;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
  color: ;
}
.bg1 {
  position: relative;
  overflow: hidden;
}
.bg1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://chiropractic-basis.com/system_panel/uploads/images/bg1.png") center center / cover no-repeat;
  pointer-events: none;
  z-index: 1;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 18%, rgba(0,0,0,1) 40%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 18%, rgba(0,0,0,1) 40%);
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: #4F97C8;
}
.fontquick {
  font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(40px, 4vw, 72px);
  letter-spacing: 0.2rem;
}
.entitle1 {
  font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 46px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(16px, 3vw, 20px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(22px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(20px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(20px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(20px, 1.8vw, 22px);
}
.default_txt1 {
     font-size: clamp(16px, 1.4vw, 18px);
  
}
.default_txt2 {
 font-size: clamp(14px, 1.4vw, 16px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .lt-2-hide {
    display: none !important;
  }
}
html {}
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #EFEFEF;
  color: #333;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff!important;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}