@charset "UTF-8";
/* フォント定義域 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
body {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}

body._open {
  overflow: hidden;
}

@media screen and (max-width: 761px) {
  .l-header__inner {
    gap: 15px;
  }
}

.l-header__inner__block__logo {
  max-width: 100% !important;
  width: 160px;
}
@media screen and (min-width: 992px) {
  .l-header__inner__block__logo {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__inner__block__logo {
    width: 262px;
  }
}
.l-header__inner__block__logo img {
  width: 100%;
  height: auto;
}

.l-header__inner__block {
  align-items: center;
}

.l-header__inner__block__item--menu {
  line-height: 1;
}

.l-header__inner__block__item {
  line-height: 1;
}

.guest_icon,
.menu_icon {
  align-items: center;
}
@media screen and (min-width: 992px) {
  .guest_icon,
  .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .member_icon {
    display: none;
  }
}

.c-gmenu__container__inner__head {
  width: 150px;
}

.c-gmenu_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-block-start: 40px;
}

.c-gmenu_link_list_item {
  width: calc(50% - 20px);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3BB37C;
}

.c-gmenu_contact_button_area {
  margin-block-start: 30px;
}

.c-gmenu_contact_button {
  background-color: #00AC8B;
  border-radius: 999px;
  padding: 5px;
  display: block;
  text-align: center;
  position: relative;
  border: solid 1px #00AC8B;
  transition: background-color 0.3s;
}
.c-gmenu_contact_button span {
  position: relative;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.3;
  font-weight: 700;
  transition: color 0.3s;
}
.c-gmenu_contact_button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 14px;
  mask-image: url(/nagaseviitaonlin/uploads/img/mail_icon.svg), url(../img/mail_icon.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  transition: background-color 0.3s;
  translate: -140% -45%;
}
.c-gmenu_contact_button::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  translate: 0 -50%;
  transition: translate 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-gmenu_contact_button:hover {
    background-color: #ffffff;
  }
  .c-gmenu_contact_button:hover span {
    color: #00AC8B;
  }
  .c-gmenu_contact_button:hover span::before {
    background-color: #00AC8B;
  }
  .c-gmenu_contact_button:hover::after {
    color: #00AC8B;
    translate: 5px -50%;
  }
}

.c-gmanu_tel_link {
  margin-block-start: 15px;
  text-align: center;
}

.c-gmenu_tel_link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3BB37C;
  position: relative;
}
.c-gmenu_tel_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  translate: -130% -50%;
  background-image: url(/nagaseviitaonlin/uploads/img/tel.svg), url(../img/tel.svg);
  background-size: cover;
}

.c-gmenu_tel_link_text {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3BB37C;
}

.c-menu_link_sns_list {
  margin-block-start: 35px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.c-menu_link_sns_list_item {
  flex: 1;
  text-align: center;
  max-width: 80px;
}

.c-menu_link_sns_list_item_link .icon {
  width: 32px;
  margin-inline: auto;
}
.c-menu_link_sns_list_item_link .icon_text {
  font-family: "Noto Sans JP";
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-block-start: 15px;
}

.c-menu_link_list {
  margin-block-start: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.c-menu_link_list_item {
  width: fit-content;
  min-width: 96px;
}
.c-menu_link_list_item a {
  font-family: "Zen kaku Gothic New";
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
}

.lumin_corporate_area {
  margin-block-start: 45px;
}

.lumin_corporate_link {
  display: flex;
  align-items: center;
  background-color: #E4F8DA;
  padding: 4px 3px;
  gap: 0 10px;
  border-radius: 4px;
}
.lumin_corporate_link + .lumin_corporate_link {
  margin-block-start: 8px;
}

.lumin_corporate_link_icon {
  width: 108px;
}
.lumin_corporate_link_icon img {
  height: auto;
}

.lumin_corporate_link_text {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #008231;
}

.c-menu_link_other_list {
  margin-block-start: 45px;
}

.c-menu_link_other_list_item a {
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #404040;
  position: relative;
}
.c-menu_link_other_list_item a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(/nagaseviitaonlin/uploads/img/blank_green.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  translate: 130% -50%;
}
.c-menu_link_other_list_item + .c-menu_link_other_list_item {
  margin-block-start: 15px;
}

.header_menu_list {
  display: none;
}
@media screen and (min-width: 992px) {
  .header_menu_list {
    display: flex;
    gap: 0 20px;
    align-items: center;
  }
}

.header_menu_list_item_link {
  font-family: "Zen kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_menu_list_item_link:hover {
    opacity: 0.7;
  }
}
.header_menu_list_item_link.l-header__inner__block__item--search {
  position: relative;
  padding-inline-end: 15px;
}
.header_menu_list_item_link.l-header__inner__block__item--search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
  translate: 0 -50%;
  rotate: 45deg;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_menu_list_item_link.l-header__inner__block__item--search:hover::after {
    translate: 0% calc(-50% + 3px);
  }
}

#ecf_footer_section {
  background-color: #ffffff;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #ecf_footer_section {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  #ecf_footer_section {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #ecf_footer_section {
    padding-inline: 60px;
  }
}
#ecf_footer_section {
  padding-block: 35px 60px;
  margin-block-start: 30px;
}

.footer_head_inner {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .footer_head_inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  .footer_head_inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer_head_inner {
    padding-inline: 60px;
  }
}
.footer_head_inner {
  display: flex;
  flex-direction: column;
  padding-block-end: 45px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .footer_head_inner {
    padding-inline: 0;
    padding-block-end: 25px;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.footer_brand_logo {
  width: 124px;
  margin-inline: auto;
  order: 1;
}
@media screen and (min-width: 768px) {
  .footer_brand_logo {
    display: none;
  }
}

.footer_head_group {
  margin-block-start: 50px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .footer_head_group {
    order: 1;
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
  }
}

.footer_logo {
  width: 245px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    margin-inline: 0;
    text-align: left;
    width: 260px;
  }
}
.footer_logo a {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_logo a:hover {
    opacity: 0.7;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_logo .footer_logo_text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  margin-block-start: 10px;
  white-space: nowrap;
}
.footer_logo .copy_right {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_logo .copy_right {
    display: block;
    font-family: "Zen Kaku Gothic New";
    font-size: 0.75rem;
    line-height: 1.3;
    margin-block-start: 10px;
  }
}

.footer_nav_group {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_nav_group {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .footer_nav_group {
    max-width: 402px;
    grid-template-columns: repeat(4, auto);
  }
}

.footer_nav_list_item {
  font-family: "Zen Kaku Gothic New";
}
.footer_nav_list_item._head {
  font-weight: 500;
  font-size: 0.875rem;
  margin-block-start: 10px;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_nav_list_item._head {
    margin-block-start: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav_list_item._head:hover:has(a) {
    color: #3bb37c;
  }
}
.footer_nav_list_item._child {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-block-start: 8px;
  padding-inline-start: 1em;
  transition: color 0.3s;
}
.footer_nav_list_item._child::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #404040;
  border-right: solid 1px #404040;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  transform: rotate(45deg);
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav_list_item._child:hover {
    color: #3bb37c;
  }
  .footer_nav_list_item._child:hover::before {
    translate: 5px -50%;
  }
}

.footer_inner_link_group {
  order: 4;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer_inner_link_group {
    margin-block-start: 25px;
    order: 2;
    gap: 30px;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.footer_outer_link_group {
  display: contents;
}
@media screen and (min-width: 768px) {
  .footer_outer_link_group {
    display: flex;
    gap: 0 30px;
    order: 3;
    align-items: center;
    padding-block: 25px 0;
    border-top: solid 1px #D9D9D9;
    margin-block-start: 45px;
  }
}

.footer_corporate_link_list {
  order: 5;
  margin-block-start: 55px;
}
@media screen and (min-width: 768px) {
  .footer_corporate_link_list {
    order: 1;
    width: fit-content;
    margin-block-start: 0;
    max-width: 632px;
  }
}
@media screen and (min-width: 992px) {
  .footer_corporate_link_list {
    display: flex;
    flex: 1;
    gap: 0 20px;
    align-items: stretch;
  }
}
.footer_corporate_link_list .lumin_corporate_link {
  width: 100%;
  max-width: 300px;
  transition: background-color 0.3s;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_corporate_link_list .lumin_corporate_link {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .footer_corporate_link_list .lumin_corporate_link {
    margin-block-start: 0;
    margin-inline: 0;
  }
}
.footer_corporate_link_list .lumin_corporate_link .lumin_corporate_link_text {
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_corporate_link_list .lumin_corporate_link:hover {
    background-color: #3bb37c;
  }
  .footer_corporate_link_list .lumin_corporate_link:hover .lumin_corporate_link_text {
    color: #ffffff;
  }
}

.footer_sns_link_list {
  order: 3;
  margin-block-start: 35px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer_sns_link_list {
    margin-block-start: 0;
    justify-content: flex-start;
    width: fit-content;
    gap: 15px;
    flex-direction: column;
  }
}

.footer_sns_link_item {
  text-align: center;
}

.footer_sns_link_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer_sns_link_item_link {
    flex-direction: row;
    gap: 0 10px;
    flex: 1;
  }
}
.footer_sns_link_item_link .icon {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .footer_sns_link_item_link .icon {
    width: 20px;
    height: 20px;
  }
}
.footer_sns_link_item_link .icon img {
  width: 100%;
  height: auto;
}
.footer_sns_link_item_link .icon_text {
  margin-block-start: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_sns_link_item_link .icon_text {
    margin-block-start: 0;
  }
  .footer_sns_link_item_link .icon_text br {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_sns_link_item_link:hover .icon_text {
    color: #3bb37c;
  }
}

.footer_inner_link_wrap {
  display: grid;
  gap: 15px 20px;
  grid-template-columns: 1fr 1fr;
  margin-block-start: 50px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .footer_inner_link_wrap {
    display: block;
    margin-block-start: 0;
  }
}

.footer_inner_link_list {
  display: contents;
}
@media screen and (min-width: 768px) {
  .footer_inner_link_list {
    margin-block-start: 0;
    flex-wrap: wrap;
    gap: 5px 18px;
    display: flex;
  }
  .footer_inner_link_list + .footer_inner_link_list {
    margin-block-start: 5px;
  }
}

.footer_inner_link_item a {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.3s;
}
@media screen and (min-width: 992px) {
  .footer_inner_link_item a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_inner_link_item a:hover {
    color: #3bb37c;
  }
}
.footer_inner_link_item a span {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer_inner_link_item:nth-child(1) {
    order: 1;
  }
  .footer_inner_link_item:nth-child(2) {
    order: 3;
  }
  .footer_inner_link_item:nth-child(3) {
    order: 5;
  }
  .footer_inner_link_item:nth-child(4) {
    order: 2;
  }
  .footer_inner_link_item:nth-child(5) {
    order: 4;
  }
  .footer_inner_link_item:nth-child(6) {
    order: 6;
  }
}

.footer_products_link_group {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_products_link_group {
    display: block;
    flex: 1;
    max-width: 353px;
  }
}

.footer_products_link_group_head {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  font-family: "Zen Kaku Gothic New";
}
.footer_products_link_group_head::before, .footer_products_link_group_head::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 70%;
  background-color: #404040;
  translate: 0 -15%;
}
.footer_products_link_group_head::before {
  left: -1em;
  rotate: -25deg;
}
.footer_products_link_group_head::after {
  right: -1em;
  rotate: 25deg;
}
.footer_products_link_group_head strong {
  font-size: 1.5rem;
}

.products_link_btn {
  border-radius: 100vmax;
  background-color: var(--btn-bg);
  display: block;
  --border-color: #3bb37c;
  --btn-bg: #3bb37c;
  --text-color: #ffffff;
  border: solid 1px var(--border-color);
  padding: 15px 15px;
  font-size: 0.75rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
  margin-block-start: 15px;
}
@media screen and (min-width: 992px) {
  .products_link_btn {
    padding: 20px 10px 20px 20px;
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .products_link_btn:hover {
    background-color: var(--text-color);
  }
  .products_link_btn:hover span {
    color: var(--btn-bg);
  }
  .products_link_btn:hover span::before {
    border-top-color: var(--btn-bg);
    border-right-color: var(--btn-bg);
  }
}
.products_link_btn span {
  font-family: "Zen Kaku Gothic New";
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  transition: color 0.3s;
  color: var(--text-color);
}
@media screen and (min-width: 992px) {
  .products_link_btn span {
    font-size: 0.875rem;
  }
}
.products_link_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  translate: -50% -50%;
  border-top: solid 2px var(--text-color);
  border-right: solid 2px var(--text-color);
  width: 8px;
  height: 8px;
  rotate: 45deg;
  transition: border-top-color 0.3s, border-right-color 0.3s;
}

.footer_bottom_inner {
  max-width: 1200px;
  margin-inline: auto;
}
.footer_bottom_inner .copy_right {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer_bottom_inner .copy_right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_bottom_inner {
    display: flex;
    gap: 0 30px;
    align-items: flex-end;
    justify-content: space-between;
    margin-block-start: 25px;
  }
}

.footer_bottom_logo {
  width: 154px;
}
.footer_bottom_logo img {
  width: 100%;
  height: auto;
}

.footer_bottom_link_group {
  margin-block-start: 10px;
}
@media screen and (min-width: 768px) {
  .footer_bottom_link_group {
    margin-block-start: 0;
  }
}

.footer_bottom_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .footer_bottom_list {
    flex-direction: row;
    gap: 10px 25px;
    flex-wrap: wrap;
    margin-block-start: 15px;
  }
}

.footer_bottom_list_item {
  line-height: 1;
}
.footer_bottom_list_item a {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP";
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_bottom_list_item a:hover {
    color: #3bb37c;
  }
  .footer_bottom_list_item a:hover::before {
    translate: 140% -50%;
  }
}
.footer_bottom_list_item a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(/nagaseviitaonlin/uploads/img/blank_green.svg), url(../img/blank_green.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  translate: 130% -40%;
  transition: translate 0.3s;
}

.footer_bottom_text {
  margin-block-start: 25px;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer_bottom_text {
    margin-block-start: 10px;
    text-align: right;
  }
}

body:has(.c-announce_bar[style*="display: none"]) {
  --top-posiion:70px ;
}
body:not(:has(.c-announce_bar)) {
  --top-posiion:70px ;
}

@keyframes bg_text_animation {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -30000px;
  }
}
.p-kv_slider {
  max-height: calc(100vh - var(--top-posiion, 109px));
}
@media screen and (min-width: 1200px) {
  .p-kv_slider {
    height: calc(100vh - var(--top-posiion, 109px));
  }
}
.p-kv_slider .p-kv_slider__track {
  height: 100%;
}
.p-kv_slider .p-kv_slider__track__list__item__inner {
  height: 100%;
}

.slider_link {
  position: absolute;
  inset: 0;
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .slider_link:hover {
    opacity: 0.7;
  }
}

#fv_slider {
  position: relative;
  width: 100%;
  max-height: 100vh;
}

@scope (#fv_slider) {
  .splide__slide {
    width: 100%;
    max-width: 926px;
  }
  .splide__arrows {
    position: absolute;
    width: 60%;
    max-width: 926px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .splide__arrow {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: background-color 0.3s;
    z-index: 1;
  }
  .splide__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    translate: -50% -50%;
    transition: border-color 0.3s;
    z-index: 2;
  }
  .splide__arrow.splide__arrow--prev {
    translate: -50% 0;
  }
  .splide__arrow.splide__arrow--prev::before {
    border-top: solid 2px #404040;
    border-left: solid 2px #404040;
    rotate: -45deg;
  }
  @media (hover: hover) and (pointer: fine) {
    .splide__arrow.splide__arrow--prev:hover {
      cursor: pointer;
      background-color: #404040;
    }
    .splide__arrow.splide__arrow--prev:hover::before {
      border-top: solid 2px #ffffff;
      border-left: solid 2px #ffffff;
    }
  }
  .splide__arrow.splide__arrow--next {
    translate: 50% 0;
  }
  .splide__arrow.splide__arrow--next::before {
    border-top: solid 2px #404040;
    border-right: solid 2px #404040;
    rotate: 45deg;
  }
  @media (hover: hover) and (pointer: fine) {
    .splide__arrow.splide__arrow--next:hover {
      cursor: pointer;
      background-color: #404040;
    }
    .splide__arrow.splide__arrow--next:hover::before {
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
    }
  }
  .splide__arrow svg {
    display: none;
  }
}
#top_contents_block {
  padding-inline: 20px;
  position: relative;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  #top_contents_block {
    padding-block-start: 115px;
  }
}

.top_contents_block__inner {
  margin-inline: auto;
  max-width: 1050px;
}

.top_info_contents {
  background: linear-gradient(180deg, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
  display: block;
  padding: 15px 25px 20px;
  border-radius: 6px;
  max-width: 334px;
  margin-inline-start: auto;
}
@media screen and (min-width: 768px) {
  .top_info_contents {
    position: absolute;
    top: 15px;
    right: 45px;
    padding: 20px 25px;
  }
}

.top_info_en {
  color: #3BB37C;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Roboto";
}

.top_info_ja {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 1;
  line-clamp: 1;
  padding-inline-end: 0.5ch;
  color: #3BB37C;
  text-decoration: underline;
}

#top_contents_slider {
  margin-block-start: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top_contents_slider {
    margin-block-start: 0px;
  }
}
#top_contents_slider:not(.is-overflow) .splide__list {
  justify-content: center;
}
#top_contents_slider .splide__arrow {
  position: absolute;
  top: 94px;
  width: 36px;
  height: 36px;
  background: #fff;
  opacity: 1;
  border: solid 1px #3BB37C;
  border-radius: 50%;
  z-index: 10;
}
#top_contents_slider .splide__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  fill: #3BB37C;
  width: 20px;
  height: 14px;
}
#top_contents_slider .splide__arrow.splide__arrow--prev {
  left: 0;
  translate: -50% -50%;
  rotate: 180deg;
}
#top_contents_slider .splide__arrow.splide__arrow--next {
  right: 0;
  translate: 50% -50%;
}

@media (hover: hover) and (pointer: fine) {
  .top_contents_slider_item:hover .top_contents_img img {
    scale: 1.05;
  }
}

.top_contents_img {
  border-radius: 6px;
  overflow: hidden;
}
.top_contents_img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: scale 0.3s;
}

.top_contents_slider_item_text {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  margin-block-start: 5px;
}

section[data-section-type=about_lumin] {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  section[data-section-type=about_lumin] {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  section[data-section-type=about_lumin] {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  section[data-section-type=about_lumin] {
    padding-inline: 60px;
  }
}
section[data-section-type=about_lumin] {
  background-color: #F7F5F3;
}
@media screen and (min-width: 768px) {
  section[data-section-type=about_lumin] {
    position: relative;
    margin-block-start: 100px;
  }
  section[data-section-type=about_lumin]::before {
    content: "";
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url("/nagaseviitaonlin/uploads/img/top/lumin_a_bg_text.svg"), url(../img/top/lumin_a_bg_text.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    aspect-ratio: 3580/220;
    animation: bg_text_animation 800s linear infinite;
    z-index: 5;
  }
}
@media screen and (min-width: 992px) {
  section[data-section-type=about_lumin] {
    margin-block-start: 150px;
  }
}
@media screen and (min-width: 1200px) {
  section[data-section-type=about_lumin]::before {
    height: 220px;
  }
}

.about_left_imggroup {
  position: relative;
  display: flex;
  gap: 35px;
  justify-content: flex-start;
  margin-inline: -25px;
}
@media screen and (min-width: 425px) {
  .about_left_imggroup {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 576px) {
  .about_left_imggroup {
    margin-inline: -40px;
  }
}
@media screen and (min-width: 768px) {
  .about_left_imggroup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .about_left_imggroup {
    left: calc((100vw - 1440px) / 2);
  }
}
.about_left_imggroup::before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 85px;
  background-image: url("/nagaseviitaonlin/uploads/img/top/lumin_a_bg_text.svg"), url(../img/top/lumin_a_bg_text.svg);
  background-repeat: repeat-x;
  background-size: 1344px auto;
  animation: bg_text_animation 800s linear infinite;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .about_left_imggroup::before {
    display: none;
  }
}

.about_right_imggroup {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 136px;
  margin-inline: -25px;
  margin-block-start: -30px;
}
@media screen and (min-width: 425px) {
  .about_right_imggroup {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 576px) {
  .about_right_imggroup {
    margin-inline: -40px;
  }
}
@media screen and (min-width: 768px) {
  .about_right_imggroup {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-inline: 0;
    margin-block-start: 0;
  }
}
@media screen and (min-width: 1440px) {
  .about_right_imggroup {
    right: calc((100vw - 1440px) / 2);
  }
}
.about_right_imggroup::before {
  content: "";
  position: absolute;
  bottom: 136px;
  left: 0;
  width: 1344px;
  height: 85px;
  background-image: url("/nagaseviitaonlin/uploads/img/top/lumin_a_bg_text.svg"), url(../img/top/lumin_a_bg_text.svg);
  background-repeat: repeat-x;
  background-size: 1344px auto;
  animation: bg_text_animation 800s linear infinite;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .about_right_imggroup::before {
    display: none;
  }
}

.about_img {
  position: relative;
}
.about_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about_img._img01 {
  width: 178px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .about_img._img01 {
    width: min(20.4166666667vw, 294px);
  }
}
.about_img._img02 {
  width: 116px;
  z-index: 10;
  margin-block-start: 136px;
}
@media screen and (min-width: 768px) {
  .about_img._img02 {
    width: 140px;
    margin-block-start: 164px;
    margin-inline-start: 80px;
  }
}
@media screen and (min-width: 992px) {
  .about_img._img02 {
    margin-inline-start: 100px;
    width: min(16.8055555556vw, 242px);
  }
}
.about_img._img03 {
  width: 188px;
  z-index: 7;
  margin-inline-start: auto;
}
@media screen and (min-width: 992px) {
  .about_img._img03 {
    width: min(19.4444444444vw, 280px);
  }
}
.about_img._img04 {
  position: absolute;
  width: 164px;
  top: 152px;
  right: 165px;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .about_img._img04 {
    top: 202px;
    right: 105px;
  }
}
@media screen and (min-width: 992px) {
  .about_img._img04 {
    top: 302px;
    width: min(18.8888888889vw, 272px);
  }
}
.about_img._img05 {
  width: 142px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about_img._img05 {
    margin-block-start: 200px;
    margin-inline-start: 0;
    margin-inline-end: 100px;
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .about_img._img05 {
    margin-inline-end: 150px;
    margin-block-start: 250px;
    width: min(16.6666666667vw, 240px);
  }
}
@media screen and (min-width: 1200px) {
  .about_img._img05 {
    margin-inline-end: 230px;
    margin-block-start: 330px;
  }
}

.about_contents_block {
  margin-block-start: 45px;
}
@media screen and (min-width: 768px) {
  .about_contents_block {
    width: fit-content;
    position: relative;
    margin-inline: auto;
    z-index: 10;
    padding-block-start: 40px;
    margin-block-start: 0;
  }
}
@media screen and (min-width: 992px) {
  .about_contents_block {
    padding-block-start: 80px;
  }
}

.about_title {
  font-family: "Zen Old Mincho";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .about_title {
    font-size: 1.5rem;
  }
}

.about_contents_text {
  font-family: "Zen Old Mincho";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  margin-block-start: 1lh;
}
@media screen and (min-width: 992px) {
  .about_contents_text {
    font-size: 1.125rem;
  }
}

.about_shop_item {
  margin-block-start: 45px;
}

.about_shop_item_title {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 2;
}

.border_category_box {
  font-size: 0.875rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 2;
  border: solid 1px #000;
  display: inline-block;
  padding-inline: 4px;
}

#for_lumin {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #for_lumin {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  #for_lumin {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #for_lumin {
    padding-inline: 60px;
  }
}
#for_lumin {
  background-color: #F7F5F3;
  margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  #for_lumin {
    margin-block-start: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #for_lumin {
    margin-block-start: 150px;
  }
}

.for_lumin_contents_block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .for_lumin_contents_block {
    flex-direction: row-reverse;
    gap: 0 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .for_lumin_contents_block {
    gap: 0 80px;
  }
}

.for_lumin_text_block {
  display: contents;
}
@media screen and (min-width: 992px) {
  .for_lumin_text_block {
    width: 50%;
    display: block;
  }
}

.for_lumin_title {
  order: 1;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .for_lumin_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .for_lumin_title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.for_lumin_title::first-line {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .for_lumin_title::first-line {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .for_lumin_title::first-line {
    font-size: 1.5rem;
  }
}
.for_lumin_title .green {
  color: #3BB37C;
}

.for_lumin_image {
  order: 2;
  margin-inline: -25px;
}
@media screen and (min-width: 425px) {
  .for_lumin_image {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 992px) {
  .for_lumin_image {
    width: 797px;
    margin-inline-end: 0;
    margin-inline-start: -210px;
  }
}
.for_lumin_image img {
  width: 100%;
  height: auto;
}

.for_lumin_textmain {
  order: 3;
}
@media screen and (min-width: 992px) {
  .for_lumin_textmain {
    margin-block-start: 45px;
  }
}

.fot_lumin_catch {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.7;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fot_lumin_catch {
    font-size: 1.5rem;
  }
}

.for_lumin_caution {
  font-family: "Zen Old Mincho";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .for_lumin_caution {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .for_lumin_caution {
    font-size: 1.25rem;
  }
}

.for_lumin_text {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 2;
  font-size: 0.875rem;
  margin-block-start: 1lh;
}

.exprectations {
  margin-block-start: 85px;
}

.exprectations_title {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exprectations_title {
    font-size: 1.5rem;
  }
}
.exprectations_title .green {
  font-size: 1.375rem;
  display: block;
  color: #3BB37C;
}
@media screen and (min-width: 768px) {
  .exprectations_title .green {
    font-size: inherit;
    display: inline-block;
  }
}

.exprectations_list {
  margin-block-start: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 14px;
  max-width: 1162px;
  margin-inline: auto;
  justify-content: center;
}

.exprectations_list_item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .exprectations_list_item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .exprectations_list_item {
    display: flex;
    gap: 0 15px;
    align-items: center;
    width: calc(25% - 12px);
  }
}
.exprectations_list_item_image {
  margin-inline: auto;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  .exprectations_list_item_image {
    width: 86px;
    margin-inline: 0;
  }
}
.exprectations_list_item_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.exprectations_list_item_text {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  text-align: center;
  margin-block-start: 10px;
  letter-spacing: -0.01em;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .exprectations_list_item_text {
    text-align: left;
    flex: 1;
  }
}
.exprectations_list_item_text small {
  font-size: 0.6875rem;
  line-height: 1.4;
}
.exprectations_list_item_text small .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .exprectations_list_item_text small .pc {
    display: block;
  }
  .exprectations_list_item_text small {
    font-size: 0.875rem;
  }
}
.exprectations_list_item_text span {
  font-size: 1.0625rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .exprectations_list_item_text span {
    font-size: 1.25rem;
  }
}
.exprectations_list_item_text.nowrap {
  position: relative;
  left: 50%;
  white-space: nowrap;
  translate: -50% 0;
}
@media screen and (min-width: 992px) {
  .exprectations_list_item_text.nowrap {
    position: static;
    translate: 0;
    white-space: normal;
  }
}

.exprectations_bottom_catch {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: #F4734B;
  margin-block-start: 35px;
}
@media screen and (min-width: 768px) {
  .exprectations_bottom_catch {
    font-size: 1.25rem;
  }
  .exprectations_bottom_catch br {
    display: none;
  }
}

.approach {
  margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .approach {
    margin-block-start: 50px;
  }
}
@media screen and (min-width: 992px) {
  .approach {
    margin-block-start: 100px;
  }
}

.approach_title {
  width: 222px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .approach_title {
    width: 520px;
  }
}

#approach_slider .splide__container {
  box-sizing: border-box;
  position: relative;
}
#approach_slider .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
#approach_slider .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
#approach_slider .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
#approach_slider .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
#approach_slider .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
#approach_slider .splide__progress__bar {
  width: 0;
}
#approach_slider .splide {
  position: relative;
  visibility: hidden;
}
#approach_slider .splide.is-initialized, #approach_slider .splide.is-rendered {
  visibility: visible;
}
#approach_slider .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
#approach_slider .splide__slide img {
  vertical-align: bottom;
}
#approach_slider .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
#approach_slider .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#approach_slider .splide__toggle.is-active .splide__toggle__play, #approach_slider .splide__toggle__pause {
  display: none;
}
#approach_slider .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
#approach_slider .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
#approach_slider .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#approach_slider .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
#approach_slider .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
#approach_slider .splide--rtl {
  direction: rtl;
}
#approach_slider .splide__track--ttb > .splide__list {
  display: block;
}
#approach_slider .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
#approach_slider .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
#approach_slider .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
#approach_slider .splide__arrow:disabled {
  opacity: 0.3;
}
#approach_slider .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#approach_slider .splide__arrow--prev {
  left: 1em;
}
#approach_slider .splide__arrow--prev svg {
  transform: scaleX(-1);
}
#approach_slider .splide__arrow--next {
  right: 1em;
}
#approach_slider .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#approach_slider .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
#approach_slider .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
#approach_slider .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
#approach_slider .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
#approach_slider .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#approach_slider .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#approach_slider .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
#approach_slider .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#approach_slider .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  #approach_slider .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  #approach_slider .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  #approach_slider .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  #approach_slider .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  #approach_slider .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
#approach_slider .splide__toggle {
  cursor: pointer;
}
#approach_slider .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#approach_slider .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#approach_slider .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
#approach_slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
#approach_slider .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
#approach_slider .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
#approach_slider .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
#approach_slider .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
#approach_slider .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
#approach_slider .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
#approach_slider .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
#approach_slider .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
#approach_slider .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
#approach_slider .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
#approach_slider {
  position: relative;
  margin-block-start: 30px;
  margin-inline: -25px;
  max-width: 1410px;
}
@media screen and (min-width: 425px) {
  #approach_slider {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 576px) {
  #approach_slider {
    margin-inline: -40px;
  }
}
@media screen and (min-width: 992px) {
  #approach_slider {
    margin-inline: -60px;
  }
}
@media screen and (min-width: 1440px) {
  #approach_slider {
    margin-inline: auto;
  }
}
#approach_slider .splide__slide {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-block-start: 8px;
  padding: 55px 15px 15px 30px;
  width: 224px;
}
@media screen and (min-width: 576px) {
  #approach_slider .splide__slide {
    margin-block-start: 30px;
    justify-content: space-between;
    display: flex;
    padding-inline: 40px;
    flex-direction: row-reverse;
    width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  #approach_slider .splide__slide {
    justify-content: center;
    width: 100%;
    gap: 50px;
    max-width: 454px;
  }
}
#approach_slider:not(.is-overflow) .splide__list {
  justify-content: center;
}
#approach_slider .splide__arrow {
  width: 36px;
  height: 36px;
  background: #fff;
  opacity: 1;
  border: solid 1px #3BB37C;
}
#approach_slider .splide__arrow svg {
  fill: #3BB37C;
  width: 20px;
  height: 14px;
}
#approach_slider .splide__arrow.splide__arrow--prev {
  left: calc((100% - 454px) / 2);
  translate: -75% 0;
}
#approach_slider .splide__arrow.splide__arrow--next {
  right: calc((100% - 454px) / 2);
  translate: 75% 0;
}
#approach_slider .splide__pagination {
  position: static;
  margin-block-start: 30px;
  gap: 0 5px;
}
#approach_slider .splide__pagination__page.is-active {
  background: #3BB37C;
  transform: scale(1);
}

.slide_head {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -8px;
  display: flex;
  min-height: 52px;
  justify-content: center;
  padding: 4px 10px;
  gap: 0 10px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0 4px 5.5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .slide_head {
    padding: 15px 20px;
    translate: -50% -30px;
    min-width: 280px;
    width: fit-content;
    gap: 0 40px;
  }
}

.slide_head_item {
  display: flex;
  flex-wrap: wrap;
  color: #3BB37C;
  align-items: baseline;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  gap: 0 3px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .slide_head_item {
    flex-wrap: nowrap;
    gap: 0 7px;
    white-space: pre;
  }
}
.slide_head_item:has(.small br) {
  align-items: center;
}
.slide_head_item .small {
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .slide_head_item .small {
    text-align: center;
    font-size: 0.875rem;
  }
}
.slide_head_item .small br {
  display: none;
}
@media screen and (min-width: 768px) {
  .slide_head_item .small br {
    display: block;
  }
}
.slide_head_item .large {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .slide_head_item .large {
    font-size: 1.375rem;
  }
}
.slide_head_item + .slide_head_item {
  position: relative;
}
.slide_head_item + .slide_head_item::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5px;
  width: 1px;
  height: 35px;
  background-color: #B7B1AA;
}
@media screen and (min-width: 768px) {
  .slide_head_item + .slide_head_item::before {
    left: -20px;
  }
}

.slide_image {
  width: 94px;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .slide_image {
    width: 112px;
    margin-inline: 0;
  }
}

.slide_textblock {
  margin-block-start: 15px;
}
@media screen and (min-width: 768px) {
  .slide_textblock {
    margin-block-start: 0;
    flex: 1;
    max-width: fit-content;
  }
}

.slide_text {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .slide_text {
    font-size: 1.125rem;
  }
}
.slide_text strong {
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .slide_text strong {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .slide_text strong {
    font-size: 1.625rem;
  }
}
.slide_text small {
  font-size: 0.6875rem;
  margin-inline: -0.1em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .slide_text small {
    margin-inline: -0.6em;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .slide_text small {
    font-size: 0.8125rem;
    margin-inline: -0.5em;
  }
}
.slide_text .orange {
  color: #F4734B;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.approach_gallery {
  margin-block-start: 50px;
  margin-inline: -25px;
}
@media screen and (min-width: 425px) {
  .approach_gallery {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 576px) {
  .approach_gallery {
    margin-inline: -40px;
    margin-block-start: 80px;
  }
}
@media screen and (min-width: 992px) {
  .approach_gallery {
    margin-inline-start: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .approach_gallery {
    margin-inline: auto;
  }
}

.approach_gallery_wrap {
  display: flex;
  overflow: hidden;
  gap: 0 10px;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .approach_gallery_wrap {
    height: 200px;
    max-width: 1200px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .approach_gallery_wrap {
    display: block;
  }
}

.approach_scrolllist {
  display: flex;
  gap: 0 10px;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .approach_scrolllist {
    animation: none;
  }
}
@media screen and (min-width: 1200px) {
  .approach_scrolllist + .approach_scrolllist {
    display: none;
  }
}

.approach_gallery_item:nth-of-type(1) {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .approach_gallery_item:nth-of-type(1) {
    width: 200px;
  }
}
.approach_gallery_item:nth-of-type(2) {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .approach_gallery_item:nth-of-type(2) {
    width: 376px;
  }
}
.approach_gallery_item:nth-of-type(3) {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .approach_gallery_item:nth-of-type(3) {
    width: 200px;
  }
}
.approach_gallery_item:nth-of-type(4) {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .approach_gallery_item:nth-of-type(4) {
    width: 376px;
  }
}

.approach_bottom {
  margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .approach_bottom {
    margin-block-start: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .approach_bottom {
    margin-block-start: 80px;
  }
}

.approach_bottom_title {
  line-height: 1.8;
  font-size: 1.125rem;
  font-weight: 500;
  color: #F4734B;
  text-align: center;
  font-family: "Zen Old Mincho";
}
@media screen and (min-width: 576px) {
  .approach_bottom_title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .approach_bottom_title {
    font-size: 1.5rem;
  }
}
.approach_bottom_title:first-line {
  color: #404040;
  display: block;
}
@media screen and (min-width: 768px) {
  .approach_bottom_title .sp {
    display: none;
  }
}

.approach_bottom_text {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-block-start: 20px;
}
@media screen and (min-width: 576px) {
  .approach_bottom_text {
    text-align: center;
  }
}

#begin {
  padding-inline: 10px;
  padding-block: 100px;
  background: linear-gradient(180deg, #f7f5f3 0%, rgba(226, 240, 235, 0.3) 3%, rgba(226, 240, 235, 0.4) 3%, #e2f0eb 100%);
}
@media screen and (min-width: 768px) {
  #begin {
    background: linear-gradient(180deg, #f7f5f3 0%, rgba(226, 240, 235, 0.2) 2%, #e2f0eb 100%);
    padding-block: 130px;
  }
}

.begin_title {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
}
@media screen and (min-width: 576px) {
  .begin_title {
    font-size: 1.5rem;
  }
}

.begin_cta {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  border: solid 4px #ffffff;
  margin-block-start: 35px;
}
@media screen and (min-width: 576px) {
  .begin_cta {
    display: flex;
    max-width: 1050px;
    margin-inline: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .begin_cta:hover {
    cursor: pointer;
  }
  .begin_cta:hover .begin_cta_text {
    background-color: #ffffff;
    color: #3BB37C;
  }
  .begin_cta:hover .begin_cta_text::before {
    background-color: #3BB37C;
    translate: 3px -50%;
  }
}

.begin_cta_text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #3BB37C;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 25px 60px;
  line-height: 1;
  border-radius: 13px 0;
  border: solid 1px #3BB37C;
  font-family: "Zen Kaku Gothic New";
  transition: color 0.3s, background-color 0.3s;
}
.begin_cta_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 10px;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuMjkyODkzIDAuMjkyODkzQzAuNjgzNDE3IC0wLjA5NzYzMTEgMS4zMTY0MyAtMC4wOTc2MzExIDEuNzA2OTYgMC4yOTI4OTNMNS43MDY5NiA0LjI5Mjg5QzYuMDk3NDggNC42ODM0MiA2LjA5NzQ4IDUuMzE2NDMgNS43MDY5NiA1LjcwNjk2TDEuNzA2OTYgOS43MDY5NkMxLjMxNjQzIDEwLjA5NzUgMC42ODM0MTcgMTAuMDk3NSAwLjI5Mjg5MyA5LjcwNjk2Qy0wLjA5NzYzMTEgOS4zMTY0MyAtMC4wOTc2MzExIDguNjgzNDIgMC4yOTI4OTMgOC4yOTI4OUwzLjU4NTg2IDQuOTk5OTJMMC4yOTI4OTMgMS43MDY5NkMtMC4wOTc2MzExIDEuMzE2NDMgLTAuMDk3NjMxMSAwLjY4MzQxNyAwLjI5Mjg5MyAwLjI5Mjg5M1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  mask-size: cover;
  background-color: #ffffff;
  translate: 0 -50%;
  transition: background-color 0.3s, translate 0.3s;
}

section[data-section-id=column_info] {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  section[data-section-id=column_info] {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  section[data-section-id=column_info] {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  section[data-section-id=column_info] {
    padding-inline: 60px;
  }
}
section[data-section-id=column_info] {
  background-color: #F7F5F3;
  margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  section[data-section-id=column_info] {
    margin-block-start: 80px;
  }
}
@media screen and (min-width: 992px) {
  section[data-section-id=column_info] {
    margin-block-start: 130px;
  }
}

@media screen and (min-width: 768px) {
  .column_contents {
    display: flex;
    margin-inline-start: -40px;
    container-type: inline-size;
    max-width: 1295px;
    gap: 0 40px;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .column_contents {
    margin-inline-start: -60px;
    gap: 0 80px;
  }
}
@media screen and (min-width: 1440px) {
  .column_contents {
    margin-inline: auto;
  }
}

.column_image {
  margin-inline: -25px;
}
@media screen and (min-width: 576px) {
  .column_image {
    margin-inline: -30px;
    width: 42.471042471cqi;
  }
}
@media screen and (min-width: 768px) {
  .column_image {
    margin-inline: unset;
  }
}
.column_image img {
  width: 100%;
  height: auto;
}

.column_contents_body {
  margin-block-start: 35px;
}
@media screen and (min-width: 768px) {
  .column_contents_body {
    flex: 1;
    margin-block-start: 0px;
  }
}

.column_contents_list {
  margin-block-start: 35px;
}

.column_contents_title {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .column_contents_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .column_contents_title {
    font-size: 2rem;
  }
}

.column_contents_item + .column_contents_item {
  margin-block-start: 25px;
}

.column_contents_item_link {
  display: flex;
  gap: 0 15px;
}
@media screen and (min-width: 768px) {
  .column_contents_item_link {
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .column_contents_item_link:hover .column_thumbnail img {
    scale: 1.1;
  }
  .column_contents_item_link:hover .column_date {
    color: #3BB37C;
  }
  .column_contents_item_link:hover .column_title {
    color: #3BB37C;
  }
}

.column_thumbnail {
  width: 100px;
  overflow: hidden;
  border-radius: 8px;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .column_thumbnail {
    width: 150px;
  }
}
.column_thumbnail img {
  transition: scale 0.3s;
  width: 100%;
  height: auto;
}

.column_body {
  flex: 1;
}

.column_date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #404040;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .column_date {
    font-size: 1rem;
  }
}

.column_title {
  font-size: 0.875rem;
  margin-block-start: 5px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #404040;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
  padding-right: 1ch;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .column_title {
    font-size: 1rem;
  }
}

section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] {
  padding-block: 80px 0px;
  background-color: #F7F5F3;
}
@media screen and (min-width: 768px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] {
    padding-block: 100px 0px;
  }
}
@media screen and (min-width: 992px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] {
    padding-block: 130px 0px;
  }
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-news__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-news__inner {
    flex-direction: row;
    max-width: 1050px;
    margin-inline: auto;
    justify-content: space-between;
    gap: 0 40px;
  }
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-news__inner__title {
  display: contents;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-news__inner__title {
    display: block;
  }
}

.news_title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  order: 1;
}
@media screen and (min-width: 768px) {
  .news_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .news_title {
    font-size: 2rem;
  }
}

.p-news_link {
  order: 3;
  margin-inline-start: auto;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #B5B5B5;
  margin-block-start: 15px;
}
@media screen and (min-width: 768px) {
  .p-news_link {
    margin-block-start: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_link:hover .p-news_link_text::before {
    translate: 3px -50%;
  }
}

.p-news_link_text {
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding-inline-end: 2em;
  font-family: "Zen Kaku Gothic New";
}
.p-news_link_text::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  font-size: 0.875rem;
  font-weight: 500;
  transition: translate 0.3s;
}

.p-news__inner__list {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-news__inner__list {
    flex: 1;
    max-width: 750px;
  }
}

.c-news_item__inner {
  position: relative;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-news_item__inner::before {
    content: "→";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    translate: 0 -50%;
  }
}

.c-news_item:first-child {
  border-top: none;
}

.c-news_item__inner__date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #404040;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-news_item__inner__date {
    font-size: 1rem;
  }
}

.c-news_item__inner__title {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #404040;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-news_item__inner__title {
    font-size: 1rem;
  }
}

#faq {
  padding-block: 60px 100px;
  background-color: #F7F5F3;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #faq {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  #faq {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #faq {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #faq {
    padding-block: 90px 110px;
  }
}
@media screen and (min-width: 992px) {
  #faq {
    padding-block: 120px;
  }
}
#faq .faq_contents_body {
  order: 2;
}
@media screen and (min-width: 768px) {
  #faq .faq_contents_body {
    flex: 1;
    max-width: 750px;
  }
}

.faq_contents {
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .faq_contents {
    flex-direction: row;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.faq_contents_head {
  display: contents;
}
@media screen and (min-width: 768px) {
  .faq_contents_head {
    display: block;
  }
}

.faq_link {
  order: 3;
  margin-inline-start: auto;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #B5B5B5;
}
@media screen and (min-width: 768px) {
  .faq_link {
    margin-block-start: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq_link:hover .faq_link_text::before {
    translate: 3px -50%;
  }
}

.faq_link_text {
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding-inline-end: 2em;
  font-family: "Zen Kaku Gothic New";
}
.faq_link_text::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  font-size: 0.875rem;
  font-weight: 500;
  transition: translate 0.3s;
}

.faq_contents_head .faq_document_link {
  display: none;
  text-decoration: underline;
}
.faq_contents_head .faq_document_link .faq_link_text::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq_contents_head .faq_document_link {
    display: block;
  }
}

.faq_document_link_footer {
  order: 2;
}
.faq_document_link_footer .faq_document_link {
  margin-block-start: 0;
  text-decoration: underline;
}
.faq_document_link_footer .faq_document_link .faq_link_text::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq_document_link_footer {
    display: none;
  }
}

.faq_title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  order: 1;
}
@media screen and (min-width: 768px) {
  .faq_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .faq_title {
    font-size: 2rem;
  }
}

.faq_list {
  display: flex;
  gap: 0 10px;
}

.faq_item {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #404040;
  line-height: 1;
  padding: 10px 15px;
  border: solid 1px rgba(64, 64, 64, 0.6);
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
  min-width: 90px;
}
@media screen and (min-width: 768px) {
  .faq_item {
    font-size: 1rem;
  }
}
.faq_item._active {
  background-color: #000;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .faq_item:hover {
    background-color: #000;
    color: #ffffff;
  }
}

.faq_contents_list {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq_contents_list {
    margin-block-start: 35px;
  }
}
.faq_contents_list._active {
  display: block;
}

:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
}

.faq_contents_item {
  margin-block-start: 25px;
  padding-block-end: 20px;
  border-bottom: solid 1px #B5B5B5;
}
.faq_contents_item[open] summary::before {
  rotate: 0deg;
}
.faq_contents_item summary {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #000;
  line-height: 1.5;
  list-style: none;
  padding-inline-end: 18px;
}
.faq_contents_item summary::-webkit-details-marker {
  display: none;
}
.faq_contents_item summary::before, .faq_contents_item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: rotate 0.3s;
}
.faq_contents_item summary::before {
  rotate: 90deg;
}
.faq_contents_item summary span {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s;
}
.faq_contents_item summary span::before {
  content: "Q.";
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #000;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .faq_contents_item summary:hover {
    cursor: pointer;
    color: #3BB37C;
  }
  .faq_contents_item summary:hover span {
    color: #3BB37C;
  }
  .faq_contents_item summary:hover span::before {
    color: #3BB37C;
  }
}

.faq_contents_list_inner {
  overflow: hidden;
  padding-inline-end: 18px;
}

.faq_contents_list_inner_text {
  margin-block-start: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  color: #000;
  line-height: 1.8;
  letter-spacing: 0;
}
.faq_contents_list_inner_text a {
  transition: color 0.3s;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .faq_contents_list_inner_text a:hover {
    color: #3BB37C;
  }
}

details::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  details::details-content {
    transition-duration: 0.3s;
    transition-property: grid-template-rows;
  }
}
details:not([open])::details-content {
  grid-template-rows: 0fr;
}
details[open]::details-content {
  grid-template-rows: 1fr;
}

#guide {
  background-color: #F7F5F3;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #guide {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  #guide {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #guide {
    padding-inline: 60px;
  }
}
#guide {
  padding-block-end: 60px;
}
@media screen and (min-width: 576px) {
  #guide {
    padding-block-end: 100px;
  }
}
@media screen and (min-width: 992px) {
  #guide {
    padding-block-end: 140px;
  }
}

.guide_title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .guide_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .guide_title {
    font-size: 2rem;
  }
}

.guide_collection {
  margin-block-start: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .guide_collection {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 15px;
    margin-block-start: 45px;
  }
}
@media screen and (min-width: 992px) {
  .guide_collection {
    gap: 0 25px;
    max-width: 1050px;
    margin-inline: auto;
    margin-block-start: 55px;
  }
}

.guide_collection_item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 13px 15px;
}
@media screen and (min-width: 768px) {
  .guide_collection_item {
    padding: 20px;
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .guide_collection_item {
    padding: 25px 45px;
    width: calc(50% - 20px);
  }
}

.guide_collection_item_flex {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .guide_collection_item_flex {
    gap: 35px;
  }
}

.guide_collection_item_image {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .guide_collection_item_image {
    width: fit-content;
  }
}
.guide_collection_item_image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .guide_collection_item_image img {
    width: auto;
  }
}

.guide_collection_body {
  flex: 1;
}

.guide_collection_title {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 992px) {
  .guide_collection_title {
    font-size: 1.1875rem;
  }
}

.guide_collection_text {
  margin-block-start: 5px;
  font-family: "Zen Kaku Gothic New";
  font-size: rme(1.4);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.guide_collection_caution {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  margin-block-start: 10px;
}

.fixed_line_coupon {
  position: fixed;
  bottom: 5%;
  right: 5px;
  isolation: isolate;
  z-index: 1000;
  width: 50%;
  max-width: 290px;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.fixed_line_coupon._active {
  opacity: 1;
  visibility: visible;
}

.fixed_line_coupon_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #000000;
  translate: 0 -50%;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .fixed_line_coupon_close {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed_line_coupon_close:hover {
    cursor: pointer;
  }
}
.fixed_line_coupon_close::after, .fixed_line_coupon_close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #000000;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .fixed_line_coupon_close::after, .fixed_line_coupon_close::before {
    width: 14px;
  }
}
.fixed_line_coupon_close::after {
  transform: rotate(45deg);
}
.fixed_line_coupon_close::before {
  transform: rotate(-45deg);
}

.faq_head {
  padding-block: 60px 0;
  background-color: #F7F5F3;
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .faq_head {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  .faq_head {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .faq_head {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  .faq_head {
    padding-block: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .faq_head {
    padding-block: 100px 0;
  }
}

.faq_head_title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .faq_head_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .faq_head_title {
    font-size: 2rem;
  }
}

.faq_anker_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-block-start: 50px;
  max-width: 750px;
  margin-inline: auto;
}

.faq_anker_item {
  width: calc(50% - 10px);
  border: solid 1px rgba(64, 64, 64, 0.6);
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  line-height: 1;
  color: #000;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .faq_anker_item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq_anker_item:hover {
    background-color: #000;
    color: #ffffff;
  }
  .faq_anker_item:hover a::before {
    background-color: #ffffff;
    translate: 0 calc(-50% + 3px);
  }
}
.faq_anker_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .faq_anker_item a {
    padding: 15px 20px;
  }
}
.faq_anker_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  mask-image: url(/nagaseviitaonlin/uploads/img/faq_arrow.svg), url(../img/faq_arrow.svg);
  mask-size: cover;
  background-color: #000;
  background-size: cover;
  translate: 0 -50%;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .faq_anker_item a::before {
    right: 20px;
  }
}
@media screen and (min-width: 576px) {
  .faq_anker_item a br {
    display: none;
  }
}

.faq_section {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  .faq_section {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  .faq_section {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .faq_section {
    padding-inline: 60px;
  }
}
.faq_section {
  margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .faq_section {
    margin-block-start: 80px;
  }
}
.faq_section:not(:has(+ .faq_section)) {
  padding-block-end: 80px;
}
@media screen and (min-width: 768px) {
  .faq_section:not(:has(+ .faq_section)) {
    padding-block-end: 120px;
  }
}
@media screen and (min-width: 992px) {
  .faq_section:not(:has(+ .faq_section)) {
    padding-block-end: 150px;
  }
}
.faq_section .faq_contents_body {
  margin-block-start: 30px;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .faq_section .faq_contents_body {
    margin-block-start: 0;
  }
}

.faq_contents_title {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 1.5rem;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .faq_contents_title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .faq_contents_title {
    font-size: 1.875rem;
  }
}

.faq_document_link {
  display: block;
  width: fit-content;
  color: #3BB37C;
  font-size: 1rem;
  font-weight: 500;
  margin-block-start: 30px;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .faq_document_link:hover {
    color: #3BB37C;
  }
}

.p-page_content__inner:has(.medicine_head) {
  max-width: 840px;
}

#medicine {
  font-family: "Zen Kaku Gothic New";
}
#medicine .medicine_head {
  padding-block: 60px 0;
}
@media screen and (min-width: 768px) {
  #medicine .medicine_head {
    padding-block: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  #medicine .medicine_head {
    padding-block: 100px 0;
  }
}
#medicine .medicine_head h1 {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  #medicine .medicine_head h1 {
    font-size: 1.75rem;
  }
  #medicine .medicine_head h1 br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #medicine .medicine_head h1 {
    font-size: 2rem;
  }
}
#medicine .medicine_head p {
  text-align: center;
  font-size: 0.875rem;
  color: #FF6A77;
  font-weight: 500;
}
#medicine .medicine_contents {
  margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  #medicine .medicine_contents {
    margin-block-start: 50px;
  }
}
#medicine .medicine_contents + .medicine_contents {
  margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  #medicine .medicine_contents + .medicine_contents {
    margin-block-start: 80px;
  }
}
#medicine .medicine_contents:last-of-type {
  padding-block-end: 50px;
}
@media screen and (min-width: 768px) {
  #medicine .medicine_contents:last-of-type {
    padding-block-end: 90px;
  }
}
@media screen and (min-width: 992px) {
  #medicine .medicine_contents:last-of-type {
    padding-block-end: 130px;
  }
}
#medicine .medicine_contents:last-of-type .medicine_contents_body {
  border: none;
  padding-block: 0;
}
#medicine .medicine_contents h2 {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 1;
  color: #404040;
}
@media screen and (min-width: 576px) {
  #medicine .medicine_contents h2 {
    font-size: 1.875rem;
  }
}
#medicine .medicine_contents h3 {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
}
#medicine .medicine_contents h3 + * {
  margin-block-start: 10px;
}
#medicine .medicine_contents p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
#medicine .medicine_contents p + ol {
  margin-block-start: 30px;
}
#medicine .medicine_contents ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#medicine .medicine_contents ol li {
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 500;
}
#medicine .medicine_contents_body {
  margin-block-start: 30px;
  padding-block-end: 30px;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 576px) {
  #medicine .medicine_contents_body {
    margin-block-start: 45px;
  }
}
#medicine .table_wrap + .table_wrap {
  margin-block-start: 30px;
}
#medicine .table_wrap p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #404040;
}

.medicine_table table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
  margin-block-start: 20px;
}
.medicine_table table th,
.medicine_table table td {
  border: 1px solid #9D9D9D;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  line-height: 2;
  line-height: 1.7;
}
.medicine_table table td {
  padding: 20px 15px;
  place-content: center;
}
@media screen and (min-width: 576px) {
  .medicine_table table td {
    padding: 20px 35px;
  }
}
.medicine_table table th {
  place-content: center;
  text-align: center;
  width: 40%;
  padding: 20px 5px;
  background-color: #E6E4DA;
}
@media screen and (min-width: 576px) {
  .medicine_table table th {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 576px) {
  .medicine_table table th .sp {
    display: none;
  }
}

.shift_table table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
  margin-block-start: 20px;
  max-width: 686px;
}
.shift_table table th, .shift_table table td {
  border: 1px solid #9D9D9D;
  vertical-align: center;
  text-align: center;
  padding: 10px 0;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .shift_table table th, .shift_table table td {
    padding-block: 15px;
  }
}
.shift_table table th:first-child, .shift_table table td:first-child {
  width: 40%;
}
@media screen and (min-width: 576px) {
  .shift_table table th br, .shift_table table td br {
    display: none;
  }
}
.shift_table table td[colspan="2"] {
  writing-mode: vertical-lr;
  letter-spacing: 0.5em;
}
.shift_table table td:not(:first-child) {
  background-color: #ffffff;
}

.table_caution {
  margin-block-start: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .table_caution {
    font-size: 0.875rem;
  }
  .table_caution .sp {
    display: none;
  }
}

.medicine_table_img {
  margin-block-start: 20px;
}
.medicine_table_img + .table_caution {
  margin-block-start: 30px;
}

.medicine_image_flex {
  margin-block-start: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 576px) {
  .medicine_image_flex {
    flex-direction: row;
    margin-block-start: 70px;
  }
}

.medicine_image_item p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.medicine_image_item .medicine_image {
  margin-block-start: 15px;
}

.certificate_img {
  margin-block-start: 70px;
  max-width: 528px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  section[data-section-id=information_show_first_view] {
    padding-inline: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 425px) {
  section[data-section-id=information_show_first_view] {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  section[data-section-id=information_show_first_view] {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  section[data-section-id=information_show_first_view] {
    padding-inline: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-column_header__bg {
    margin-block-start: 50px;
    aspect-ratio: 926/520;
    width: 100%;
    height: auto;
    background-size: cover;
    max-width: 926px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-column_header__panel__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-column_header__panel__inner {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-column_header__panel {
    margin-top: -50px;
  }
}

.p-column_header__panel__inner__top {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-column_header__panel__inner__top {
    background-color: #ffffff;
    padding-inline: 30px 15px;
  }
}

.p-column_header__panel__inner__top__date {
  font-size: 0.9375rem;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-column_header__panel__inner__top__date {
    font-size: 1.3125rem;
  }
}

.p-column_header_panel_category {
  margin-inline-start: 15px;
  font-size: 0.9375rem;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-column_header_panel_category {
    font-size: 1.3125rem;
  }
}

.p-column_header__panel__inner__title {
  font-family: "Zen kaku Gothic New";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-column_header__panel__inner__title {
    margin-block-start: 0px;
    background-color: #ffffff;
    padding-inline: 30px 15px;
    width: fit-content;
    letter-spacing: 0.03em;
  }
}

.p-page_article__inner {
  font-family: "Zen kaku Gothic New";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  max-width: 580px;
}
.p-page_article__inner h2 {
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  position: relative;
  margin-block-start: 30px;
  line-height: 2;
  font-size: 1.125rem;
  padding-inline-start: 1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-page_article__inner h2 {
    margin-block-start: 45px;
    font-size: 1.5rem;
  }
}
.p-page_article__inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.p-page_article__inner * + h2 {
  margin-block-start: 90px;
}
.p-page_article__inner h3 {
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2;
  margin-block-start: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-page_article__inner h3 {
    font-size: 1.25rem;
  }
}
.p-page_article__inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

#backnumber {
  padding-inline: 25px;
}
@media screen and (min-width: 425px) {
  #backnumber {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 576px) {
  #backnumber {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #backnumber {
    padding-inline: 60px;
  }
}
#backnumber {
  margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  #backnumber {
    margin-block-start: 80px;
  }
}
@media screen and (min-width: 992px) {
  #backnumber {
    margin-block-start: 100px;
  }
}

.backnumber_inner {
  max-width: 1050px;
  margin-inline: auto;
}

.backnumber_title {
  font-size: 1.375rem;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  line-height: 1.7;
}

.backnumber_flex {
  margin-block-start: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 576px) {
  .backnumber_flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  .backnumber_flex {
    gap: 50px;
  }
}

.backnumber_flex_item {
  container-type: inline-size;
}
@media screen and (min-width: 576px) {
  .backnumber_flex_item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .backnumber_flex_item {
    width: calc(25% - 50px);
  }
}
.backnumber_flex_item a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .backnumber_flex_item a:hover .backnumber_thumbnail img {
    scale: 1.1;
  }
  .backnumber_flex_item a:hover .backnumber_item_title {
    color: #3BB37C;
  }
}

.backnumber_thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  max-height: 120px;
}
.backnumber_thumbnail img {
  transition: scale 0.3s;
  width: 100%;
  height: auto;
  aspect-ratio: 227/120;
}

.backnumber_info {
  margin-block-start: 10px;
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
}
.backnumber_info .backnumber_date {
  font-size: 5.5299539171cqi;
  font-weight: 500;
  color: #75756F;
  font-family: "Zen kaku Gothic New";
}
.backnumber_info .backnumber_category {
  font-size: 5.5299539171cqi;
  font-weight: 500;
  color: #75756F;
  font-family: "Zen kaku Gothic New";
}

.backnumber_item_title {
  font-size: min(6.4516129032cqi, 18px);
  font-weight: 500;
  font-family: "Zen kaku Gothic New";
  line-height: 2;
  color: #404040;
  transition: color 0.3s;
  letter-spacing: 0;
}

.c-article_nav__inner {
  justify-content: center;
  gap: 0 20px;
}
@media screen and (min-width: 576px) {
  .c-article_nav__inner {
    gap: 0 35px;
  }
}

.c-article_nav__inner__back {
  margin: 0;
  order: unset;
}

.c-article_nav__inner__prev, .c-article_nav__inner__next {
  display: block;
  width: fit-content;
  margin: 0;
  background-color: #fff;
  padding: 12px 15px;
  line-height: 1.9;
  height: auto;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen kaku Gothic New";
  color: #404040;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-article_nav__inner__prev, .c-article_nav__inner__next {
    padding: 12px 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-article_nav__inner__prev:hover, .c-article_nav__inner__next:hover {
    opacity: 1;
    background-color: #3BB37C;
    color: #fff;
  }
}

.single_index_box_title {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen kaku Gothic New";
  line-height: 2;
  margin-top: 0 !important;
}

.single_index_box {
  background-color: #ffffff;
  padding: 20px;
  border: solid 1px #ECEAED;
  margin-block-start: 30px;
}
.single_index_box .single_index_box_list {
  margin-top: 10px;
  padding-inline-start: 0.5em;
}

.single_index_box_list_item {
  margin-top: 0;
  line-height: 2;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}
.single_index_box_list_item a {
  text-decoration: underline;
  line-height: 1;
  color: #404040;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .single_index_box_list_item a:hover {
    color: #3BB37C;
  }
}

.single_link_button {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  background-color: #ffffff;
  color: #404040;
  padding: 12px 40px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen kaku Gothic New";
  line-height: 2;
  margin-block-start: 30px;
  text-decoration: none !important;
  min-width: 260px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.single_link_button::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Zen kaku Gothic New";
  color: #404040;
  line-height: 1;
  transition: translate 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .single_link_button:hover {
    background-color: #3BB37C;
    color: #ffffff;
  }
  .single_link_button:hover::before {
    color: #ffffff;
    translate: 5px -50%;
  }
}

#add_product_async_view {
  padding-block-end: 60px;
}

.product_content_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .product_content_block {
    gap: 50px;
  }
}

.product_details_title {
  text-align: center;
  font-size: 1rem;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .product_details_title {
    font-size: 1.25rem;
  }
}

.product_details_table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
}
.product_details_table th,
.product_details_table td {
  border: 1px solid #9D9D9D;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
  font-family: "Zen kaku Gothic New";
  font-weight: 500;
  line-height: 2;
  line-height: 1.7;
}
@media screen and (min-width: 576px) {
  .product_details_table th,
  .product_details_table td {
    font-size: 1rem;
  }
}
.product_details_table td {
  padding: 20px 15px;
  place-content: center;
}
@media screen and (min-width: 576px) {
  .product_details_table td {
    padding: 20px 35px;
  }
}
.product_details_table th {
  place-content: center;
  text-align: center;
  width: 40%;
  padding: 20px 5px;
  background-color: #E6E4DA;
}
@media screen and (min-width: 576px) {
  .product_details_table th {
    font-size: 0.9375rem;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 576px) {
  .product_details_table th .sp {
    display: none;
  }
}

.l-container__row:has(.p-account, .p-login) {
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .l-container__row:has(.p-account, .p-login) {
    margin-top: 60px;
  }
}

body:has(.c-announce_bar[style*="display: none"]) {
  --menu-posiion:0px ;
}
body:not(:has(.c-announce_bar)) {
  --menu-posiion:0px ;
}

.fixed_account_menu {
  position: fixed;
  top: var(--menu-posiion, 56px);
  right: 0;
  translate: 0;
  width: 100%;
  z-index: 100;
  background-color: #F7F5F3;
  padding-block-end: 30px;
  translate: 0 calc(-100% - var(--menu-posiion, 56px));
  transition: translate 0.3s;
  overflow-y: auto;
  max-height: calc(100vh - var(--menu-posiion, 56px) - 60px);
  overscroll-behavior: contain;
  border-bottom: solid 1px #C1C1C1;
}
@media screen and (min-width: 720px) {
  .fixed_account_menu {
    display: none;
  }
}
.fixed_account_menu._active {
  translate: 0;
}
.fixed_account_menu .c-account_menu {
  border: none;
}
.fixed_account_menu .c-account_menu__item:first-child .--separator {
  display: none;
}

.fixed_account_button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: fit-content;
  padding: 10px 16px;
  background-color: #ffffff;
  border: solid 1px #ADADAD;
  border-radius: 100vmax;
  transition: background-color 0.3s;
  z-index: 101;
}
@media screen and (min-width: 992px) {
  .fixed_account_button {
    display: none;
  }
}
.fixed_account_button::before, .fixed_account_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 1px;
  background-color: #404040;
  transition: background-color 0.3s, opacity 0.3s;
  opacity: 0;
}
.fixed_account_button::before {
  rotate: 45deg;
}
.fixed_account_button::after {
  rotate: -45deg;
}
@media (hover: hover) and (pointer: fine) {
  .fixed_account_button:hover {
    background-color: #0B0500;
  }
  .fixed_account_button:hover::before, .fixed_account_button:hover::after {
    background-color: #ffffff;
  }
  .fixed_account_button:hover .fixed_account_button_text {
    color: #ffffff;
  }
}
.fixed_account_button._active::before, .fixed_account_button._active::after {
  opacity: 1;
}
.fixed_account_button._active .fixed_account_button_text {
  opacity: 0;
}

.fixed_account_button_text {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  padding-inline-start: 12px;
  letter-spacing: 0;
  transition: color 0.3s, opacity 0.3s;
}
.fixed_account_button_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 0%;
  width: 4px;
  height: 4px;
  background-color: #AEAEAE;
  border-radius: 50%;
}

.receipt_caution {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New";
  text-align: center;
  margin-block-end: 20px;
}

.members_guest {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New";
}

.favorite-text {
  font-weight: 700;
}

.p-kv_slider__track__list__item__inner:before {
  display: none;
}

.sub_order_group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-block-start: 15px;
}

@media screen and (min-width: 768px) {
  .p-kv_slider__track__list__item__inner {
    padding-top: 0 !important;
    aspect-ratio: 1920/820;
  }
}
@media screen and (min-width: 1200px) {
  .p-kv_slider__track__list__item__inner {
    aspect-ratio: unset;
  }
}

.p-kv_slider__track__list__item__inner__info {
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .p-kv_slider__track__list__item__inner__info {
    width: 40vw;
    left: 40px;
    padding-bottom: 30px;
    transform: revert;
  }
}
@media screen and (min-width: 992px) {
  .p-kv_slider__track__list__item__inner__info {
    padding-bottom: 40px;
    width: 30vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-kv_slider__track__list__item__inner__info {
    left: 8.59375vw;
    padding-bottom: 80px;
  }
}

.p-kv_slider__track__list__item__inner__info__label.u-text--body--overlay {
  color: #404040 !important;
}

.p-kv_slider__track__list__item__inner__info__title {
  margin: 0;
}
.p-kv_slider__track__list__item__inner__info__title.u-text--head--overlay {
  color: #404040 !important;
}

.u-text--head--overlay {
  font-size: 1rem !important;
}
@media screen and (min-width: 576px) {
  .u-text--head--overlay {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-text--head--overlay {
    font-size: 1.5rem !important;
  }
}

.p-kv_slider__nav {
  padding-block-end: 20px;
  justify-content: center;
}

body .u-text--btn {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
body .u-text--btn--overlay {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
body .u-text--btn--reverse {
  color: #3bb37c !important;
  font-size: 16px !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border: 1px solid #BDC1C2 !important;
  font-weight: 700;
}
body .u-color__bg--bg {
  background: #F4F8FA;
}
body .u-color__text--alert {
  color: #3bb37c;
}
body .u-color__bg--alert {
  background: #3bb37c;
}
body .u-color__border--alert {
  border-color: #3bb37c;
}
body .u-color__bg--lumin {
  background-color: #3BB37C;
}
body .u-color__border--lumin {
  border-color: #3BB37C;
}
@media screen and (max-width: 719px) {
  body .p-product_content__inner {
    flex-direction: column;
    gap: 30px;
  }
}
body .product_content_image_wrap {
  display: contents;
}
body .product_content_block {
  order: 3;
}
@media screen and (min-width: 720px) {
  body .product_content_block {
    margin-block-start: 50px;
  }
}
@media screen and (min-width: 720px) {
  body .product_content_image_wrap {
    display: block;
    width: 50%;
  }
}
@media screen and (max-width: 719px) {
  body .p-product_content__inner__img {
    order: 1;
    width: 100%;
    padding-right: 0;
  }
}
body .p-product_content__inner__info {
  width: 40%;
}
@media screen and (min-width: 720px) {
  body .c-product_info {
    position: sticky;
    top: 80px;
  }
}
@media screen and (max-width: 719px) {
  body .p-product_content__inner__info {
    order: 2;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
}
body .c-product_item__inner__eyecatch__img_side,
body .c-media_item__img__inner,
body .c-cart_item__img__inner,
body .c-account_table__product__img__inner {
  padding-top: 0 !important;
  height: 100%;
}
@media screen and (max-width: 719px) {
  body .p-account__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
body .l-header__inner__block__item .count, body .l-header__inner__block__item--menu .count, body .l-header__inner__block__item--search .count {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 14px;
  height: 14px;
  font-size: 10px;
  position: absolute;
  left: 20px;
  top: -10px;
  padding: 0 4px;
  border-radius: 10px;
}
body .l-header__inner__block__item--cart .count {
  top: 0;
  left: 8px;
}
@media screen and (max-width: 719px) {
  body .l-header__inner__block__item .count, body .l-header__inner__block__item--menu .count, body .l-header__inner__block__item--search .count {
    left: 8px;
  }
}
body .l-header__inner__block__link .u-icon--cart {
  position: relative;
  width: 28px;
  height: 27px;
  display: block;
}
body .l-header__inner__block__link .u-icon--cart::before {
  content: "";
  top: 5px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOSAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4zMTEyIDI3LjcwNEM3LjU0OTM0IDI3LjcwNCA2Ljg5NzE0IDI3LjQzMjcgNi4zNTQ2IDI2Ljg5MDJDNS44MTIwNyAyNi4zNDc2IDUuNTQwOCAyNS42OTU0IDUuNTQwOCAyNC45MzM2QzUuNTQwOCAyNC4xNzE3IDUuODEyMDcgMjMuNTE5NSA2LjM1NDYgMjIuOTc3QzYuODk3MTQgMjIuNDM0NSA3LjU0OTM0IDIyLjE2MzIgOC4zMTEyIDIyLjE2MzJDOS4wNzMwNSAyMi4xNjMyIDkuNzI1MjUgMjIuNDM0NSAxMC4yNjc4IDIyLjk3N0MxMC44MTAzIDIzLjUxOTUgMTEuMDgxNiAyNC4xNzE3IDExLjA4MTYgMjQuOTMzNkMxMS4wODE2IDI1LjY5NTQgMTAuODEwMyAyNi4zNDc2IDEwLjI2NzggMjYuODkwMkM5LjcyNTI1IDI3LjQzMjcgOS4wNzMwNSAyNy43MDQgOC4zMTEyIDI3LjcwNFpNMjIuMTYzMiAyNy43MDRDMjEuNDAxMyAyNy43MDQgMjAuNzQ5MSAyNy40MzI3IDIwLjIwNjYgMjYuODkwMkMxOS42NjQxIDI2LjM0NzYgMTkuMzkyOCAyNS42OTU0IDE5LjM5MjggMjQuOTMzNkMxOS4zOTI4IDI0LjE3MTcgMTkuNjY0MSAyMy41MTk1IDIwLjIwNjYgMjIuOTc3QzIwLjc0OTEgMjIuNDM0NSAyMS40MDEzIDIyLjE2MzIgMjIuMTYzMiAyMi4xNjMyQzIyLjkyNSAyMi4xNjMyIDIzLjU3NzIgMjIuNDM0NSAyNC4xMTk4IDIyLjk3N0MyNC42NjIzIDIzLjUxOTUgMjQuOTMzNiAyNC4xNzE3IDI0LjkzMzYgMjQuOTMzNkMyNC45MzM2IDI1LjY5NTQgMjQuNjYyMyAyNi4zNDc2IDI0LjExOTggMjYuODkwMkMyMy41NzcyIDI3LjQzMjcgMjIuOTI1IDI3LjcwNCAyMi4xNjMyIDI3LjcwNFpNMCAyLjc3MDRWMEg0LjUzNjUzTDEwLjQyMzYgMTIuNDY2OEgyMC4xMkwyNS41MjIzIDIuNzcwNEgyOC42NzM2TDIyLjU3ODcgMTMuNzgyN0MyMi4zMjQ4IDE0LjI0NDUgMjEuOTg0MyAxNC42MDIzIDIxLjU1NzIgMTQuODU2M0MyMS4xMzAxIDE1LjExMDIgMjAuNjYyNiAxNS4yMzcyIDIwLjE1NDYgMTUuMjM3Mkg5LjgzNDkxTDguMzExMiAxOC4wMDc2SDI0LjkzMzZWMjAuNzc4SDguMzExMkM3LjI3MjMgMjAuNzc4IDYuNDgxNTggMjAuMzI3OCA1LjkzOTA0IDE5LjQyNzRDNS4zOTY1IDE4LjUyNyA1LjM3OTE5IDE3LjYxNTEgNS44ODcxIDE2LjY5MTdMNy43NTcxMiAxMy4yOTc5TDIuNzcwNCAyLjc3MDRIMFoiIGZpbGw9IiM0MDQwNDAiLz48L3N2Zz4=");
  background-size: cover;
  width: 100%;
  height: 100%;
}
body .u-text--input {
  color: #484848 !important;
}
@media screen and (max-width: 719px) {
  body .c-account_menu__list {
    display: block;
    padding: 10px 0;
  }
}
body .c-account_menu__icon {
  width: 24px;
  height: auto;
  font-size: 24px;
  mix-blend-mode: multiply;
}
body .product_content_block {
  margin-block-start: 30px;
}
@media screen and (min-width: 576px) {
  body .p-product_content__inner__img {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  body .alert {
    margin-inline: auto;
    max-width: 720px;
  }
}
@media screen and (min-width: 576px) {
  body .line_new_ec {
    margin-inline: auto;
    max-width: 720px;
  }
}
body .control-alert > *, body .alert > *, body .alert-danger > * {
  text-align: left;
}
body .p-shipping_address_table.c-form_table th,
body .p-shipping_address_table.c-form_table--confirm th {
  white-space: wrap;
}

/*# sourceMappingURL=style_myself.css.map */