@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");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 画像ファイルパス
=============================================== */
/* ===============================================
# 共通
=============================================== */
.color_primary {
  color: #6190EF;
}

.color_gray {
  color: #9B9B9B;
}

/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* mvセクション
=========================================== */
#mv {
  padding: 0;
  position: relative;
  z-index: 10;
  margin-top: 125px;
}
@media only screen and (max-width: 767px) {
  #mv {
    height: auto;
    margin-top: 68px;
  }
}
#mv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 145%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #6190EF;
  z-index: -1;
  aspect-ratio: 2560/1396;
  background: url(/wp-content/uploads/mv_bg001-scaled.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 767px) {
  #mv::after {
    content: none;
  }
}
#mv .mv_inner {
  display: flex;
  gap: 0;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner {
    flex-direction: column-reverse;
  }
}
#mv .mv_inner .txtarea {
  width: 50%;
  max-width: 590px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 18px;
  padding-inline: 3em;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea {
    height: auto;
    width: 100%;
    padding: 0 25px 35px;
    max-width: 100%;
  }
  #mv .mv_inner .txtarea::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 78%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #6190EF;
    z-index: -1;
    aspect-ratio: 2560/1396;
    background: url(/wp-content/uploads/mv_bg001-scaled.jpg) no-repeat center top/cover;
  }
}
#mv .mv_inner .txtarea .copy_sub,
#mv .mv_inner .txtarea .copy,
#mv .mv_inner .txtarea .date {
  max-width: 590px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #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(2.6rem, 2.4890190337vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .copy_sub {
    z-index: 1;
    margin-top: 20px;
  }
}
#mv .mv_inner .txtarea .copy {
  color: #fff;
  font-size: clamp(3.6rem, 4.39238653vw, 6rem);
  white-space: nowrap;
  font-weight: 900;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .copy {
    margin-top: 14px;
  }
}
#mv .mv_inner .txtarea .copy .box._1 {
  margin-right: 4px;
}
#mv .mv_inner .txtarea .copy .box._2 {
  margin-right: 6px;
  margin-left: 4px;
}
#mv .mv_inner .txtarea .copy .box {
  padding: 0 20px 2px;
  background: #fff;
  color: #6190EF;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .copy .box {
    padding: 0 12px 2px;
  }
}
#mv .mv_inner .txtarea .date {
  margin-top: 30px;
  padding: 20px 30px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .date {
    margin-top: 20px;
    padding: 16px 18px;
  }
}
#mv .mv_inner .txtarea .date p {
  margin: 0;
}
#mv .mv_inner .txtarea .date_01 {
  padding: 0 0 16px;
}
#mv .mv_inner .txtarea .date_02 {
  padding: 16px 0;
}
#mv .mv_inner .txtarea .date_01 .day, #mv .mv_inner .txtarea .date_02 .day {
  text-align: left;
  color: #939393;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .date_01 .day, #mv .mv_inner .txtarea .date_02 .day {
    margin-bottom: 4px;
  }
}
#mv .mv_inner .txtarea .date_01 .flex, #mv .mv_inner .txtarea .date_02 .flex {
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .date_01 .flex, #mv .mv_inner .txtarea .date_02 .flex {
    flex-direction: row;
  }
}
#mv .mv_inner .txtarea .date_01 .flex .ttl, #mv .mv_inner .txtarea .date_02 .flex .ttl {
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: left;
}
#mv .mv_inner .txtarea .date_01 .flex .num, #mv .mv_inner .txtarea .date_02 .flex .num {
  line-height: 1;
}
#mv .mv_inner .txtarea .date_01 .flex .num span, #mv .mv_inner .txtarea .date_02 .flex .num span {
  font-size: clamp(4rem, 5.1244509517vw, 7rem);
  color: #6190EF;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
#mv .mv_inner .txtarea .border span {
  border-top: 2px dotted #6190EF;
  display: block;
  margin-left: -100%;
  width: 400%;
}
#mv .mv_inner .txtarea .surgery {
  position: absolute;
  right: 2%;
  bottom: 8%;
  z-index: 100;
  max-width: 320px;
  width: 100%;
  background: #fff;
  border: 2px solid #6190EF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .surgery {
    position: static;
    margin-top: 20px;
    max-width: 100%;
    border: 2px solid #fff;
  }
}
#mv .mv_inner .txtarea .surgery .flex {
  justify-content: center;
  gap: 12px;
  background: #6190EF;
  padding: 8px 20px;
}
@media only screen and (max-width: 767px) {
  #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;
}
@media only screen and (max-width: 767px) {
  #mv .mv_inner .txtarea .surgery_inner {
    padding: 8px 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: #6190EF;
}
#mv .mv_inner .txtarea .surgery_inner_txt01 .num_02 {
  font-size: 6rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #6190EF;
}
#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: 767px) {
  #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 {
  position: relative;
  z-index: 20;
  padding: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  #news {
    background: #fff;
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 400px) {
  #news {
    padding: 40px 0 0;
  }
}
#news .news_area {
  display: flex;
  gap: 5%;
  padding: 60px 80px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  #news .news_area {
    flex-direction: column;
    gap: 26px;
    padding: 0;
    box-shadow: unset;
  }
}
#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: #6190EF;
  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: 767px) {
  #news .news_area .area_r .news_list {
    padding-top: 18px;
    margin-bottom: 28px;
    border-top: 1px solid #ccc;
  }
}
#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: #6190EF;
  opacity: 1;
  border-bottom: 1px solid #6190EF;
}
#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: #6190EF;
  background: #eef3ff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 8px;
  line-height: 1.8;
  transition: 0.3s all;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #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: 767px) {
  #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: #6190EF;
  font-size: 1.6rem;
  display: inline-block;
}
@media (max-width: 767px) {
  #news .news_area .area_r .btn a {
    padding: 14px 100px 14px 24px;
    background: #6190EF;
    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: #6190EF;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  #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: 767px) {
  #news .news_area .area_r .btn a::after {
    right: 31px;
    border-top: 1px solid #6190EF;
    border-right: 1px solid #6190EF;
  }
}

/* featureセクション
=========================================== */
#feature .feature_box {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  #feature .feature_box {
    gap: 60px;
    margin: 0 auto;
  }
}
#feature .feature_box .feature_item {
  display: flex;
  gap: 0;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  #feature .feature_box .feature_item {
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  #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: 767px) {
  #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: 700px;
  margin-left: -100px;
  padding: 60px 60px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #feature .feature_box .feature_item .txt_area {
    max-width: 92%;
    margin: -20px auto 0 !important;
    padding: 20px;
    gap: 10px;
  }
}
#feature .feature_box .feature_item .txt_area .num {
  overflow: hidden;
  line-height: 1;
  display: inline-block;
  font-size: clamp(3rem, 4.39238653vw, 6rem);
  height: 1em;
  position: relative;
}
@media (max-width: 767px) {
  #feature .feature_box .feature_item .txt_area .num {
    margin-bottom: 6px;
  }
}
#feature .feature_box .feature_item .txt_area .num span {
  background: linear-gradient(180deg, #96B9FF, #6C9DFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 1em;
  font-weight: 700;
  font-family: "Jost", 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 .txt_area .num.is-show span {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  #feature .feature_box .feature_item .txt_area .num span {
    transition: none;
    transform: none;
  }
}
#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: 78px;
  height: 4px;
  background: #6190EF;
  top: -0.6em;
  left: 0;
}
@media (max-width: 767px) {
  #feature .feature_box .feature_item .txt_area h3::after {
    height: 2px;
    width: 40px;
  }
}
#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.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: 767px) {
  #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: -100px;
}
@media (max-width: 767px) {
  #feature .feature_box .feature_item.rev .txt_area {
    margin-right: 0;
  }
}

/* aboutセクション
=========================================== */
#about {
  position: relative;
}
#about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  aspect-ratio: 2560/1396;
  background: url(/wp-content/uploads/mv_bg001-scaled.jpg) center top/cover no-repeat;
}
#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: #fff;
  color: #313131;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.25s;
}
@media (max-width: 767px) {
  #about .tab_box a {
    padding: 8px 10px;
    line-height: 1.4;
  }
}
#about .tab_box a.active {
  color: #fff;
  background: #2c4f8f;
}
#about .slick-dots {
  display: none !important;
}

/* resultセクション
=========================================== */
#result {
  margin: 0 auto;
  text-align: center;
  padding: 140px 0;
  position: relative;
}
@media (max-width: 767px) {
  #result {
    padding: 60px 0 0;
  }
}
#result::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  aspect-ratio: 1920/1280;
  background: url(/wp-content/uploads/sec_bg001.jpg) center top/cover no-repeat;
}
@media (max-width: 767px) {
  #result::after {
    background: none;
  }
}
#result .chart-wrapper {
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 767px) {
  #result .chart-wrapper {
    padding: 0;
    box-shadow: unset;
    background: transparent;
  }
}
#result .chart-wrapper .bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 20px;
}
@media (max-width: 767px) {
  #result .chart-wrapper .bar-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    margin-bottom: 14px;
  }
}
#result .chart-wrapper .bar-row .bar-label {
  width: 500px;
  font-size: clamp(1.2rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 10px;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 767px) {
  #result .chart-wrapper .bar-row .bar-label {
    width: 100%;
    margin: 0 0 4px 0;
    line-height: 1.5;
  }
}
#result .chart-wrapper .bar-row .bar-label-large {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2445095168vw, 1.7rem);
}
#result .chart-wrapper .bar-row .bar-container {
  flex: 1;
  background: #e5e7eb;
  height: 26px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #result .chart-wrapper .bar-row .bar-container {
    height: 18px;
  }
}
#result .chart-wrapper .bar-row .bar-container .bar-fill {
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  color: #fff;
  font-size: clamp(1.2rem, 1.1713030747vw, 1.6rem);
  font-weight: 600;
  white-space: nowrap;
  transition: width 1.6s ease;
}
@media (max-width: 767px) {
  #result .chart-wrapper .bar-row .bar-container .bar-fill {
    padding-right: 10px;
  }
}
#result .chart-wrapper .bar-row .bar-container .bar-fill.bar-highlight {
  background-color: #6190EF;
}
#result .chart-wrapper .bar-row .bar-container .bar-fill.bar-grey {
  background-color: #9ca3af;
}
#result .chrat_txt {
  text-align: right;
  font-weight: 600;
  margin-bottom: 10px;
}

/* treatmentセクション
=========================================== */
#treatment .flex {
  gap: 30px;
}
#treatment .flex .treatment_item {
  width: calc(33.3333333333% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #treatment .flex .treatment_item {
    width: 80%;
    gap: 10px;
    padding: 20px;
  }
}
#treatment .flex .treatment_item:hover {
  opacity: 1;
}
#treatment .flex .treatment_item:hover .arrow {
  background: #fff;
}
#treatment .flex .treatment_item:hover .arrow::before {
  border-top: 2px solid #6190EF;
  border-right: 2px solid #6190EF;
}
#treatment .flex .treatment_item:hover .arrow::after {
  background: #6190EF;
}
#treatment .flex .treatment_item p {
  font-size: clamp(2.2rem, 2.196193265vw, 3rem);
  font-weight: 700;
  text-align: center;
  margin: 0;
}
#treatment .flex .treatment_item img {
  max-width: 150px;
}
@media (max-width: 767px) {
  #treatment .flex .treatment_item img {
    max-width: 110px;
  }
}
#treatment .flex .treatment_item .arrow {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #6190EF;
  position: relative;
  transition: transform 0.3s ease;
  align-self: flex-end;
  border: 2px solid #6190EF;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #treatment .flex .treatment_item .arrow {
    width: 40px;
    height: 40px;
  }
}
#treatment .flex .treatment_item .arrow::before {
  position: absolute;
  content: "";
  left: 60%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
#treatment .flex .treatment_item .arrow::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

/* greetingセクション
=========================================== */
#greeting {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #greeting {
    background: #fff;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #greeting .container {
    max-width: 100%;
  }
}
#greeting::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  aspect-ratio: 2560/1396;
  background: url(/wp-content/uploads/mv_bg001-scaled.jpg) center top/cover no-repeat;
  z-index: -2;
}
#greeting .flex {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding: 30px;
  background: #fff;
  border: 2px solid #6190EF;
}
@media only screen and (max-width: 767px) {
  #greeting .flex {
    gap: 24px;
    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: 767px) {
  #greeting .flex .img_area {
    max-width: 320px;
    margin: 0 auto;
  }
  #greeting .flex .img_area img {
    max-width: 100%;
    width: 100%;
  }
}
#greeting .flex .txt_area h2 {
  font-size: clamp(2.2rem, 2.0497803807vw, 2.8rem);
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
  display: inline;
  background-color: #6190EF;
  padding: 6px 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767px) {
  #greeting .flex .txt_area h2 {
    padding: 2px 10px 4px;
  }
}
#greeting .flex .txt_area .txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  #greeting .flex .txt_area .txt {
    align-items: baseline;
  }
}
#greeting .flex .txt_area .txt p {
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 700;
  margin: 14px 0;
}
#greeting .flex .txt_area .txt span {
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #bfd4fd, #78A5FF);
  display: inline-block;
  clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #greeting .flex .txt_area .txt span {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
#greeting .flex .txt_area p {
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #greeting .flex .txt_area p {
    margin: 0;
  }
}
#greeting .flex .txt_area .name {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #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: 767px) {
  #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 */