@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
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* mvセクション
=========================================== */
#mv {
  padding: 0;
  overflow: hidden;
  background: #E9F8F2;
  position: relative;
  z-index: 1;
  margin-top: 138px;
}
@media only screen and (max-width: 768px) {
  #mv {
    height: auto;
    margin-top: 68px;
  }
}
#mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1CB57B;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #mv::after {
    height: 15%;
  }
}
#mv .mv_inner {
  display: flex;
  gap: 0;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner {
    flex-direction: column-reverse;
  }
}
#mv .mv_inner .txtarea {
  width: 50%;
  max-width: 480px;
  text-align: center;
  padding-top: 30px;
  padding-inline: 1em;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea {
    height: auto;
    width: 100%;
    padding: 0 25px 35px;
    max-width: 100%;
  }
}
#mv .mv_inner .txtarea .copy_sub,
#mv .mv_inner .txtarea .copy,
#mv .mv_inner .txtarea .date {
  max-width: 386px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .copy_sub,
  #mv .mv_inner .txtarea .copy,
  #mv .mv_inner .txtarea .date {
    max-width: 100%;
  }
}
#mv .mv_inner .txtarea .copy_sub {
  font-size: clamp(1.5rem, 1.5373352855vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1CB57B;
  padding: 20px 30px;
  background: #fff;
  border: 2px solid #1CB57B;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .copy_sub {
    margin: -40px 0 0;
    z-index: 1;
    width: max-content;
    padding: 15px 25px;
  }
}
#mv .mv_inner .txtarea .copy_sub::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -21px;
  width: 68px;
  height: 24px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  border-left: 2px solid #1CB57B;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .copy_sub::after {
    width: 36px;
  }
}
#mv .mv_inner .txtarea .copy_sub::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -22px;
  width: 63.246px;
  height: 0;
  border-top: 2px solid #1CB57B;
  transform-origin: left bottom;
  transform: rotate(-18.435deg);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .copy_sub::before {
    width: 37.5px;
    transform: rotate(-31.435deg);
  }
}
#mv .mv_inner .txtarea .copy {
  color: #1CB57B;
  font-size: clamp(2rem, 2.5622254758vw, 3.5rem);
  white-space: nowrap;
  font-weight: 900;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .copy {
    margin-top: 26px;
  }
}
#mv .mv_inner .txtarea .copy span {
  display: block;
  font-size: clamp(4rem, 4.0263543192vw, 5.5rem);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .copy span {
    line-height: 1.2;
  }
}
#mv .mv_inner .txtarea .date {
  margin-top: 50px;
  padding: 30px 15%;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .date {
    margin-top: 20px;
    padding: 16px 8% 20px;
  }
}
#mv .mv_inner .txtarea .date p {
  margin: 0;
}
#mv .mv_inner .txtarea .date_01, #mv .mv_inner .txtarea .date_02 {
  border-bottom: 1px solid #CCCCCC;
}
#mv .mv_inner .txtarea .date_01 {
  padding: 0 0 16px;
}
#mv .mv_inner .txtarea .date_02 {
  padding: 16px 0;
}
#mv .mv_inner .txtarea .date_03 {
  padding-top: 16px;
}
#mv .mv_inner .txtarea .date_01 .day, #mv .mv_inner .txtarea .date_02 .day, #mv .mv_inner .txtarea .date_03 .day {
  text-align: left;
  color: #939393;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .date_01 .day, #mv .mv_inner .txtarea .date_02 .day, #mv .mv_inner .txtarea .date_03 .day {
    margin-bottom: 4px;
  }
}
#mv .mv_inner .txtarea .date_01 .flex, #mv .mv_inner .txtarea .date_02 .flex, #mv .mv_inner .txtarea .date_03 .flex {
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .date_01 .flex, #mv .mv_inner .txtarea .date_02 .flex, #mv .mv_inner .txtarea .date_03 .flex {
    flex-direction: row;
  }
}
#mv .mv_inner .txtarea .date_01 .flex .ttl, #mv .mv_inner .txtarea .date_02 .flex .ttl, #mv .mv_inner .txtarea .date_03 .flex .ttl {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: left;
}
#mv .mv_inner .txtarea .date_01 .flex .num, #mv .mv_inner .txtarea .date_02 .flex .num, #mv .mv_inner .txtarea .date_03 .flex .num {
  line-height: 1;
}
#mv .mv_inner .txtarea .date_01 .flex .num span, #mv .mv_inner .txtarea .date_02 .flex .num span, #mv .mv_inner .txtarea .date_03 .flex .num span {
  font-size: 4rem;
  color: #1CB57B;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
#mv .mv_inner .txtarea .surgery {
  position: absolute;
  right: 2%;
  bottom: 8%;
  z-index: 100;
  max-width: 320px;
  width: 100%;
  background: #fff;
  border: 2px solid #1CB57B;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .surgery {
    position: static;
    margin-top: 16px;
    max-width: 100%;
  }
}
#mv .mv_inner .txtarea .surgery .flex {
  justify-content: center;
  gap: 12px;
  background: #1CB57B;
  padding: 8px 20px;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .txtarea .surgery .flex {
    flex-direction: row;
  }
}
#mv .mv_inner .txtarea .surgery .flex .ttl {
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
#mv .mv_inner .txtarea .surgery_inner {
  padding: 14px 20px;
}
#mv .mv_inner .txtarea .surgery_inner_txt01 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
#mv .mv_inner .txtarea .surgery_inner_txt01 .num_01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #1CB57B;
}
#mv .mv_inner .txtarea .surgery_inner_txt01 .num_02 {
  font-size: 6rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #1CB57B;
}
#mv .mv_inner .txtarea .surgery_inner_txt02 {
  margin: 8px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #939393;
}
#mv .mv_inner .imgarea {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #mv .mv_inner .imgarea {
    height: auto;
    width: 150%;
  }
}
#mv .mv_inner .imgarea img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(3px);
  will-change: opacity, transform, filter;
  backface-visibility: hidden;
}
#mv .mv_inner .imgarea img:nth-child(1), #mv .mv_inner .imgarea img:nth-child(2) {
  margin-right: -0.5px;
}

/* --- キーフレーム（控えめで上品） --- */
@keyframes mv-calm-fade-up {
  0% {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(3px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* 動き軽減を尊重 */
@media (prefers-reduced-motion: reduce) {
  #mv .imgarea img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
/* newsセクション
=========================================== */
#news {
  background: #1CB57B;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #news {
    background: #fff;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 400px) {
  #news {
    padding: 40px 0;
  }
}
#news::after {
  position: absolute;
  content: "";
  aspect-ratio: 264/364;
  width: auto;
  height: 90%;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/logomark.svg) no-repeat center top/cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #news::after {
    content: none;
  }
}
#news .news_area {
  display: flex;
  gap: 5%;
  padding: 30px 40px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #news .news_area {
    flex-direction: column;
    gap: 26px;
    padding: 0;
  }
}
#news .news_area .title_box h2 {
  font-size: clamp(2rem, 2.0497803807vw, 2.8rem);
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
#news .news_area .title_box h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #1CB57B;
  bottom: -5px;
  left: 0;
}
#news .news_area .area_r {
  width: 100%;
}
#news .news_area .area_r .news_list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #news .news_area .area_r .news_list {
    margin-bottom: 28px;
  }
}
#news .news_area .area_r .news_list li a {
  display: flex;
  flex-wrap: nowrap;
  padding: 24px 0;
  gap: 26px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 1199px) {
  #news .news_area .area_r .news_list li a {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
    padding: 18px 0;
  }
}
#news .news_area .area_r .news_list li a:hover {
  color: #1CB57B;
  opacity: 1;
  border-bottom: 1px solid #1CB57B;
}
#news .news_area .area_r .news_list li a .time {
  color: #939393;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
#news .news_area .area_r .news_list li a .category {
  display: inline-block;
  color: #1CB57B;
  background: #E9F8F2;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 8px;
  line-height: 1.8;
  transition: 0.3s all;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #news .news_area .area_r .news_list li a .category {
    font-size: 1.1rem;
  }
}
#news .news_area .area_r .news_list li a .news_title {
  font-weight: 500;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #news .news_area .area_r .news_list li:first-of-type a {
    padding: 0 0 18px;
  }
}
#news .news_area .area_r .btn {
  text-align: right;
}
@media (max-width: 768px) {
  #news .news_area .area_r .btn {
    text-align: left;
  }
}
#news .news_area .area_r .btn a {
  padding-right: 2.6em;
  position: relative;
  font-weight: 700;
  color: #1CB57B;
  font-size: 1.6rem;
  display: inline-block;
}
@media (max-width: 768px) {
  #news .news_area .area_r .btn a {
    padding: 14px 100px 14px 24px;
    background: #1CB57B;
    color: #fff;
    border-radius: 5px;
  }
}
#news .news_area .area_r .btn a:hover {
  opacity: 1;
  text-decoration: underline;
}
#news .news_area .area_r .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;
}
@media (max-width: 768px) {
  #news .news_area .area_r .btn a::before {
    background: #fff;
    right: 24px;
  }
}
#news .news_area .area_r .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 (max-width: 768px) {
  #news .news_area .area_r .btn a::after {
    right: 31px;
    border-top: 1px solid #1CB57B;
    border-right: 1px solid #1CB57B;
  }
}

/* featureセクション
=========================================== */
#feature .feature_box {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  #feature .feature_box {
    gap: 30px;
    margin: 0 auto;
  }
}
#feature .feature_box .feature_item {
  display: flex;
  gap: 0;
  align-items: flex-end;
}
@media only screen and (max-width: 1500px) {
  #feature .feature_box .feature_item {
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item {
    flex-direction: column;
    padding-right: 0;
  }
}
#feature .feature_box .feature_item .img_area,
#feature .feature_box .feature_item .txt_area {
  flex: 1;
  width: 50%;
  max-width: 50vw;
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item .img_area,
  #feature .feature_box .feature_item .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
#feature .feature_box .feature_item .txt_area {
  width: 100%;
  background: #fff;
  max-width: 620px;
  margin-left: -20px;
  padding: 70px 50px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item .txt_area {
    max-width: 92%;
    margin: -20px auto 0 !important;
    padding: 30px 25px;
  }
}
#feature .feature_box .feature_item .txt_area h3 {
  font-size: clamp(1.9rem, 1.756954612vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
#feature .feature_box .feature_item .txt_area h3::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #1CB57B;
  bottom: -16px;
  left: 0;
}
#feature .feature_box .feature_item .txt_area p {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}
#feature .feature_box .feature_item .num {
  position: absolute;
  top: -0.85em;
  right: -0.6em;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
  font-size: clamp(6rem, 10.980966325vw, 15rem);
  height: 1em;
}
@media only screen and (max-width: 1500px) {
  #feature .feature_box .feature_item .num {
    right: 0.2em;
  }
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item .num {
    top: -0.6em;
    right: 0;
  }
}
#feature .feature_box .feature_item .num span {
  display: block;
  color: #BAE8D6;
  font-size: 1em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  transform: translateY(1.2em);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
#feature .feature_box .feature_item .num.is-show span {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  #feature .feature_box .feature_item .num span {
    transition: none;
    transform: none;
  }
}
#feature .feature_box .feature_item.rev {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1500px) {
  #feature .feature_box .feature_item.rev {
    padding-left: 3%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item.rev {
    flex-direction: column;
    padding-left: 0;
  }
}
#feature .feature_box .feature_item.rev .txt_area {
  margin-left: 0;
  margin-right: -20px;
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item.rev .txt_area {
    margin-right: 0;
  }
}
#feature .feature_box .feature_item.rev .num {
  position: absolute;
  top: -0.85em;
  left: -0.6em;
}
@media only screen and (max-width: 1500px) {
  #feature .feature_box .feature_item.rev .num {
    left: 0.2em;
  }
}
@media (max-width: 768px) {
  #feature .feature_box .feature_item.rev .num {
    top: -0.6em;
    right: 0;
    left: auto;
  }
}

/* aboutセクション
=========================================== */
#about .tab_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 978px;
  width: 100%;
  margin: 0 auto 32px;
  gap: 16px;
}
@media (max-width: 1070px) {
  #about .tab_box {
    width: 94%;
    gap: 4px;
  }
}
#about .tab_box a {
  display: block;
  padding: 16px 12px;
  background: #E9F8F2;
  color: #1CB57B;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.25s;
}
@media (max-width: 768px) {
  #about .tab_box a {
    padding: 12px 10px;
    line-height: 1.4;
  }
}
#about .tab_box a.active {
  color: #fff;
  background: #1CB57B;
}
#about .slick-dots {
  display: none !important;
}

/* resultセクション
=========================================== */
#result {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 140px;
  /* ─ Eyebrow / Title ─ */
}
@media (max-width: 768px) {
  #result {
    padding: 0 0 60px;
  }
}
#result .hernia_eyebrow {
  color: #1CB57B;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}

/* greetingセクション
=========================================== */
#greeting.highlight {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #greeting.highlight {
    background: #fff;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  #greeting .container {
    max-width: 100%;
  }
}
#greeting .flex {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding: 30px;
  background: #fff;
  border: 2px solid #1CB57B;
}
@media only screen and (max-width: 768px) {
  #greeting .flex {
    gap: 40px;
    padding: 40px 6%;
  }
}
#greeting .flex .img_area,
#greeting .flex .txt_area {
  flex: 1;
}
#greeting .flex .img_area {
  max-width: 278px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #greeting .flex .img_area {
    max-width: 320px;
    margin: 0 auto;
  }
  #greeting .flex .img_area img {
    width: 100%;
  }
}
#greeting .flex .txt_area h2 {
  font-size: clamp(2.2rem, 2.0497803807vw, 2.8rem);
  color: #1CB57B;
  margin-bottom: 30px;
}
#greeting .flex .txt_area p {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #greeting .flex .txt_area p {
    margin: 0;
  }
}
#greeting .flex .txt_area .name {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #greeting .flex .txt_area .name {
    margin: 30px 0 0;
  }
}

/* column
=========================================== */
#column {
  background: #eee;
}
#column .top_section_title {
  text-align: center;
}
#column .btn {
  margin: 0 auto;
}
#column .column_list {
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #column .column_list {
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
#column .column_list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#column .column_list li .flex_image {
  margin-bottom: 10px;
}
#column .column_list li .flex_text {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
#column .column_list li .flex_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 12px;
}
#column .column_list li .flex_text time {
  margin-top: auto;
  color: #aaa;
}

/* faq
=========================================== */
#faq .top_section_title {
  text-align: center;
}
#faq .faq_list li {
  margin-bottom: 20px;
}
#faq .faq_list li:last-child {
  margin-bottom: 0;
}
#faq .faq_list_q {
  background: #eee;
  padding: 10px 30px;
}
#faq .faq_list_a {
  padding: 10px 30px;
}

/* cta
=========================================== */
#cta .cta_box {
  background: #eee;
  text-align: center;
  padding: 60px 0;
}
#cta .cta_box .cta_flex.flex {
  justify-content: center;
  gap: 16px;
  max-width: 500px;
  flex-wrap: nowrap;
  margin: auto;
}
#cta .cta_box .cta_flex.flex .primary-btn {
  width: 100%;
}
#cta .cta_box .cta_flex.flex .primary-btn a {
  margin: auto;
}/*# sourceMappingURL=top.css.map */