.txt-fs15 {
  font-size: 1.5rem;
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.6rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .txt-fs21 {
    font-size: 1.9rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 2rem;
  }
}

.txt-fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 2rem;
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 2.1rem;
  }
}

.txt-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs26 {
    font-size: 2.1rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 2.5rem;
  }
}

.txt-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2.8rem;
  }
}

.txt-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs36 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

.col-12 {
  width: 100%;
}

a {
  text-decoration: none;
}

.z11 {
  position: relative;
  z-index: 11 !important;
  display: block;
}

.z10 {
  position: relative;
  z-index: 10;
  display: block;
}

.z9 {
  position: relative;
  z-index: 9;
  display: block;
}

.d-inline {
  display: inline-block;
}

.br-2 {
  border-radius: 2rem;
}

.uppercase {
  text-transform: uppercase;
}

.br-1 {
  border-radius: 1rem;
}

.f-white {
  color: #fff !important;
}

.footer__container {
  max-width: 130rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}

.footer__pagetop {
  z-index: 20;
  position: fixed;
  bottom: 0.2rem;
  right: 1rem;
  border-radius: 100rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    bottom: 12rem;
  }
}
.footer__pagetop img {
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .footer__pagetop img {
    width: 5rem;
    height: 5rem;
  }
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-2 {
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .col-2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}

.map iframe {
  width: 100%;
  display: flex;
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 30rem;
  }
}

.banner__slider .slick-list {
  position: relative;
}
.banner__slider .slick-list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  background-color: #4C6982;
  opacity: 0.45;
}

.slick__slider {
  margin-top: 6rem;
  margin-bottom: 7rem;
  width: 100%;
}
.slick__slider .slick__image img {
  border-radius: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.bold {
  font-weight: 700;
}

.banner__features {
  bottom: 6rem;
  display: flex;
  gap: 3rem;
  justify-content: right;
  right: 1rem;
  z-index: 20;
  padding-right: 2rem;
  height: 0;
  transform: translateY(-20rem);
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .banner__features {
    bottom: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .banner__features {
    transform: translateY(-17rem);
  }
}
@media screen and (max-width: 767px) {
  .banner__features {
    transform: translateY(-10rem);
  }
}
@media screen and (max-width: 767px) {
  .banner__features {
    bottom: 12rem;
    right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner__features {
    gap: 1rem;
  }
}
.banner__features .banner__feature {
  position: relative;
}
.banner__features .banner__feature .banner__feature-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__features .banner__feature .banner__feature-icon {
    top: 0rem;
    right: 0rem;
  }
}
.banner__features .banner__feature .banner__feature-icon img {
  width: 3.4rem;
}
@media screen and (max-width: 767px) {
  .banner__features .banner__feature .banner__feature-icon img {
    width: 2.5rem;
  }
}
.banner__features .banner__feature .banner__feature-text img {
  width: 19rem;
}
@media screen and (max-width: 999px) {
  .banner__features .banner__feature .banner__feature-text img {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .banner__features .banner__feature .banner__feature-text img {
    width: 9.5rem;
  }
}
.banner__features .banner__feature .banner__feature-text a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.banner {
  position: relative;
}
@media screen and (max-width: 999px) {
  .banner {
    margin-top: 9.7rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__image img {
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner .banner__content {
  position: absolute;
  max-width: 81rem;
  right: 17rem;
  bottom: 20vw;
}
@media screen and (max-width: 999px) {
  .banner .banner__content {
    width: 100%;
    right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__content {
    bottom: 11rem;
    right: auto;
    left: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.banner .banner__content .banner__title {
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__content .banner__title {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }
}
.banner .banner__content .banner__text {
  letter-spacing: 0.24rem;
  margin-top: 1rem;
  font-size: 2.4rem;
  max-width: 74rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .banner .banner__content .banner__text {
    font-size: 1.3rem;
  }
}

.container__medium {
  max-width: 130rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}

.mt-8 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .mt-8 {
    margin-top: 4rem;
  }
}

.title__group {
  position: relative;
}
.title__group h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .title__group h3 {
    font-size: 3rem !important;
  }
}
.title__group div {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #6FB9C2;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.2rem;
}
.title__group div.line_b {
  font-size: 2rem;
  color: #353638;
  padding-bottom: 2rem;
}
.title__group div.line_b::after {
  position: absolute;
  content: "";
  width: 15rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: #353638;
  left: 0;
  bottom: 0;
}
.title__group div.line_b.f-white::after {
  background-color: #fff;
}
.title__group span {
  font-size: max(7.292vw, 9rem);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #61BBC3;
  position: absolute;
  opacity: 0.2;
  display: block;
  line-height: 0.3;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  white-space: nowrap;
  letter-spacing: 1.4rem;
}
@media screen and (max-width: 767px) {
  .title__group span {
    top: 1rem;
    font-size: 5rem;
  }
}
.title__group.text-center {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .title__group.text-center {
    margin-top: 2rem;
  }
}
.title__group.text-center div.line_b::after {
  left: 50%;
  transform: translateX(-50%);
}
.title__group.text-center span {
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title__group.text-left {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .title__group.text-left {
    margin-top: 2rem;
  }
}
.title__group.text-left div.line_b::after {
  left: 50%;
  transform: translateX(-50%);
}
.title__group.text-left span {
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news {
  border-right: 0.2rem #969696 dashed;
  width: 50%;
  margin-bottom: 6.25vw;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
    border-right: 0px #969696 dashed;
  }
}
.news .news__inner .news__left .news__header {
  position: relative;
}
.news .news__inner .news__left .news__header .link__wrapper {
  position: absolute;
  top: 1rem;
  right: 8rem;
}
@media screen and (max-width: 767px) {
  .news .news__inner .news__left .news__header .link__wrapper {
    right: 0;
  }
}
.news .news__inner .news__left .news__header .link__wrapper .news__more {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #00AFCC;
  border-radius: 9rem;
  background-image: url(../img/common/i-next-white.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  background-size: 1.2rem;
  font-weight: 500;
  width: 25.5rem;
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news .news__inner .news__left .news__header .link__wrapper .news__more {
    width: 17rem;
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
  }
}
.news .news__inner .news__left .news__header .link__wrapper .news__more:hover {
  background-color: #3EB08A;
  opacity: 1 !important;
}
.news .news__inner .news__left .news__list {
  margin-top: 2.5rem;
  height: 30rem;
  overflow: auto;
  width: calc(100% - 2rem);
  max-width: 60rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .news .news__inner .news__left .news__list {
    padding-right: 0;
    width: 100%;
    padding-right: 1rem;
  }
}
.news .news__inner .news__left .news__list .link__wrapper {
  border-bottom: 1px solid #353638;
}
.news .news__inner .news__left .news__list .link__wrapper:last-child {
  border-bottom: none;
}
.news .news__inner .news__left .news__list .link__wrapper .news__item {
  display: flex;
  gap: 3rem;
  padding-top: 3.1rem;
  padding-bottom: 3.2rem;
  background-image: url(../img/common/i-next.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.6rem;
  letter-spacing: 0.16rem;
}
.news .news__inner .news__left .news__list .link__wrapper .news__item .news__date {
  position: relative;
  width: 10rem;
}
.news .news__inner .news__left .news__list .link__wrapper .news__item .news__date::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 1.6rem;
  border-radius: 0;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  background-color: #CBCBCB;
}
.news .news__inner .news__left .news__list .link__wrapper .news__item .news__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 13rem);
}

.top__infor {
  width: 50%;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top__infor {
    width: 100%;
  }
}
.top__infor .infor__clinic {
  padding-left: 4.167vw;
}
@media screen and (max-width: 767px) {
  .top__infor .infor__clinic {
    padding-left: 0;
  }
}
.top__infor .infor__clinic .infor__clinic-info {
  margin-top: 3.5rem;
}
.top__infor .infor__clinic .infor__clinic-info .infor__clinic-item {
  border-bottom: 1px solid #C2C2C3 !important;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule {
  margin-top: 1.5rem;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row {
  border-bottom: 1px solid #E9EDEE !important;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row.f-white {
  border-bottom: none !important;
  background-color: #6FB9C2;
  color: #fff !important;
  border-radius: 0.5rem 0.5rem 0 0;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-hour {
  font-weight: 400;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark {
  color: #6FB9C2 !important;
}
@media screen and (max-width: 767px) {
  .top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark {
    width: 2.5rem !important;
  }
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark.f-white {
  color: #fff !important;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark:last-child {
  width: 4.8rem !important;
}
.top__infor .infor__clinic .infor__clinic-schedule .schedule__clinic-note {
  font-weight: 400 !important;
}
.top__infor .infor__clinic .infor__clinic-schedule .link__wrapper {
  margin-top: 3.5rem;
  text-align: center;
}
.top__infor .infor__clinic .infor__clinic-schedule .link__wrapper .schedule__clinic-button {
  border: 1px solid #00AFCC;
  color: #00AFCC;
  font-size: 1.8rem;
  border-radius: 9rem;
  background-color: #fff;
  width: 34rem;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  background-image: url(../img/common/i-next.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3rem) center;
  background-size: 0.6rem;
  letter-spacing: 1.8px;
  transition: all 0.3s ease-in-out;
}
.top__infor .infor__clinic .infor__clinic-schedule .link__wrapper .schedule__clinic-button:hover {
  background-color: #00AFCC;
  opacity: 1 !important;
  color: #fff;
}

.infor .infor__clinic .infor__clinic-info {
  max-width: 56rem;
}
.infor .infor__clinic .infor__clinic-info .infor__clinic-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 1px solid #353638;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .infor .infor__clinic .infor__clinic-info .infor__clinic-item {
    letter-spacing: 0;
  }
}
.infor .infor__clinic .infor__clinic-info .infor__clinic-item:last-child {
  border-bottom: none !important;
}
.infor .infor__clinic .infor__clinic-info .infor__clinic-item:last-child p {
  font-size: 2.2rem;
}
.infor .infor__clinic .infor__clinic-info .infor__clinic-item p:first-child {
  width: 7.5rem;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .infor .infor__clinic .infor__clinic-info .infor__clinic-item p:first-child {
    width: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .infor .infor__clinic .infor__clinic-info .infor__clinic-item p:first-child {
    width: 4rem;
  }
}
.infor .infor__clinic .infor__clinic-info .infor__clinic-item p:last-child {
  width: calc(100% - 7.5rem);
}
@media screen and (max-width: 999px) {
  .infor .infor__clinic .infor__clinic-info .infor__clinic-item p:last-child {
    width: calc(100% - 5.5rem);
  }
}
@media screen and (max-width: 767px) {
  .infor .infor__clinic .infor__clinic-info .infor__clinic-item p:last-child {
    width: calc(100% - 4rem);
  }
}
.infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row {
  border-bottom: 1px solid #4C4948;
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
}
.infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-hour {
  width: 16rem;
  text-align: center;
  display: inline-block;
  color: #38AA9C;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 999px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-hour {
    width: 10rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-hour {
    letter-spacing: 0;
  }
}
.infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark {
  width: 4.8rem;
  display: inline-block;
  color: #38AA9C;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark {
    width: 2rem;
  }
}
.infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark:last-child {
  width: 6rem;
}
@media screen and (max-width: 999px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark:last-child {
    width: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule .schedule__clinic-time .schedule__clinic-row .schedule__clinic-mark:last-child {
    width: 4.8rem;
  }
}
.infor .infor__clinic .infor__clinic-schedule .schedule__clinic-note {
  margin-top: 1.3rem;
  font-weight: 300;
  padding-left: 3rem;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 999px) {
  .infor .infor__clinic .infor__clinic-schedule .schedule__clinic-note {
    padding-left: 1rem;
  }
}
.black {
  color: #353638 !important;
}

.footer {
  background-color: #E8ECEE;
}
.footer .footer__inner {
  padding-top: 15rem;
  background-image: url(../img/common/ft-007.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner {
    padding-top: 10rem;
  }
}
.footer .footer__inner .footer__top .footer__info .infor .infor__clinic {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 7rem;
}
.footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-info {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-info {
    width: 100%;
  }
}
.footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-info .infor__clinic-header .infor__clinic-subtitle_jp {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
.footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-info .infor__clinic-header .infor__clinic-title_jp {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
.footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-schedule {
  width: calc(57% - 7rem);
  max-width: 65rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-schedule {
    width: 100%;
  }
}
.footer .footer__inner .footer__top .footer__info .infor .infor__clinic .infor__clinic-schedule .schedule {
  padding: 2.5rem 1.5rem 3.5rem 1.5rem;
  width: 58rem;
  margin: 0 auto;
  max-width: 100%;
}
.footer .footer__inner .footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__nav {
    font-size: 1.4rem;
  }
}
.footer .footer__inner .footer__nav .footer__col .footer__col-title {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5rem;
  letter-spacing: 3.2px;
}
.footer .footer__inner .footer__nav .footer__col.col-01 {
  width: 53rem;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__nav .footer__col.col-01 {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__nav .footer__col.col-01 {
    width: 100%;
  }
}
.footer .footer__inner .footer__nav .footer__col.col-02 {
  width: calc(100% - 53rem);
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .footer .footer__inner .footer__nav .footer__col.col-02 {
    width: calc(100% - 40rem);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__nav .footer__col.col-02 {
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__nav .footer__col.col-02 .footer__list {
    justify-content: space-between;
  }
}
.footer .footer__inner .footer__nav .footer__col.col-02 .footer__list .footer__item:nth-child(3n+1) {
  width: 33.5%;
}
.footer .footer__inner .footer__nav .footer__col.col-02 .footer__list .footer__item:nth-child(3n+2) {
  width: 26%;
}
.footer .footer__inner .footer__nav .footer__col.col-02 .footer__list .footer__item:nth-child(3n+3) {
  width: 33.5%;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__nav .footer__col.col-02 .footer__list .footer__item {
    width: 33% !important;
  }
}
.footer .footer__inner .footer__nav .footer__col .footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
.footer .footer__inner .footer__nav .footer__col .footer__list .footer__item {
  letter-spacing: 1.6px;
  list-style: none;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__nav .footer__col .footer__list .footer__item {
    letter-spacing: 0;
  }
}
.footer .footer__inner .footer__nav .footer__col .footer__list .footer__item .footer__link {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
.footer .footer__inner .footer__nav .footer__col .footer__list .footer__item .footer__link::before {
  position: absolute;
  content: "";
  left: 0.3rem;
  top: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #353638;
  border-radius: 9rem;
}
.footer .footer__inner .footer__bottom {
  background-color: #0093AC;
  padding-top: 2.8rem;
  padding-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__bottom {
    padding-bottom: 6.9rem;
  }
}
.footer .footer__inner .footer__bottom .footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__bottom .footer__container {
    gap: 1rem;
  }
}
.footer .footer__inner .footer__bottom .footer__logo {
  width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__bottom .footer__copyright {
    width: 100%;
  }
}
.footer .footer__inner .footer__bottom .footer__copyright {
  position: relative;
  letter-spacing: 1.4px;
}
.footer .footer__inner .footer__bottom .footer__copyright::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2rem;
  border-radius: 0;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner .footer__bottom .footer__copyright::before {
    content: none;
  }
}

.medical {
  margin-top: 1rem;
  background-image: url(../img/top/md-00.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 22.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .medical {
    padding-bottom: 15rem;
  }
}
.medical .medical__after {
  position: absolute;
  left: 17.188vw;
  top: -8.708vw;
}
@media screen and (max-width: 767px) {
  .medical .medical__after {
    top: 6rem;
  }
}
.medical .medical__after img {
  width: max(17.708vw, 25rem);
}
@media screen and (max-width: 767px) {
  .medical .medical__after img {
    width: 15rem;
  }
}
.medical .medical__inner {
  max-width: 172rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.medical .medical__inner .medical__header .medical__title {
  font-size: 4rem;
}
.medical .medical__inner .medical__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list {
    gap: 1rem;
  }
}
.medical .medical__inner .medical__list .link__wrapper {
  width: calc((100% - 12rem) / 4);
  min-width: 34rem;
}
@media screen and (max-width: 999px) {
  .medical .medical__inner .medical__list .link__wrapper {
    width: calc((100% - 8rem) / 3);
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .link__wrapper {
    width: calc(50% - 0.5rem);
  }
}
.medical .medical__inner .medical__list .link__wrapper .medical__link {
  color: #fff;
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card {
  position: relative;
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__image {
  display: flex;
  position: relative;
  background-color: #2B5E63;
  border-radius: 1rem;
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: rgba(8, 20, 21, 0.2);
  top: 0;
  left: 0;
  background-image: url(../img/common/i-next-bg.png);
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__image::after {
    background-size: 2rem;
    background-position: center calc(100% - 2rem);
  }
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__image img {
  border-radius: 1rem;
  opacity: 0.7;
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__content {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  padding-left: 2.083vw;
  padding-right: 2.083vw;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__content .medical__desc {
  position: absolute;
  letter-spacing: 1.6px;
  display: block;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__content .medical__en {
  letter-spacing: 0.14rem;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__content .medical__en {
    font-size: 1.4rem;
  }
}
.medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__content .medical__ja {
  letter-spacing: 0.24rem;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .medical .medical__inner .medical__list .link__wrapper .medical__link .medical__item .medical__card .medical__content .medical__ja {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
}
.medical .medical__inner .medical__list .link__wrapper .medical__link:hover .medical__item .medical__card .medical__content .un_hv {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .medical .medical__inner .medical__list .link__wrapper .medical__link:hover .medical__item .medical__card .medical__content .un_hv {
    opacity: 1;
  }
}
.medical .medical__inner .medical__list .link__wrapper .medical__link:hover .medical__item .medical__card .medical__content .medical__desc {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .medical .medical__inner .medical__list .link__wrapper .medical__link:hover .medical__item .medical__card .medical__content .medical__desc {
    opacity: 0;
  }
}
.un_hv {
  text-align: center;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.z10 {
  position: relative;
  z-index: 10;
}

.trouble {
  background-image: url(../img/top/tb-00.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: -10rem;
  padding-top: 15rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 767px) {
  .trouble {
    padding-bottom: 15rem;
  }
}
.trouble .trouble__inner {
  max-width: 128rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.trouble .trouble__inner .trouble__header .trouble__title {
  font-size: 4rem;
}
.trouble .trouble__inner .trouble__header .before__group {
  margin-left: -7.552vw;
  color: rgba(255, 255, 255, 0.28);
  opacity: 1;
}
@media screen and (max-width: 1480px) {
  .trouble .trouble__inner .trouble__header .before__group {
    margin-left: -1vw;
  }
}
.trouble .trouble__inner .trouble__content {
  position: relative;
}
.trouble .trouble__inner .trouble__content .trouble__body {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__body {
    top: 30rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__body img {
  width: 37rem;
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__body img {
    width: 28rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44rem;
  margin-top: -9rem;
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__list {
    gap: 60rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list {
    gap: 36rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item {
  width: calc(50% - 22rem);
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item {
    gap: 1.5rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item.trouble__item--top-left {
  margin-top: 17rem;
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item.trouble__item--top-left {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item.trouble__item--top-left {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper {
    width: calc(50% - 0.75rem);
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card {
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 2.7rem 3.8rem 2.7rem 2.083vw;
  position: relative;
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../img/common/i-next-blue.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  background-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card {
    padding: 2rem 1rem;
    background-image: none;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-title {
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
  position: relative;
  transition: all 0.3s ease;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-title {
    font-size: 1.8rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-title .uppercase {
  letter-spacing: 0.12rem;
  font-size: max(1.2rem, 12px);
  text-transform: uppercase;
  color: #02ab9e;
  font-weight: 500;
  transform: translateY(-4px);
  display: inline-block;
  transition: all 0.3s ease;
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-title .uppercase {
    padding-left: 0;
    margin-left: 0;
    display: block;
    margin-top: 1rem;
    padding-top: 0.5rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-title .uppercase::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 1px;
  height: 3rem;
  background-color: #CACACA;
  transform: rotate(33deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-title .uppercase::after {
    width: 6rem;
    height: 1px;
    transform: rotate(0);
    top: 0;
    left: 0;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-list {
  margin-top: 0.3rem;
  display: block;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-list {
    padding-right: 0;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-list .trouble__card-text {
  letter-spacing: 1.4px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #707173;
  font-size: 1.6rem;
  padding-left: 14px;
  transition: all 0.3s ease;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-list .trouble__card-text {
    font-size: 1.4rem;
  }
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card .trouble__card-list .trouble__card-text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #707173;
  transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card:hover {
  background-color: #02AB9E;
  background-image: url(../img/common/i-next-w.png);
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card:hover .trouble__card-title {
  color: #fff;
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card:hover .trouble__card-title .uppercase {
  color: #fff;
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card:hover .trouble__card-title .uppercase::after {
  background-color: #fff;
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card:hover .trouble__card-list .trouble__card-text {
  color: #fff;
}
.trouble .trouble__inner .trouble__content .trouble__list .trouble__item .link__wrapper .trouble__card:hover .trouble__card-list .trouble__card-text::before {
  background-color: #fff;
}

.feature {
  background-image: url(../img/top/ft-b0.png);
  background-size: 192rem auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding-top: 12rem;
  padding-bottom: max(8.854vw, 10rem);
  position: relative;
  background-color: #F5F8F9;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 8rem;
  }
}
.feature::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8rem;
  border-radius: 0;
  background-image: url(../img/top/bb.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 192rem;
  top: -7.9rem;
  left: 0;
  z-index: 10;
}
.feature .feature__inner .feature__header .feature__title {
  font-size: 4rem;
}
.feature .feature__inner .feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 7rem;
}
.feature .feature__inner .feature__list .feature__item {
  position: relative;
  width: calc(50% - 1rem);
  border-radius: 2.4rem;
  background-color: #fff;
  box-shadow: 0px 23px 40px 0px rgba(62, 62, 62, 0.1);
  -webkit-box-shadow: 0px 23px 40px 0px rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0px 23px 40px 0px rgba(62, 62, 62, 0.1);
  padding: 3rem max(2.188vw, 1.5rem) 4.5rem;
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item {
    width: 100%;
  }
}
.feature .feature__inner .feature__list .feature__item .ft-00 {
  position: absolute;
  top: -4.688vw;
  right: -5.729vw;
  width: 27rem;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .feature .feature__inner .feature__list .feature__item .ft-00 {
    top: -10vw;
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item .ft-00 {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item .ft-00 {
    width: 15rem;
  }
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__number {
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #60B574;
  background: linear-gradient(90deg, rgb(96, 181, 116) 0%, rgb(9, 167, 171) 50%, rgb(0, 165, 177) 100%);
  border-radius: 9rem;
  display: block;
  font-size: 4rem;
  line-height: 1;
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__number::before {
  content: "POINT";
  letter-spacing: 1.2px;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  padding-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-title {
  letter-spacing: 0.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.406vw, 2rem);
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-subtitle {
  letter-spacing: 0.2rem;
  text-align: center;
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 2rem;
  color: #03A5AF;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item .feature__card .feature__card-subtitle {
    font-size: 1.8rem;
  }
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-subtitle::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 1px;
  border-radius: 0;
  background-color: #353638;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-text {
  letter-spacing: 0.8px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-buttons {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item .feature__card .feature__card-buttons {
    gap: 1rem;
  }
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-buttons .link__wrapper .feature__button {
  color: #353638;
  background-color: #fff;
  border-radius: 9rem;
  background-image: url(../img/common/i-next-blue.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  background-size: 1.6rem;
  font-weight: 500;
  padding-left: 6.5rem;
  padding-right: 6rem;
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  margin: 0 auto;
  display: inline-block;
  min-width: 22rem;
  letter-spacing: 1.6px;
  border: 1px solid #353638;
  transition: all 0.3s ease-in-out;
}
.feature .feature__inner .feature__list .feature__item .feature__card .feature__card-buttons .link__wrapper .feature__button:hover {
  border-color: #00AFCC;
  background-color: #00AFCC;
  opacity: 1 !important;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .feature .feature__inner .feature__list .feature__item .feature__card .feature__card-buttons .link__wrapper .feature__button {
    background-position: calc(100% - 2rem) center;
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__inner .feature__list .feature__item .feature__card .feature__card-buttons .link__wrapper .feature__button {
    padding-left: 2.5rem;
    padding-right: 5rem;
  }
}
.feature .feature__inner .feature__more {
  letter-spacing: 1px;
  margin-top: 6rem;
}
.feature .feature__inner .feature__more .link__wrapper .feature__more-button {
  color: #fff;
  text-align: center;
  background-color: #61BBC3;
  border-radius: 9rem;
  background-image: url(../img/common/i-next-white.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
  background-size: 1.6rem;
  font-weight: 400;
  padding-left: 6.5rem;
  padding-right: 6rem;
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  margin: 0 auto;
  display: block;
  width: 35rem;
  max-width: 100%;
}
.feature .feature__inner .feature__more .link__wrapper .feature__more-button:hover {
  border-color: #00AFCC;
  background-color: #00AFCC;
  opacity: 1 !important;
}

.greeting {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(../img/top/a2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-top: 2rem;
  }
}
.greeting .greeting__inner {
  display: flex;
  flex-wrap: wrap;
}
.greeting .greeting__inner .greeting__content {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__content {
    width: 100%;
    order: 2;
  }
}
.greeting .greeting__inner .greeting__content .greeting__size {
  max-width: calc(57.5rem + 7.292vw);
  padding-left: 7.292vw;
  padding-right: 1.5rem;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 999px) {
  .greeting .greeting__inner .greeting__content .greeting__size {
    padding-left: 1.5rem;
  }
}
.greeting .greeting__inner .greeting__content .greeting__header .greeting__title {
  font-size: 4rem;
}
.greeting .greeting__inner .greeting__content .greeting__header .before__group {
  color: #fff;
  opacity: 0.1;
  left: -4.688vw;
}
@media screen and (max-width: 999px) {
  .greeting .greeting__inner .greeting__content .greeting__header .before__group {
    left: 0;
  }
}
.greeting .greeting__inner .greeting__content .greeting__body {
  margin-top: 3rem;
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__label {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.greeting .greeting__inner .greeting__content .greeting__body .greeting__text {
  margin-top: 2.5rem;
  line-height: 2;
  letter-spacing: 1.6px;
}
.greeting .greeting__inner .greeting__content .greeting__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .greeting .greeting__inner .greeting__content .greeting__footer {
    gap: 1rem;
  }
}
.greeting .greeting__inner .greeting__content .greeting__footer .link__wrapper .greeting__link {
  color: #353638;
  background-color: #fff;
  border-radius: 9rem;
  background-image: url(../img/common/i-next-blue.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  background-size: 1.6rem;
  font-weight: 500;
  padding-left: 6.5rem;
  padding-right: 6rem;
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  margin: 0 auto;
  display: block;
  min-width: 21rem;
  letter-spacing: 1.6px;
}
.greeting .greeting__inner .greeting__content .greeting__footer .link__wrapper .greeting__link:hover {
  border-color: #00AFCC;
  background-color: #00AFCC;
  opacity: 1 !important;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .greeting .greeting__inner .greeting__content .greeting__footer .link__wrapper .greeting__link {
    min-width: initial;
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__content .greeting__footer .link__wrapper .greeting__link {
    padding-left: 1rem;
    padding-right: 2.5rem;
    background-position: calc(100% - 0.5rem) center;
  }
}
.greeting .greeting__inner .greeting__image {
  position: relative;
  width: 45%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__image {
    width: 100%;
    margin-top: 3rem;
    order: 1;
  }
}
.greeting .greeting__inner .greeting__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__image img {
    border-radius: 0;
  }
}
.greeting .greeting__inner .greeting__image .after__image {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20.833vw;
}
@media screen and (max-width: 767px) {
  .greeting .greeting__inner .greeting__image .after__image {
    width: 15rem;
  }
}

.column {
  margin-top: 6rem;
  overflow-x: hidden;
}
.column .column__inner {
  display: flex;
  flex-wrap: wrap;
}
.column .column__inner .column__left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__left {
    width: 100%;
  }
}
.column .column__inner .column__left .column__recruit {
  position: relative;
  height: 100%;
}
.column .column__inner .column__left .column__recruit .column__recruit-image {
  display: flex;
  height: 100%;
}
.column .column__inner .column__left .column__recruit .column__recruit-image .after__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6.25vw;
  text-align: center;
  width: 100%;
  color: #00A5B1;
  line-height: 0.8;
  letter-spacing: 2.4rem;
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__left .column__recruit .column__recruit-image .after__image {
    font-size: 5rem;
    letter-spacing: 0;
  }
}
.column .column__inner .column__left .column__recruit .column__recruit-image img {
  border-radius: 0 4rem 4rem 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__left .column__recruit .column__recruit-image img {
    border-radius: 0;
  }
}
.column .column__inner .column__left .column__recruit .link__wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.column .column__inner .column__left .column__recruit .column__recruit-link {
  text-align: right;
  padding-right: 12rem;
  border-radius: 0 0 4rem 0;
  background-color: rgba(232, 236, 238, 0.9);
  font-size: 1.979vw;
  font-weight: 400;
  background-image: url(../img/common/i-next-bl.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4rem) center;
  background-size: 4rem;
  display: block;
  padding-top: 3.646vw;
  padding-bottom: 3.75vw;
}
@media screen and (max-width: 999px) {
  .column .column__inner .column__left .column__recruit .column__recruit-link {
    padding-right: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__left .column__recruit .column__recruit-link {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__left .column__recruit .column__recruit-link {
    font-size: 1.8rem;
    background-position: calc(100% - 2rem) center;
    background-size: 2rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3.2rem;
  }
}
.column .column__inner .column__left .column__recruit .column__recruit-link .column__recruit-text {
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__left .column__recruit .column__recruit-link .column__recruit-text {
    letter-spacing: 0;
  }
}
.column .column__inner .column__right {
  width: 50%;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .column .column__inner .column__right {
    width: 100%;
  }
}
.column .column__inner .column__right .column__header .column__title {
  font-size: 4rem;
}
.column .column__inner .column__right .column__header .column__label {
  font-size: 2rem;
  color: #353638;
}
.column .column__inner .column__right .column__list {
  padding-right: 1.563vw;
  max-width: 59rem;
  margin: 6rem auto 0;
  width: calc(100% - 3rem);
  max-height: 27.5rem;
  overflow-y: auto;
}
.column .column__inner .column__right .column__list::-webkit-scrollbar-track {
  border-radius: 2rem;
  background-color: #C2C2C3;
}
.column .column__inner .column__right .column__list::-webkit-scrollbar {
  width: max(0.4rem, 4px);
  border-radius: 2rem;
  background-color: #C2C2C3;
}
.column .column__inner .column__right .column__list::-webkit-scrollbar-thumb {
  border-radius: 2rem;
  background: #00A5B1;
}
.column .column__inner .column__right .column__list .link__wrapper {
  border-bottom: 1px solid #C2C2C3;
}
.column .column__inner .column__right .column__list .link__wrapper:last-child {
  border-bottom: 0px solid #C2C2C3;
}
.column .column__inner .column__right .column__list .link__wrapper .column__item {
  display: flex;
  gap: 3rem;
  padding-top: 3.1rem;
  padding-bottom: 3.2rem;
  background-image: url(../img/common/i-next.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.6rem;
}
.column .column__inner .column__right .column__list .link__wrapper .column__item .column__date {
  position: relative;
  width: 10rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 999px) {
  .column .column__inner .column__right .column__list .link__wrapper .column__item .column__date {
    letter-spacing: 1.4px;
  }
}
.column .column__inner .column__right .column__list .link__wrapper .column__item .column__date::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 1.6rem;
  border-radius: 0;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  background-color: #CBCBCB;
}
.column .column__inner .column__right .column__list .link__wrapper .column__item .column__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 13rem);
  letter-spacing: 0.16rem;
}
.column .column__inner .column__right .column__more .link__wrapper {
  margin-top: 3.5rem;
  text-align: center;
}
.column .column__inner .column__right .column__more .link__wrapper .column__button {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #F2B230;
  border-radius: 9rem;
  background-image: url(../img/common/i-next-white.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  background-size: 1.2rem;
  font-weight: 500;
  width: 25.5rem;
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  margin: 0 auto;
  letter-spacing: 1.6px;
}
.column .column__inner .column__right .column__more .link__wrapper .column__button:hover {
  border-color: #00AFCC;
  background-color: #00AFCC;
  opacity: 1 !important;
}

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

.news .news__inner .news__left .news__list::-webkit-scrollbar {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .news .news__inner .news__left .news__list::-webkit-scrollbar {
    width: 0.5rem;
  }
}

.news .news__inner .news__left .news__list::-webkit-scrollbar-track {
  background: #E6F3F8;
  border-radius: 1rem;
}

.news .news__inner .news__left .news__list::-webkit-scrollbar-thumb {
  background: #00AFCC;
  border-radius: 1rem;
}/*# sourceMappingURL=style.css.map */