@charset "utf-8";

/*============================================================
MV
*============================================================*/
.mv {
  position: relative;
  height: calc(666 / 375 * 100vw);
  max-height: 853px;
}
.mv__img {
}
.mv__img img {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.mv__body {
  position: absolute;
  top: 88px;
  /* left: calc(50% - 2px);
  transform: translateX(-50%); */
	left: 32px;
  font-weight: 600;
  /* -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; */
}
.mv__title {
  font-size: 22px;
  line-height: 1.6;
}
.mv__title .first-line{
 margin-left: -12px;
 display: inline-block;
}


.mv__text {
  font-size: 15px;
  margin-right: 6px;
  position: relative;
  margin-top: 28px;
  letter-spacing: 1px;
	padding-left: 30px;
}
.mv__text::before {
  content: "";
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 1px;
  background-color: var(--text-color);
}
.mv__name {
  width: 108px;
  height: 108px;
  background-color: #0da3ba;
  position: absolute;
  bottom: 24px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__name p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.44;
  font-weight: 600;
}

.catch {
  padding-top: 70px;
}

.catch p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.54px;
  line-height: 2.22;
}

@media screen and (min-width: 768px) {
  .mv__body {
    top: 108px;
		left: 40px;
  }
  .mv__title {
    font-size: 30px;
  }
  .mv__title .first-line {
    margin-left: -16px;
  }

  .mv__text {
    font-size: 20px;
    margin-top: 36px;
		padding-left: 36px;
  }
  .mv__text::before {
    width: 29px;
  }
  .mv__name {
    width: 138px;
    height: 138px;
    bottom: 117px;
    right: 24px;
  }
  .mv__name p {
    font-size: 24px;
    line-height: 1.41;
  }
  .catch p {
    font-size: 18px;
  }
}

/*============================================================
Message
*============================================================*/
.message {
  padding: 115px 0 88px;
  position: relative;
}

.message__main-video {
  margin-top: 40px;
  position: relative;
  padding: 0 4px;
}
.message__main-video a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.message__main-video a:hover {
  opacity: 0.7;
}

.message__main-video-deco {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 131px;
  height: 73px;
}

.message__main-video-caption {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.message__main-video-caption p {
  font-size: 15px;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.message__boxes {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 60px;
}
.message__box {
}
.message__text1 {
  font-size: 16px;
  font-weight: 700;
}
.message__text2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
}
.message__text2 span {
  background-color: #ffeb00;
  padding: 4px 1px 2px;
}
.message__text3 {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0.45px;
}

.message__video {
  margin-top: 12px;
  padding: 0 4px;
}
.f-blue {
  color: #0da3ba;
}
.f-bold {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .message::before {
    content: "";
    background: transparent url(../img/message_man.png) no-repeat top center / contain;
    position: absolute;
    top: 252px;
    right: -142px;
    width: 142px;
    height: 327px;
    z-index: -1;
  }
  .message__main-video {
    padding: 0 6px;
  }
  .message__text3 {
    letter-spacing: 0;
  }
  .message__video {
    padding: 0 6px;
  }
}

/*============================================================
Promise
*============================================================*/
.promise {
  padding: 72px 0 80px;
  position: relative;
}

.promise__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 38px;
}
.promise__item {
}
.promise__copy {
  font-size: 24px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  font-weight: 600;
}
.promise__copy span {
  background-color: #ffeb00;
  padding: 4px 1px 5px;
}
.promise__text {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 1.86;
  color: #464646;
}

.promise__video-box {
  position: relative;
  padding: 0 4px;
}
.promise__number {
  position: absolute;
  right: 11px;
  bottom: -12px;
  font-size: 60px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px var(--text-color);
}
.promise__video {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .promise {
    padding: 72px 0 92px;
  }
  .promise::after {
    content: "";
    background: transparent url(../img/promise_man.png) no-repeat top center / contain;
    position: absolute;
    top: 175px;
    right: -141px;
    width: 141px;
    height: 225px;
    z-index: -1;
  }
  .promise__video-box {
    padding: 0 6px;
  }
  .promise__video {
    margin-top: 20px;
  }
}
/*============================================================
Profile
*============================================================*/
.profile {
  padding: 0 0 88px;
}
.profile__img-area {
  position: relative;
}
.profile__title {
  position: absolute;
  bottom: 0;
  left: 26px;
  width: 91px;
  height: 57px;
}
.profile__title img {
}
.profile__img {
}
.profile__img img {
}
.profile__name {
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  transform: translateY(-50%);
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.67;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.profile__boxes {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.profile__type {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: var(--main-blue);
}
.profile__items {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
}
.profile__item {
  display: flex;
}

.profile__term {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 700;
  width: 95px;
}

.profile__text {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
  width: calc(100% - 95px);
}

.profile__button {
  margin-top: 35px;
}
.profile__button a {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .profile {
    padding: 0 0 80px;
  }
  .profile__name {
    right: 48px;
  }
  .profile__boxes {
    gap: 20px;
  }
  .profile__items {
    margin-top: 4px;
  }
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 100;
  backdrop-filter: blur(24px);
}
/* オーバーレイをスクロールさせない */
body.is-fixed {
  position: fixed;
  inset: 0;
}
body.is-fixed .header {
  z-index: 0;
}

/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 0;
  right: -24px;
  width: 40px;
  height: 40px;
  color: #000;
  cursor: pointer;
  z-index: 100;
  background-color: #fff;
  padding: 7px;
  z-index: 200;
}
.button-close .span {
  position: relative;
}
.button-close span::before,
.button-close span::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.button-close span::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

/* モーダルウィンドウ */

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: calc(100% - 48px);
  height: 100%;
  border-radius: 5px;
  z-index: 200;
}
.modal-inner {
  background-color: #fff;
  margin-top: 80px;
  padding: 40px 22px 160px;
  overflow-y: scroll;
  height: 100%;
}
.profile-modal__items {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.profile-modal__item {
}
.profile-modal__time {
  font-size: 20px;
  color: var(--main-blue);
  letter-spacing: 0.6px;
  border-bottom: 1px solid #707070;
  font-weight: 700;
  padding-bottom: 8px;
}
.profile-modal__text {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1.75;
  margin-top: 8px;
}
.profile-modal__images {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.profile-modal__image {
  display: block;
  position: relative;
}
.profile-modal__images[data-column="1"] .profile-modal__image {
  aspect-ratio: 210 / 140;
  width: 100%;
}
.profile-modal__images[data-column="2"] .profile-modal__image {
  aspect-ratio: 210 / 140;
  width: calc(50% - (8px * 1 / 2));
}
.profile-modal__images[data-column="3"] .profile-modal__image {
  aspect-ratio: 139 / 140;
  width: calc(33.333% - (8px * 2 / 3));
}

.profile-modal__images img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .button-close {
    right: 0;
  }
}

/*============================================================
Works
*============================================================*/
.works {
  padding: 44px 0 80px;
  position: relative;
}
.works__box {
  margin-top: 45px;
}
.works__buton {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .works::after {
    content: "";
    background: transparent url(../img/works_man.png) no-repeat top center / contain;
    position: absolute;
    top: 100px;
    right: -166px;
    width: 166px;
    height: 294px;
    z-index: -1;
  }
}
/*============================================================
Rooting
*============================================================*/
.rooting {
  padding: 80px 0 87px;
}
.rooting__items {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.rooting__item {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--text-color);
}
.rooting__item:nth-of-type(n + 2) {
  margin-top: 26px;
}
.rooting__hospital {
  color: var(--main-blue);
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 1.4;
  font-weight: 700;
}
.rooting__text {
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 1.866;
  word-wrap: break-word;
  margin-top: 4px;
}
.rooting__buton {
  margin-top: 40px;
}

/* もっと見る */
.rooting__item {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.rooting__item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.rooting__item.is-hidden * {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* .list-btn {
  margin-top: 20px;
} */
.list-btn.is-btn-hidden {
  display: none;
}
.list-btn button {
  /* background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px; */
}
/*============================================================
Books
*============================================================*/
.books {
  padding: 44px 0 78px;
}
.books__img {
  margin-top: 40px;
  border-bottom: 1px solid var(--text-color);
  padding-bottom: 36px;
}
.books__img img {
  margin: auto;
  max-width: 253px;
  width: 100%;
  display: block;
}
.books__title {
  margin-top: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
}
.books__title span {
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .books {
    padding: 44px 0 66px;
  }
}

/*============================================================
News
*============================================================*/
.news {
  padding: 80px 0 88px;
}
.news__box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 76px 0 88px;
  }
}

/*============================================================
Contact
*============================================================*/
.contact {
  padding: 54px 0 36px;
  color: #fff;
  background-color: var(--main-blue);
  position: relative;
}
.contact::before {
  content: "";

  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  background: transparent url(../img/wave02.png) repeat top left / cover;
  height: 26px;
}
.contact .sec-title {
  color: #ffeb00;
}
.contact .sec-title span {
  color: #ffeb00;
}
.contact__lead {
  font-size: 18px;
  text-align: center;
  line-height: 1.66;
  margin-top: 14px;
}
.contact__sns-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
.contact__sns-buttons .button {
  background-color: #fff;
  color: var(--main-blue);
  width: 208px;
  height: 40px;
  font-weight: 500;
  position: relative;

  justify-content: flex-start;
}
.contact__sns-buttons .button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);

  width: 29px;
  height: 29px;
}
.buttton-instagram {
  padding-left: 62px;
}

.buttton-instagram::before {
  background: transparent url(../img/common/icon_instagram.svg) no-repeat top center / contain;
}
.button-twitter {
  padding-left: 64px;
}
.button-twitter::before {
  background: transparent url(../img/common/icon_twitter.svg) no-repeat top center / contain;
}
.contact__box {
  margin-top: 40px;
}

.form__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__item {
}
.form__item input,
.form__item textarea {
  border: none;
  padding-left: 16px;
  line-height: 1.33;
  font-size: 18px;
  padding: 10px 16px;
  width: 100%;
  height: 124px;
}
.form__item input {
  height: 45px;
}
::placeholder {
  color: #93c3cb;
}
.form__submit {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__submit input[type="submit"] {
  color: var(--main-blue);
  background-color: var(--yellow);
  width: 235px;
  height: 41px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
}
.form__submit input[type="submit"]:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 54px 0 80px;
  }
  .contact__sns-buttons {
    flex-direction: row;
  }
}

/*============================================================
サンクスページ
*============================================================*/
.thanks {
  height: calc(100vh - 40px);
  padding: 50px 0;
  background-color: var(--bg-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-lead {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
}

.thanks__button {
  margin-top: 40px;
}
