@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 画像ファイルパス
=============================================== */
/* ===============================================
# 共通
=============================================== */
.color_primary {
  color: #1CB57B;
}

.color_gray {
  color: #9B9B9B;
}

/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
html {
  overflow-x: hidden;
  font-size: 62.5%;
  box-sizing: border-box;
  width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #1B1B1B;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-width: 999px;
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  body {
    min-width: initial;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p {
  margin: 0.375em 0 1.25em;
}

p:first-of-type {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

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

a {
  color: #1B1B1B;
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.text-large {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .text-large {
    font-size: 1.6rem;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc-text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}

.pc-text-left {
  text-align: left;
}

.pc-text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .pc-text-right {
    text-align: left;
  }
}

.img-left {
  text-align: left;
}

/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

@media (min-width: 769px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
@media (max-width: 768px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}
@media (max-width: 768px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .mt100 {
    margin-top: 60px !important;
  }
}

.mt1em {
  margin-top: 1em !important;
}

/* ===============================================
# 共通パーツ
=============================================== */
.out-link-icon {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.out-link-icon::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: #1CB57B;
  mask-image: url(/wp-content/uploads/out_link.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.out-link-icon.--black:after {
  background: #1B1B1B;
}

.primary-color {
  color: #1CB57B;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 92%;
  }
}

/* top_section_title
=========================================== */
.c-sectionHeader {
  text-align: center;
}
.c-sectionHeader--left {
  text-align: left;
}
.c-sectionHeader--center {
  text-align: center;
}
.c-sectionHeader__eyebrow {
  color: #1CB57B;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  margin: 0 0 8px;
}
.c-sectionHeader__title {
  font-size: clamp(3rem, 3.513909224vw, 4.8rem);
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
}
.c-sectionHeader__dots {
  display: inline-flex;
  gap: 15px;
  margin: 26px 0 80px;
}
.c-sectionHeader__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1CB57B;
  display: inline-block;
}
@media (max-width: 768px) {
  .c-sectionHeader__eyebrow {
    margin: 0 0 2px;
  }
  .c-sectionHeader__dots {
    gap: 10px;
    margin: 0 0 40px;
  }
  .c-sectionHeader__dots span {
    width: 5px;
    height: 5px;
  }
}

/* 404 not found
=========================================== */
#notfound .text_box {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  #notfound .text_box {
    text-align: left;
    margin-bottom: 20px;
  }
}
#notfound .btn {
  margin: 0 auto;
}

/* pankuzu
=========================================== */
.bread.post_bread .container {
  padding: 0 20px;
  max-width: 1240px;
}
@media (max-width: 768px) {
  .bread.post_bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.bread {
  margin-top: 20px;
}
.bread .container {
  padding: 0 20px;
  max-width: 1240px;
}
@media (max-width: 768px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #1B1B1B;
  border-right: 1px solid #1B1B1B;
  transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.flex.center {
  justify-content: space-between;
}

.flex.flex-between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .flex.reverse {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .spFlexRow {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
/* grid
  =========================================== */
.grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .grid {
    grid-template-rows: 2fr;
    grid-template-columns: 1fr;
  }
}

/* section
  =========================================== */
section {
  padding: 140px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.highlight {
  padding: 140px 0;
  background: #E9F8F2;
}
@media (max-width: 768px) {
  .highlight {
    padding: 60px 0;
  }
}

/* フォント
=========================================== */
.font_num {
  font-family: "Oswald", sans-serif;
}

/* セクションスライダー
=========================================== */
.slider_box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.slider_box .slick-list {
  margin: 0 -12px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .slider_box .slick-list {
    margin: 0;
  }
}
.slider_box .slick-track {
  display: flex;
  align-items: stretch;
}
.slider_box .slick-slide {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.slider_box .slick-slide .arrow-prev,
.slider_box .slick-slide .arrow-next {
  display: none;
}
.slider_box .slick-slide > div {
  flex: 1 1 auto;
}
.slider_box .slick-slide {
  pointer-events: none;
}
.slider_box .slick-slide.slick-active {
  opacity: 1 !important;
  position: relative;
  pointer-events: all !important;
}
.slider_box .slick-slide.slick-active .arrow-prev,
.slider_box .slick-slide.slick-active .arrow-next {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 3px solid #1CB57B;
  background: #E9F8F2;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .slider_box .slick-slide.slick-active .arrow-prev,
  .slider_box .slick-slide.slick-active .arrow-next {
    width: 40px;
    height: 40px;
    border: 2px solid #1CB57B;
  }
}
.slider_box .slick-slide.slick-active .arrow-prev:hover,
.slider_box .slick-slide.slick-active .arrow-next:hover {
  opacity: 0.6 !important;
  background: #fff;
}
.slider_box .slick-slide.slick-active .arrow-prev:hover::before,
.slider_box .slick-slide.slick-active .arrow-next:hover::before {
  border-top: 3px solid #1CB57B;
  border-right: 3px solid #1CB57B;
}
@media (max-width: 768px) {
  .slider_box .slick-slide.slick-active .arrow-prev,
  .slider_box .slick-slide.slick-active .arrow-next {
    top: 40%;
  }
}
.slider_box .slick-slide.slick-active .arrow-prev {
  left: -12px;
}
.slider_box .slick-slide.slick-active .arrow-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #1CB57B;
  border-right: 3px solid #1CB57B;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .slider_box .slick-slide.slick-active .arrow-prev::before {
    width: 8px;
    height: 8px;
    left: 54%;
    border-top: 2px solid #1CB57B;
    border-right: 2px solid #1CB57B;
  }
}
.slider_box .slick-slide.slick-active .arrow-next {
  right: -12px;
}
.slider_box .slick-slide.slick-active .arrow-next:hover {
  opacity: 0.6 !important;
}
.slider_box .slick-slide.slick-active .arrow-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #1CB57B;
  border-right: 3px solid #1CB57B;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .slider_box .slick-slide.slick-active .arrow-next::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #1CB57B;
    border-right: 2px solid #1CB57B;
  }
}
.slider_box .slick-slide {
  opacity: 0.5;
}
.slider_box .frame.item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1030px) {
  .slider_box .frame.item {
    margin-right: 18px;
    margin-left: 18px;
  }
}
.slider_box .frame .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border: 15px solid #E9F8F2;
  padding: 60px;
  max-width: 978px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1070px) {
  .slider_box .frame .inner {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .slider_box .frame .inner {
    flex-direction: column-reverse;
    justify-content: flex-end;
    border: 2px solid #1CB57B;
    padding: 20px;
    width: 100%;
  }
}
.slider_box .frame .inner .txt_area,
.slider_box .frame .inner .img_area {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
.slider_box .frame .inner .txt_area h3 {
  font-size: clamp(2rem, 2.0497803807vw, 2.8rem);
  font-weight: 700;
  position: relative;
}
.slider_box .frame .inner .txt_area h3::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #1CB57B;
  bottom: -10px;
  left: 0;
}
.slider_box .frame .inner .txt_area p {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  margin: 30px 0 0;
}
@media (max-width: 1070px) {
  .slider_box .frame .inner .txt_area p {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .slider_box .frame .inner .txt_area p {
    margin: 30px 0 0;
  }
}
.slider_box .frame .inner .txt_area .check_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slider_box .frame .inner .txt_area .check_list .primary_color {
  color: #1CB57B;
  border-bottom: 1px solid #1CB57B;
}
.slider_box .frame .inner .txt_area .check_list li {
  padding-left: 30px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .slider_box .frame .inner .txt_area .check_list li {
    font-size: 1.4rem;
  }
}
.slider_box .frame .inner .txt_area .check_list li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/check_icon.svg);
  width: 24px;
  aspect-ratio: 1/1;
}
.slider_box .frame .inner .txt_area .primary-btn {
  margin-top: auto;
  padding-top: 30px;
}
@media (max-width: 1070px) {
  .slider_box .frame .inner .txt_area .primary-btn {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .slider_box .frame .inner .txt_area .primary-btn {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .slider_box .frame .inner .img_area {
    display: contents;
  }
}
.slider_box .frame .inner .img_area img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .slider_box .frame .inner .img_area img {
    max-width: 260px;
    margin: 0 auto;
  }
}

/* グラフスライダー
=========================================== */
/* ─ Layout ─ */
.hernia_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px 48px;
  align-items: start;
  /* ─ Chart ─ */
  /* ─ Right column ─ */
  /* ─ Green bubble ─ */
  /* ─ Legend card ─ */
}
@media (max-width: 1024px) {
  .hernia_layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.hernia_layout .hernia_chart_frame {
  position: relative;
  height: 480px;
  background: #fff;
}
.hernia_layout .hernia_chart_frame #herniaChart {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .hernia_layout .hernia_chart_frame {
    height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .hernia_layout .hernia_chart_frame {
    height: 360px;
  }
}
@media (max-width: 400px) {
  .hernia_layout .hernia_chart_frame {
    height: 260px;
  }
}
.hernia_layout .hernia_caption {
  font-size: clamp(1.3rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  margin: 12px 0 0;
  text-align: right;
  position: relative;
  right: -25em;
}
@media (max-width: 1024px) {
  .hernia_layout .hernia_caption {
    order: 4;
    text-align: center;
    margin-top: 10px;
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .hernia_layout .hernia_caption {
    text-align: center;
    order: 2;
    margin-top: 0px;
  }
}
@media (max-width: 400px) {
  .hernia_layout .hernia_caption {
    text-align: center;
  }
}
.hernia_layout .hernia_info_col {
  display: grid;
  gap: 20px;
  justify-items: center;
}
@media (max-width: 1024px) {
  .hernia_layout .hernia_info_col {
    order: 3;
    width: 100%;
    justify-items: stretch;
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .hernia_layout .hernia_info_col {
    order: 2;
  }
}
.hernia_layout .hernia_bubble {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #1CB57B;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  padding: 24px;
  position: relative;
  text-align: center;
  /* ▼ Responsive */
}
.hernia_layout .hernia_bubble::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 48%;
  width: 36px;
  height: 18px;
  background: #1CB57B;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
}
.hernia_layout .hernia_bubble p {
  margin: 0;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
}
.hernia_layout .hernia_bubble .bubble_l1,
.hernia_layout .hernia_bubble .bubble_l2,
.hernia_layout .hernia_bubble .bubble_l3 {
  font-weight: 700;
  line-height: 2;
}
.hernia_layout .hernia_bubble .bubble_note {
  opacity: 0.9;
  font-size: clamp(1.2rem, 1.4641288433vw, 1.7rem);
  line-height: 1.6;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .hernia_layout .hernia_bubble {
    width: 100%;
    max-width: 720px;
    height: auto;
    border-radius: 0;
    padding: 20px 16px;
    margin: 0 auto;
    order: 3;
  }
  .hernia_layout .hernia_bubble::before {
    display: none;
  }
  .hernia_layout .hernia_bubble .bubble_l1,
  .hernia_layout .hernia_bubble .bubble_l2,
  .hernia_layout .hernia_bubble .bubble_l3 {
    font-size: 16px;
    line-height: 1.7;
  }
  .hernia_layout .hernia_bubble .bubble_note {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .hernia_layout .hernia_bubble {
    margin: 0 auto;
    order: 3;
  }
}
@media (max-width: 400px) {
  .hernia_layout .hernia_bubble {
    max-width: 100%;
    padding: 12px 20px;
  }
  .hernia_layout .hernia_bubble .bubble_l1,
  .hernia_layout .hernia_bubble .bubble_l2,
  .hernia_layout .hernia_bubble .bubble_l3 {
    font-size: 13px;
  }
  .hernia_layout .hernia_bubble .bubble_note {
    font-size: 11px;
  }
}
.hernia_layout .hernia_legend_card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px 40px;
  text-align: left;
  /* ▼ Responsive */
}
@media only screen and (max-width: 768px) {
  .hernia_layout .hernia_legend_card {
    flex-direction: row;
  }
}
.hernia_layout .hernia_legend_card .legend_row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hernia_layout .hernia_legend_card .legend_swatch {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.hernia_layout .hernia_legend_card .legend_swatch.swatch_open {
  background: #A0E1C7;
}
.hernia_layout .hernia_legend_card .legend_swatch.swatch_lap {
  background: #1CB57B;
}
.hernia_layout .hernia_legend_card .legend_label {
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
  font-weight: 500;
}
@media (max-width: 1024px) {
  .hernia_layout .hernia_legend_card {
    order: 2;
    width: 100%;
    max-width: 420px;
    margin: 8px auto 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 768px) {
  .hernia_layout .hernia_legend_card {
    order: 1;
  }
}
@media (max-width: 400px) {
  .hernia_layout .hernia_legend_card {
    max-width: 100%;
  }
  .hernia_layout .hernia_legend_card .legend_row {
    padding: 4px 0;
  }
  .hernia_layout .hernia_legend_card .legend_swatch {
    width: 16px;
    height: 16px;
  }
}

/* パララックス
=========================================== */
.parallax-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parallax-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* iOS
=========================================== */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.primary-btn a {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 14px 100px 14px 24px;
  background: #1CB57B;
  color: #fff;
  border: 2px solid #1CB57B;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 20px rgba(165, 165, 165, 0.161);
}
@media (max-width: 768px) {
  .primary-btn a {
    padding: 14px 82px 14px 24px;
  }
}
.primary-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  background: #fff;
  right: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.primary-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  border-top: 1px solid #1CB57B;
  border-right: 1px solid #1CB57B;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .primary-btn a::after {
    right: 31px;
    border-top: 1px solid #1CB57B;
    border-right: 1px solid #1CB57B;
  }
}
.primary-btn a:hover {
  background: #fff;
  color: #1CB57B;
  border: 2px solid #1CB57B;
  opacity: 1;
}
.primary-btn a:hover::before {
  background: #1CB57B;
}
.primary-btn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.secondary-btn {
  box-shadow: 0px 6px 20px rgba(165, 165, 165, 0.161);
}
.secondary-btn a {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding: 20px 32px;
  background: #FD7D5E;
  border: 2px solid #FD7D5E;
  border-radius: 5px;
  box-shadow: 0px 6px 20px rgba(165, 165, 165, 0.161);
}
@media (max-width: 1700px) {
  .secondary-btn a {
    font-size: 1.6rem;
    padding: 10px 20px;
    gap: 1em;
  }
}
.secondary-btn a:hover {
  background: #fff;
  color: #FD7D5E;
  border: 2px solid #FD7D5E;
  opacity: 1;
}
.secondary-btn a:hover .arrow {
  background: #FD7D5E;
}
.secondary-btn a:hover .arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.secondary-btn a .arrow {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.secondary-btn a .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FD7D5E;
  border-right: 2px solid #FD7D5E;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}

#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9999999999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#header .header_wrapper.container {
  transition: height 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #header .header_wrapper.container {
    height: 68px;
  }
}
#header.is_scrolled .header_wrapper.container {
  height: 115px;
}
#header.is_scrolled .header_wrapper.container .title a img {
  transition: max-width 0.3s ease-in-out;
  max-width: 180px;
}
@media (max-width: 1400px) {
  #header.is_scrolled .header_wrapper.container .title a img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #header.is_scrolled .header_wrapper.container .title a img {
    max-width: 117px;
  }
}
@media only screen and (max-width: 768px) {
  #header.is_scrolled .header_wrapper.container {
    height: 68px;
  }
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: initial;
  height: 138px;
}
@media (max-width: 768px) {
  .header_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 68px;
  }
}
.header_wrapper.container {
  max-width: 100%;
  padding: 20px 30px;
}
@media (max-width: 1400px) {
  .header_wrapper.container {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .header_wrapper.container {
    padding: 6px 20px;
  }
}
.header_wrapper .title a {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1400px) {
  .header_wrapper .title a {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header_wrapper .title a {
    flex-direction: row;
    gap: 12px;
  }
}
.header_wrapper .title a img {
  max-width: 203px;
  transition: max-width 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .header_wrapper .title a img {
    max-width: 180px;
  }
}
@media (max-width: 1400px) {
  .header_wrapper .title a img {
    max-width: 143px;
  }
}
@media (max-width: 768px) {
  .header_wrapper .title a img {
    max-width: 117px;
  }
}
.header_wrapper .title a .logo_txt {
  padding: 10px 14px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1CB57B;
  border: 2px solid #1CB57B;
}
@media (max-width: 1700px) {
  .header_wrapper .title a .logo_txt {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
}
@media (max-width: 1400px) {
  .header_wrapper .title a .logo_txt {
    padding: 4px 6px;
  }
}
.header_wrapper .header_inner {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1700px) {
  .header_wrapper .header_inner {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .header_wrapper .header_inner .header_cta {
    display: none;
  }
}
@media (max-width: 1460px) {
  .header_wrapper .header_inner .header_cta .arrow {
    display: none;
  }
}

.header_nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .header_nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all 0.4s;
    z-index: 1000;
  }
}
.header_nav .header_info {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header_nav .header_info {
    display: none;
  }
}
.header_nav .header_info a {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1CB57B;
}
.header_nav .header_info a img {
  max-width: 14px;
}
@media only screen and (min-width: 769px) {
  .header_nav .nav_wrapper .nav_item:first-child > a {
    padding: 0.8rem 1rem 0.8rem 0;
  }
  .header_nav .nav_wrapper .nav_item:last-child > a {
    padding: 0.8rem 0 0.8rem 1rem;
  }
}
.header_nav .nav_wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header_nav .nav_wrapper {
    flex-direction: column;
    position: static;
    width: 100%;
    margin-top: 80px;
    border-top: 1px solid #1CB57B;
  }
}
.header_nav .nav_wrapper .nav_item {
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .header_nav .nav_wrapper .nav_item {
    width: 100%;
    border-bottom: 1px solid #1CB57B;
  }
}
.header_nav .nav_wrapper .nav_item a {
  display: inline-block;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .header_nav .nav_wrapper .nav_item a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .header_nav .nav_wrapper .nav_item a {
    font-size: 1.6rem;
    padding: 1.4rem 20px;
    width: 100%;
  }
}
.header_nav .nav_wrapper .nav_item a:hover {
  text-decoration: underline;
  opacity: 1;
}
.header_nav .nav_wrapper .nav_item img {
  max-width: 35px;
  transition: all 0.3s ease-in-out;
}
.header_nav .nav_wrapper .nav_item img:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .header_nav .nav_wrapper .nav_item.has_dropdown {
    position: relative;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown > a {
    position: relative;
    padding-right: 26px;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown > a.no_click {
    pointer-events: none;
    cursor: default;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown {
    position: absolute;
    top: 100%;
    left: -1em;
    width: max-content;
    list-style: none;
    margin: 0;
    padding: 16px 20px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.3s ease;
    z-index: 1100;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown p {
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px solid #1CB57B;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown li {
    display: inline;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown li:not(:first-of-type) a {
    margin-left: 20px;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown li a {
    font-size: 0.9em;
    display: inline;
    padding: 8px 0;
    color: inherit;
    text-decoration: none;
    padding-left: 2.4em;
    position: relative;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background: #1CB57B;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: left 0.3s ease, transform 0.3s ease;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown li a:hover {
    color: #1CB57B;
    opacity: 1;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown:hover .nav_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown:hover > a::after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
@media only screen and (max-width: 768px) {
  .header_nav .nav_wrapper .nav_item.has_dropdown {
    position: relative;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    cursor: pointer;
    margin-bottom: -1px;
    border-bottom: 1px solid #1CB57B;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown {
    display: none;
    background: #E9F8F2;
    list-style: none;
    padding: 12px 20px;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown p {
    display: none;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown a {
    position: relative;
    font-size: 1.5rem;
    padding: 1.2rem 2.4em;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background: #1CB57B;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown .nav_dropdown a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: left 0.3s ease, transform 0.3s ease;
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown.open > a::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .header_nav .nav_wrapper .nav_item.has_dropdown.open .nav_dropdown {
    display: block;
  }
}

.header_nav.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

body.active {
  height: 100%;
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

#header.js-fixed {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}

/*humburger
=========================================== */
.btn_open {
  background: #fff;
  border-left: 1px solid #C4C4C4;
  display: block;
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 20px;
  z-index: 1001;
}
@media (min-width: 769px) {
  .btn_open {
    display: none;
  }
}

/*ボタン内側*/
.btn_open span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 19px;
  height: 4px;
  background: #1CB57B;
  width: 30px;
}
.btn_open span:nth-of-type(1) {
  top: 8px;
}
.btn_open span:nth-of-type(2) {
  top: 16px;
}
.btn_open span:nth-of-type(3) {
  top: 24px;
}
.btn_open .btn_menu {
  position: absolute;
  bottom: 2px;
  left: 70%;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 700;
  width: max-content;
  text-align: center;
}

/*activeクラスが付与されると線が回転して×に*/
.btn_open.active {
  background: #fff;
}
.btn_open.active span:nth-of-type(1) {
  top: 8px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}
.btn_open.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.btn_open.active span:nth-of-type(3) {
  top: 21px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

#info {
  position: relative;
  padding: 55px 0 100px;
  overflow: hidden;
}
#info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 22%;
  height: 124%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #1CB57B;
  z-index: -50;
}
@media (max-width: 1425px) {
  #info::before {
    content: none;
  }
}
#info::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 12%;
  height: 80%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: #1CB57B;
  z-index: -50;
}
@media (max-width: 1425px) {
  #info::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  #info .container {
    max-width: 100%;
  }
}
#info .infor_box {
  padding: 0 25px;
  border: 2px solid #1CB57B;
  background: #E9F8F2;
  gap: 5%;
}
@media (max-width: 1275px) {
  #info .infor_box {
    gap: 2%;
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box {
    padding: 40px 6% 0;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#info .infor_box .img_area,
#info .infor_box .txt_area {
  flex: 1;
}
#info .infor_box .img_area {
  max-width: 357px;
  width: 100%;
}
@media (max-width: 1275px) {
  #info .infor_box .img_area {
    max-width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box .img_area {
    max-width: 300px;
  }
}
#info .infor_box .img_area img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area {
    width: 100%;
  }
}
#info .infor_box .txt_area h2 {
  font-size: clamp(2rem, 1.756954612vw, 2.4rem);
  color: #1CB57B;
  padding-left: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area h2 {
    padding-left: 2.4em;
  }
}
#info .infor_box .txt_area h2::before {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  width: 34px;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/icon_spread.svg) no-repeat center top/cover;
}
#info .infor_box .txt_area .link {
  margin-top: 30px;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 1275px) {
  #info .infor_box .txt_area .link {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .link {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .link .primary-btn {
    margin-bottom: 16px;
    max-width: 100%;
  }
  #info .infor_box .txt_area .link .primary-btn:last-of-type {
    margin-bottom: 0;
  }
}
#info .infor_box .txt_area .link .primary-btn a {
  max-width: 237px;
  white-space: nowrap;
  display: block;
  background: #fff;
  border: 2px solid #1CB57B;
  color: #1CB57B;
  font-weight: 700;
}
@media (max-width: 1275px) {
  #info .infor_box .txt_area .link .primary-btn a {
    padding: 14px 50px 14px 14px;
  }
}
@media (max-width: 1010px) {
  #info .infor_box .txt_area .link .primary-btn a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .link .primary-btn a {
    margin-bottom: 16px;
    max-width: 100%;
    padding: 12px 50px 12px 30px;
  }
}
#info .infor_box .txt_area .link .primary-btn a::before {
  background: #1CB57B;
}
@media (max-width: 1275px) {
  #info .infor_box .txt_area .link .primary-btn a::before {
    right: 15px;
  }
}
#info .infor_box .txt_area .link .primary-btn a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1275px) {
  #info .infor_box .txt_area .link .primary-btn a::after {
    right: 22px;
  }
}
#info .infor_box .txt_area .link .primary-btn a:hover {
  color: #fff;
  background: #1CB57B;
}
#info .infor_box .txt_area .link .primary-btn a:hover::before {
  background: #fff;
}
#info .infor_box .txt_area .link .primary-btn a:hover::after {
  border-top: 1px solid #1CB57B;
  border-right: 1px solid #1CB57B;
}
#info .infor_box .txt_area .cta {
  margin-top: 30px;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta {
    margin-top: 16px;
    display: block;
  }
}
#info .infor_box .txt_area .cta p {
  margin: 0;
  position: relative;
  background: #fff;
  padding: 16px 10px;
  text-align: left;
  border: 2px solid #1CB57B;
  border-radius: 5px;
  font-weight: 700;
  color: #1CB57B;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta p {
    text-align: center;
    padding: 14px 3.8em;
    border: 0;
    line-height: 1.6;
  }
}
#info .infor_box .txt_area .cta p::after, #info .infor_box .txt_area .cta p::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta p::after, #info .infor_box .txt_area .cta p::before {
    bottom: 0;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#info .infor_box .txt_area .cta p::after {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -10px;
  border-left-color: #fff;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 51%;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
  }
}
#info .infor_box .txt_area .cta p::before {
  border-color: rgba(63, 114, 155, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -13px;
  margin-left: 0;
  border-left-color: #1CB57B;
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta p::before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta .secondary-btn {
    width: 100%;
    margin-top: 20px;
  }
}
#info .infor_box .txt_area .cta .secondary-btn a {
  padding: 20px 32px;
  gap: 5em;
}
@media (max-width: 1080px) {
  #info .infor_box .txt_area .cta .secondary-btn a {
    gap: 2.5em;
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #info .infor_box .txt_area .cta .secondary-btn a {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 12px 16px 12px 32px;
  }
}
#info .infor_box .txt_area .cta .secondary-btn a span {
  width: 24px;
  height: 24px;
}
#info .infor_box .txt_area .cta .secondary-btn a span::before {
  border-top: 1px solid #FD7D5E;
  border-right: 1px solid #FD7D5E;
}
#info .infor_box .txt_area .cta .secondary-btn a:hover span::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#guidance {
  padding: 0 0 60px;
  background: url(/wp-content/uploads/bg_footer-scaled.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  #guidance {
    background: none;
    padding-bottom: 100px;
  }
}
#guidance .schedule_cat {
  gap: 5%;
  border: 2px solid #1CB57B;
  position: relative;
  top: -60px;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat {
    box-shadow: 0px 6px 20px rgba(165, 165, 165, 0.161);
    border: 0;
  }
}
#guidance .schedule_cat .heading_box {
  text-align: center;
  padding-block: 24px;
  background: #1CB57B;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .heading_box {
    padding-block: 16px;
  }
}
#guidance .schedule_cat .heading_box h2 {
  text-align: center;
  font-size: clamp(2rem, 1.756954612vw, 2.4rem);
  color: #fff;
  padding-left: 2em;
  position: relative;
  display: inline-block;
}
#guidance .schedule_cat .heading_box h2::before {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  width: 34px;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/icon_time.svg) no-repeat center top/cover;
}
#guidance .schedule_cat .flex {
  gap: 5%;
  padding: 40px 36px 50px;
  align-items: flex-start;
  background: #fff;
}
@media (max-width: 1200px) {
  #guidance .schedule_cat .flex {
    padding: 30px 20px;
    gap: 2%;
  }
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex {
    padding: 10px 14px 30px;
    gap: 30px;
  }
}
#guidance .schedule_cat .flex .table_area,
#guidance .schedule_cat .flex .time_area {
  flex: 1;
}
#guidance .schedule_cat .flex .border {
  position: relative;
  width: 1px;
  background: #E5E5E5;
  flex-shrink: 0;
  align-self: stretch;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .border {
    width: 100%;
    height: 1px;
  }
}
#guidance .schedule_cat .flex .border span {
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
}
#guidance .schedule_cat .flex .table_area {
  width: 100%;
}
#guidance .schedule_cat .flex .table_area .table-schedule {
  width: 100%;
}
#guidance .schedule_cat .flex .table_area .table-schedule thead {
  border-bottom: 1px solid #ccc;
}
#guidance .schedule_cat .flex .table_area .table-schedule tbody {
  color: #1B1B1B;
}
#guidance .schedule_cat .flex .table_area .table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
}
#guidance .schedule_cat .flex .table_area .table-schedule td,
#guidance .schedule_cat .flex .table_area .table-schedule th {
  padding: 0.5em 0.2em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .table_area .table-schedule td,
  #guidance .schedule_cat .flex .table_area .table-schedule th {
    font-size: 1.4rem;
    padding: 0.6em 0.2em;
  }
}
#guidance .schedule_cat .flex .table_area .table-schedule td .fs_sm,
#guidance .schedule_cat .flex .table_area .table-schedule th .fs_sm {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .table_area .table-schedule td .fs_sm,
  #guidance .schedule_cat .flex .table_area .table-schedule th .fs_sm {
    font-size: 1.1rem;
  }
}
#guidance .schedule_cat .flex .table_area .table-schedule thead th {
  background: transparent;
  color: #1B1B1B;
  border-bottom: 0;
}
#guidance .schedule_cat .flex .table_area .table-schedule thead th:first-child {
  border-left: 0;
}
#guidance .schedule_cat .flex .table_area .table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
#guidance .schedule_cat .flex .table_area .table-schedule tbody th + td {
  border-left: 0;
}
#guidance .schedule_cat .flex .table_area .table-schedule tbody tr {
  border-bottom: 1px solid #ccc;
}
#guidance .schedule_cat .flex .table_area .table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
#guidance .schedule_cat .flex .table_area .table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
#guidance .schedule_cat .flex .table_area .table-schedule td {
  background: transparent;
  font-size: 3rem;
  font-size: clamp(2rem, 2.196193265vw, 3rem);
  font-weight: 900;
}
#guidance .schedule_cat .flex .table_area .table-schedule td:not(:first-child) {
  border-left: 0;
}
#guidance .schedule_cat .flex .table_area p {
  text-align: center;
  color: #FD7D5E;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .table_area p {
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
#guidance .schedule_cat .flex .table_area .btn {
  text-align: center;
}
#guidance .schedule_cat .flex .table_area .btn a {
  text-decoration: underline;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding-right: 2em;
}
#guidance .schedule_cat .flex .table_area .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: #1CB57B;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
#guidance .schedule_cat .flex .table_area .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .time_area {
    width: 100%;
  }
}
#guidance .schedule_cat .flex .time_area .ttl {
  font-size: clamp(1.6rem, 1.4641288433vw, 2.2rem);
  font-weight: 700;
  margin: 0;
  padding-block: 16px;
  background: #E9F8F2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .time_area .ttl {
    border-radius: 10px;
  }
}
#guidance .schedule_cat .flex .time_area .time_txt {
  text-align: center;
  font-size: clamp(2rem, 2.0497803807vw, 2.8rem);
  font-weight: 700;
  color: #1CB57B;
  line-height: 1.6;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #guidance .schedule_cat .flex .time_area .time_txt {
    line-height: 1.6;
    margin-top: 16px;
  }
}
#guidance .clinic_cat {
  background: #fff;
  padding: 80px;
  position: relative;
  top: -20px;
  border: 2px solid #1CB57B;
}
@media (max-width: 1275px) {
  #guidance .clinic_cat {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat {
    padding: 40px 16px;
    border: 0;
    background: #E9F8F2;
  }
}
#guidance .clinic_cat .flex {
  gap: 5%;
  align-items: stretch;
}
#guidance .clinic_cat .flex .info_area,
#guidance .clinic_cat .flex .map_area {
  width: 100%;
  flex: 1;
}
#guidance .clinic_cat .flex .info_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area {
    gap: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area .logo {
    max-width: 140px;
  }
}
#guidance .clinic_cat .flex .info_area p {
  margin: 0;
}
#guidance .clinic_cat .flex .info_area .address {
  line-height: 1.6;
  font-weight: 500;
}
#guidance .clinic_cat .flex .info_area .secondary-btn {
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area .secondary-btn {
    max-width: 100%;
  }
}
#guidance .clinic_cat .flex .info_area .tel_link {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #1CB57B;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area .tel_link {
    border-radius: 10px;
    border: 2px solid #1CB57B;
    width: 100%;
    padding: 8px 24px;
    position: relative;
  }
  #guidance .clinic_cat .flex .info_area .tel_link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    background: #1CB57B;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  #guidance .clinic_cat .flex .info_area .tel_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: left 0.3s ease, transform 0.3s ease;
  }
}
#guidance .clinic_cat .flex .info_area .tel_link img {
  max-width: 14px;
}
#guidance .clinic_cat .flex .info_area .footer_cta a {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 360px;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 20px 32px;
  background: #FD7D5E;
  border-radius: 5px;
  box-shadow: 0px 6px 20px rgba(165, 165, 165, 0.161);
}
@media (max-width: 1700px) {
  #guidance .clinic_cat .flex .info_area .footer_cta a {
    font-size: 1.6rem;
    max-width: 240px;
    padding: 10px 20px;
    gap: 1em;
  }
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area .footer_cta a {
    border-radius: 10px;
    background: #1CB57B;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 18px 24px;
    position: relative;
  }
  #guidance .clinic_cat .flex .info_area .footer_cta a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  #guidance .clinic_cat .flex .info_area .footer_cta a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1CB57B;
    border-right: 1px solid #1CB57B;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: left 0.3s ease, transform 0.3s ease;
  }
}
#guidance .clinic_cat .flex .info_area .footer_cta a .arrow {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media (max-width: 1460px) {
  #guidance .clinic_cat .flex .info_area .footer_cta a .arrow {
    display: none;
  }
}
#guidance .clinic_cat .flex .info_area .footer_cta a .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FD7D5E;
  border-right: 2px solid #FD7D5E;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
#guidance .clinic_cat .flex .info_area .sns_link {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area .sns_link {
    gap: 16px;
  }
}
#guidance .clinic_cat .flex .info_area .sns_link img {
  max-width: 35px;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .info_area .sns_link img {
    max-width: 30px;
  }
}
#guidance .clinic_cat .flex .info_area .sns_link .arrow {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #1CB57B;
  position: relative;
}
#guidance .clinic_cat .flex .info_area .sns_link .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .map_area {
    margin-top: 30px;
  }
}
#guidance .clinic_cat .flex .map_area iframe {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #guidance .clinic_cat .flex .map_area iframe {
    height: 250px;
  }
}

#footer {
  position: relative;
  padding: 80px 0 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 0;
  }
}
#footer a,
#footer p {
  color: #1CB57B;
  font-size: 1.6rem;
}
#footer .copy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 16px 0;
  background: #1CB57B;
  color: #fff;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    padding: 10px 0;
    margin-top: 40px;
    font-size: 1.2rem;
  }
}
#footer .footer_info {
  text-align: center;
  margin-bottom: 40px;
}
#footer .footer_info .footer_info_logo {
  margin-bottom: 20px;
}
#footer .footer_info .footer_info_logo a {
  display: inline-block;
}
#footer .container {
  display: flex;
  gap: 4%;
}
@media (max-width: 768px) {
  #footer .container {
    display: block;
  }
}
#footer .footer_item_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4%;
}
@media (max-width: 1200px) {
  #footer .footer_item_grid {
    gap: 2%;
  }
}
@media (max-width: 768px) {
  #footer .footer_item_grid {
    display: block;
  }
}
#footer .footer_item_grid .footer_sitemap {
  align-items: flex-start;
}
@media (max-width: 768px) {
  #footer .footer_item_grid .footer_sitemap .sitemap_list {
    width: 100%;
  }
}
#footer .footer_item_grid .footer_sitemap .sitemap_list .sitemap_item:first-of-type .sitemap_item_title {
  padding-top: 0;
}
@media (max-width: 768px) {
  #footer .footer_item_grid .footer_sitemap .sitemap_list .sitemap_item:first-of-type .sitemap_item_title {
    padding-top: 15px;
  }
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .js-accordion-title_sp {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .js-accordion-title_sp .pointer_none {
  pointer-events: none;
  padding: 8px 0;
  background: #1CB57B;
  color: #fff;
  padding-left: 1em !important;
}
@media (max-width: 768px) {
  #footer .footer_item_grid .footer_sitemap .sitemap_item .js-accordion-title_sp .pointer_none {
    padding: 14px 0;
    font-size: 1.6rem;
  }
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .js-accordion-title_sp .pointer_none::before, #footer .footer_item_grid .footer_sitemap .sitemap_item .js-accordion-title_sp .pointer_none::after {
  content: none !important;
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title,
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  border-bottom: solid 1px #E5E5E5;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  #footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title,
  #footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title a,
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 2.4em;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  #footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title a,
  #footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  #footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title a,
  #footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under a {
    font-size: 1.4rem;
  }
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title a::before,
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #1CB57B;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title a::after,
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
}
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_title a:hover,
#footer .footer_item_grid .footer_sitemap .sitemap_item .sitemap_item_under a:hover {
  text-decoration: underline;
  opacity: 1;
}
#footer .footer_card_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  #footer .footer_card_list {
    margin-top: 30px;
  }
}
#footer .footer_card_list .card_link {
  position: relative;
}
#footer .footer_card_list .card_link a {
  max-width: 270px;
  width: 270px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 18px 20px;
  border: 2px solid #006B99;
  border-radius: 5px;
  color: #006B99;
  background: #fff;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #footer .footer_card_list .card_link a {
    padding: 16px 20px;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
}
#footer .footer_card_list .card_link a:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
#footer .footer_card_list .card_link .gallstones {
  background: #76A3FB;
  color: #fff;
  border: 0;
}
#footer .footer_card_list .card_link .spine {
  background: #51489D;
  color: #fff;
  border: 0;
}
#footer .footer_card_list .card_link .bg_blue {
  background: #006B99;
}
#footer .footer_card_list .card_link .bg_blue p {
  color: #fff;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  margin: 0;
}
#footer .footer_card_list .card_link .bg_blue p span {
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
  display: block;
  margin-bottom: 12px;
}

/* ===============================================
# フッター追尾
=============================================== */
#ftr_info {
  width: 100%;
  z-index: 9999999;
  display: none;
}
#ftr_info .container {
  padding: 0;
  margin: 0;
}
#ftr_info .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  #ftr_info .sp {
    justify-content: center;
    display: flex;
  }
}
#ftr_info .sp .btn_no01 {
  background: #1CB57B !important;
  border-right: 1px solid #fff;
}
#ftr_info .sp .btn_no02 {
  background: #1CB57B !important;
  border-right: 1px solid #fff;
}
#ftr_info .sp .btn_no03 {
  background: #FD7D5E !important;
}
#ftr_info .sp > * {
  width: 100%;
}
#ftr_info .sp > *:not(:last-child) {
  position: relative;
}
#ftr_info .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#ftr_info .sp .btn {
  padding: 6px 0 2px;
  background: #1CB57B;
}
#ftr_info .sp .ttl {
  text-align: center;
  margin-top: 2px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
#ftr_info .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#ftr_info .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  top: 52%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/icon_link.svg) no-repeat center/100%;
}
#ftr_info .sp .icon {
  margin: auto;
}
#ftr_info .sp .icon img {
  width: 100%;
}
#ftr_info .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}

/* pagetop
  =========================================== */
#page-top {
  right: 20px;
  z-index: 99999999;
}
#page-top a {
  display: block;
}
#page-top a img {
  width: 65px;
  height: 65px;
}
@media (max-width: 768px) {
  #page-top a img {
    width: 50px;
    height: 50px;
  }
}

/* accordion
=========================================== */
.js-accordion-title {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.js-accordion-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #333;
  transition: all 0.3s ease-in-out;
}
.js-accordion-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #333;
  transition: all 0.2s ease-in-out;
}

.js-accordion-title.open:before {
  transform: rotate(180deg);
}
.js-accordion-title.open:after {
  opacity: 0;
}

.accordion-content {
  display: none;
}

@media (max-width: 768px) {
  .js-accordion-title_sp.open:after {
    -webkit-transform: rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
  .accordion-content_sp .sitemap_item_under {
    padding: 12px 0;
    background: #E9F8F2;
    padding-left: 0.8em;
  }
}
/* archive
=========================================== */
#news_archive .news_box {
  position: relative;
  display: flex;
  flex-direction: column;
}
#news_archive .news_list {
  border-top: solid 1px #E6E6E6;
}
#news_archive .news_list .news_list_item {
  border-bottom: solid 1px #E6E6E6;
  position: relative;
}
#news_archive .news_list .news_list_item::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #E6E6E6;
  height: 60%;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #news_archive .news_list .news_list_item::after {
    right: 40px;
  }
}
#news_archive .news_list .news_list_item a {
  display: flex;
  padding: 22px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
}
#news_archive .news_list .news_list_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: left 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
@media (max-width: 768px) {
  #news_archive .news_list .news_list_item a::before {
    right: 12px;
  }
}
#news_archive .news_list .news_list_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #1CB57B;
  right: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  #news_archive .news_list .news_list_item a::after {
    right: 6px;
  }
}
@media (max-width: 768px) {
  #news_archive .news_list .news_list_item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (hover: hover) {
  #news_archive .news_list .news_list_item a:hover {
    opacity: 0.6;
  }
}
#news_archive .news_list .time {
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
}
@media (min-width: 1980px) {
  #news_archive .news_list .time {
    margin-right: 0px;
  }
}
#news_archive .news_list .time time {
  color: #434343;
  transition: 0.3s all;
  font-weight: 500;
}
#news_archive .news_list .category {
  display: inline-block;
  color: #fff;
  background: #1CB57B;
  font-size: 1.3rem;
  padding: 3px 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #news_archive .news_list .category {
    font-size: 1.1rem;
    padding: 2px 14px;
  }
}
#news_archive .news_list .news_title {
  padding-right: 80px;
}
@media (max-width: 768px) {
  #news_archive .news_list .news_title {
    width: 100%;
    margin-top: 8px;
    padding-right: 50px;
  }
}
#news_archive .news_list .news_title h2 {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.8rem);
  font-weight: 600;
  transition: 0.3s all;
}

.pagination {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination > .page-numbers {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .pagination > .page-numbers {
    gap: 14px;
  }
}
.pagination > .page-numbers li a,
.pagination > .page-numbers li span {
  font-size: clamp(1.6rem, 1.317715959vw, 2rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  color: #1CB57B;
  background: #fff;
  border: 1px solid #1CB57B;
}
@media (max-width: 768px) {
  .pagination > .page-numbers li a,
  .pagination > .page-numbers li span {
    height: 40px;
    width: 40px;
  }
}
@media (hover: hover) {
  .pagination > .page-numbers li a:hover,
  .pagination > .page-numbers li span:hover {
    opacity: 0.6;
  }
}
.pagination > .page-numbers li a.current,
.pagination > .page-numbers li span.current {
  pointer-events: none;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #1CB57B;
}
@media (max-width: 768px) {
  .pagination > .page-numbers li a.current,
  .pagination > .page-numbers li span.current {
    height: 40px;
    width: 40px;
  }
}
.pagination > .page-numbers li a.prev, .pagination > .page-numbers li a.next,
.pagination > .page-numbers li span.prev,
.pagination > .page-numbers li span.next {
  font-size: 1.4rem;
  padding: 5px 28px;
  width: auto;
  border-radius: 0;
}
@media (max-width: 768px) {
  .pagination > .page-numbers li a.prev, .pagination > .page-numbers li a.next,
  .pagination > .page-numbers li span.prev,
  .pagination > .page-numbers li span.next {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
@media (hover: hover) {
  .pagination > .page-numbers li a.prev:hover, .pagination > .page-numbers li a.next:hover,
  .pagination > .page-numbers li span.prev:hover,
  .pagination > .page-numbers li span.next:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .pagination > .page-numbers li a.dots:hover,
  .pagination > .page-numbers li span.dots:hover {
    opacity: 1;
  }
}

/* single
=========================================== */
#news_single .single-area {
  background: #E9F8F2;
  padding: 50px;
}
@media (max-width: 768px) {
  #news_single .single-area {
    padding: 20px;
  }
}
#news_single .single-area .wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
#news_single .single-area .date {
  color: #434343;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#news_single .single-area .category {
  display: inline-block;
  color: #fff;
  background: #1CB57B;
  font-size: 14px;
  width: 100px;
  padding: 1px 6x;
  line-height: 1;
  transition: 0.3s all;
  font-weight: 500;
  white-space: nowrap;
  display: grid;
  place-items: center;
}
#news_single .single-area .post-area {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#news_single .single-area .post-area .grid {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  #news_single .single-area .post-area .grid {
    grid-template-columns: 1fr;
  }
}
#news_single .single-area .post-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#news_single .single-area .post-area h2 {
  font-size: clamp(1.8rem, 1.6105417277vw, 2.6rem);
}
#news_single .single-area .post-area a {
  border-bottom: 1px solid #1B1B1B;
  padding-bottom: 2px;
}
#news_single .primary-btn a {
  max-width: 25rem;
}
#news_single .single-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  padding: 0;
}
#news_single .single-navigation li {
  list-style: none;
  line-height: 1.6;
}
#news_single .single-navigation li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) {
  #news_single .single-navigation li a:hover {
    opacity: 0.7;
  }
}
#news_single .single-navigation li.previous a {
  padding-left: 1.125em;
}
#news_single .single-navigation li.previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #1CB57B;
  border-left: 1px solid #1CB57B;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
#news_single .single-navigation li.next a {
  padding-right: 1.125em;
  text-align: right;
}
#news_single .single-navigation li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #1CB57B;
  border-left: 1px solid #1CB57B;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(-45deg) scaleX(-1);
}

/* 一覧ページ用 */
.useful_archive {
  margin-bottom: 80px;
  /* ← ここは"以前のgrid"そのまま */
  /* 旧 __link を __card に（全体クリック用） */
  /* 全面リンク（JSなしで全体クリック） */
  /* ホバー/フォーカス時の影（a:hover ではなく item/カードに反応） */
  /* 画像 */
  /* ホバー/フォーカスで画像拡大（全体クリックの視覚誘導） */
  /* カテゴリー（stretched-linkより前面にしてクリック可能に） */
  /* 日付＋タイトル（縦） */
  /* 旧ボタンは未使用。残しても害なし
     &__btnwrap / &__btn ... は使わない */
}
.useful_archive__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 32px;
  padding: 0;
  list-style: none;
}
.useful_archive__item {
  background: #fff;
  border: 4px solid #E9F8F2;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.useful_archive__item::before {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #1CB57B;
  border: 2px solid #1CB57B;
  transition: all 0.3s ease-in-out;
}
.useful_archive__item::after {
  content: "";
  position: absolute;
  bottom: 19px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.useful_archive__card {
  position: relative;
  /* stretched-linkの基準 */
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  /* 全体が押せる感 */
  outline: none;
  /* :focus-visibleで可視化 */
}
.useful_archive__stretchedlink {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.useful_archive__item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 4px solid #1CB57B;
}
.useful_archive__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-bottom: 1px solid #e5e5e5;
}
.useful_archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
}
.useful_archive__item:hover .useful_archive__thumb img, .useful_archive__card:focus-within .useful_archive__thumb img {
  transform: scale(1.02);
}
.useful_archive__catline {
  position: relative;
  z-index: 2;
}
.useful_archive__cat {
  display: block;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.45em 0.8em;
  color: #fff;
  background: #1CB57B;
  text-decoration: none;
  margin-right: 0.4rem;
  position: relative;
  z-index: 3;
  /* カテゴリが最前面でクリック優先 */
}
.useful_archive__cat--medical_news {
  background: #FD7D5E;
}
.useful_archive__meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.useful_archive__meta_row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 50px;
  position: relative;
}
.useful_archive__date {
  font-size: 1.4rem;
  color: rgb(107, 107, 107);
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}
.useful_archive__title {
  margin-top: 8px;
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
  font-weight: 600;
  line-height: 1.6;
  /* クリック誘導の下線演出（好みで） */
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s ease;
}
.useful_archive__item:hover .useful_archive__title, .useful_archive__card:focus-within .useful_archive__title {
  text-decoration-color: currentColor;
}
@media (max-width: 768px) {
  .useful_archive__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 580px) {
  .useful_archive__list {
    grid-template-columns: 1fr;
  }
}

/* 詳細ページ用 */
.useful_single {
  margin: 0 auto;
  /* ===== ヘッダー：上段=日付+カテゴリ（横） / 下段=タイトル ===== */
  /* メタ全体は“上下2段”で管理（上段に日付+カテゴリ、下段にタイトル） */
  /* 上段：日付 + カテゴリ（横並び・折り返し可） */
  /* カテゴリ（バッジ） */
  /* 下段：タイトル */
  /* ===== サムネイル ===== */
  /* ===== 本文 ===== */
  /* ===== 戻るボタン ===== */
  /* ===== レスポンシブ ===== */
}
.useful_single__header {
  margin-bottom: 16px;
}
.useful_single__meta_row {
  display: flex;
  flex-direction: column;
  /* ← タイトルを下段に固定 */
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}
.useful_single__meta_top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.useful_single__date {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: #666;
  white-space: nowrap;
}
.useful_single__catline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.useful_single__cat {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.45em 0.8em;
  color: #fff;
  background: #1CB57B;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.useful_single__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}
.useful_single__thumb {
  margin-bottom: 28px;
}
.useful_single__thumb img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e5e5e5;
}
.useful_single__body {
  line-height: 1.8;
  /* 任意：本文内要素の余白最適化 */
}
.useful_single__body p + p {
  margin-top: 1em;
}
.useful_single__body h2,
.useful_single__body h3,
.useful_single__body h4 {
  margin-top: 1.6em;
}
.useful_single__body ul,
.useful_single__body ol {
  margin: 0.8em 0 0.8em 1.2em;
}
.useful_single__body img {
  max-width: 100%;
  height: auto;
}
.useful_single .btn_back {
  display: inline-block;
  margin-top: 40px;
  background: #1CB57B;
  padding: 5px 36px 6px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.useful_single .single-navigation ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.useful_single .single-navigation ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 768px) {
  .useful_single {
    /* 上段はそのまま横並びでOK。カテゴリが多い時はwrapで自然に折り返し */
    /* サムネイルは親幅に追従 */
  }
  .useful_single__title {
    font-size: 2rem;
  }
  .useful_single__meta_top {
    gap: 6px;
  }
  .useful_single__thumb img {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */