@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding: 0;
  margin: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#wpadminbar {
  display: none !important;
}
html {
  margin-top: 0 !important;
}
@font-face {
  font-family: 'ZenKakuGothicNew';
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'ZenKakuGothicNew';
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'ZenMaruGothic';
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ZenMaruGothic-Medium.ttf) format('truetype');
}
body {
  background-color: #fff;
  color: #333;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'ZenKakuGothicNew', sans-serif;
  overscroll-behavior: none;
  font-weight: 500;
}
.clearfix::after {
  clear: both;
}
li {
  list-style: none;
}
.sm_only {
  display: block !important;
}
.md_only,
.lg_only {
  display: none !important;
}
.is-desktop .swiper-pagination {
  display: none !important;
}
.ly_cont {
  padding-inline: 20px;
}
.ly_header {
  position: sticky;
  width: 100%;
  height: 60px;
  top: 0;
  display: flex;
  background: #fff;
  z-index: 1000;
}
.ly_footer {
  background: #e9eeef;
  color: #333;
  text-align: center;
  padding: 33px 36px 140px;
  font-size: 14px;
}
.bl_footerAccess,
.bl_footerCont {
  display: contents;
}
.bl_footerContact {
  margin-top: 24px;
}
.bl_footerContact .el_btn {
  margin-top: 20px;
  letter-spacing: 0.15em;
}
.bl_footerCopy {
  font-size: 10px;
  color: #5a5a5a;
  margin-top: 34px;
}
.bl_footerMenu {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}
.bl_footerBtn {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.bl_footerBtn .el_btn,
.bl_footerContact .el_btn {
  background: #41b3cb;
  margin-top: 20px;
  height: 44px;
  width: 100%;
  max-width: 200px;
}
.bl_footer_logo {
  display: flex !important;
  justify-content: center;
}
.bl_headerCont {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 10px;
}
.bl_header_logo {
  display: block;
  height: 50px;
  width: auto;
}
.bl_header_logo svg {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.bl_header_buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.bl_header_instagram {
  width: 28px;
  height: 28px;
}
.bl_treatment {
  padding: 80px 15px 30px;
}
.bl_treatmentCont {
  background: url(../img/part-treatment/treatment-bg.webp) no-repeat center
    center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.bl_treatmentCont_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgb(70 70 70 / 0.6);
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 0.7);
  transition: background 0.3s ease;
}
.bl_treatmentCont_item:hover,
.bl_treatmentCont_item:focus {
  background: rgb(100 100 100 / 0.3);
}
.bl_treatmentCont_item .bl_treatmentCont_item_img {
  width: 100px;
  height: 100px;
}
.bl_treatmentCont_item p {
  font-size: 20px;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
  letter-spacing: 0.1em;
}
.bl_treatmentCont_item span {
  background: #e7cb7a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 30px;
  padding-inline: 30px;
  border-radius: 22px;
}
.bl_treatmentCont_item:nth-child(2) span {
  background: #f3b098;
}
.bl_treatmentCont_item:nth-child(3) span {
  background: #41b3cb;
}
.bl_treatmentCont_item_button {
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bl_treatmentCont_item:hover .bl_treatmentCont_item_button {
  opacity: 1;
}
.ly_cta {
  padding: 40px 20px;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  position: relative;
  margin: 20px 15px;
}

.ly_ctaImg {
  margin: 0!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.ly_ctaImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ly_cta::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #538aa5;
  opacity: 0.45;
  z-index: 0;
  border-radius: 24px;
}
.ly_cta h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}
.ly_cta p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  position: relative;
  z-index: 1;
}
.ly_cta .el_btn {
  border-radius: 10px;
  max-width: 305px;
  width: 100%;
  gap: 24px;
  justify-content: flex-start;
  padding-inline: 10px;
  height: 60px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
  letter-spacing: 0.05em;
}

.ly_recruit {
  padding: 26px 28px;
}
.ly_recruit .el_ttl h2::after {
  display: none;
}
.bl_recruit {
  padding: 20px;
  background: url(../img/part-cta/recruit-sp.webp) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1/ 1;
}
.bl_recruit img {
  width: 20px;
  height: 20px;
}
.bl_recruit .el_btn {
  width: 180px;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  gap: 22px;
  margin-top: 0;
  padding-inline: 6px;
  justify-content: flex-start;
}
.bl_recruit .el_btn svg {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.ly_price {
  padding: 80px 15px;
  position: relative;
  color: #fff;
  background: transparent;
}
.ly_priceImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.ly_priceImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ly_price::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #538aa5;
  opacity: 0.5;
  z-index: 0;
}
.bl_price {
  position: relative;
  z-index: 1;
}
.bl_price h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.66;
  text-align: center;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
}
.bl_price h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #fff;
}
.bl_price p {
  margin-top: 27px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14;
}
.bl_price a.el_btn {
  font-size: 20px;
  margin-top: 40px;
  width: 100%;
  border-radius: 35px;
  height: 70px;
}
.bl_calendarHours_app {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_calendarHours_app iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 490 / 490;
}
.ly_calendar {
  padding: 50px 15px 20px;
}
.bl_calendarHours {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  font-size: 14px;
}
.bl_calendarHours thead {
  text-align: left;
}
.bl_calendarHours th {
  font-weight: 400;
  -webkit-text-stroke: 0.6px;
}
.bl_calendarHours tr {
  border-bottom: 1px solid #ddd;
}
.bl_calendarHours td,
.bl_calendarHours th {
  padding: 12px 4px 6px;
}
.bl_calendarHours td:not(:first-child):not(:nth-child(5)) {
  color: #41b3cb;
}
.bl_calendarHours td:not(:first-child):not(:nth-child(5)) span {
  font-size: 11px;
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.bl_calendarHours_note {
  color: #41b3cb;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.bl_calendarHours_info {
  padding: 16px 20px;
  background: #f2f3f3;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 12px;
  line-height: 2.1;
}
.el_btn {
  font-size: 16px;
  font-weight: 400;
  -webkit-text-stroke: 1px;
  background: #e7cb7a;
  border-radius: 22px;
  color: #fff;
  width: 235px;
  height: 44px;
  margin-top: 40px;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #e7cb7a;
  cursor: pointer;
}
.el_btn_large {
  height: 70px;
  margin-top: 12px;
  width: 100%;
  max-width: 345px;
  border-radius: 35px;
  margin-inline: auto;
}
.el_btn:hover,
.el_btn:focus {
  background: #fff;
  color: #e7cb7a;
  border-color: #e7cb7a;
}
.el_btn.el_btnBlue {
  background: #41b3cb;
  border-color: #41b3cb;
}
.el_btn.el_btnBlue:hover,
.el_btn.el_btnBlue:focus {
  background: #fff;
  color: #41b3cb;
  border-color: #41b3cb;
}
.el_btn.el_btnBlue:hover::after,
.el_btn.el_btnBlue:focus::after {
  background: #41b3cb;
}
.el_btn.el_btnPink {
  background: #f6c2b0;
  border-color: #f6c2b0;
}
.el_btn.el_btnPink:hover,
.el_btn.el_btnPink:focus {
  background: #fff;
  color: #f6c2b0;
  border-color: #f6c2b0;
}
.el_btn.el_btnPink:hover::after,
.el_btn.el_btnPink:focus::after {
  background: #f6c2b0;
}
.el_btn svg {
  margin-right: 8px;
  transition: all 0.3s ease;
}
.el_btn:hover svg path {
  stroke: #e7cb7a;
}
.el_btn.el_btnBlue:hover svg path {
  stroke: #41b3cb;
}
.el_btn_point::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
.el_btn:hover::after,
.el_btn:focus::after {
  background: #e7cb7a;
}
.el_btn:hover .el_btn_withIcon_img,
.el_btn:focus .el_btn_withIcon_img {
  border-color: #333;
  stroke: #333;
}
.el_btn_withIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.el_slideNum {
  position: absolute;
  top: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  background: #41b3cb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.el_humb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: #41b3cb;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}
.el_humb span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}
.bl_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.bl_nav_logo {
  position: absolute;
  top: 5px;
  left: 0;
  height: 50px;
  width: auto;
  padding-left: 10px;
}
.bl_nav_logo svg {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.bl_nav_body {
  margin-top: 60px;
  height: calc(100vh - 60px);
  overflow: scroll;
  background: #e5f3f7;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 15px;
  letter-spacing: 0.05em;
}
.bl_nav_ul {
  font-size: 16px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  padding: 20px;
}
.bl_nav_ul li {
  position: relative;
  text-align: center;
}
.bl_nav_ul > li::after {
  content: '';
  position: absolute;
  top: 34px;
  left: 50%;
  width: 70px;
  height: 3px;
  background: #41b3cb;
  border-radius: 4px;
  transform: translateX(-50%);
}
.js_navInner ul li {
  display: flex;
  justify-content: center;
}
.bl_nav_instagram {
  margin-top: 20px;
}
.bl_nav_buttons {
  width: 100%;
}
.bl_nav_body .el_btn {
  display: flex;
  margin-top: 20px;
  width: 100%;
  max-width: 345px;
  height: 50px;
  border-radius: 30px;
}
.el_nav_close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: #41b3cb;
  border-radius: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 100000;
}
.el_nav_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.el_nav_close span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_nav.is_open {
  opacity: 1;
  visibility: visible;
}
.el_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.el_ttl span {
  font-family: 'ZenKakuGothicNew', sans-serif;
  color: #41b3cb;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.el_ttl h2 {
  font-family: 'ZenKakuGothicNew', sans-serif;
  font-size: 30px;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
  line-height: 2.3;
  position: relative;
  letter-spacing: 0.05em;
}
.el_ttl h2::after {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #41b3cb;
  border-radius: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
.swiper-pagination-bullet {
  border: 1px solid #ababab;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #ababab !important;
}
.ly_flow {
  padding-top: 48px;
  background: #e5f3f7;
}
.bl_flowSwiper.swiper {
  margin-top: 76px;
  overflow: visible;
  overflow-x: clip;
}
.bl_flowSwiper .swiper-slide {
  position: relative;
  background: #fff;
  box-shadow: 0 5px 5px rgb(0 0 0 / 0.05);
  aspect-ratio: 305 / 276;
}
.bl_flowSwiper_img {
  aspect-ratio: 305 / 160;
  overflow: hidden;
}
.bl_flowSwiper_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bl_flowSwiper_text {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_flowSwiper_text .el_slideNum {
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}
.bl_flowSwiper .swiper-pagination {
  margin-top: 34px;
  position: static;
}
.el_flowBottom {
  width: 100%;
  margin-top: 50px;
  aspect-ratio: 375 / 200;
  overflow: hidden;
}
.el_flowBottom img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.7);
}
.bl_caseList {
  padding: 40px 10px;
}
.bl_caseList:nth-child(odd) {
  background: #f5fafa;
}
.bl_caseListPosts {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.bl_caseListPost {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  box-shadow: 0 5px 5px rgb(0 0 0 / 0.05);
}
.bl_caseListPost:hover {
  box-shadow: 0 10px 15px rgb(0 0 0 / 0.1);
  transition: all 0.3s ease;
  background: #f5fafa;
}
.bl_caseListPost img {
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  height: auto;
}
.bl_caseListMeta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.bl_caseListMeta time {
  font-size: 14px;
}
.bl_caseListCats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}
.bl_caseListPost h3 {
  font-size: 16px;
  margin-block: 20px 10px;
  font-weight: 400;
  -webkit-text-stroke: 0.5px;
  color: #333;
}
.ly_categoriesBottom {
  margin-top: 40px;
  padding-inline: 15px;
}
.bl_categoriesBottom .bl_allCategories,
.bl_categoriesBottom .bl_allTags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.bl_categoriesBottom .bl_allTags {
  margin-top: 10px;
}
.el_tagLabel {
  padding-inline: 4px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #93bbcd;
  font-size: 12px;
}
.el_tagLabel.is-current {
  border: none;
  text-decoration-color: #000;
}
.ly_columnPageTtl h2 {
  font-size: 16px;
  padding-inline: 20px;
  margin-block: 40px 20px;
  text-decoration: underline;
  text-decoration-color: #e5f3f7;
  text-decoration-thickness: 6px;
  text-underline-offset: -4px;
  text-align: center;
  letter-spacing: 0.1em;
}
.bl_postMain {
  padding-inline: 20px;
}
.ly_columnWrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
  padding-block: 40px 28px;
}
.ly_categoriesTop {
  padding-inline: 20px;
}
.bl_categoriesTop legend {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}
.bl_allCategories {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 10px;
  gap: 10px;
}
.bl_allCategories li {
  flex-shrink: 0;
  width: fit-content;
  font-size: 12px;
  color: #fff;
  background: #93bbcd;
}
.bl_allCategories li a {
  display: block;
  padding: 2px 16px;
}
.bl_allCategories .is-current {
  background: #41b3cb;
}
.hp_mt20 {
  margin-top: 20px;
}
.hp_mt40 {
  margin-top: 40px;
}
.hp_pb20 {
  padding-bottom: 20px;
}
.hp_pt40 {
  padding-top: 40px;
}
.hp_padX40 {
  padding-inline: 40px;
}
.hp_padY20 {
  padding-block: 20px;
}
.hp_wMax {
  width: max-content;
  margin-inline: auto;
}
.hp_bgBlack {
  background: #333;
}
.hp_txtCenter {
  text-align: center;
}
.hp_maru {
  font-family: 'ZenMaruGothic', sans-serif;
}
.hp_bgLight {
  background: #f5fafa;
}
.ly_riskModal {
  position: fixed;
  top: 0;
  padding: 85px 24px 76px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 900;
  background: #fff;
}
.bl_riskModal {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 12px;
  line-height: 2.5;
}
.bl_riskModal ul li {
  list-style: disc;
  list-style-position: inside;
}
.bl_riskModal legend {
  text-align: center;
  margin-bottom: 18px;
  font-size: 14px;
}
.bl_riskModal .el_btnClose {
  background: #fff;
  border: none;
  font-size: 40px;
  margin-inline: auto 0;
  position: relative;
  width: fit-content;
  line-height: 1;
}
.bl_riskModal a {
  text-decoration: underline;
}
.js_openRiskModal,
.js_closeRiskModal {
  cursor: pointer;
}
.bl_toTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  bottom: 70px;
  left: 10px;
  background: #5fa4bf;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
}
.ly_floatingBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: grid !important;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
  z-index: 1000;
}
.ly_floatingBtn a {
  background: #538aa5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_floatingBtn a:last-child {
  background: #41b3cb;
}
footer ~ iframe {
  bottom: 40px !important;
  max-height: calc(100vh - 140px) !important;
}
@media screen and (min-width: 768px) {
  .sm_only {
    display: none !important;
  }
  .md_only,
  .lg_only {
    display: block !important;
  }
  .ly_cont {
    max-width: 1080px;
    margin-inline: auto;
  }
  .ly_normalSec {
    padding-block: 80px;
  }
  .ly_header {
    z-index: 1000;
    height: 100px;
    padding: 5px 20px 5px;
  }
  .bl_header_logo {
    height: 100%;
    max-height: 64px;
    margin-left: 0;
  }
  .bl_headerCont {
    padding: 0;
  }
  .bl_headerContInner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .bl_header_buttons .el_btn {
    height: 34px;
    width: 200px;
    margin: 0;
    font-size: 16px;
  }
  .bl_header_nav {
    margin-top: 8px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: right;
    gap: 4px;
    font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
    color: #333;
    align-items: flex-end;
    letter-spacing: 0.05em;
  }
  .bl_header_nav > div {
    display: flex;
    gap: 30px;
  }
  .js_innerMenu {
    position: relative;
    display: inline-block;
  }
  .js_innerMenu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    list-style: none;
    min-width: 160px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
    z-index: 999;
  }
  .js_innerMenu ul li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
  }
  .js_innerMenu:hover ul {
    display: block;
  }
  .bl_treatment {
    padding: 100px 50px;
  }
  .bl_treatmentCont {
    flex-direction: row;
    height: 435px;
    margin-top: 45px;
    max-width: 1436px;
    margin-inline: auto;
  }
  .bl_treatmentCont_text {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #41b3cb;
    margin-top: 50px;
    font-weight: 400;
    -webkit-text-stroke: 0.8px;
  }
  .bl_treatmentCont_item {
    width: calc(100% / 3);
    border-bottom: none;
    justify-content: center;
    padding-inline: 10px;
  }
  .bl_treatmentCont_item:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 0.7);
  }
  .bl_treatmentCont_item .bl_treatmentCont_item_img {
    width: 140px;
    height: 140px;
  }
  .bl_treatmentCont_item p {
    font-size: clamp(1.25rem, 0.5357rem + 1.4881vw, 1.875rem);
  }
  .bl_treatmentCont_item span {
    height: 34px;
    font-size: 16px;
    padding-inline: 10px;
  }
  .ly_recruit {
    margin-block: 100px;
    max-width: 1080px;
    padding-inline: 40px;
    height: 200px;
    margin-inline: auto;
  }
  .ly_recruit .el_ttl h2::after {
    display: none;
  }
  .bl_recruit {
    padding: 28px 50px;
    background: url(../img/part-cta/recruit-pc.webp) no-repeat center center;
    background-size: cover;
    aspect-ratio: unset;
  }
  .bl_recruit .el_ttl {
    align-items: flex-start;
  }
  .bl_recruit .el_ttl h2 {
    line-height: 1.75;
  }
  .bl_recruit .el_btn {
    margin-inline: 0;
  }
  .bl_recruit img {
    width: 20px;
    height: 20px;
  }
  .bl_recruit .el_btn {
    width: 180px;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    gap: 22px;
    margin-top: 0;
    padding-inline: 6px;
    justify-content: flex-start;
  }
  .ly_cta {
    margin-top: 70px;
    max-width: 1000px;
    margin-inline: auto;
    padding-block: 54px 70px;
    margin-bottom: 100px;
  }
  .ly_cta h2 {
    font-size: 34px;
  }
  .ly_cta > div {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 45px;
  }
  .ly_cta p {
    font-size: 16px;
  }
  .ly_cta .el_btn {
    width: 100%;
    max-width: 405px;
    margin: 0;
    justify-content: center;
    border-radius: 20px;
  }
  .bl_calendarCont {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1080px;
    padding-inline: 40px;
    margin-inline: auto;
  }
  .bl_calendarHours {
    margin-top: 0;
    font-size: 16px;
  }
  .bl_calendarHours_info {
    margin-top: 30px;
    font-size: 14px;
  }
  .bl_calendarHours_app {
    margin-top: 0;
  }
  .ly_flow {
    padding-block: 80px 0;
    position: relative;
  }
  .ly_flow::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 3.4vw;
    background: url(../img/top/message-top.svg) no-repeat center center;
    background-size: cover;
    transform: translateY(-100%);
  }
  .el_flowBottom {
    margin-top: 100px;
    aspect-ratio: 1536 / 365;
  }
  .el_flowBottom img {
    transform: none;
    width: 100%;
  }
  .bl_caseList {
    padding: 80px 32px;
  }
  .bl_caseListPosts {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin-inline: auto;
    align-items: start;
  }
  .bl_caseListPost {
    padding: 20px;
  }
  .bl_caseListPost img {
    max-width: unset;
  }
	
	.ly_treatmentCase .bl_caseListPost:last-child{
		display: none;
	}
	
  .bl_caseListCats {
    justify-content: start;
  }
  .ly_categoriesBottom {
    max-width: 1280px;
    padding-inline: 40px;
    margin-inline: auto;
  }
  .ly_columnPageTtl h2 {
    margin-block: 60px 10px;
    font-size: 20px;
  }
  .ly_columnWrapper {
    flex-direction: row;
    padding-block: 95px 100px;
    padding-inline: 40px;
    max-width: 1280px;
    margin-inline: auto;
    gap: 50px;
  }
  .bl_allCategories {
    height: 100%;
    overflow: visible;
    flex-direction: column;
    gap: 24px;
  }
  .bl_allCategories li {
    position: relative;
  }
  .bl_categoriesTop .bl_allCategories li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 1px;
    background: #e2e2e2;
    transform: translateY(12px);
  }
  .bl_postMain {
    width: 100%;
    max-width: 844px;
    padding-inline: 0;
  }
  .bl_categoriesBottom .bl_allTags {
    display: flex !important;
  }
  .ly_categoriesTop {
    max-width: 12vw;
    width: 100%;
    padding-inline: 0;
    flex-shrink: 0;
  }
  .el_btn {
    margin-inline: auto;
    font-size: 20px;
    margin-top: 60px;
    border-radius: 35px;
    height: 70px;
    max-width: 345px;
    width: 100%;
  }
  .el_btn.md_only {
    display: flex !important;
  }
  .el_secTtl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .hp_borderBold {
    margin-top: 12px;
  }
  .hp_mt40 {
    margin-top: 80px;
  }
  .hp_pt40 {
    padding-top: 80px;
  }
  .bl_breadcrumb {
    padding-block: 40px;
  }
  .el_subpTtl {
    position: relative;
    padding-block: 20px 10px;
    border-bottom: #bb9402 2px solid;
    font-size: 2rem;
  }
  .el_subpTtl span {
    color: #fff;
    opacity: 0.05;
    position: absolute;
    top: -24px;
    left: -100px;
    z-index: 1;
    background: #fff0;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #fff;
    font-size: 72px;
    translate: -20px -20px;
  }
  .el_normalTtl {
    font-size: 1.5rem;
  }
  .el_ttl h2 {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .el_ttl span {
    font-size: 14px;
  }
  .el_ttl h2::after {
    width: 50px;
    transform: translateX(-50%) translateY(10px);
  }
  .bl_price {
    padding: 100px 10px;
  }
  .bl_price h2 {
    font-size: 40px;
  }
  .bl_price p {
    text-align: center;
    font-size: 18px;
  }
  .bl_price a.el_btn {
    max-width: 490px;
  }
  .ly_footer {
    padding: 55px 40px 24px;
  }
  .bl_footer {
    display: flex;
    gap: 6.5vw;
  }
  .bl_footer_logo {
    justify-content: flex-start;
  }
  .bl_footerAccess {
    display: flex;
    width: fit-content;
    flex-direction: column;
    width: 305px;
    position: relative;
  }
  .bl_footerAccess::after {
    position: absolute;
    content: '';
    top: 10px;
    right: calc(6.5vw / -2);
    height: 143px;
    width: 1px;
    background: #b0c4c7;
    z-index: 1;
  }
  .bl_footerCont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bl_footerMenu {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 490px;
    width: 100%;
    justify-content: flex-start;
    margin-top: 9px;
    font-size: 16px;
  }
  .bl_footerContact {
    text-align: left;
    font-size: 16px;
    line-height: 1.65;
  }
  .bl_footerContact .el_btn {
    margin-left: 0;
  }
  .bl_footerBtn {
    flex-direction: row;
    gap: 10px;
  }
  .bl_footerBtn .el_btn {
    width: 200px;
    font-size: 16px;
  }
  .bl_footerCopy {
    font-size: 12px;
  }
  .ly_riskModal {
    padding-top: 120px;
    background: rgb(0 0 0 / 0.15);
    overflow: hidden;
  }
  .bl_riskModal {
    background: #fff;
    width: 80vw;
    height: 80vh;
    max-width: 800px;
    max-height: 800px;
    padding: 40px;
    overflow: scroll;
    width: 100%;
    margin: auto;
    font-size: 16px;
  }
  .bl_riskModal legend {
    font-size: 20px;
  }
  .bl_toTop {
    width: 60px;
    height: 60px;
    left: 200px;
    bottom: 20px;
  }
  footer ~ iframe {
    bottom: 0px !important;
    max-height: calc(100vh - 140px) !important;
    transform: translateX(0%) !important;
    left: 0px !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1060px) {
  .ly_header {
    padding-inline: 20px;
  }
  .bl_header_nav {
    gap: 20px;
    flex-direction: row;
  }
  .bl_header_nav > div {
    display: contents;
  }
  .bl_header_nav a:hover,
  .bl_header_nav a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #41b3cb;
  }
  .bl_header_buttons .el_btn {
    height: 44px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1120px) {
  .bl_header_nav {
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .ly_header {
    padding-inline: 40px;
  }
  .bl_footer {
    gap: 16.5vw;
  }
  .bl_footerAccess::after {
    right: calc(16.5vw / -2);
  }
  .ly_footer {
    padding-inline: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .bl_header_logo {
    height: 100%;
    max-height: 80px;
  }
}