@charset "UTF-8";
html {
  font-size: clamp(5.3333333333px, 0px + 0.7vw, 10px);
}

@media (max-width: 767px) {
  html {
    font-size: clamp(10px, -0.3px + 2.7vw, 20.4533333333px);
  }
}
/* ========== wordpress ========== */
#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

/* ========== /wordpress ========== */
/* ========== base ========== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Yu Gothic", æ¸¸ã‚´ã‚·ãƒƒã‚¯, YuGothic, "Yu Gothic UI", sans-serif;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li * {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

p {
  font-weight: 500;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  background: transparent;
  border: none;
}

dd {
  margin: 0;
}

/* ========== /base ========== */
/* ========== component ========== */
.c-btnArrow__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 27.7rem;
  padding: 2.1rem 0rem 2rem 0rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff100;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.c-btnArrow__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282d9b;
}

.c-btnArrow__span::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.5rem;
  background-image: url(../../img/sec_beginner/sec_kv__arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
  position: absolute;
  right: 2rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn__a {
  background: #fff100;
  padding: 1.67rem 2.46rem 1.57rem 2.31rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
}

.c-btn__span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #282d9b;
}

/* ========== /component ========== */
/* ========== header ========== */
.header {
  color: #fff;
}

.header__p {
  color: #fff;
}

.header__catch {
  font-size: 1.2rem;
  margin-bottom: 0.76rem;
}

.header_left {
  position: relative;
}

.header_left__p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 2.1rem;
  position: absolute;
  bottom: 0.75rem;
  white-space: nowrap;
}

.header__logo {
  color: #fff;
}

.header__logo_box__p {
  color: #fff;
}

.header__logo_box__span1 {
  color: #fff;
}

.header__logo_box__span2 {
  color: #fff;
}

.header__right_wrap__span {
  color: #fff;
}

.header__above_contactAddress_p {
  color: #fff;
}

.header__nav__li {
  font-weight: 700;
}

.header__under_nav_li {
  color: #fff;
}

.header__under_nav__a {
  color: #fff;
}

.wrapp_1 {
  max-height: 150rem;
  padding-bottom: 6rem;
  background-color: rgb(42, 47, 146);
}

.header {
  background-color: rgb(42, 47, 146);
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 1.6rem 0.5rem 4rem;
}

.offcanvas_inner {
  max-width: 110rem;
  margin: 0 auto;
}

.logo {
  width: 40.9rem;
  margin-right: 1rem;
  margin-top: 0.96rem;
}

.header_text .catch {
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.header_text .clinic-name {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0.2rem 0 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 4.7rem 0 0;
  padding: 0;
}

.nav ul li {
  margin: 0 1.5rem;
}

.nav ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.6rem;
}

.icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1.3rem;
}

.icon_wrap_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-right: 9rem;
}

.header_btn img {
  width: 24.3rem;
}

.offcanvas-menu__a1 {
  width: 24.3rem;
}

.offcanvas-menu__a2 {
  background: #fff;
  width: 24.3rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

.overlay.active {
  display: block;
}

.header .offcanvas-menu {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background-color: rgb(42, 47, 146);
  height: 100vh;
  min-height: 65vh;
  max-height: 100rem;
  overflow-y: auto;
}

.header .offcanvas-menu.active {
  top: 0;
}

.header .close_btn {
  cursor: pointer;
}

.header .offcanvas-links-pc {
  color: #fff;
  font-family: sans-serif;
}

.header .link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .link-grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
}

.header .link-grid__a {
  color: #fff;
}

.header .link-grid img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .link-grid span {
  font-size: 1.4rem;
  font-weight: 700;
}

.header .treatment-menu {
  padding: 2rem 0 0;
  color: white;
  font-family: sans-serif;
}

.header .treatment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  border-bottom: 1px solid white;
}

.header .treatment_icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .treatment_text {
  font-size: 1.4rem;
  font-weight: 700;
}

.header .menu-title img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}

.header .treatment-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem 2rem;
  list-style: none;
  padding: 0 1rem;
  margin: 0;
}

.header .treatment-list li {
  position: relative;
  padding-left: 1.6rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.header .treatment-list__a {
  color: #fff;
  vertical-align: middle;
}

.header .treatment-list li::before {
  content: "";
  display: inline-block;
  color: white;
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 1rem;
  background-image: url("../../img/header/header__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .border-none li {
  border: none;
}

.header .symptom2-item1__a {
  color: #fff;
}

.header .symptom2-item2 {
  color: #fff;
}

.header .symptom2-item3__a {
  color: #fff;
}

.header .symptom2-item4__a {
  color: #fff;
}

.header .symptom2-item5 {
  color: #fff;
  margin-top: 2.85rem;
}

.header .symptom2-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  min-height: 20rem;
}

.header .symptom2-item1,
.header .symptom2-item2,
.header .symptom2-item3,
.header .symptom2-item4,
.header .symptom2-item5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
/*   padding: 0 1.5rem; */
}

.header .symptom2-item5 {
  border-right: none;
}

.header .symptom2-title {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.6rem 0 0.6rem 1.5rem;
  position: relative;
}

.header .symptom2-title::before {
  content: "";
  display: inline-block;
  color: white;
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 1rem;
  background-image: url("../../img/header/header__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .symptom2-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .symptom2-menu li {
  padding: 0.6rem 0 0 1rem;
  position: relative;
  font-size: 1.3rem;
  color: rgb(226, 232, 240);
  line-height: 1.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-weight: 400;
  margin-left: 2.15rem;
  white-space: nowrap;
}

.header .symptom2-menu li::before {
  content: "";
  display: inline-block;
  color: white;
  width: 0.5rem;
  height: 0.8rem;
  margin-right: 1rem;
  background-image: url("../../img/header/header__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header .symptom2-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  padding-left: 1.8rem;
}

.header .symptom2-menu li:hover::before {
  color: rgb(203, 213, 224);
}

.header .close_btn img {
  width: clamp(1.2rem, 6.5vw, 9rem);
}

.header .hd_icon {
  width: 9rem;
}

@media screen and (max-width: 767px) {
  .header .header__logo {
    width: 17.321rem;
  }
  .header_left__p {
    font-size: 1.1rem;
    position: static;
    margin-top: 0.31rem;
  }
  .header__logo_box__p {
    font-size: 1.1rem;
    text-align: center;
  }
  .header__logo_box__span {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .header .header__shopList_img {
    width: 6rem;
  }
  .header .header__hamburgerMenu_icon {
    width: 6rem;
  }
  .header .header__hamburgerMenu {
    padding: 0rem 1.6rem 0rem 0.5rem;
  }
  .header .header__logo_box {
    padding: 1.5rem 0 2.7rem 2rem;
  }
  .header .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .header .header__right_wrap {
    margin-top: -1rem;
  }
  .header .symptom2-item1,
  .header .symptom2-item2,
  .header .symptom2-item3,
  .header .symptom2-item4,
  .header .symptom2-item5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: none;
  }
  .header .symptom2-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .header_inner {
    padding: 1.5rem 1.5rem 0.5rem 2rem;
  }
  .header .logo {
    margin: 0;
    width: 10.81rem;
  }
  .header .hd_icon {
    width: 6rem;
  }
  .header .icon_wrap {
    gap: 0.5rem;
  }
  .store_icon {
    margin-right: 0.7rem;
  }
  .header .large_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .header .large_img img {
    width: 33.5rem;
  }
  .header .large_img_2 {
    margin-top: 0.5rem;
  }
  .header .small_img {
    width: 5rem;
    gap: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .header .small_img img {
    width: 16.6rem;
  }
  .header .btn_item_2 {
    width: 12.6rem;
    width: 100%;
    padding: 0.45rem 0;
  }
  .header .gorilla {
    display: inline;
    right: -10rem;
    bottom: -25.5rem;
    width: 15rem;
  }
  .header .header_btn img {
    width: 6rem;
  }
  .header .icon_wrap_2 {
    margin-right: 0.5rem;
  }
  .header .btn {
    position: absolute;
    bottom: 4.5rem;
    left: -2.5rem;
    width: 101.4vw;
  }
  .header .btn_box_inner {
    margin: 0;
  }
  .header .campaign_label {
    top: -6.5rem;
    width: 13.5rem;
    height: 3.5rem;
  }
  .header .close_btn img {
    width: 6rem;
  }
  .header .offcanvas_inner {
    margin: 0;
    max-width: 100%;
  }
  .header .offcanvas-links-menu-sp {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .header .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .menu-item:first-child {
    border-top: none;
  }
  .header .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header .menu-link:hover {
    background-color: #2d2dc9;
  }
  .header .icon {
    margin-right: 1.2rem;
    font-size: 1.8rem;
  }
  .header .icon .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }
  .header .symbol {
    margin-left: auto;
    font-size: 1.4rem;
  }
  .header .buttons {
    padding: 2.4rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header .submenu {
    background-color: #191d7e;
    border-radius: 0.4rem;
    padding: 0 1.6rem;
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  .header .submenu.-show {
    max-height: 50rem;
    opacity: 1;
    padding: 1.6rem;
  }
  .header .submenu-title {
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
    color: white;
    position: relative;
    padding-left: 2rem;
  }
  .header .submenu-title a,
  .header .submenu-item a {
    color: #fff;
  }
  .header .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 0;
    font-size: 1.4rem;
    color: white;
    position: relative;
    padding-left: 6rem;
    border: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .header .submenu-item:hover {
    color: #cbd5e0;
    cursor: pointer;
  }
  .header .submenu-item::before {
    content: "";
    position: absolute;
    left: 3rem;
    top: 0;
    height: 100%;
    width: 0.2rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .header .submenu-item::after {
    content: "";
    position: absolute;
    left: 3rem;
    top: 50%;
    width: 1.5rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header .submenu-item:first-child::before {
    top: 50%;
    height: 50%;
  }
  .header .submenu-item:last-child::before {
    height: 50%;
  }
  .header .menu-item.has-submenu .symbol {
    -webkit-transition: color 0.2s ease, -webkit-transform 0.3s ease;
    transition: color 0.2s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, color 0.2s ease;
    transition: transform 0.3s ease, color 0.2s ease, -webkit-transform 0.3s ease;
  }
  .header .menu-item.has-submenu.open .symbol {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #cbd5e0;
  }
  .header .menu-item.has-submenu .toggle {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header .menu-item.has-submenu.open .toggle {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header .item-icon1 {
    width: 2rem;
  }
  .header .btn_2Img {
    width: 27.7rem;
  }
}
/* ========== /header ========== */
/* ========== wrapp ========== */
.wrapp_1_sub {
  margin: 0 auto;
  max-width: 144rem;
  padding-bottom: 2rem;
}

/* ========== /wrapp ========== */
/* ========== kv_sec ========== */
.kv_sec {
  text-align: center;
  padding: clamp(2rem, 3vw, 4rem) 0 2rem;
  margin: 0 7rem 4.9rem;
  background-image: url("../../../../uploads/2025/08/202503203672_fin_pc2-scaled.webp");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 20/10;
}

.kv_sec h1 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: rgb(40, 45, 155);
}

.kv_sec p {
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.008rem;
  margin-bottom: 2rem;
  color: rgb(40, 45, 155);
}

.kv_sec .staff-image {
  margin-top: 2rem;
  width: 27.7rem;
  height: auto;
  border-radius: 2rem;
}

/* ========== /kv_sec ========== */
/* ========== campaign_sec ========== */
.campaign_sec {
  background-color: rgb(255, 255, 255);
  padding: 4rem 1rem 4.5rem;
  text-align: center;
  max-height: 51.6rem;
  margin: 0 7rem;
  border-radius: 4rem;
  top: -9rem;
}

.campaign_sec h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  margin-top: 0;
  display: inline-block;
  color: rgb(40, 45, 155);
}

.icon_left::before,
.icon_right::after {
  content: "";
  display: inline-block;
  width: 2.9rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon_left::before {
  background-image: url("../../img/icon_left.png");
  margin-right: 0.5rem;
}

.icon_right::after {
  background-image: url("../../img/icon_right.png");
  margin-left: 1.3rem;
}

.large_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.large_img img {
  width: 51rem;
}

.small_img {
  width: 18.6rem;
  margin: 1.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small_img img {
  width: 18.6rem;
}

.campaign_images img {
  height: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.label {
  display: block;
  position: relative;
  top: 0;
  margin: 0 auto;
}

.campaign_label {
  width: 13.5rem;
}

@media (max-width: 767px) {
  .campaign_sec__inner {
    position: relative;
    padding-top: 2.2rem;
  }
  .campaign_label {
    position: absolute;
    width: 13.5rem;
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ========== /campaign_sec ========== */
/* ========== sec_menu ========== */
.sec_menu {
  padding: 6rem 0;
  text-align: center;
  background: rgb(248, 248, 248);
}

.sec_menu .sec_menu__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_menu .sec_menu__h2_box_iconImg {
  width: 9.3rem;
}

.sec_menu .sec_menu__h2_box_h2 {
  font-size: 3.6rem;
  color: #282d9b;
}

.sec_menu .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 0;
}

.sec_menu .tab-button {
  padding: 0.6rem 1.2rem;
  border: none;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background: rgb(210, 210, 236);
  color: rgb(51, 51, 51);
  cursor: pointer;
  font-weight: bold;
  width: 36.9rem;
  height: 5.7rem;
  font-size: 2.2rem;
}

.sec_menu .tab-button.active {
  background: rgb(28, 34, 140);
  color: rgb(255, 255, 255);
}

.sec_menu .tab-content {
  display: none;
  position: relative;
}

.sec_menu .tab-content.active {
  display: block;
}

.sec_menu .card-grid {
  width: 117rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 24rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  background: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0.4rem 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0.4rem 0.8rem;
}

.sec_menu .card {
  background: rgb(255, 255, 255);
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.sec_menu .card img {
  width: 100%;
  display: block;
  border-radius: 1.2rem;
}

.sec_menu .card p {
  margin: 0.5rem 0 1rem;
  padding: 0 0.5rem;
  font-weight: bold;
  color: #000000;
  font-size: 1.8rem;
}

.sec_menu .arrow {
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

.sec_menu .tag {
  display: inline-block;
  background: rgb(28, 34, 140);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  position: relative;
  top: 1.2rem;
  z-index: 1;
}

.sec_muenu__gorillaBox {
  position: absolute;
  bottom: -2.85rem;
  left: 101rem;
  right: 19rem;
}

.sec_menu .gorilla {
  width: 23.8rem;
}

.card-grid2 {
  width: 117rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 19.4rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  background: rgb(255, 255, 255);
  padding: 6.12rem 6.1rem 4.8rem 5.9rem;
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0.4rem 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0.4rem 0.8rem;
}

.sec_menu__symptom__p {
  margin: 1rem 0 3rem;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
}

.sec_menu__symptom__item {
  width: 19.4rem;
}

.sec_menu__symptom__li {
  margin-bottom: 2rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec_menu__symptom__li::after {
  content: "";
  display: inline-block;
  width: 0.303rem;
  height: 0.605rem;
  /* margin-left: 15rem; */
  background-image: url("../../img/sec_menu/sec_menu__symptom__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.sec_menu__symptom__a {
  color: #282d9b;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sec_menu {
    padding: 2.4rem 0;
  }
  .sec_menu .sec_menu__h2_box {
    text-align: center;
    margin-bottom: 4.13rem;
  }
  .sec_menu .sec_menu__h2_box_iconImg {
    width: 9.3rem;
  }
  .sec_menu .sec_menu__h2_box_h2 {
    font-size: 2.8rem;
    color: #282d9b;
  }
  .sec_menu .card p {
    display: block;
    margin-top: 1.2rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .sec_menu .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 16rem);
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: 2rem;
  }
  .sec_menu .tag {
    font-size: 1.2rem;
    width: 13.4rem;
    top: 2.5vw;
    padding: 0.7rem 1.3rem;
  }
  .sec_menu .menu-title {
    font-size: 2.8rem;
  }
  .sec_menu .tab-button {
    font-size: 1.4rem;
    width: 152.5rem;
  }
  .sec_menu .campaign_sec h2 {
    font-size: 2.4rem;
    position: relative;
    top: -5rem;
    letter-spacing: 0.5rem;
  }
  .sec_menu .btn_item_2 {
    width: 12.6rem;
    width: 100%;
    padding: 0.45rem 0;
  }
  .sec_muenu__gorillaBox {
    bottom: -1.9rem;
    left: 21.5rem;
  }
  .sec_menu .gorilla {
    width: 15rem;
  }
  .card-grid2 {
    grid-template-columns: repeat(2, 15.6rem);
    width: 100%;
    padding: 3rem 2rem;
  }
  .sec_menu__symptom__item {
    width: 15.6rem;
  }
}
/* ========== /sec_menu ========== */
/* ========== kv_sec ========== */
.kv_sec__btn_item_2 {
  width: 12.6rem;
}

.btn_item_1 {
  display: block;
  width: 10.3rem;
  position: relative;
  top: 1.5rem;
  margin: 0 auto;
  z-index: 1;
}

.btn_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .btn_box_inner {
    bottom: -20rem;
  }
}
/* ========== /kv_sec ========== */
.sec_price {
  color: #fff;
  background-color: #282c9b;
  padding: 6rem 0;
  text-align: center;
}

.sec_price .price_title {
  color: #fff;
  font-size: 3.6rem;
}

.sec_price .sec_price_text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.sec_price_main_img {
  width: 84.8rem;
}

.sec_price_btn_box {
  margin-top: 4rem;
}

.sec_cause {
  text-align: center;
  background-image: url("http://honegori-group.com/wp-content/uploads/2025/08/back_ami.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 10/9.2;
}

.sec_cause h2 {
  padding-top: 10.2rem;
  margin-bottom: 2.7rem;
}

.sec_cause h2 span {
  font-size: 5rem;
  color: #282d9b;
}

.sec_cause .p_1 {
  font-size: 3rem;
  margin-bottom: 2.6rem;
  color: #282d9b;
  font-weight: 700;
}

.sec_cause .sec_cause_btn_1 {
  width: 80.6rem;
}

.sec_cause .p_2 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #282d9b;
  line-height: 4.1rem;
}

.sec_cause .sec_cause_main_img1_box {
  margin: 2.5rem 0;
}

.sec_cause_main_img1 {
  width: 98.5rem;
}

.sec_cause .sec_cause_main_img2_box {
  margin-bottom: 3.7rem;
}

.sec_cause_main_img2 {
  width: 70.2rem;
}

.sec_cause_btn {
  width: 30.7rem;
}

.hide {
  display: none;
}

/* ========== sec_reason ========== */
.sec_reason {
  color: #fff;
  background-color: #282c9b;
  padding: 6rem 0;
  text-align: center;
}

.sec_reason .sec_reason__h2_box {
  text-align: center;
  margin-bottom: 4.13rem;
}

.sec_reason .sec_reason__h2_box_iconImg {
  width: 11.1rem;
  margin-bottom: 1rem;
}

.sec_reason .sec_reason__h2_box_h2 {
  font-size: 4rem;
}

.sec_reason .reason_label {
  width: 11.1rem;
  margin-bottom: 1rem;
}

.sec_reason .reason_title {
  font-size: 4rem;
}

.sec_reason .sec_reason_text {
  margin-top: 1rem;
}

.sec_reason .sec_reason_btn {
  width: 27.7rem;
}

.sec_reason .sec_reason_ul {
  display: grid;
  grid-template-columns: repeat(2, 51rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 10.5rem;
  margin: 5rem auto 0;
  padding: 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 1rem;
}

.sec_reason .sec_reason_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51rem;
  background: #fff;
  border-radius: 3rem;
  padding: 2.18rem 3rem 1.6rem 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 24rem;
}

.sec_reason .sec_reason_img {
  width: 21.7rem;
}

.sec_reason .sec_reason_text_box h3 {
  text-align: left;
}

.sec_reason .sec_reason_item {
  width: 11.1rem;
}

.sec_reason .sec_reason_text_box {
  position: relative;
  width: 50%;
}

.sec_reason .c-sec_reason_text_box_p {
  color: #282c9b;
  text-align: left;
}

.sec_reason .c-sec_reason_text_box_p1 {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  line-height: 3rem;
}

.sec_reason .c-sec_reason_text_box_p2 {
  font-size: 1.4rem;
  margin-top: 0;
  line-height: 2.4rem;
}

.sec_reason .c-sec_reason_text_box_p3 {
  font-size: 1.2rem;
  color: #333333;
}

.sec_reason_li3__p {
  margin-top: 0.81rem;
  margin: 0.81rem 0 0.99rem 0;
}

.sec_reason .sec_reason_btn_box {
  margin-top: 4rem;
}

.sec_reason_btn_box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.7rem;
  padding: 2.1rem 2rem 2rem 5.2rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff100;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
}

.sec_reason_btn_box__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282d9b;
}

.sec_reason_btn_box__span::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.5rem;
  background-image: url(../../img/sec_beginner/sec_kv__arrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5.17rem;
}

.sec_reason .sec_reason_btn {
  width: 27.7rem;
}

@media (max-width: 767px) {
  .sec_reason .reason_title {
    font-size: 2.2rem;
  }
  .sec_reason .sec_reason__h2_box_h2 {
    font-size: 2.2rem;
  }
  .sec_reason .sec_reason_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem auto;
    max-width: 100%;
    width: 33.5rem;
  }
  .sec_reason .sec_reason_li {
    padding: 0;
    border-radius: 2rem;
    width: 33.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    min-height: 15.6rem;
  }
  .sec_reason .sec_reason_text_box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 1.5rem;
    padding-top: 1.2rem;
  }
  .sec_reason .sec_reason_img_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec_reason .c-sec_reason_text_box_p1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .sec_reason .c-sec_reason_text_box_p2 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin: 0.5rem 0 0 0;
  }
  .sec_reason .sec_reason_img {
    width: 13.2rem;
  }
  .sec_reason_btn_box__a {
    height: 5.7rem;
  }
  .sec_reason .c-sec_reason_text_box_p3 {
    position: absolute;
    bottom: 1rem;
  }
}
/* ========== /sec_reason ========== */
/*  ========== sec_recommend ========== */
.sec_recommend_inner {
  padding: 10rem 0;
}

.sec_recommend_h2 {
  text-align: center;
}

.recommend_label {
  width: 15.7rem;
  margin-bottom: 1rem;
}

.recommend_title {
  font-size: 4rem;
  color: #282c9b;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.slider_container {
  margin: 4.8rem auto 0;
  position: relative;
  overflow: hidden;
  padding: 0 8rem;
}

.slider_wrapper {
  overflow: hidden;
  border-radius: 1rem;
  margin: 0 -21rem;
  padding: 0 21rem;
}

#sliderTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

.slider_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide {
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.slide_image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ddd, #f5f5f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 1.4rem;
  border: 2px dashed #ccc;
}

.nav_button:hover {
  background: #303f9f;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
  -webkit-box-shadow: 0 0.6rem 1.8rem rgba(63, 81, 181, 0.4);
  box-shadow: 0 0.6rem 1.8rem rgba(63, 81, 181, 0.4);
}

.sec_recommend .prev {
  left: 1rem;
}

.sec_recommend .next {
  right: 1rem;
}

.sec_recommend_ul {
  list-style: none;
}

.sec_recommend_li {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.sec_recommend_item {
  width: 35rem;
  height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_recommend_textbox {
  padding: 1.5rem;
  text-align: left;
}

.sec_recommend_textbox p:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.sec_recommend_textbox p:last-child {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
}

.sec_recommend_button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sec_recommend_button_img {
  width: 12rem;
  height: 12rem;
}

/* ===== recommend ===== */
/* ===== voice ===== */
.sec_voice {
  background: #282c9b;
  padding: 10rem 0 0;
}

.sec_voice_inner {
  padding: 4.3rem 0 6.3rem;
  background: #fff;
  width: 113rem;
  margin: 0 auto;
  border-radius: 3rem;
}

.sec_voice_h2 {
  text-align: center;
}

.voice_label {
  display: block;
  width: 9.3rem;
  margin: 0 auto;
  margin-bottom: 2.3rem;
}

.voice_title {
  font-size: 4rem;
  color: #282c9b;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.sec_voice_ul {
  margin: 5rem 4.5rem 6rem;
}

.sec_voice_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.sec_voice_li_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
  width: 15rem;
  height: 15rem;
}

.sec_voice_text_box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: #f8f8f8;
  padding: 3.5rem 3.5rem 2.6rem 3.8rem;
  margin-left: 2.5rem;
  border-radius: 2rem;
  color: #282d9b;
}

.sec_voice_text_box_p1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

.sec_voice_text_box_p2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.sec_voice_text_box_p3 {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.7rem;
  height: 4.3rem;
  font-size: 1.6rem;
  background: #c4deff;
  border-radius: 0 2rem 0 2rem;
}

.sec_voice_text_box_span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #282d9b;
}

.sec_voice_btn {
  display: block;
  width: 27.7rem;
  margin: 0 auto;
}

/* ====== voice ====== */
/* ====== news ====== */
.sec_news {
  background: #282c9b;
  padding: 10rem 0 12.7rem;
  color: #fff;
}

.sec_news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 105rem;
  margin: 0 auto;
}

.sec_news_left_box {
  margin-top: 3rem;
}

.sec_news_h2 {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 4rem;
  font-weight: 700;
}

.sec_news_label {
  display: block;
  width: 9.3rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.sec_news_button {
  display: block;
  margin: 0 auto;
  width: 27.7rem;
}

.sec_news_dl:nth-child(1) {
  padding-top: 0;
}

.sec_news_dl_box {
  margin-left: 6rem;
}

.sec_news_img {
  width: 27.7rem;
}

.sec_news_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  padding: 3rem;
  border-bottom: 1px solid #fff;
}

.sec_news_dlA {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  line-height: 2.8rem;
}

.sec_news_dt {
  font-size: 1.4rem;
  font-weight: 700;
}

.sec_news_dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_news_dd::after {
  content: "";
  display: block;
  background-image: url("../../img/news/sec_news_arrow_right_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 5.5rem;
  width: 1.7rem;
  height: 1.3rem;
}

/* ====== news ====== */
/*===== blog =====*/
.sec_blog {
  background: #282c9b;
  padding: 0rem 0 8.5rem;
  color: #fff;
}

.sec_blog_inner {
  margin: 0 19.5rem;
}

.sec_blog_h2_1 {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 4rem;
  font-weight: 700;
}

.sec_blog_label {
  display: block;
  width: 9.3rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.sec_blog_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  max-width: 105rem;
  margin: 0 auto 4rem;
}

.sec_blog_liA {
  display: block;
  color: #fff;
}

.sec_blog_li_img {
  width: 33rem;
  height: auto;
}

.sec_blog_button {
  text-align: center;
  width: 100%;
  margin-bottom: 9.2rem;
}

.sec_blog_button_img {
  width: 27.7rem;
}

.sec_blog_dl {
  margin-top: 3.6rem;
  font-size: 1.6rem;
  line-height: 2.9rem;
}

.sec_blog_bg_white {
  padding: 4.3rem 0 6.3rem;
  background: #fff;
  margin: 0 15.5rem;
  border-radius: 3rem;
}

.sec_blog_shop_img {
  display: block;
  margin: 0 auto;
  width: 96.5rem;
}

.sec_blog__a {
  margin-top: 2.68rem;
}

.sec_blog_btn2 {
  display: block;
  margin: 2.68rem auto 0;
  width: 27.7rem;
}

.sec_blog_h2_2 {
  padding: 12.1rem 0 2.7rem 0;
  font-size: 4rem;
  font-weight: 700;
  color: #282d9b;
  text-align: center;
}

.sec_blog_recruit_box {
  text-align: center;
}

.sec_blog_recruit_sub_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3rex;
  margin-top: 2.7rem;
}

.sec_blog_recruit_img1 {
  width: 91.8rem;
}

.sec_blog_recruit_img2 {
  width: 45.9rem;
}

.sec_blog_recruit_img3 {
  width: 42.6rem;
  height: 11.9rem;
}

/* ========== footer ========== */
/* ========== footer ========== */
.footer .footer_inner {
  padding: 5rem 19rem 3rem;
  background: #282d9b;
}

.footer .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  color: #fff;
  line-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer_logo {
  width: 19.4rem;
}

.footer .footer_group_1 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10.2rem;
}

.footer .footer_group_2 {
  font-size: 1.3rem;
  margin-top: 5rem;
}

.footer_group_1__li1,
.footer_group_2__li1,
.footer_group_3__li1,
.footer_group_4__li1,
.footer_group_5__li1,
.footer_group_6__li1,
.footer_group_7__li1,
.footer_group_8__li1 {
  color: #fff;
  display: block;
  width: 100%;
}

.footer .footer_h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.footer .footer_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer_li {
  font-size: 1.3rem;
}

.footer .footer_box2 {
  color: #fff;
  width: 51.2rem;
  margin: 3.7rem auto 0;
}

.footer .footer_box2_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer_box2_privacy_img {
  width: 9.4rem;
}

.footer .footer_box2_privacy_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.footer .footer_box2_copy_right {
  display: block;
  margin-top: 3rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .footer {
    /* ===== mobile footer ===== */
  }
  .footer .footer_inner {
    padding: 0;
    background: #282d9b;
  }
  .footer .footer_box {
    display: block;
    gap: 0rem;
    color: #fff;
    line-height: 3rem;
  }
  .footer .footer_brand {
    text-align: center;
    padding: 2.55rem 0;
  }
  .footer .footer_logo {
    width: 19.4rem;
  }
  .footer .footer_group_1 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 10.2rem;
  }
  .footer .footer_group_2 {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
  .footer .footer_h3 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .footer .footer_li {
    font-size: 1.3rem;
  }
  .footer .footer_box2 {
    color: #fff;
    width: inherit;
    margin: 3.7rem auto 0;
    padding: 0 1.5rem 3.38rem;
  }
  .footer .footer_box2_privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_box2_privacy_img {
    width: 9.4rem;
  }
  .footer .footer_box2_privacy_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.4rem;
    font-size: 1.4rem;
  }
  .footer .footer_box2_copy_right {
    display: block;
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.4rem;
  }
  .footer .mobile-footer {
    background: #282c9b;
    color: white;
    margin: 0 1.55rem;
  }
  .footer .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .accordion-item:last-child {
    border-bottom: none;
  }
  .footer .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem 2rem;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .footer .accordion-header:hover {
    background-color: #2d2dc9;
  }
  .footer .accordion-header.-active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .footer .accordion-icon {
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0.8;
  }
  .footer .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .footer .accordion-content.-active {
    max-height: 50rem;
  }
  .footer .accordion-content ul {
    list-style: none;
    padding: 0 2rem 2rem 2rem;
  }
  .footer .accordion-content li {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .footer .accordion-content li:hover {
    color: #ffffff;
  }
  .footer .accordion-content li:last-child {
    border-bottom: none;
  }
  .footer .simple-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem 2rem;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #fff;
  }
  .footer .simple-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
  }
  .footer .simple-link:first-child {
    border-top: 1px solid #fff;
  }
  .footer .simple-link .accordion-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .footer .icon-plus::before {
    content: "+";
    font-size: 1.8rem;
    font-weight: bold;
  }
  .footer .accordion-header.-active .icon-plus::before {
    content: "−";
  }
  .accordion-content__li {
    color: #fff;
  }
  .footer .icon-arrow::before {
    content: ">";
    font-size: 1.4rem;
    font-weight: bold;
  }
}
/* ========== /footer ========== */
/* ========== rs375-767 ========== */
@media screen and (max-width: 767px) {
  .nav ul {
    display: none;
  }
  .symptom2-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kv_sec {
    background-image: url("../../../../uploads/2025/08/202503203672_fin_sp2.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 8/14;
    position: relative;
    margin: 0 2rem;
  }
  .kv_sec h1 {
    margin: 0rem;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
  .kv_sec p {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .kv_sec .staff-image {
    width: 27.7rem;
    margin-top: 3.6rem;
  }
  .large_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .large_img img {
    width: 33.5rem;
  }
  .campaign_sec {
    max-height: 58.1rem;
    height: 58.1rem;
    height: auto;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    margin: 3rem 1rem;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 12px;
  }
  .campaign_images {
    position: relative;
    top: -1.5rem;
  }
  .large_img_2 {
    margin-top: 0.5rem;
  }
  .small_img {
    width: 5rem;
    gap: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .small_img img {
    width: 16.6rem;
  }
  .wrapp_1 {
    padding-bottom: 0rem;
  }
  /* ========== sec_price ========== */
  .sec_price {
    padding: 3rem 0;
  }
  .sec_price_inner {
    margin: 0 2rem;
  }
  .price_title {
    font-size: 2.8rem;
  }
  .sec_price_text {
    text-align: left;
  }
  .sec_price_main_img {
    width: 33.5rem;
  }
  /* ========== sec_price ========== */
  /* ========== sec_cause ========== */
  .sec_cause {
    background-image: url("../../img/sec_cause_bg_sp.png");
    aspect-ratio: 2/6.9;
    padding: 0 0 4.17rem;
  }
  .sec_cause_inner {
    width: 33.7rem;
    margin: 0 auto;
  }
  .sec_cause h2 {
    padding-top: 4.9rem;
  }
  .sec_cause h2 span {
    font-size: 2.8rem;
  }
  .sec_cause .sec_cause_btn_1 {
    width: 33.5rem;
  }
  .sec_cause_main_img1 {
    width: 33.7rem;
  }
  .sec_cause_main_img2 {
    width: 33.5rem;
  }
  .sec_cause .p_1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
  .sec_cause .p_2 {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.8rem;
    letter-spacing: 0.08rem;
  }
  .sec_cause_btn {
    width: 27.7rem;
  }
  /* ========== sec_recommend ========== */
  .sec_recommend_inner {
    padding: 2.7rem 0 1.8rem;
  }
  .slider_container {
    padding: 0 4rem;
  }
  .slider_wrapper {
    margin: 0 -14rem;
    padding: 0 14rem;
  }
  .recommend_title {
    font-size: 2.2rem;
  }
  .slider_track {
    gap: 1.5rem;
  }
  .sec_recommend_button {
    top: 40%;
  }
  .sec_recommend .prev {
    left: -1.3rem;
  }
  .sec_recommend .next {
    right: -1.3rem;
  }
  .sec_recommend_button_img {
    width: 7rem;
    height: 7rem;
  }
  .sec_recommend_item {
    width: 26.8rem;
    height: 22.9rem;
  }
  /* ========== sec_recommend ========== */
  /* ========== sec_voice ========== */
  .sec_voice {
    background: #fff;
    padding: 2.8rem 0 3.8rem;
    margin: 0 2rem;
  }
  .sec_voice_inner {
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .sec_voice_h2 {
    text-align: center;
    margin-bottom: 2.1rem;
  }
  .voice_label {
    display: block;
    width: 7.3rem;
    margin: 0 auto;
    margin-bottom: 0.88rem;
  }
  .voice_title {
    font-size: 2.2rem;
    color: #282c9b;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .sec_voice_ul {
    margin: 0;
    padding: 0;
  }
  .sec_voice_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
  }
  .sec_voice_li_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.67rem;
            flex: 0 0 4.67rem;
    width: 4.67rem;
    height: 4.67rem;
  }
  .sec_voice_text_box {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background: #f8f8f8;
    padding: 3rem 1rem 1.6rem 1rem;
    margin-left: 0.79rem;
    border-radius: 2rem;
    color: #282d9b;
  }
  .sec_voice_text_box_p1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.82rem;
  }
  .sec_voice_text_box_p2 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  .sec_voice_text_box_p3 {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 8.2rem;
    height: 2.2rem;
    font-size: 1.2rem;
    background: #c4deff;
    border-radius: 0 1rem 0 1rem;
  }
  .sec_voice_text_box_span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #282d9b;
  }
  .sec_voice_btn {
    display: block;
    width: 27.7rem;
    margin: 0 auto;
  }
  /* ========== voice ========== */
  /* ========== news ========== */
  .sec_news {
    padding: 1.85rem 0 0;
  }
  .sec_news_inner {
    display: block;
    margin: 0 2rem;
  }
  .sec_news_left_box {
    margin-top: 0rem;
  }
  .sec_news_h2 {
    text-align: center;
    margin-bottom: 3.6rem;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .sec_news_label {
    display: block;
    width: 7.1rem;
    margin: 0 auto;
    margin-bottom: 0.8rem;
  }
  .sec_news_dl_box {
    margin-left: 0rem;
  }
  .sec_news_dl {
    display: block;
    gap: 5.5rem;
    padding: 1.7rem;
    border-bottom: 1px solid #fff;
  }
  .sec_news_dlA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
  .sec_news_dt {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.97rem;
  }
  .sec_news_dd {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-left: 0;
  }
  .sec_news_dd::after {
    display: none;
  }
  /* ========== news ========== */
  /*===== blog =====*/
  .sec_blog {
    background: #282c9b;
    padding: 2.1rem 0 3.36rem;
    color: #fff;
  }
  .sec_blog_inner {
    margin: 0 3.2rem;
  }
  .sec_blog_h2_1 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .sec_blog_label {
    display: block;
    width: 6.9rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .sec_blog_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
  .sec_blog_li_img {
    width: 100%;
    height: auto;
  }
  .sec_blog_button {
    text-align: center;
    width: 100%;
  }
  .sec_blog_button_img {
    width: 27.7rem;
  }
  .sec_blog_dl {
    margin-top: 3.6rem;
    font-size: 1.6rem;
    line-height: 2.9rem;
  }
  /* ===== sec_blog_recruit ===== */
  .sec_blog_bg_white {
    padding: 3.8rem 2rem 2.4rem;
    background: #fff;
    margin: 0 auto;
    border-radius: 0;
  }
  .sec_blog_shop_img {
    width: 33.5rem;
  }
  .sec_blog_btn2 {
    display: block;
    margin: 2.68rem auto 0;
    width: 27.7rem;
  }
  .sec_blog_h2_2 {
    padding: 5.5rem 0 1.8rem 0;
    font-size: 2.2rem;
    font-weight: 700;
    color: #282d9b;
    text-align: center;
  }
  .sec_blog_recruit_box {
    text-align: center;
  }
  .sec_blog_recruit_sub_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.3rex;
    margin-top: 1.1rem;
  }
  .sec_blog_recruit_img1 {
    width: 31.5rem;
  }
  .sec_blog_recruit_img2 {
    width: 31.5rem;
  }
  .sec_blog_recruit_img3 {
    width: 31.5rem;
    height: 8.74rem;
  }
  /* ===== footer ===== */
  .footer_inner {
    padding: 0;
    background: #282d9b;
  }
  .footer_box {
    display: block;
    gap: 0rem;
    color: #fff;
    line-height: 3rem;
  }
  .footer_brand {
    text-align: center;
    padding: 2.55rem 0;
  }
  .footer_logo {
    width: 19.4rem;
  }
  .footer_group_1 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 10.2rem;
  }
  .footer_group_2 {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
  .footer_h3 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .footer_li {
    font-size: 1.3rem;
  }
  .footer_box2 {
    color: #fff;
    width: inherit;
    margin: 3.7rem auto 0;
    padding: 0 1.5rem 8.7rem;
  }
  .footer_box2_privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_box2_privacy_img {
    width: 9.4rem;
  }
  .footer_box2_privacy_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1.4rem;
    font-size: 1.4rem;
  }
  .footer_box2_copy_right {
    display: block;
    margin-top: 3rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.4rem;
  }
  /* ===== mobile footer ===== */
  .mobile-footer {
    background: #282c9b;
    color: white;
    margin: 0 1.55rem;
  }
  .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .accordion-item:last-child {
    border-bottom: none;
  }
  .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8rem 2rem;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .accordion-header:hover {
    background-color: #2d2dc9;
  }
  .accordion-header.-active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .accordion-icon {
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0.8;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .accordion-content.-active {
    max-height: 50rem;
  }
  .accordion-content ul {
    list-style: none;
    padding: 0 2rem 2rem 2rem;
  }
  .accordion-content li {
    padding: 0.8rem 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .accordion-content li:hover {
    color: #ffffff;
  }
  .accordion-content li:last-child {
    border-bottom: none;
  }
  .simple-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8rem 2rem;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #fff;
  }
  .simple-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
  }
  .simple-link:first-child {
    border-top: 1px solid #fff;
  }
  .simple-link .accordion-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .icon-plus::before {
    content: "+";
    font-size: 1.8rem;
    font-weight: bold;
  }
  .accordion-header.-active .icon-plus::before {
    content: "−";
  }
  .icon-arrow::before {
    content: ">";
    font-size: 1.4rem;
    font-weight: bold;
  }
  /* ===== mobile footer ===== */
  /* ===== footer ===== */
}
@media (max-width: 480px) {
  /* ========== sec_recommend ========== */
  .slider_container {
    padding: 0 2rem;
  }
  .slider_wrapper {
    margin: 0 -10rem;
    padding: 0 10rem;
  }
  .slider_track {
    gap: 2rem;
    padding: 0;
  }
  /* ========== sec_recommend ========== */
}
/* ========== utility ========== */
.position {
  position: relative;
}

.flex_bw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .footer_box2_privacy_img {
    width: 150px;   /* スマホでちょうどいい幅に調整 */
    height: auto;   /* 比率維持 */
  }
}