@charset "UTF-8";
/* ブレイクポイントの定義 */
.sp-wrap {
  padding: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .side-bnr-list li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .side-bnr-list {
    margin-bottom: 10px;
  }
}
.md-sub-title {
  margin-bottom: 1rem;
}

.md-title {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .md-title {
    margin-bottom: 2rem;
  }
}

.l-top .news .news-list > li > a div {
  color: #606b7a;
}
@media screen and (max-width: 768px) {
  .l-top .news .news-list > li > a div {
    margin-top: 0.5rem;
  }
}
.l-top .news .news-list > li > a div span {
  display: block;
}

.c-over-link {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.c-btn-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33rem;
  height: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #00C0BD;
  position: relative;
  font-size: 1.6rem;
  background-color: white;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-default {
    font-size: 1.4rem;
    width: 27.7rem;
    height: 5rem;
  }
}
.c-btn-default::after {
  content: "";
  width: 1rem;
  height: 1.9rem;
  background-color: #00C0BD;
  -webkit-mask-image: url(../../img/icon/ic-arrow.svg);
          mask-image: url(../../img/icon/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-default::after {
    width: 0.6rem;
    height: 1.1rem;
  }
}
@media (hover: hover) {
  .c-btn-default:hover {
    background-color: #00C0BD;
    color: white;
  }
  .c-btn-default:hover::after {
    background-color: white;
  }
}
.c-btn-default--main {
  background-color: #00C0BD;
  color: white;
}
.c-btn-default--main::after {
  background-color: white;
}
@media (hover: hover) {
  .c-btn-default--main:hover {
    background-color: white;
    color: #00C0BD;
  }
  .c-btn-default--main:hover::after {
    background-color: #00C0BD;
  }
}
.c-btn-default--movie {
  border-color: #ED4373;
  color: #ED4373;
}
.c-btn-default--movie::after {
  background-color: #ED4373;
}
@media (hover: hover) {
  .c-btn-default--movie:hover {
    background-color: #ED4373;
    color: white;
  }
  .c-btn-default--movie:hover::after {
    background-color: #ED4373;
  }
}

.c-btn-left-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  border: solid 1px #02B1A6;
  color: #02B1A6;
  width: 30rem;
  padding: 0.5rem 0;
  background-color: white;
  gap: 0.5rem;
  line-height: 1.5;
  min-height: 3.5rem;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.c-btn-left-arrow::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.8rem;
  background-color: #02B1A6;
  -webkit-mask-image: url(../../img/icon/ic-arrow02.svg);
          mask-image: url(../../img/icon/ic-arrow02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (hover: hover) {
  .c-btn-left-arrow:hover {
    background-color: #02B1A6;
    color: white;
  }
  .c-btn-left-arrow:hover::before {
    background-color: white;
  }
}
.c-btn-left-arrow > span {
  max-width: 10rem;
}
.c-btn-left-arrow--main {
  background-color: #00C0BD;
  color: white;
}
.c-btn-left-arrow--main::before {
  background-color: white;
}
@media (hover: hover) {
  .c-btn-left-arrow--main:hover {
    background-color: white;
    color: #00C0BD;
  }
  .c-btn-left-arrow--main:hover::before {
    background-color: #00C0BD;
  }
}

.c-banner-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .c-banner-hover:hover {
    opacity: 0.7;
  }
}

.c-bold {
  font-weight: bold;
}

.c-en-jp-ttl {
  position: relative;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-en-jp-ttl {
    margin-bottom: 2rem;
  }
}
.c-en-jp-ttl__en {
  font-size: 8.6rem;
  color: #EFF7F7;
  font-family: Crimson Text;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-en-jp-ttl__en {
    font-size: 6.2rem;
  }
}
.c-en-jp-ttl__jp {
  font-size: 3.2rem;
  color: #1E2B38;
  font-family: "Noto Serif JP";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-en-jp-ttl__jp {
    font-size: 2.3rem;
  }
}

.c-ttl-simple {
  font-size: 3.2rem;
  text-align: center;
  color: #1E2B38;
  font-family: "Noto Serif JP";
  margin-bottom: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-ttl-simple {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}

.mv-slick {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mv-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.mv .slick-list {
  padding: 0 calc(50vw - 57.2rem) !important;
}
@media screen and (max-width: 768px) {
  .mv .slick-list {
    padding: 0 3rem !important;
  }
}
.mv .slick-slide {
  margin: 0 3.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .slick-slide {
    margin: 0 0.8rem;
  }
}
.mv .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% - 4.85rem);
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .mv .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
@media (hover: hover) {
  .mv .slick-arrow:hover {
    opacity: 0.7;
  }
}
.mv .slick-arrow::before {
  display: none;
}
.mv .slick-prev {
  left: auto;
  right: calc(50% + 56rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .mv .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.mv .slick-next {
  right: auto;
  left: calc(50% + 56rem);
}
@media screen and (max-width: 768px) {
  .mv .slick-next {
    right: 0.5rem;
    left: auto;
  }
}
.mv .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .mv .slick-dots {
    margin: 1.7rem 0;
  }
}
.mv .slick-dots > li {
  width: 16rem;
  height: 6.7rem;
  margin: 0 1rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .mv .slick-dots > li {
    width: 6.4rem;
    height: 4.8rem;
    margin: 0 0.5rem;
  }
}
.mv .slick-dots > li.slick-active {
  opacity: 1;
}

.best-case-section {
  background-image: url(../../img/home/best-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 8.3rem;
}
@media screen and (max-width: 768px) {
  .best-case-section {
    padding: 0 1.2rem 4rem;
  }
}
.best-case-section__ttl {
  text-align: center;
  padding: 5.5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .best-case-section__ttl {
    padding: 3rem 0 2rem;
  }
}
.best-case-section__ttl img {
  width: 48.5rem;
}
@media screen and (max-width: 768px) {
  .best-case-section__ttl img {
    width: 28rem;
  }
}
.best-case-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: white;
  width: 108rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .best-case-section__inner {
    width: 100%;
  }
}
.best-case-section__btn {
  text-align: center;
  margin: 1.8rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .best-case-section__btn {
    margin-bottom: 3rem;
  }
}

.best-case-content {
  display: none;
}
.best-case-content.is-active {
  display: block;
}
.best-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 6.8rem; */
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .best-case-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
.best-case-list__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.8rem;
  font-size: 1.4rem;
  border: solid 1px #D9EFF1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  flex: 1 1 140px;
  min-width: 140px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .best-case-list__item {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 4.8rem;
    font-size: 1.2rem;
    color: #1E2B38;
    font-weight: medium;
    padding: 0 10px;
    min-width: unset;
    flex: 1 1 auto;
  }
}
.best-case-list__item + .best-case-list__item {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .best-case-list__item:nth-of-type(3n + 1) {
    border-left: solid 1px #D9EFF1;
  }
}
@media screen and (max-width: 768px) {
  .best-case-list__item:nth-of-type(n + 4) {
    border-top: none;
  }
}
.best-case-list__item.is-active {
  color: white;
  background-color: #00C0BD;
  border-color: #00C0BD;
}
@media (hover: hover) {
  .best-case-list__item:hover {
    color: white;
    background-color: #00C0BD;
  }
}
.best-case-slick {
  margin-top: 3rem;
  padding: 0 calc(50% - 36.5rem);
}
@media screen and (max-width: 768px) {
  .best-case-slick {
    margin-top: 2rem;
    padding: 0;
  }
}
.best-case-slick.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.best-case-slick.slick-slider.slick-initialized {
  opacity: 1;
}
.best-case-slick:not(.js-best-case-slick) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .best-case-slick .slick-dotted.slick-slider {
    margin-bottom: 2rem;
  }
}
.best-case-slick .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .best-case-slick .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.best-case-slick .slick-arrow::before {
  display: none;
}
.best-case-slick .slick-prev {
  left: auto;
  right: calc(50% + 39.5rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .best-case-slick .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.best-case-slick .slick-next {
  right: auto;
  left: calc(50% + 39.5rem);
}
@media screen and (max-width: 768px) {
  .best-case-slick .slick-next {
    right: 0.5rem;
    left: auto;
  }
}
.best-case-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  position: relative;
  margin: 1.5rem 0 0;
  bottom: auto;
}
.best-case-slick .slick-dots > li {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0;
}
.best-case-slick .slick-dots > li.slick-active {
  background-color: #00C0BD;
}
.best-case-article {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.158);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.158);
  position: relative;
  margin: 1rem;
}
.best-case-article__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .best-case-article__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.best-case-article__figure {
  width: 30rem;
  background-color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .best-case-article__figure {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.best-case-article__figure img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.best-case-article__text-box {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .best-case-article__text-box {
    width: 100%;
  }
}
.best-case-article__time-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.best-case-article__time {
  color: #8D9398;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .best-case-article__time {
    font-size: 1.4rem;
  }
}
.best-case-article__cat {
  color: #00C0BD;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 0.4rem;
  border: solid 1px #00C0BD;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .best-case-article__cat {
    font-size: 1rem;
  }
}
.best-case-article__cat-tags {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00C0BD;
  margin-bottom: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .best-case-article__cat-tags {
    margin-bottom: 1rem;
  }
}
.best-case-article__ttl {
  font-size: 1.8rem;
  color: #1E2B38;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .best-case-article__ttl {
    font-size: 1.6rem;
  }
}
.best-case-article__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #454D57;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .best-case-article__doctor {
    margin-top: 1rem;
  }
}
.best-case-article__doctor-img {
  width: 5.6rem;
  height: 5.6rem;
  overflow: hidden;
  border-radius: 100%;
  border: solid 1px #EAEAEA;
}
.best-case-article__doctor-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .best-case-article:hover .best-case-article__figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.7;
  }
}

.monitor-section {
  padding: 5rem 0 14rem;
}
@media screen and (max-width: 768px) {
  .monitor-section {
    padding-bottom: 5rem;
  }
}
.monitor-section__inner {
  width: 110.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .monitor-section__inner {
    width: 100%;
  }
}

.monitor-banner-slick {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.monitor-banner-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .monitor-banner-slick .slick-list {
    padding-right: 13.6rem;
    padding-left: 1.25rem;
  }
}
.monitor-banner-slick__slide {
  margin: 0 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .monitor-banner-slick__slide {
    margin: 0.75rem;
  }
}
.monitor-banner-slick__progress-wrap {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  height: 4px;
  background-color: #E4E4E4;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .monitor-banner-slick__progress-wrap {
    width: calc(100% - 5rem);
    margin-top: 2rem;
  }
}
.monitor-banner-slick__progress {
  width: 0%;
  height: 100%;
  background-color: #00C0BD;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.monitor-banner-slick .slick-arrow {
  width: 5.3rem;
  height: 5.3rem;
  border: solid 1px #00C0BD;
  border-radius: 100%;
  -webkit-transform: none;
          transform: none;
  top: calc(100% + 6.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monitor-banner-slick .slick-arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.9rem;
  background-color: #00C0BD;
  -webkit-mask-image: url(../../img/icon/ic-arrow.svg);
          mask-image: url(../../img/icon/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 0.2rem;
}
.monitor-banner-slick .slick-next {
  right: 1.25rem;
}
.monitor-banner-slick .slick-prev {
  left: auto;
  right: 7.6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popular-case-section {
  background-color: #F7FAFA;
  padding: 8rem 0 0 !important;
}
@media screen and (max-width: 768px) {
  .popular-case-section {
    padding-top: 4rem !important;
  }
}

.popular-case-slick {
  width: 110rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popular-case-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .popular-case-slick {
    width: 100%;
  }
}
.popular-case-slick__slide {
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .popular-case-slick__slide {
    margin: 0 2.5rem;
  }
}
.popular-case-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  bottom: auto;
  margin-top: 3rem;
  padding: 0 20px;
  flex-wrap: wrap;
}
.popular-case-slick .slick-dots > li {
  margin: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.popular-case-slick .slick-dots > li.slick-active {
  background-color: #00C0BD;
}
.popular-case-slick .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .popular-case-slick .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.popular-case-slick .slick-arrow::before {
  display: none;
}
.popular-case-slick .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .popular-case-slick .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.popular-case-slick .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .popular-case-slick .slick-next {
    right: 0.5rem;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .popular-case-nav {
    margin-top: 3rem;
  }
}

.popular-case-bottom-slick {
  height: 18rem;
  position: relative;
  margin-top: 8rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popular-case-bottom-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .popular-case-bottom-slick {
    height: 9rem;
    margin-top: 0;
  }
}
.popular-case-bottom-slick::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.32;
}
.popular-case-bottom-slick__slide {
  height: 18rem;
}
@media screen and (max-width: 768px) {
  .popular-case-bottom-slick__slide {
    height: 9rem;
  }
}
.popular-case-bottom-slick__slide img {
  max-height: 100%;
}

.new-case-section {
  padding: 5rem 0 8.5rem !important;
  background-image: url(../../img/home/new-case-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .new-case-section {
    padding: 3.5rem 0 5rem !important;
  }
}
.new-case-section__inner {
  width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-case-section__inner {
    width: 100%;
  }
}
.new-case-section__sub-ttl {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.new-case-section__sub-ttl::before {
  display: none !important;
}
.new-case-section__sub-ttl img {
  width: 31.2rem;
}
@media screen and (max-width: 768px) {
  .new-case-section__sub-ttl img {
    width: 25rem;
  }
}
.new-case-section__ttl img {
  width: 60.9rem;
}
@media screen and (max-width: 768px) {
  .new-case-section__ttl img {
    width: 32.5rem;
  }
}
.new-case-section__btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-case-section__btn {
    margin-top: 3rem;
  }
}

.new-case-slick {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.new-case-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .new-case-slick .slick-list {
    padding-right: 7rem;
    padding-left: 1.5rem;
  }
}
.new-case-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  position: relative;
  margin: 3rem 0 0;
  bottom: auto;
}
.new-case-slick .slick-dots > li {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0;
}
.new-case-slick .slick-dots > li.slick-active {
  background-color: #00C0BD;
}
.new-case-slick .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .new-case-slick .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.new-case-slick .slick-arrow::before {
  display: none;
}
.new-case-slick .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .new-case-slick .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.new-case-slick .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .new-case-slick .slick-next {
    right: 0.5rem;
    left: auto;
  }
}
.new-case-slick__progress-wrap {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  height: 4px;
  background-color: #E4E4E4;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .new-case-slick__progress-wrap {
    width: calc(100% - 5rem);
    margin-top: 2rem;
  }
}
.new-case-slick__progress {
  width: 0%;
  height: 100%;
  background-color: #00C0BD;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.new-case-article {
  background: white;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .new-case-article {
    margin: 0 1.5rem 0 0;
  }
}
.new-case-article__top-inner {
  position: relative;
}
.new-case-article__figure {
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
.new-case-article__figure img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.new-case-article__text-box {
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .new-case-article__text-box {
    padding: 1.25rem;
  }
}
.new-case-article__ttl {
  font-size: 1.8rem;
  line-height: 1.42;
  margin-bottom: 0.7rem;
  color: #1e2b38;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .new-case-article__ttl {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.new-case-article__category {
  color: #00c0bd;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 4px;
  border: 1px solid #00c0bd;
  padding: 0.5rem 10px;
  font-weight: 500;
}
@media (hover: hover) {
  .new-case-article:hover .new-case-article__figure img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.case-search {
  width: 108rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .case-search {
    width: 100%;
    padding: 0 1.5rem;
    margin-top: 4rem;
  }
}
.case-search__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-bottom: solid 1px #D9EFF1;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  color: #1E2B38;
}
@media screen and (max-width: 768px) {
  .case-search__ttl {
    font-size: 2.3rem;
    padding-bottom: 1.5rem;
  }
}
.case-search__ttl::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #00C0BD;
  -webkit-mask-image: url(../../img/icon/ic-serch.svg);
          mask-image: url(../../img/icon/ic-serch.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 768px) {
  .case-search__ttl::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.case-search-content {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .case-search-content {
    margin-top: 2rem;
  }
}
.case-search-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}
.case-search-tab__item {
  width: 50%;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00C0BD;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .case-search-tab__item {
    height: 4rem;
    font-size: 1.4rem;
  }
}
.case-search-tab__item.is-active {
  background-color: white;
  color: #00C0BD;
  height: 8rem;
  border-top: solid 1rem #00C0BD;
}
@media screen and (max-width: 768px) {
  .case-search-tab__item.is-active {
    height: 4.6rem;
    border-top-width: 4px;
  }
}
.case-search-list-wrap {
  background-color: white;
  padding: 3rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .case-search-list-wrap {
    padding: 1.8rem;
  }
}
.case-search-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.case-search-list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-search-list__item {
  width: calc(25% - 1.5rem);
  border-bottom: solid 1px #D0E6E8;
}
@media screen and (max-width: 768px) {
  .case-search-list__item {
    width: calc(50% - 1rem);
  }
}
.case-search-list__item a {
  font-size: 1.6rem;
  color: #3B4043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 7rem;
  width: 100%;
  font-weight: medium;
}
@media screen and (max-width: 768px) {
  .case-search-list__item a {
    height: 6.3rem;
    font-size: 1.3rem;
  }
}
.case-search-list__item a::before {
  content: "";
  background-image: url("../../img/top_reason_icon_arrow_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 0.9rem;
  height: 1.4rem;
}
@media screen and (max-width: 768px) {
  .case-search-list__item a::before {
    width: 0.7rem;
    height: 1.1rem;
  }
}

.menu-section {
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .menu-section {
    padding: 5.2rem 0 4rem;
  }
}
.menu-section__btn {
  text-align: center;
}
.menu-section-slick {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.menu-section-slick.slick-initialized {
  opacity: 1;
}
.menu-section-slick .slick-list {
  padding-left: calc(50vw - 54rem);
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-section-slick .slick-list {
    padding-left: 0;
    padding-right: 0;
    width: 1080px !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-section-slick .slick-list {
    padding: 0;
    width: 100% !important;
  }
}
.menu-section-slick .slick-track {
  height: 100%;
  padding-bottom: 1rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu-section-slick__slide {
  margin: 0 1.2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-bottom: 2rem;
  height: auto !important;
  float: none !important;
}
.menu-section-slick__slide .lay-content {
  padding-left: 30px;
}
.menu-section-slick__slide .lay-content .sub-title {
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  color: #02B1A6;
  margin-bottom: 0.5rem;
}
.menu-section-slick__slide .lay-content .title {
  color: #1e2b38;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
}
.menu-section-slick__slide .text-box {
  padding: 2.5rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .menu-section-slick__slide .text-box {
    padding: 2rem 1.25rem 0;
  }
}
.menu-section-slick__slide .text-box .text {
  color: #606b7a;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-justify: inter-ideograph;
  text-align: justify;
}
.menu-section-slick__slide-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0 2rem;
}
.menu-section-slick__slide-btn-wrap > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.menu-section-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  bottom: auto;
  margin-top: 1rem;
}
.menu-section-slick .slick-dots > li {
  margin: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-section-slick .slick-dots > li.slick-active {
  background-color: #00C0BD;
}
.menu-section-slick .slick-arrow {
  width: 5.3rem;
  height: 5.3rem;
  border: solid 1px #00C0BD;
  border-radius: 100%;
  -webkit-transform: none;
          transform: none;
  top: calc(100% + 3.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-section-slick .slick-arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.9rem;
  background-color: #00C0BD;
  -webkit-mask-image: url(../../img/icon/ic-arrow.svg);
          mask-image: url(../../img/icon/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 0.2rem;
}
.menu-section-slick .slick-next {
  right: calc(50vw - 54rem);
}
.menu-section-slick .slick-prev {
  left: auto;
  right: calc(50vw - 47.6rem);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.movie-section {
  padding: 4rem 0 6rem;
  background-image: url(../../img/home/movie-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .movie-section {
    padding: 2.4rem 0 5rem;
    background-image: url(../../img/home/sp-movie-bg.jpg);
  }
}
.movie-section__ttl {
  text-align: center;
  margin-bottom: 2.4rem;
}
.movie-section__ttl img {
  width: 84.3rem;
}
@media screen and (max-width: 768px) {
  .movie-section__ttl img {
    width: 35.1rem;
  }
}
.movie-section__desc {
  padding: 1rem 0;
  text-align: center;
  background-color: #ED4373;
  color: white;
  font-size: 1.6rem;
  width: 108rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .movie-section__desc {
    width: calc(100% - 2.5rem);
    font-size: 1.2rem;
    padding: 1rem 1.25rem;
    line-height: 1.5;
  }
}
.movie-section__btn {
  text-align: center;
}
.movie-section-slick {
  width: 110rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .movie-section-slick {
    width: 100%;
  }
}
.movie-section-slick.slick-initialized {
  opacity: 1;
}
.movie-section-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.movie-section-slick__slide {
  margin: 0 1rem;
  background-color: white;
  float: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .movie-section-slick__slide {
    margin: 0 0.75rem;
  }
}
.movie-section-slick__slide-text-box {
  padding: 1.3rem;
}
.movie-section-slick__slide-text-box div {
  font-size: 1.4rem;
  color: #1E2B38;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* 末尾の三点リーダー */
}
.movie-section-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  position: relative;
  margin: 3rem 0 0;
  bottom: auto;
}
.movie-section-slick .slick-dots > li {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0;
}
.movie-section-slick .slick-dots > li.slick-active {
  background-color: #ED4373;
}
.movie-section-slick .slick-arrow {
  background-color: #ED4373;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .movie-section-slick .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.movie-section-slick .slick-arrow::before {
  display: none;
}
.movie-section-slick .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .movie-section-slick .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.movie-section-slick .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .movie-section-slick .slick-next {
    right: 0.5rem;
    left: auto;
  }
}

.downtime-section {
  background: #F7FAFA;
  padding: 6rem 0;
}
.downtime-section__gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#38DFA9), to(#15C0BD));
  background: linear-gradient(to right, #38DFA9, #15C0BD);
  color: white;
  font-size: 1.6rem;
  font-family: Crimson Text;
  padding: 0.5rem 0.8rem 0.2rem;
  display: inline-block;
  line-height: 1;
}
.downtime-section__head {
  width: 108rem;
  background-image: url(../../img/home/downtime-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 3.6rem 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .downtime-section__head {
    width: calc(100% - 2.5rem);
    background-image: url(../../img/home/sp-downtime-bg.jpg);
    padding: 2.5rem 0 2rem;
  }
}
.downtime-section__head-sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .downtime-section__head-sub-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.downtime-section__head-sub-ttl-text {
  color: #1E2B38;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .downtime-section__head-sub-ttl-text {
    font-size: 1.5rem;
  }
}
.downtime-section__head-main-ttl {
  width: 61.2rem;
  margin: 0 auto 2.5rem;
  border-bottom: solid 2px white;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .downtime-section__head-main-ttl {
    width: 32.5rem;
    margin-bottom: 1.5rem;
  }
}
.downtime-section__head-main-ttl img {
  width: 56.1rem;
}
@media screen and (max-width: 768px) {
  .downtime-section__head-main-ttl img {
    width: 31rem;
  }
}
.downtime-section__head-text {
  color: #1E2B38;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .downtime-section__head-text {
    font-size: 1.3rem;
    line-height: 1.77;
  }
}
.downtime-section__hukidashi {
  width: 40rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem auto 3.4rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FD829A), to(#ED4373));
  background: linear-gradient(to bottom, #FD829A, #ED4373);
  border-radius: 3rem;
  color: white;
  font-size: 1.8rem;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .downtime-section__hukidashi {
    width: 29rem;
    height: 5rem;
    font-size: 1.5rem;
    margin: 3rem auto;
  }
  .downtime-section__hukidashi > img {
    height: 1.6rem;
  }
}
.downtime-section__hukidashi::after {
  content: "";
  width: 1.7rem;
  height: 1.3rem;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#FD829A), to(#ED4373));
  background: linear-gradient(to top, #FD829A, #ED4373);
  -webkit-mask-image: url(../../img/home/donwtime-hukidashi-after.svg);
          mask-image: url(../../img/home/donwtime-hukidashi-after.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.downtime-section__btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .downtime-section__btn {
    margin-top: 2.7rem;
  }
}

.downtime-case-slick {
  width: 112rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.downtime-case-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .downtime-case-slick {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .downtime-case-slick .slick-list {
    padding-right: 7rem;
    padding-left: 1.5rem;
  }
}
.downtime-case-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 100%;
  position: relative;
  margin: 3rem 0 0;
  bottom: auto;
}
.downtime-case-slick .slick-dots > li {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0;
}
.downtime-case-slick .slick-dots > li.slick-active {
  background-color: #00C0BD;
}
.downtime-case-slick .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .downtime-case-slick .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.downtime-case-slick .slick-arrow::before {
  display: none;
}
.downtime-case-slick .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .downtime-case-slick .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.downtime-case-slick .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .downtime-case-slick .slick-next {
    right: 0.5rem;
    left: auto;
  }
}
.downtime-case-slick__progress-wrap {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  height: 4px;
  background-color: #E4E4E4;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .downtime-case-slick__progress-wrap {
    width: calc(100% - 5rem);
    margin-top: 2rem;
  }
}
.downtime-case-slick__progress {
  width: 0%;
  height: 100%;
  background-color: #00C0BD;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.downtime-case-article {
  background: white;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .downtime-case-article {
    margin: 0 1.5rem 0 0;
  }
}
.downtime-case-article__top-inner {
  position: relative;
}
.downtime-case-article__figure {
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
.downtime-case-article__figure img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.downtime-case-article__text-box {
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .downtime-case-article__text-box {
    padding: 1.25rem;
  }
}
.downtime-case-article__ttl {
  font-size: 1.8rem;
  line-height: 1.42;
  margin-bottom: 0.7rem;
  color: #1e2b38;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .downtime-case-article__ttl {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.downtime-case-article__category {
  color: #00c0bd;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 4px;
  border: 1px solid #00c0bd;
  padding: 0.5rem 10px;
  font-weight: 500;
}
@media (hover: hover) {
  .downtime-case-article:hover .downtime-case-article__figure img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.doctor-section {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .doctor-section {
    padding: 4rem 0 0;
  }
}
.doctor-section__btn {
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .doctor-section__btn {
    margin-top: 3rem;
  }
}
.doctor-section-slick {
  width: 111rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.doctor-section-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .doctor-section-slick {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .doctor-section-slick .slick-list {
    padding: 0 23rem 0 1.5rem;
  }
}
.doctor-section-article {
  margin: 0 1.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctor-section-article {
    margin: 0 1rem;
  }
}
.doctor-section-article__img {
  margin-bottom: 1.6rem;
  border: solid 1px #E4E4E4;
}
.doctor-section-article__position {
  font-size: 1.4rem;
  color: #9D9D9D;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-article__position {
    font-size: 1.1rem;
  }
}
.doctor-section-article__name {
  color: #3B4043;
  font-size: 2rem;
  font-family: "Noto Serif JP";
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-article__name {
    font-size: 1.4rem;
  }
}
.doctor-section-article__name-en {
  font-size: 1.3rem;
  color: #00C0BD;
  font-family: "Crimson Text";
}
@media screen and (max-width: 768px) {
  .doctor-section-article__name-en {
    font-size: 1.1rem;
  }
}
.doctor-section .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 35%;
}
@media screen and (max-width: 768px) {
  .doctor-section .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.doctor-section .slick-arrow::before {
  display: none;
}
.doctor-section .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .doctor-section .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.doctor-section .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .doctor-section .slick-next {
    right: 0.5rem;
    left: auto;
  }
}
.doctor-section-sns {
  width: 108rem;
  margin: 0 auto;
  padding: 5.8rem 5rem 5rem;
  background-image: url(../../img/home/doctor-sns-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-sns {
    width: calc(100% - 2.5rem);
    padding: 2.5rem 1.25rem 2rem;
  }
}
.doctor-section-sns__ttl {
  color: white;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-sns__ttl {
    font-size: 1.9rem;
    line-height: 1.31;
    margin-bottom: 2rem;
  }
}
.doctor-section-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.2rem 1.8rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-sns-list {
    gap: 0.9rem 1.3rem;
  }
}
.doctor-section-sns-list__item {
  width: calc(25% - 1.65rem);
  height: 6.4rem;
  position: relative;
}
.doctor-section-sns-list__item--sns {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  color: #000000;
  font-family: "Noto Serif JP";
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-sns-list__item--sns {
    width: calc(50% - 0.65rem);
    height: 4.8rem;
    font-size: 1.2rem;
  }
}
.doctor-section-sns-list__item--sns img {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-sns-list__item--sns img {
    width: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .doctor-section-sns-list__item--doctor {
    width: 100%;
    height: auto;
  }
}
.doctor-section-sns-list__doctor-sns {
  position: absolute;
  bottom: 1.1rem;
  left: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .doctor-section-sns-list__doctor-sns {
    bottom: auto;
    top: 50%;
    left: 24rem;
    margin-left: 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .doctor-section-sns-list__doctor-sns img {
    height: 3rem;
  }
}

.review-section {
  margin: 4rem auto 6rem;
  width: 108rem;
  padding: 4rem 7rem;
  background-image: url(../../img/home/review-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .review-section {
    background-image: url(../../img/home/sp-review-bg.jpg);
    width: calc(100% - 2.5rem);
    padding: 3rem 1.5rem;
    margin: 2rem auto 4rem;
  }
}
.review-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .review-section__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.review-section__head img {
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .review-section__head img {
    width: 29rem;
    margin-top: 1.5rem;
  }
}
.review-section__ttl {
  font-size: 3.8rem;
  font-family: "Noto Serif JP";
  font-weight: normal;
  color: #1E2B38;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .review-section__ttl {
    font-size: 2.6rem;
    line-height: 3.6rem;
    text-align: center;
  }
}
.review-section__ttl > span {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .review-section__ttl > span {
    font-size: 2rem;
  }
}
.review-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .review-section-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.review-section-list__item {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .review-section-list__item {
    width: 15.6rem;
  }
}
.review-section__text {
  font-size: 1.6rem;
  text-align: center;
  color: #3B4043;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .review-section__text {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.83;
  }
}

@media screen and (max-width: 768px) {
  .news-section {
    margin-bottom: 0 !important;
  }
}
.news-section__btn {
  text-align: center;
}

.column-section {
  padding: 6rem 0 9.5rem;
}
@media screen and (max-width: 768px) {
  .column-section {
    padding: 4rem 0;
  }
}
.column-section__btn {
  text-align: center;
}
.column-section-slick {
  width: 110rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.column-section-slick.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .column-section-slick {
    width: 100%;
  }
}
.column-section-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  bottom: auto;
  margin-top: 3rem;
}
.column-section-slick .slick-dots > li {
  margin: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.column-section-slick .slick-dots > li.slick-active {
  background-color: #00C0BD;
}
.column-section-slick .slick-arrow {
  background-color: #00C0BD;
  width: 2.4rem;
  height: 4.3rem;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
          mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: calc(50% - 4rem);
}
@media screen and (max-width: 768px) {
  .column-section-slick .slick-arrow {
    width: 1.6rem;
    height: 2.9rem;
  }
}
.column-section-slick .slick-arrow::before {
  display: none;
}
.column-section-slick .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .column-section-slick .slick-prev {
    left: 0.5rem;
    right: auto;
  }
}
.column-section-slick .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .column-section-slick .slick-next {
    right: 0.5rem;
    left: auto;
  }
}
.column-section-article {
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column-section-article {
    margin: 0 0.75rem;
  }
}
.column-section-article__figure {
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.column-section-article__figure img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.column-section-article__ttl {
  font-size: 1.4rem;
  color: #1E2B38;
  line-height: 2.2rem;
}
@media (hover: hover) {
  .column-section-article:hover .column-section-article__figure img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.greeting-section {
  position: relative;
  padding: 6rem 0;
  background-image: url(../../img/home/greeting-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .greeting-section {
    padding: 5rem 2.5rem;
    background-image: url(../../img/home/sp-greeting-bg.jpg);
  }
}
.greeting-section__text-wrap {
  width: 108rem;
  margin: 0 auto;
  padding-right: 41.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .greeting-section__text-wrap {
    width: 100%;
    padding: 0;
  }
}
.greeting-section__text-wrap p {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #1E2B38;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .greeting-section__text-wrap p {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
}
.greeting-section__ttl {
  font-size: 3.4rem;
  color: #1E2B38;
  font-family: "Noto Serif JP";
  display: inline-block;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .greeting-section__ttl {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
}
.greeting-section__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D0E6E8;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .greeting-section__ttl::after {
    width: 19.4rem;
  }
}
.greeting-section__name-wrap {
  text-align: right;
  color: #1E2B38;
  font-family: "Noto Serif JP";
}
.greeting-section__position {
  font-size: 1.4rem;
}
.greeting-section__name {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .greeting-section__name {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.greeting-section__img {
  position: absolute;
  bottom: 0;
  right: calc(50vw - 70rem);
  width: 54.7rem;
}
@media screen and (max-width: 768px) {
  .greeting-section__img {
    right: 0;
    width: 17.2rem;
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting-section__more {
    display: none;
  }
}
.greeting-section__more-toggle {
  text-align: right;
  font-size: 1.4rem;
  color: #00C0BD !important;
}
.greeting-section__more-toggle > img {
  width: 0.8rem;
  margin-left: 0.6rem;
}

.faq-section {
  padding: 6rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 4rem 0 5rem;
  }
}
.faq-section__btn {
  text-align: center;
  margin-top: 4rem;
}
.faq-section-list {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-section-list {
    width: calc(100% - 4rem);
  }
}
.faq-section-list__item {
  font-size: 1.6rem;
  line-height: 1.81;
  color: #333333;
  border-bottom: solid 1px #E4E4E4;
  padding: 2rem 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-section-list__item {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1.5rem 0;
  }
}
.faq-section-list__item dt {
  padding: 0.8rem 5.8rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq-section-list__item dt {
    padding: 0rem 4rem;
  }
}
.faq-section-list__item dt::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-image: url(../../img/icon/ic-question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .faq-section-list__item dt::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.faq-section-list__item-toggle {
  position: absolute;
  display: block;
  width: 5.8rem;
  height: 4.4rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .faq-section-list__item-toggle {
    width: 4rem;
    height: 2.4rem;
  }
}
.faq-section-list__item-toggle::before, .faq-section-list__item-toggle::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #00C0BD;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .faq-section-list__item-toggle::before, .faq-section-list__item-toggle::after {
    width: 1.2rem;
  }
}
.faq-section-list__item-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-section-list__item-toggle.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.faq-section-list__item dd {
  padding: 0.8rem 5.8rem;
  position: relative;
  font-weight: normal;
  margin-top: 2.2rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .faq-section-list__item dd {
    padding: 0rem 4rem;
    margin-top: 1.5rem;
  }
}
.faq-section-list__item dd::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-image: url(../../img/icon/ic-answer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .faq-section-list__item dd::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.recruit {
  padding-bottom: 7.4rem;
}
.recruit .text-box {
  padding: 5.6rem 0;
}
@media screen and (max-width: 768px) {
  .recruit .text-box {
    padding: 0 0 40px 0 !important;
  }
}
.recruit .text-box .text {
  line-height: 1.86 !important;
}
@media screen and (max-width: 768px) {
  .recruit .text-box .text {
    line-height: 2 !important;
    padding-inline: 13px;
    text-align: left;
  }
}
.recruit .text-box .title {
  margin-bottom: 2.5rem !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 768px) {
  .recruit .text-box .title {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    font-size: 2rem !important;
    text-align: center;
  }
  .recruit .text-box  {
    text-align: center;
  }
}

.doctor-section {
  padding: 8rem 0 6rem;
}
.doctor-section .c-en-jp-ttl__in {
  display: inline-block;
  position: relative;
}
.doctor-section .c-en-jp-ttl__en {
  position: absolute;
  left: 0;
  top: -.5em;
  width: 100%;
  text-align: center;
}
.doctor-section .c-en-jp-ttl__jp {
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctor-section .c-en-jp-ttl__jp {
    padding: 0 1em;
  }
}
.doctor-section .doctor-korea {
  margin-top: 8rem;
}
.doctor-section .doctor-korea .c-en-jp-ttl__in {
  margin-left: 132px;
}
@media screen and (max-width: 768px) {
  .doctor-section .doctor-korea .c-en-jp-ttl__in {
    margin-left: 86px;
  }
}
.doctor-section .doctor-korea .c-en-jp-ttl__in:before {
  content: "";
  width: 112px;
  height: 64px;
  position: absolute;
  left: -132px;
  top: 50%;
  margin-top: -42px;
  background-image: url(../../img/flug-jp-ko.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
}
@media screen and (max-width: 768px) {
.doctor-section .doctor-korea .c-en-jp-ttl__in:before {
  width: 81px;
  height: 46px;
  left: -86px;
}
}


/* 20240604 */
@media (hover: hover) {
  .best-case-list__item:hover {
    border-color: #00C0BD;
  }
  .best-case-list__item:hover a {
    color: #fff;
  }
}
.best-case-list__item a {
  color: #606b7a;
  display: block;
}
.best-case-list__item.active {
  border-color: #00C0BD!important;
  background-color: #00C0BD!important;
}
.best-case-list__item.active a {
  color: #fff;
}
.best-case-content {
  display: block;
}
.best-case-content .best-case-slick__wrapper {
  /*opacity: 0;*/
  position: relative;
}
.best-case-content.active .best-case-slick__wrapper {
  /*opacity: 1;*/
  /*transition: 1s;*/
}
.best-case-section__btn.renew {
  max-width: 108rem;
  margin: auto;
  padding: 1.8rem 0 4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .best-case-section__inner {
    border-left: 1px solid #D9EFF1;
    border-right: 1px solid #D9EFF1;
  }
  .best-case-section__btn.renew {
    border-left: 1px solid #D9EFF1;
    border-right: 1px solid #D9EFF1;
    border-bottom: 1px solid #D9EFF1;
  }
  .best-case-list {
    padding: 0 6px;
    gap: 5px 2%;
  }
  .best-case-list__item {
    width: 32%;
    border-radius: 4px;
  }
  .best-case-list__item + .best-case-list__item {
    border-left: 1px solid #D9EFF1;
  }
  .best-case-list__item:nth-of-type(n + 4) {
    border-top: 1px solid #D9EFF1;
  }
  .best-case-section__label {
    background: #fff;
    text-align: center;
    color: #00C0BD;
    font-size: 15px;
    border-left: 1px solid #D9EFF1;
    border-right: 1px solid #D9EFF1;
    border-top: 1px solid #D9EFF1;
    padding: 25px 0 16px;
    position: relative;
    overflow: hidden;
  }
  .best-case-section__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
    z-index: 1;
  }
  .best-case-section__label p {
    display: inline-block;
    /*animation: zoom 0.5s ease 0s infinite alternate;*/
    /*transform-origin: center;*/
  }
  .best-case-section__label span {
    display: inline-block;
    padding-right: 24px;
    position: relative;
  }
  .best-case-section__label span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 28px;
    background: url(../../img/ico-tap.svg) no-repeat center bottom;
    background-size: 100%;
  }
  .best-case-slick .slick-arrow {
    width: 32px;
    height: 70px;
    mask-image: none!important;
    z-index: 10;
  }
  .best-case-slick .slick-prev {
    left: -1.2rem;
    background: url(../../img/arrow-slick-next.png) no-repeat;
    background-size: 100%;
  }
  .best-case-slick .slick-next {
    right: -1.2rem;
    background: url(../../img/arrow-slick-next.png) no-repeat;
    background-size: 100%;
  }
  .best-case-slick .slick-dots {
    gap: 0 6px;
  }
  .best-case-slick__wrapper .scrHint {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: rgba(83,83,83,.7);
    width: 120px;
    height: 80px;
    border-radius: 7px;
    overflow: hidden;
  }
  .best-case-slick__wrapper .scrHint p {
    padding-top: 58px;
    position: relative;
  }
  .best-case-slick__wrapper .scrHint:before,
  .best-case-slick__wrapper .scrHint:after {
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9px;
  }
  .best-case-slick__wrapper .scrHint:before {
    right: 0;
    opacity: 0;
    background-image: url(../../img/ico-scroll.png);
    animation-name: scrHint;
    animation-duration: 1.2s;
    animation-iteration-count: 2;
  }
  .best-case-slick__wrapper .scrHint:after {
    opacity: 0;
    left: 50%;
    margin-left: -20px;
    background-image: url(../../img/ico-scroll-arrow.png);
    animation-name: scrHint2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 2.4s;
    animation-fill-mode: forwards;
  }
}
@keyframes swing {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
@keyframes scrHint {
  0% {
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: calc(100% - 40px);
    opacity: 0;
  }
}
@keyframes scrHint2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* 2024/07/03 */
.ba-section {
  padding: 40px 0 90px;
  overflow: hidden;
}
.ba-section .sec-in {
  width: 1080px;
  margin: auto;
}
.ba-section .sec-ttl {
  text-align: center;
  font-size: 28px;
  color: #00C0BD;
  margin-bottom: 1em;
}
.ba-section .sec-lead {
  text-align: center;
  margin-bottom: 40px;
}
.ba-slider .main-list__risk {
  display: block;
}
.ba-slider .main-list__risk+.more__btn {
  right: 26px;
}
.ba-slider .slick-arrow {
  z-index: 1;
  width: 5.3rem;
  height: 5.3rem;
  border: solid 1px #00C0BD;
  border-radius: 100%;
  -webkit-transform: none;
          transform: none;
  top: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ba-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1.9rem;
  background-color: #00C0BD;
  -webkit-mask-image: url(../../img/icon/ic-arrow.svg);
          mask-image: url(../../img/icon/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 0.2rem;
}
.ba-slider .slick-prev {
  left: calc(50% - 100px);
  transform: translateX(-50%) rotate(180deg);
}
.ba-slider .slick-next {
  right: unset;
  left: calc(50% + 100px);
  transform: translateX(-50%);
}
.ba-slider .slick-dots {
  bottom: auto;
  top: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-justify-content: center;
          justify-content: center;
}
.ba-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.ba-slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DFDFDF;
}
.ba-slider .slick-dots button:before {
  content: none;
}
.ba-slider .slick-dots .slick-active button {
  background: #01C0BD;
}
.ba-slider .slick-list {
  overflow: visible;
  max-width: 560px;
  margin: auto;
}
.ba-slider {}
.ba-slider .slide-item {
  padding: 0 20px;
}
.ba-slider .slide-item__in {
  display: block;
  box-sizing: border-box;
  background: #fff;
  border: 8px solid #E9F7F8;
  padding: 10px 32px 13px;
}
.ba-slider .slide-item .item-ttl {
  text-align: center;
  font-size: 20px;
  color: #01C0BD;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.ba-slider .slide-item .item-img {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.ba-slider .slide-item .item-img >div {
  width: 48%;
  position: relative;
}
.ba-slider .slide-item .item-img >div:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  font-family: "NotoSerifCJKjp","Noto Serif JP",Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,HG明朝E,serif;
  width: 73px;
  line-height: 22px;
  text-align: center;
}
.ba-slider .slide-item .item-img .img-before:before {
  content: "Before";
  background: #898989;
}
.ba-slider .slide-item .item-img .img-after:before {
  content: "After";
  background: #F77DA6;
}
@media screen and (max-width: 768px) {
  .ba-section {
    padding: 20px 25px 90px;
  }
  .ba-section .sec-in {
    width: 100%;
  }
  .ba-section .sec-ttl {
    font-size: 23px;
    margin-bottom: 0.5em;
  }
  .ba-section .sec-lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .ba-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .ba-slider .slick-arrow {
    display: none!important;
  }
  .ba-slider .slick-dots {
    margin-top: 20px;
  }
  .ba-slider .slick-list {
    max-width: 100%;
    overflow: hidden;
  }
  .ba-slider .slide-item {
    width: 325px;
    padding: 0 10px;
  }
  .ba-slider .slide-item__in {
    border: 6px solid #E9F7F8;
    padding: 12px;
  }
  .ba-slider .slide-item .item-ttl {
    font-size: 14px;
  }
  .ba-slider .slide-item .item-img >div:before {
    font-size: 12px;
    width: 53px;
    line-height: 18px;
  }
}

.relative {
  position: relative;
}

.best-case-slick .slick-dots {
  opacity: 0;
  visibility: hidden;
}

.slide-count {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 107px;
  height: 31px;
  border-radius: 40px;
  background: #F1F1F1;
}

.slide-count-number {
  font-family: Crimson Text;
  font-size: 14px;
  color: #4D4D4D;
}

.slide-count-slash {
  font-family: Crimson Text;
  font-size: 12px;
  color: #4D4D4D;
}

.slide-count-total {
  font-family: Crimson Text;
  font-size: 14px;
  color: #4D4D4D;
}

.ba-slide-count {
  bottom: -61px;
}

.popular-case-wrap {
  padding-bottom: 40px;
}

.popular-slide-count {
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ba-slide-count {
    bottom: -47px;
  }

  .popular-case-wrap {
    padding-bottom: 90px;
  }

  .popular-slide-count {
    bottom: 40px;
  }
}