@charset "UTF-8";

/*
Theme Name:iabibi
*/
@import url("assets/scss/reset.css");

/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Noto+Sans+JP:wght@400;500;700&display=swap");

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* {
	outline: 1px solid magenta;
} */

.font {
  font-family: "Cormorant Garamond", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }
}

body,
html {
  height: 100%;
}

body {
  color: #111 !important;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

body input,
body button {
  font-family: inherit;
}

body a {
  color: inherit;
  text-decoration: none;
}

body p {
  line-height: 1.8;
}

body strong {
  font-weight: bold;
}

body img {
  max-width: 100%;
  height: auto;
}

body iframe {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
    padding-top: 68px;
  }
}

@media screen and (min-width: 960px) {
  a:hover {
    filter: brightness(130%);
    opacity: 0.8;
  }
}

ul,
ol {
  padding: 0;
}

.container {
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .container {
    width: 100%;
    margin-right: auto;
  }
}

.message_container {
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .message_container {
    margin-left: auto;
  }
}

.access_container {
  width: 90%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .access_container {
    padding-bottom: 5%;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}

ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}

ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
}

.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
  .container {
    padding: 0 20px;
  }
}

/* HEADER */
.header {
  height: 71px;
  width: 100%;
  top: 0;
  background: #fff;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    background: #f7f5f1;
  }
}

.header__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header__wrap {
    background: #f7f5f1;
  }
}

.header__logo {
  /* padding: 16px 63px; */
  /* margin-top: 50px; */
  background: #fff;
  width: 180px;
  height: auto;
  margin: 0;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 150px;
    height: inherit;
    margin-left: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    margin-top: 10px;
  }
}

.header__logo a {
  display: block;
  /* margin-top: 50px; */
}

.header__logo a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: inherit;
}

.header__items {
  display: flex;
  align-items: center;
  gap: 25px;
  height: inherit;
}

.header__item {
  height: inherit;
  list-style: none;
}

.header__item a {
  height: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #3f3f3f;
}

@media screen and (max-width: 768px) {
  .header__snsItems {
    padding-top: 40px;
  }
}

.header__snsIcon {
  display: flex;
  width: auto;
  height: auto;
  gap: 20px;
}

.header__navWrap {
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
  background-color: #f7f5f1;
}
@media screen and (min-width: 1200px) {
  .header__navWrap {
    gap: 20px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 1200px) {
  .header__navWrap {
    background-color: transparent;
  }
}

@media screen and (max-width: 1200px) {
  .header__logo {
    margin-top: 0;
  }

  .header__wrap {
  }

  .header__items {
    gap: 18px;
  }

  .header__item a {
    font-size: 14px;
  }

  .header__sns {
    margin-left: 20px;
  }

  .header__btn {
    margin-left: 14px;
  }

  .header__btn a {
    min-width: 150px;
  }
}

@media screen and (max-width: 980px) {
  .header__nav {
    display: none;
  }
}

/* ドロワーメニュー */
@media screen and (max-width: 980px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 93vh;
    background-image: linear-gradient(to bottom, white 99%, #3e3e3e 99%);
    z-index: 100;
    margin-top: 60px;
    flex-direction: column;
    padding: 60px 30px;
    box-sizing: border-box;
  }

  .header__navWrap {
    flex-direction: column;
    overflow: auto;
  }

  .header__items {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: initial;
  }

  .header__item {
    width: 100%;
  }

  .header__item a {
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header__item a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }

  .header__sns {
    position: absolute;
    top: -40px;
    right: 60px;
    z-index: 1;
    width: 30px;
    height: 30px;
  }

  .header__btn {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }

  .header__btn a {
    min-width: initial;
    width: 80%;
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
  }

  .header__logo a {
    display: block;
    position: relative;
    z-index: 120;
  }

  .header__logo a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}

.header__menu {
  display: none;
}

.home-menu.active .header__nav {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 980px) {
  .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    height: inherit;
    padding: 0 22px;
    background-color: #333333;
  }
}

.mobileHeader_button {
  width: 100%;
}

.mobileHeader_buttonBox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 15px 0;
  margin-top: 40px;
  background-image: linear-gradient(45deg, #f78e94, #fed279);
  outline: 0.8px solid #fff;
  outline-offset: -5px;
}
.mobileHeader_buttonBox img {
  width: 15px;
  height: 15px;
}
.mobileHeader_buttonBox p {
  color: #fff;
  font-family: "Noto Sans JP", serif;
}
.mobileHeader_buttonBox img.ArrowRightCircle {
  width: 10px;
  height: 10px;
  right: 0;
}
/* HEADER */

/* セクションタイトル */
.head {
  text-align: center;
  margin-bottom: 38px;
}

.heading {
  position: relative;
  text-align: center;
  /* padding: 1em; */
}

.heading__sub::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #f79e9e;
}

.heading__left::after {
  left: 0;
  transform: none;
}

.heading__sub {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
  color: #f79e9e;
  position: relative;
  padding-bottom: 12px;
  font-weight: 200;
}

.heading__main {
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #1893c7;
}

.home-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
}

.home-menu.active {
  z-index: 11;
  opacity: 1;
  display: block;
}

/* .home-menu__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-menu__bg-text {
  color: #FAF8F8;
  font-size: 190px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
}
.home-menu__legal {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  font-size: 12px;
}
.home-menu__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .home-menu__bg-text {
    font-size: 60px;
    left: 0;
    top: inherit;
    bottom: 40px;
  }
  .home-menu__legal {
    right: 10px;
    top: inherit;
    bottom: 40px;
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    font-size: 10px;
  }
} */

/* .home-menu__wrap {
  position: relative;
}
.home-menu- {
  width: 700px;
  max-width: 90%;
}
.home-menu_box {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.home-menu-navi__item {
  line-height: 1.5;
  margin: 16px;
  margin-bottom: 30px;
}
.home-menu-navi__item-main {
  text-transform: uppercase;
  font-size: 31px;
  font-family: "Cormorant Garamond", serif;
  margin-left: 15px;
}
.home-menu-navi__item-sub {
  font-size: 15px;
  margin-bottom: 4px;
  margin-left: 15px;
}
@media screen and (max-width: 959px) {
  .home-menu-navi__item-main {
    font-size: 20px;
  }
  .home-menu-navi__item-sub {
    font-size: 12px;
  }
  .home-menu_box {
    display: flow-root;
    top: 47%;
    width: 100%;
}
.home-menu__img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  height: 146px;
  object-position: top;
}
}
.home-menu_box img {
  object-fit: cover;
}  */

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  width: 30px;
  position: relative;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
  width: 15px;
  right: 0;
  margin-left: auto;
  margin-right: 0;
}

.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 0;
  width: 10px;
  right: 0;
  margin-left: auto;
  margin-right: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  width: 30px;
}

.menu-trigger.active span:nth-of-type(3) {
  width: 30px;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  width: 30px;
}

.scroll-bar {
  text-transform: uppercase;
  padding-top: 130px;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
}

.scroll-bar::before {
  content: "";
  display: block;
  width: 1px;
  height: 117px;
  background-color: #0f0f0f;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 959px) {
  .scroll-bar {
    font-size: 10px;
    padding-top: 93px;
  }

  .scroll-bar::before {
    height: 80px;
  }
}

.mv {
  position: relative;

  /* height: 791px; */
  background: linear-gradient(#ddeff7 50%, #fff 50%);
  margin-top: 70px;
  /* overflow-x: hidden; */
}

.mv__reserve {
  position: fixed;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .mv__reserve {
    bottom: 0;
    width: 100%;
    height: 30px;
  }
}

.mv__reserve--visible {
  opacity: 1;
  visibility: visible;
}

.mv > img {
  width: 90%;
  display: block;
  margin-right: 0;
  margin-left: auto;
  height: 95%;
  object-fit: cover;
}

.mv__scroll {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 50%;
  left: 90%;
}
@media screen and (max-width: 959px) {
  .mv__scroll {
    bottom: 25%;
  }
}

/*Scrollテキストの描写*/
.mv__scroll span {
  position: absolute;
  left: 0;
  bottom: 115px;
  color: #111;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.4em;
  font-weight: 200;
}

/* 丸の描写 */
.mv__scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 10px;
  height: 10px;
  z-index: 10;
  border-radius: 50%;
  background: #f79e9e;
  animation: circlemove 3.2s ease-in-out infinite,
    cirlemovehide 3.2s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 95px;
  }

  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.mv__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3.5px;
  width: 2px;
  height: 100px;
  background: #111;
}

.mv__circle-text {
  position: absolute;
  width: 167px;
  max-width: 9%;
  top: 84px;
  right: 145px;
}

.mv__circle-text img {
  -webkit-animation: sp-anime 40s infinite linear;
  animation: sp-anime 40s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mv__bottom-text {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 85px;
  color: #111;
  bottom: 10%;
  right: 7%;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.mv__text {
  width: 1200px;
  max-width: 50%;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6%;
}

.mv__text__border {
  border-bottom: 2px solid #111;
}

.mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  letter-spacing: 0.23em;
  line-height: 1.65217391;
}

.mv__title .underline {
  position: relative;
}

.mv__title .underline::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0f0f0f;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mv__title .dot {
  position: relative;
}

.mv__title .dot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0f0f0f;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 36%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mv__description {
  letter-spacing: 0.16em;
  margin-top: 48px;
}

.mv__description p {
  line-height: 1.875;
}
@media screen and (max-width: 959px) {
  .mv {
    margin-top: 0;
  }

  .mv__circle-text {
    width: 100px;
    max-width: none;
    top: 20px;
    right: 18px;
  }

  .mv__bottom-text {
    font-size: 40px;
    bottom: 45px;
    right: 18px;
    text-align: right;
  }

  .mv__text {
    padding-left: 10px;

    /* top: 77%; */

    /* right: 0%; */

    /* left: 45px; */
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 280px;
    /* transform: translateX(0) translateY(0); */
    transform: translate(-50%, -50%);
  }

  .mv__title {
    font-size: 22px;
  }

  .mv__title .underline::before {
    height: 1px;
  }

  .mv__title .dot::before {
    width: 4px;
    height: 4px;
    top: -10px;
  }

  .mv__description {
    margin-top: 4px;
  }

  .mv__description p {
    font-size: 12px;
    line-height: 2;
  }
}

.topImgText {
  position: absolute;
  width: 60%;
  height: auto;
  margin-left: 9%;
  bottom: 15%;
}
@media screen and (max-width: 769px) {
  .topImgText {
    bottom: 5%;
  }
}

.concept {
  padding: 80px 0 0 0;
  background-color: #f3f5f9;
  position: relative;
  overflow: hidden;
  padding-bottom: 115px;
}
@media screen and (max-width: 959px) {
  .concept {
    padding: 120px 0 70px 0;
  }
}

.concept__bg-text {
  font-size: 160px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  right: -38px;
  bottom: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  opacity: 0.8;
}

.concept > .container {
  position: relative;
}

.concept::before {
  content: "";
  width: 100%;
  height: 350px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.concept__img {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}

.concept__heading {
}

.concept__text-box {
  padding: 0 40px;
}

.concept__title {
  text-align: left;
  margin-bottom: 40px;
}

.concept__title-sub {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.concept__title-main {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1.5;
}

.concept__description {
  text-align: left;
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .concept__bg-text {
    font-size: 80px;
    bottom: 0;
    right: -12px;
  }

  .concept::before {
    height: 200px;
  }

  .concept__heading {
  }

  .concept__img {
    margin-bottom: 30px;
    padding: 0;
  }

  .concept__title {
    margin-bottom: 20px;
  }

  .concept__title-sub {
    font-size: 14px;
  }

  .concept__title-main {
    font-size: 20px;
  }

  .concept__description {
    font-size: 12px;
  }
}

.double-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.double-img__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.double-img__item:nth-of-type(1) {
  margin-top: 40px;
}

.double-img__item:nth-of-type(2) {
  margin-bottom: 40px;
}

.double-img__item img {
  display: block;
}

.service-about {
  padding: 80px 0;
  position: relative;
}

.service-about__wrap {
  position: relative;
  z-index: 2;
}

.service-about__heading {
}
@media screen and (max-width: 959px) {
  .service-about__heading {
  }
}

.service-about__img {
  position: relative;
  margin-bottom: 80px;
}

.service-about__title {
  text-align: center;
  margin-bottom: 40px;
}

.service-about__title-sub {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.service-about__title-main {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 26px;
  line-height: 1.8;
}

.service-about__description {
  text-align: center;
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .service-about {
    padding: 40px 0 80px;
  }

  .service-about::before {
    height: 150px;
  }

  .service-about__title-main {
    font-size: 18px;
  }
}

.service-feature {
  padding: 100px 0;
}

.service-feature__head {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 959px) {
  .service-feature {
    padding: 40px 0;
  }
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.service-block:not(:last-child) {
  margin-bottom: 160px;
}

.service-block__num {
  opacity: 42%;
  font-size: 250px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #faf8f8;
  font-family: "Cormorant Garamond", serif;
}

.service-block__img {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  right: 0;
  z-index: 3;
}

.service-block__img::before {
  content: "";
  display: block;
  background-color: #f6f8fb;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 1;
}

.service-block__img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.service-block__text {
  width: calc(1184px / 2);
  margin-left: calc((100% - 1184px) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.service-block__sub-title {
  color: #587bbd;
  margin-bottom: 12px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.service-block__title {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  line-height: 1.5;
  position: relative;
}

.service-block__description p {
  font-size: 14px;
  line-height: 2;
}

.service-block:nth-last-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-block:nth-last-of-type(even) .service-block__text {
  margin-left: 0;
  margin-right: calc((100% - 1184px) / 2);
  padding-right: 0;
  padding-left: 60px;
}

.service-block:nth-last-of-type(even) .service-block__img::before {
  right: -40px;
}

.service-block:nth-last-of-type(even) .service-block__num {
  left: inherit;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .service-block {
    width: 800px;
    margin: auto;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-block:nth-last-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-block:nth-last-of-type(even) .service-block__text {
    margin-right: 0;
    padding: 0 6px;
  }

  .service-block:not(:last-child) {
    margin-bottom: 60px;
  }

  .service-block__num {
    font-size: 200px;
    left: inherit;
    right: 0;
    opacity: 20%;
  }

  .service-block__text {
    width: 100%;
    padding: 0 6px;
    margin-left: 0;
  }

  .service-block__img {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .service-block__img::before {
    display: none;
  }

  .service-block__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .service-block__description p {
    font-size: 14px;
  }
}

.about-heading {
  text-align: left;
  display: inline;
}

.normal-heading__sub {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.08em;
  font-weight: 200;
}
.normal-heading__sub hr {
  width: auto;
  height: 1px;
  border: none;
  background-color: #000;
}
.normal-heading__main {
}
@media screen and (max-width: 959px) {
  .normal-heading__sub {
  }

  .normal-heading__main {
  }
}

.service {
  padding: 122px 0 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}

.service__head {
  text-align: left;
}

.service__heading::after {
  left: 30px;
}
@media screen and (max-width: 959px) {
  .service {
    padding: 60px 0 0 0;
  }
}

.service__head {
}

.service__bg-text {
  font-size: 160px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  right: 0;
  bottom: -20px;
  text-transform: uppercase;
  opacity: 0.3;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .service__head {
  }
}
@media screen and (max-width: 959px) {
  .service__bg-text {
    font-size: 60px;
    bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .service-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .service-card-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (3 - 1)) / 3);
  }

  .service-card-list__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .service-card-list__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-card-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (1 - 1)) / 1);
  }

  .service-card-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.service-card-img {
  position: relative;
  width: 100%;
}

.service-card-img::before {
  content: "";
  display: block;
  padding-top: 62%;
}

.service-card-img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-card {
  display: block;
}

.service-card__img {
  position: relative;
}

.service-card__num {
  position: absolute;
  font-size: 24px;
  color: #fff;
  opacity: 42%;
  font-family: "Cormorant Garamond", serif;
  z-index: 1;
  top: 8.6px;
  right: 6px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.service-card__text {
  padding-top: 20px;
}

.service-card__title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
  color: #000;
  border-bottom: 0.75px solid #000;
  padding-bottom: 12px;
}

.service-card__term {
  margin-bottom: 8px;
}

.service-card__term span {
  background-color: #87b4d0;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
}

.service-card__description {
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .service-card__text {
    padding-top: 12px;
  }

  .service-card__title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .service-card__description {
    font-size: 12px;
  }
}

.information {
  padding: 96px 0 117px 0;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .information {
    padding: 60px 0 0 0;
  }
}

.information__bg-text {
  font-size: 126px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  right: 0;
  bottom: -30px;
  text-transform: uppercase;
}

.information > .container {
  position: relative;
}

.information__head {
}
@media screen and (max-width: 959px) {
  .information__head {
  }
}

.information__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information__col {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .information__bg-text {
    font-size: 50px;
    bottom: 0;
  }

  .information::before {
    height: 60px;
  }

  .information__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .information__col {
    width: 100%;
  }

  .information__wrap {
    padding-bottom: 0px;
  }
}

table.information-table,
table.company-table {
  font-size: 15px;
  width: 100%;
  line-height: 1.5;
}

table.information-table tr,
table.company-table tr {
  position: relative;
}

table.information-table th,
table.information-table td,
table.company-table th,
table.company-table td {
  padding: 32px 12px;
}

table.information-table th,
table.company-table th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #5c80b7;
}

table.information-table td,
table.company-table td {
  border-bottom: 1px solid #e1e3d9;
  padding-left: 40px;
}
@media screen and (max-width: 959px) {
  table.information-table,
  table.company-table {
    font-size: 13px;
  }

  table.information-table th,
  table.information-table td,
  table.company-table th,
  table.company-table td {
    padding: 16px 12px;
  }

  table.information-table th,
  table.company-table th {
    padding-right: 32px;
  }

  table.information-table td,
  table.company-table td {
    padding-left: 10px;
  }
}

.access__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.access__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
  background-color: #f5f9fa;
}

.access__map {
  width: 50%;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__head {
}
@media screen and (max-width: 959px) {
  .access {
    padding-bottom: 0 !important;
  }
}

.access__body-item:not(:last-child) {
  margin-bottom: 40px;
}

.access__label {
  margin-bottom: 8px;
}

.access__label span {
  background-color: #fff;
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #0f0f0f;
}

.access__description {
  font-size: 14px;
}

.access__description .sm {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .access__text {
    padding: 40px 8px;
  }

  .access__map {
    width: 100%;
  }

  .access__map iframe {
    height: 300px;
  }
}

.form-table {
  font-size: 15px;
}

.form-table__wrap {
  position: relative;
}

.form-table__wrap::after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.form-table div[data-formrun-show-if-error] {
  margin-top: 8px;
  color: red;
}
@media screen and (max-width: 959px) {
  .form-table div[data-formrun-show-if-error] {
    font-size: 12px;
  }
}

.form-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
  z-index: 3;
}

.form-table__row:first-child {
  border-top: 1px solid #bcbcbc;
}

.form-table__row.block {
  display: block;
  text-align: center;
  margin-top: 60px;
  border-bottom: 0;
  border-top: 0;
}

.form-table__head {
  width: 300px;
  padding: 0 24px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-table__head span {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #87b4d0;
  padding: 2px 10px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 12px;
  background-color: #87b4d0;
  color: #fff;
}

.form-table__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-table__body.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .form-table {
    font-size: 16px;
  }
  ul.price_list li {
    width: 100%;
  }

  .form-table__wrap::after {
    display: none;
  }

  .form-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }

  .form-table__row:first-child {
    border-top: 0;
  }

  .form-table__row.block {
    margin-top: 30px;
  }

  .form-table__head {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 12px;
  }

  .form-table__head span {
    font-size: 12px;
  }

  .form-table__body {
    width: 100%;
    padding: 0;
  }
}

.form-table label {
  display: block;
  margin-bottom: 12px;
}

.form-table label input[type="checkbox"] {
  display: none;
}

.form-table label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.form-table label input[type="checkbox"] + span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.form-table label input[type="checkbox"] + span::before {
  background: #fff;
  border: 1px solid #0f0f0f;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.form-table label input[type="checkbox"] + span::after {
  border-right: 3px solid #0f0f0f;
  border-bottom: 3px solid #0f0f0f;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.form-table label input[type="radio"] {
  display: none;
}

.form-table label input[type="radio"]:checked + span::after {
  opacity: 1;
}

.form-table label input[type="radio"] + span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.form-table label input[type="radio"] + span::before {
  background: #fff;
  border: 1px solid #0f0f0f;
  border-radius: 100%;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.form-table label input[type="radio"] + span::after {
  content: "";
  display: block;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0f0f0f;
}

.form-table input[type="text"],
.form-table input[type="tel"],
.form-table input[type="email"],
.form-table textarea {
  font-size: 15px;
  padding: 15px 24px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #f4f4f4;
}

.form-table input[type="text"]::-webkit-input-placeholder,
.form-table input[type="tel"]::-webkit-input-placeholder,
.form-table input[type="email"]::-webkit-input-placeholder,
.form-table textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}

.form-table input[type="text"]::-moz-placeholder,
.form-table input[type="tel"]::-moz-placeholder,
.form-table input[type="email"]::-moz-placeholder,
.form-table textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}

.form-table input[type="text"]:-ms-input-placeholder,
.form-table input[type="tel"]:-ms-input-placeholder,
.form-table input[type="email"]:-ms-input-placeholder,
.form-table textarea:-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}

.form-table input[type="text"]::-ms-input-placeholder,
.form-table input[type="tel"]::-ms-input-placeholder,
.form-table input[type="email"]::-ms-input-placeholder,
.form-table textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}

.form-table input[type="text"]::placeholder,
.form-table input[type="tel"]::placeholder,
.form-table input[type="email"]::placeholder,
.form-table textarea::placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
@media screen and (max-width: 959px) {
  .form-table input[type="text"],
  .form-table input[type="tel"],
  .form-table input[type="email"],
  .form-table textarea {
    font-size: 16px;
    padding: 18px 22px;
  }

  .form-table input[type="text"]::-webkit-input-placeholder,
  .form-table input[type="tel"]::-webkit-input-placeholder,
  .form-table input[type="email"]::-webkit-input-placeholder,
  .form-table textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form-table input[type="text"]::-moz-placeholder,
  .form-table input[type="tel"]::-moz-placeholder,
  .form-table input[type="email"]::-moz-placeholder,
  .form-table textarea::-moz-placeholder {
    font-size: 16px;
  }

  .form-table input[type="text"]:-ms-input-placeholder,
  .form-table input[type="tel"]:-ms-input-placeholder,
  .form-table input[type="email"]:-ms-input-placeholder,
  .form-table textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .form-table input[type="text"]::-ms-input-placeholder,
  .form-table input[type="tel"]::-ms-input-placeholder,
  .form-table input[type="email"]::-ms-input-placeholder,
  .form-table textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  .form-table input[type="text"]::placeholder,
  .form-table input[type="tel"]::placeholder,
  .form-table input[type="email"]::placeholder,
  .form-table textarea::placeholder {
    font-size: 16px;
  }
}

.normal-btn {
  display: inline-block;
  width: 300px;
  background-color: #0f0f0f;
  color: #fff;
  font-size: 12px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #0f0f0f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.normal-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.normal-btn:hover {
  background-color: #fff;
  color: #0f0f0f;
}

.normal-btn:hover::after {
  background-image: url("./assets/images/arrow--black.svg");
}

.company {
  position: relative;
  padding: 280px 0 200px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6fafb),
    to(#e1eaef)
  );
  background: -webkit-linear-gradient(top, #f6fafb, #e1eaef);
  background: linear-gradient(to bottom, #f6fafb, #e1eaef);
  position: relative;
  overflow: hidden;
}

.company__bg-text {
  font-size: 140px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  left: -10px;
  bottom: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  opacity: 0.25;
}

.company::before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background-image: url("./assets/images/contact-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.company__wrap {
  position: relative;
}

.company__img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company__img img {
  display: block;
}

.company__text {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}

.company__head {
  margin-bottom: 40px;
  color: #5c80b7;
}
@media screen and (max-width: 959px) {
  .company__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .company {
    padding: 120px 0 0;
  }

  .company__bg-text {
    font-size: 80px;
  }

  .company::before {
    height: 80px;
  }

  .company__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .company__img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    position: static;
    margin-top: 40px;
  }

  .company__text {
    width: 100%;
    padding-right: 0;
  }
}

.footer__main {
  background-color: #2b6c8b;
  color: #fff;
  padding: 80px 100px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.footer__logo {
  margin-bottom: 100px;
}

.footer__adress {
  line-height: 1.8;
}

.footer__press {
  margin-top: 100px;
}

.footer__press a {
  font-size: 14px;
  display: inline-block;
  /* border-bottom: 1px solid #fff; */
  padding-bottom: 8px;
  float: right;
}

.footer__legal {
  padding: 30px 200px;
  text-align: right;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.footer__copy {
  float: left;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1047px) {
  .footer__main,
  .footer__legal {
    padding: 80px 12px;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    margin-top: 70px;
  }

  .footer__legal {
    padding: 20px 12px;
  }

  .footer__main {
    padding: 40px 12px 60px;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__links {
    margin-top: 40px;
  }

  .footer__press a {
    font-size: 12px;
  }

  .footer__legal {
    font-size: 10px;
  }

  .footer__press {
    margin-top: 60px;
    display: block;
  }

  .footer__copy {
    margin-top: 10px;
  }
}

.to-top {
  text-transform: uppercase;
  padding: 10px 4px;
  padding-top: 50px;
  position: relative;
  display: block;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  color: #fff;
  position: fixed;
  bottom: 45%;
  right: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.to-top.active {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .to-top {
    font-size: 10px;
    right: 8px;
    bottom: 40%;
  }
}

.no-image {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e1eaef;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-navi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .footer-navi {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer-navi + .footer-navi {
  margin-top: 20px;
}

.footer-navi__item {
  font-size: 14px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  font-family: "Cormorant JP", sans-serif;
  line-height: 1.5;
  vertical-align: middle;
}

.footer-navi__item a {
  white-space: nowrap;
  text-decoration: none;
}

.footer-navi__item::before {
  content: url(./assets/images/arrow-right-circle.svg);
  font-family: "Noto Sans JP", sans-serif;
}

.footer-navi__item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 960px) {
  .footer-navi__item:hover {
    opacity: 1;
  }

  .footer-navi__item:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .footer-navi {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
  }

  .footer-navi__item {
    /* width: 50%; */
    margin: 0;
    padding: 10px 20px 20px 0;
    text-align: center;
  }

  .footer-navi + .footer-navi .footer-navi__item {
    width: 100%;
  }

  .footer-nav {
    display: block;
    margin-left: 2em;
  }
}

.footer-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.footer-btn__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0;
  text-align: center;
  background-color: #0f0f0f;
  color: #fff;
  letter-spacing: 0.17em;
  position: relative;
}

.footer-btn__item::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("./assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-btn__item:first-child {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .footer-btn__item:hover {
    background-color: #454545;
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .footer-btn__item {
    font-size: 12px;
    padding: 18px 0;
  }

  .footer-btn__item::after {
    width: 6px;
    right: 12px;
  }
}

.page__wrap {
  padding: 120px 0;
}

.page__title {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .page__wrap {
    padding: 40px 0;
  }

  .page__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.page-mv {
  height: 520px;
  background-position: center;
  position: relative;
  background-size: cover;
  background-image: url("./assets/images/service/mv.jpg");
}

.page-mv > .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.page-mv__content {
  position: absolute;
  bottom: -1px;
  line-height: 1.6;
  background-color: #fff;
  padding: 50px 57px 5px;
}

.page-mv__title {
  font-size: 38px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 0.2em;
}

.page-mv__subtitle {
  font-size: 12px;
  letter-spacing: 0.22em;
  font-style: italic;
}
@media screen and (max-width: 959px) {
  .page-mv {
    height: 270px;
  }

  .page-mv > .container {
    width: 100%;
    padding: 0;
  }

  .page-mv__content {
    padding: 15px 20px;
  }

  .page-mv__title {
    font-size: 26px;
  }

  .page-mv__subtitle {
    font-size: 12px;
  }
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}

.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote,
.wysiwyg > ul,
.wysiwyg > ol,
.wysiwyg > figure,
.wysiwyg > div {
  margin-bottom: 2em;
}

.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}

.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}

.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}

.wysiwyg .wp-block-table {
  overflow-x: scroll;
}

.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}

.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}

.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.wysiwyg img {
  max-width: 100%;
}

.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}

.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}

.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}

.wysiwyg table thead th {
  text-align: center;
}

.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}

.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}

.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}

.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}

.wysiwyg table tbody tr td:first-child::after {
  display: none;
}

.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}

.wysiwyg dl {
  border: 1px solid #ccc;
}

.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}

.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}

.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}

.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}

.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}

.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}

.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}

.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}

.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }

  .wysiwyg h3 {
    font-size: 16px;
  }

  .wysiwyg h4 {
    font-size: 14px;
  }

  .wysiwyg p {
    font-size: 14px;
  }

  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }

  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #0f0f0f;
}

.pagination span.current,
.pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #0f0f0f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }

  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb-wrap {
  padding: 12px 0;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}

.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }

  .breadcrumb ul li {
    font-size: 12px;
  }

  .breadcrumb ul li::after {
    width: 4px;
    margin: 0 10px;
    margin-bottom: -2px;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

.category-label {
  padding: 4px 10px;
  font-size: 14px;
  background: #fff;
  color: #888;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 99px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .category-label {
    font-size: 10px;
  }
}

.single__category {
  margin-bottom: 4px;
}

.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}

.single__date {
  font-size: 16px;
}

.single__terms {
  margin-top: 10px;
}

.single__thumbnail {
  margin-top: 60px;
}

.single__thumbnail img {
  width: 100%;
}

.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }

  .single__date {
    font-size: 12px;
  }

  .single__terms a {
    font-size: 12px;
  }
}

.feature {
  padding: 0;
  overflow: hidden;
  background: #fafafa;
  padding: 10% 0;
}

.feature-block {
  margin-bottom: 70px;
}

.feature-block__img {
  flex: 0 0 49%;
  aspect-ratio: 451 / 297;
}

.feature-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-block__text {
  width: 45%;
  max-width: 100%;
  height: 300px;
  position: relative;
  /* flex: 0 1 100%; */
}

.feature-block__text-box {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 560px;
  width: 100%; */
}

.feature-block__sub-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #f28d8d;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.feature-block__title {
  font-family: "Noto Sans JP", serif;
  color: #222;
  font-size: 25px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.feature-block__description {
  font-size: 14px;
  color: #1e2b45;
  letter-spacing: 0.08em;
  line-height: calc(32 / 14);
}

.feature-block__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  /* flex-direction: row-reverse; */
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.feature-block__side {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
}

.feature-block:nth-of-type(odd) .feature-block__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-block:nth-of-type(even) .feature-block__side {
  right: 0;
}

.feature-block:nth-of-type(odd) .feature-block__text {
  margin-left: 50px;
}

.feature-block:nth-of-type(even) .feature-block__img {
  margin-left: 50px;
}

.feature-block:nth-of-type(even) .feature-block__text {
}
@media screen and (max-width: 959px) {
  .feature {
    padding: 55px 20px 40px;
    overflow: hidden;
    background: #f3f5f9;
  }

  .feature-block {
    margin-bottom: 40px;
  }

  .feature-block__wrap {
    /* align-items: flex-start; */
    display: block;
  }

  .feature-block__text {
    margin-top: 77px;
    margin-bottom: 30px;
  }

  .feature-block__side {
    font-size: 12px;
  }

  .feature-block__text-box {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .feature-block__title {
    font-size: 16px;
  }

  .feature-block__description {
    font-size: 12px;
  }

  .feature-block__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
  }

  .feature-block:nth-of-type(odd) .feature-block__text {
    margin-left: auto;
  }

  .feature-block:nth-of-type(even) .feature-block__img {
    margin-left: auto;
  }
}

.company-box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: left;
}

.company-box__text-img {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.company-box__text {
  padding-top: 30px;
}

table.campany-table {
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
  color: #000;
  margin-bottom: 56px;
}

/* table.campany-table tr{
  margin-bottom: 6px;
} */
.company-aozora table.campany-table th {
  color: #5c80b7;
  font-weight: bold;
  font-size: 14px;
}

.company-salon table.campany-table th {
  color: #1893c7;
  font-weight: bold;
  font-size: 14px;
}

.company-items {
  display: flex;
}

.company-box__tenpo {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #3f3f3f;
}

.campany-btn {
  display: flex;
}

.campany-btn__item:first-child {
  border-right: 1px solid #fff;
}

.campany-btn__item {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.17em;
  position: relative;
}

.campany-btn__item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 35px;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.company-aozora .campany-btn__item.btn__item__yoyaku {
  background: #5c80b7;
}

.company-aozora .campany-btn__item.btn__item__syosai {
  background: #84a3d3;
}

.company-salon .campany-btn__item.btn__item__yoyaku {
  background: #1893c7;
}

.company-salon .campany-btn__item.btn__item__syosai {
  background: #93c39b;
}
@media screen and (max-width: 959px) {
  .company-items {
    display: block;
  }

  .campany-btn__item:first-child {
    border-right: none;
    margin-bottom: 10px;
  }

  .campany-btn {
    display: block;
  }

  .campany-btn__item {
    width: 100%;
  }
}

.contact {
  width: 100%;
  background: url("./assets/images/contact-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 92px;
  padding-bottom: 100px;
}

.contact .heading__main {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.contact__wrap {
  position: sticky;
  z-index: 9;
}

.contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.contact__middle {
  text-align: center;
  font-size: 14px;
}

.contact-link__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 58.5px;
  list-style-type: none;
}

.contact-link__item {
  margin: 10px;
}

.contact-link__item img {
  width: 14px;
  margin-right: 5px;
}

.contact-link__item a {
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 310px;
  height: 60px;
  margin: auto;
  font-weight: bold;
  background: #fff;
  color: #000;
  border-radius: 80px;
  position: relative;
  transition: 0.5s;
  font-size: 12px;
}

.contact-link__item a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  position: absolute;
  right: 35px;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  .contact {
    width: 100%;
    background: url(./assets/images/contact-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .contact__middle {
    line-height: 1.5;
  }
  .heading__main {
    font-size: 20px !important;
  }
}

/* サロンリンクボタン */
.link-area {
  margin-top: 70px;
  margin-bottom: 84px;
}

.link-btn {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.link-item {
  max-width: 404px;
  width: 100%;
  font-size: 22px;
  padding: 10px 20px;
  margin: 16px;
  position: relative;
}

.link-item::before {
  content: url(./assets/images/link-ar.svg);
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.link-item a {
  font-family: "Noto Serif JP";
  display: flex;
  align-items: center;
}

.link-item a img {
  margin-right: 20px;
  width: 20%;
}

.link-aozora {
  border: 8px solid #c1d8eb;
  color: #416b8e;
}

.link-salon {
  border: 8px solid #c3e3cb;
  color: #739b7d;
}
@media screen and (max-width: 959px) {
  .link-area {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .link-item img {
    width: 25%;
  }

  .link-btn {
    display: block;
  }

  .link-item {
    max-width: 404px;
    width: 76%;
    font-size: 22px;
    padding: 10px 20px;
    margin: 16px auto;
    position: relative;
    font-size: 15px;
  }

  .link-item::before {
    right: 20px;
  }

  .link-item a img {
    margin-right: 10px;
  }
}

/* MVスライド */
.slider-2 {
  width: 100%;
  height: auto;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: linear-gradient(to bottom, white 50%, #f7f5f1 50%);
}
.mv_img {
  position: relative;
  width: 85%;
  margin-right: auto;
  margin-left: 0;
}
.mv__text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  padding-left: 10%;
}
@media screen and (max-width: 769px) {
  .mv__text {
    width: 90%;
  }
}
.mv__text h2 {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 769px) {
  .mv__text h2 {
    font-size: 1.37rem;
  }
}
.mv__text p {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding-top: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .mv__text p {
    font-size: 0.75rem;
  }
}

.slider-2 .slick-slide {
  overflow: hidden;
}

.dots-2 .slick-dots {
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.mv-main {
  position: relative;
}

.mv-mask {
  position: absolute;
  top: 0;
  left: -460px;
}

/* about */
.about {
  background: linear-gradient(#fff 35%, #fafafa 35%);
  padding-top: 200px;
  padding-bottom: 84px;
}

.about__wrap {
}

.about-body {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.about-body::before {
  content: "about us";
  position: absolute;
  right: 0;
  top: -30px;
  transform: translateY(-70%);
  z-index: -1;
  text-transform: uppercase;
  color: #f7f5f1;
  font-size: 95px;
  font-family: "Oswald", sans-serif;
}

.about-text__box {
  width: 50%;
}

.about-title {
  color: #f79e9e;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 2em;
}

.about-text {
  color: #000;
  font-size: 16px;
  line-height: 2.5em;
}

.about-img {
  margin-left: 60px;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .about-body {
    display: block;
  }

  .about__wrap .service__head {
    margin-bottom: 30px;
  }

  .about-body::before {
    display: none;
  }

  .about-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
  }

  .about-text__box {
    width: 100%;
  }

  .about-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-text__box {
    margin-top: 20px;
  }
}

/* メッセージ */
.message {
  background: linear-gradient(#fff 50%, #fafafa 50%);
  padding-bottom: 10%;
  margin-bottom: 127px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .message {
    margin-left: auto;
  }
}

/* .message::before {
  content: 'message';
  text-transform: uppercase;
  color: #fff;
  font-size: 120px;
  letter-spacing: .13em;
  position: absolute;
  bottom: 0;
  right: 0;
} */

.message-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 959px) {
  .message {
    justify-content: center;
  }
}

.message-box img {
  width: 631px;
  height: 421px;
}
@media screen and (max-width: 959px) {
  .message-box img {
    width: 100%;
    height: auto;
  }
}

.message-text-box {
  top: 0;
  margin-bottom: auto;
  text-align: left;
}

.message-title__sub {
  color: #222222;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  letter-spacing: 0.2rem;
  display: inline-block;
}

.message-title {
  color: #222;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6em;
  padding-top: 12px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.message-text {
  color: #222;
  font-size: 16px;
  line-height: 2.5em;
  width: 67%;
}
@media screen and (max-width: 959px) {
  .message {
    padding-top: 55px;
    margin-bottom: 47px;
    padding-bottom: 0;
    margin-left: 0;
  }

  .message-box {
    display: block;
  }

  .message-box img {
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }

  .message-text-box {
    margin-top: 30px;
  }
}

.CEO_NAME {
  font-size: 17px;
  font-weight: 400;
}

/* ブログ */
.blog {
  background: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .blog {
    padding-bottom: 10px;
  }
}

.blog ul,
.blog li {
  list-style: none;
}

.blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.blog-top {
  margin-top: 120px;
}

.blog-item {
  max-width: 317px;
  width: 100%;
  position: relative;
  background-color: #fff;
  list-style: none;
}

.blob-img {
  width: 100%;
  height: 191px;
  object-fit: cover;
  overflow: hidden;
}

.blog-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f28d8d;
  border-radius: 55px;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  max-height: 10px;
}

.blog-title {
  font-size: 18px;
  color: #3f3f3f;
  padding: 19px 20px;
  border-bottom: 1px solid #3f3f3f;
  max-height: 90px;
  letter-spacing: 0.08em;
  line-height: calc(26 / 18);
  overflow: hidden;
}

.blog-text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2em;
  /* height: 100px; */
  padding: 19px 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.blog-text p {
  text-decoration: none;
}

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

.blog-link a {
  max-width: 318px;
  width: 100%;
  border: none;
  background-color: #000;
  border-radius: 90px;
  padding: 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .blog-items {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-link a {
    max-width: 228px;
  }
  .blog {
    padding-top: 80px;
  }

  .blog li {
    margin-bottom: 30px;
  }

  .blog-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-link a::after {
  content: "";
  display: block;
  width: 16px; /* 画像の幅に合わせて調整してください */
  height: 16px; /* 画像の高さに合わせて調整してください */
  background-image: url("/assets/images/arrow-right-circle.svg");
  background-size: cover; /* 画像が要素のサイズに合わせてカバーされるようにします */
  background-repeat: no-repeat;
  position: absolute; /* 親要素が position: relative; である必要があります */
  top: 50%; /* 位置を調整してください */
  left: 30px;
  transform: translateY(-50%); /* 中央揃えのための調整 */
}

/* アクセス */
.access {
  padding-top: 110px;
  padding-bottom: 127px;
}

table.campany-table {
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
  color: #000;
  margin-bottom: 56px;
}

.campany-table,
.campany-table th,
.campany-table td {
  border: none;
}

.access-box {
  display: flex;
  justify-content: flex-start;
  gap: 10%;
  padding-top: 5%;
}

.access-box img {
  width: 40%;
  height: auto;
}

.access-text {
  width: 50%;
  text-align: left;
}

table.campany-table tr {
  /* margin-bottom: 23px; */
  border-bottom: 1px solid #e5e3d9;
}

table.campany-table tr:not(:first-child) th,
table.campany-table tr:not(:first-child) td {
  padding-top: 20px;
}

table.campany-table th,
table.campany-table td {
  padding-bottom: 23px;
}
table.campany-table td {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: calc(20 / 14);
}
table.campany-table th {
  font-weight: bold;
}

.map {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .access-box {
    display: block;
  }
  .map {
    margin-top: 0;
  }

  .access-box img {
    width: 100%;
  }

  .access-text {
    margin-top: 30px;
    width: 100%;
  }
}

/* Instagram */

.inst {
  background: #f7f6f2;
  padding: 100px;
}

.instagram {
  background: #80c0db;
  width: 900px;
  max-width: 100%;
  color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .instagram {
    display: block;
  }
}

.inst-box {
  padding: 88px 44px;
}

.inst-link {
  background: #1893c7;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .inst-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 2.2em;
  }
  .inst-box {
    padding: 48px 44px;
  }
}

.inst-text {
  /* position: absolute;
  top: 35%;
  left: 50%;
  min-width: 400px;
  width: 100%;
  margin-left: 44px; */
  letter-spacing: 0.4em;
}

.inst-title__sub {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
}

.inst-title {
  font-family: 游明朝体;
  font-size: 28px;
  line-height: 1.7em;
}

.inst-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.inst-link__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*矢印が右に移動する*/
.inst-link__text {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;

  /*形状*/
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.inst-link__text::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -25%;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}

.inst-link__text::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -32px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}

/*hoverした際の移動*/
.inst-link:hover inst-link__text::before {
  right: -27%;
}

.inst-link:hover .inst-link__text::after {
  right: -35px;
}

@media screen and (max-width: 959px) {
  .inst {
    padding: 60px 20px;
  }
}

/* フェードイン */
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* メニュー */
.menu_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.menu_inner {
  margin-bottom: 25px;
}

.menu__head {
  background: linear-gradient(
    -6deg,
    #f79e9e 0%,
    #f79e9e 50%,
    #f7abab 50%,
    #f7abab 100%
  );
  padding-top: 0.525rem;
  padding-bottom: 0.525rem;
  text-align: center;
  color: #fff;
}

.menu__border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.625rem 0;
}
@media screen and (min-width: 780px) {
  .menu__border {
    padding: 1.875rem 0;
  }
}

.menu__head-en {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .menu__head-en {
    font-size: 1.875rem;
  }
}

.menu__head-jp {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.5;
}
@media screen and (min-width: 780px) {
  .menu__head-jp {
    font-size: 0.875rem;
  }
}

.menu__panel-items {
  margin-top: 2.5rem;
  width: 40.625rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .menu__panel-items {
    margin-top: 5.9375rem;
    width: 100%;
  }
}

.menu__panel-item {
  border: 1px solid #707070;
  padding: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .menu__panel-item {
    display: flex;
    padding: 2.75rem 2.625rem;
  }
}

.menu__panel-item:last-child {
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .menu__panel-item:last-child {
    margin-top: 2.1875rem;
  }
}

.menu__panel-image {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .menu__panel-image {
    width: 21.3125rem;
  }
}
.menu__panel-image img {
  aspect-ratio: 341/231;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu__panel-content {
  max-width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 780px) {
  .menu__panel-content {
    width: 36.8125rem;
    margin-left: 3.125rem;
    margin-top: initial;
  }
}

.menu__panel-title {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .menu__panel-title {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.menu__panel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .menu__panel-text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.menu__panel-price {
  color: #f28d8d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .menu__panel-price {
    font-size: 1.25rem;
    margin-top: 4.375rem;
  }
}

.menu__items {
  border: 1px solid #707070;
  margin-top: 1.25rem;
  padding: 1.25rem;
  width: 40.625rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .menu__items {
    margin-top: 2.1875rem;
    padding: 5.375rem;
    width: 100%;
  }
}

.menu__item {
  border-bottom: 1px solid #e5e3d9;
  padding-bottom: 4.375rem;
}

.menu__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .menu__item:not(:first-child) {
    margin-top: 4.375rem;
  }
}

.menu__list-title {
  color: #f28d8d;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #000000;
  position: relative;
  padding-left: 0.625rem;
}
@media screen and (min-width: 780px) {
  .menu__list-title {
    letter-spacing: 0.08em;
    font-size: 1.25rem;
    padding-bottom: 1.1875rem;
  }
}
@media screen and (max-width: 780px) {
  .menu__list-title {
    font-size: 0.95rem;
  }
}

.menu__list-title::before {
  position: absolute;
  content: "";
  width: 0.146875rem;
  height: 1.375rem;
  background: #f28d8d;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 780px) {
  .menu__list-title::before {
    height: 1.6875rem;
  }
}

.menu__list-items {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.875rem;
  column-gap: 50px;
}
@media screen and (min-width: 780px) {
  .menu__list-items {
    grid-template-columns: 1fr 1fr;
  }
}

.menu__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__list-text {
  width: 13.125rem;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .menu__list-text {
    width: auto;
    font-size: 1.025rem;
    line-height: 1.2777777778;
  }
}

.menu__list-price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 780px) {
  .menu__list-price {
    margin-left: 1.25rem;
    font-size: 1.125rem;
  }
}

/* CONTACTバー */
.contactBar {
  width: 100%;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}

.contactBar_inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f79e9e;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
}
@media screen and (max-width: 780px) {
  .contactBar_inner {
    flex-direction: column-reverse;
    width: 70%;
  }
}

.CB_textBlock {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  gap: 15px;
}
@media screen and (max-width: 780px) {
  .CB_textBlock {
    width: 100%;
    padding: 15px 0;
  }
}

.CB_textBlockCopy {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.CB_linkButton {
  width: 70%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #f79392, #fed279);
  border-radius: 50px;
  padding: 15px 20px;
  margin: 0 auto;
  transition: 0.8s;
}
.CB_linkButton:hover {
  filter: brightness(105%);
  transition: 0.8;
}
.CB_linkButton p {
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 780px) {
  .CB_textBlock p {
    font-size: 0.85rem;
  }
}
.CB_linkButton:hover .buttonArrow {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.buttonArrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.CB_LinkTel {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  margin-top: 5px;
  letter-spacing: 0.18rem;
}

.contactBarImg {
  width: auto;
}

/* VOICE */
.voice {
  background: #f6f4ee;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .voice {
    padding-top: 8.1875rem;
    padding-bottom: 7.875rem;
    margin-top: 8.1875rem;
  }
}

.voice__container {
  background: #fff;
  width: 40.625rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 1.875rem;
  border-radius: 25px;
}
@media screen and (min-width: 780px) {
  .voice__container {
    width: 56.25rem;
    padding: 5.4375rem 4.0625rem 6.5rem;
  }
}
@media screen and (max-width: 780px) {
  .voice__container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 5%;
  }
}

.voice__items {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 780px) {
  .voice__items {
    margin-top: 7.875rem;
    margin-bottom: 7.875rem;
  }
}

.voice__item {
  position: relative;
}

.voice__card-image {
  border: none;
}

@media screen and (min-width: 780px) {
  .voice__item:first-child::before {
    position: absolute;
    content: "";
    background: url(./assets/images/Voice01.png) no-repeat;
    background-size: contain;
    top: -65px;
    right: 20px;
    width: 261px;
    height: 91px;
  }
}

@media screen and (min-width: 780px) {
  .voice__item:last-child::before {
    position: absolute;
    content: "";
    background: url(./assets/images/Voice02.png) no-repeat;
    background-size: contain;
    top: -65px;
    left: 20px;
    width: 261px;
    height: 91px;
  }
}

.voice__item:last-child {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .voice__item:last-child {
    margin-top: 7.5625rem;
  }
}

.voice__card {
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .voice__card {
    width: 17.4375rem;
    position: absolute;
    top: -50px;
    left: 0;
  }
}

.voice__card02 {
  right: 0;
  left: initial;
}

.voice__item-content {
  background: #f0f0f0;
  max-width: 100%;
  padding: 1.25rem;
}
@media screen and (min-width: 780px) {
  .voice__item-content {
    width: 41.625rem;
    padding: 3.9375rem 3.1875rem 3.9375rem 0;
    margin-left: auto;
  }
}

.voice__item-content02 {
  margin-left: initial;
}
@media screen and (min-width: 780px) {
  .voice__item-content02 {
    padding: 3.9375rem 0 3.9375rem 3.1875rem;
    margin-right: auto;
    margin-top: 12.9375rem;
  }
}

.voice__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .voice__item-text {
    width: 80%;
    line-height: 2.4285714286;
    margin-left: auto;
  }
}

.voice__item-text02 {
  margin-left: initial;
  margin-right: auto;
}

.voice__card-text {
  background: #222222;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  height: 3.5625rem;
  line-height: 3.5625rem;
  text-align: center;
  border: none;
}
@media screen and (min-width: 780px) {
  .voice__card-text {
    font-size: 1.0625rem;
  }
}
/* VOICE */

.top-btn {
  width: 120px;
  height: 120px;
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  border-radius: 100px;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
/* スマホ画面（768px以下）のスタイル */
@media screen and (max-width: 768px) {
  .top-btn {
    width: 50%; /* 長方形の幅を調整 */
    height: 60px; /* 長方形の高さを調整 */
    border-radius: 0; /* 角丸の半径を調整 */
    outline: none;
  }
}

.top-btn.top {
  position: absolute;
  border-radius: 0%;
  right: 1%;
  top: 1%;
  width: 100px;
  height: auto;
  z-index: 110;
}

.footer {
  padding-top: 51px;
  padding-top: 3.1875rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  color: #000000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(97%, #fff),
    color-stop(97%, #2f5189)
  );
  background: linear-gradient(to bottom, #fff 97%, #2f5189 97%);
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(90%, #fff),
      color-stop(90%, #2f5189)
    );
    background: linear-gradient(to bottom, #fff 90%, #2f5189 90%);
  }
}

@media screen and (min-width: 768px) {
  .footer__inner.inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10%;
  }
}

.footer__logo {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0;
    max-width: 100%;
  }
}

.footer__logoLink {
  display: block;
}

.footer__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0.3125rem;
    place-items: inherit;
    width: 65%;
    margin-top: 0;
  }
}

.footer__item {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__item {
    line-height: 1.2142857143;
    letter-spacing: 0.125rem;
    margin-top: 0.55rem;
    margin-left: 2rem;
  }
}

.footer__link {
  display: inline-block;
  height: inherit;
  width: 100%;
  text-align: center;
  margin-block: auto;
  position: relative;
  color: #121212;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .footer__link {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .footer__link:hover::after {
    width: calc(100% - 32px);
    opacity: 1;
  }
}

.footer__underitem {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__underitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
  }
}

.footer__copyright {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    letter-spacing: 0.1em;
  }
}

.footer__policy {
  display: inline-block;
  color: #020202;
  border-bottom: 1px solid #2f5189;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (min-width: 768px) {
  .footer__policy {
    margin-top: 0;
  }
}

.footer__policy:hover {
  opacity: 0.7;
}

/* footer */
.footer {
  background: url(./assets/images/footer-img.jpg) no-repeat center center/cover;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer {
    padding-top: 7.125rem;
    padding-bottom: 6rem;
  }
}

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

.footer__logo {
  width: 200px;
  margin-inline: auto;
}

@media screen and (min-width: 780px) {
  .footer__nav-items {
    display: flex;
    justify-content: center;
  }
}

.footer__nav-item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .footer__nav-item:not(:first-child) {
    margin-left: 2.1875rem;
    margin-top: initial;
  }
}

.footer__nav {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .footer__nav {
    margin-top: 5.5rem;
  }
}

.footer__nav-link {
  color: #fff;
}

.footer__nav-link-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.775rem;
  font-weight: 200;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
}

.footer__nav-link-en {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 300;
}

.footer__text {
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .footer__text {
    margin-top: 8.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    width: 90%;
    margin-left: auto;
    padding-top: 10%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    background: #f7f5f1;
  }
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding-top: 10%;
    background: #f7f5f1;
  }
}

.fqa__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fqa__title {
    text-align: center;
    width: 30%;
  }
}

.fqa__title.title--left:after {
  top: 15%;
}
@media screen and (min-width: 768px) {
  .fqa__title.title--left:after {
    top: 15px;
  }
}

.faq__lists {
  color: #fff;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__lists {
    width: 60%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq__lists {
    width: 90%;
    margin: 0 auto;
    margin-top: 26px;
    padding-bottom: 26px;
  }
}

.faq__list:not(:first-child) {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.qa-item__head {
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px 10px 25px;
  padding: 0.625rem 0.9375rem 0.625rem 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .qa-item__head {
    padding: 2.0625rem 1.5625rem;
  }
}

.qa-item__text,
.qa-container__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding-left: 18px;
  padding-left: 1.125rem;
  color: #000;
}

.qa-item__text {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.qa-item__text::before {
  content: "Q.";
  position: absolute;
  width: 15px;
  height: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  left: -10px;
  top: 17%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
}

/*アコーディオンアイコン*/
.qa-item__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

/* アイコンのバーのスタイル */
.qa-item__icon::before,
.qa-item__icon::after {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 20px;
  top: 12px;
}

.qa-item__icon::before {
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qa-item__icon::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* アコーディオンが開いた時のスタイル */
.qa-item[open]:not([data-accordion-before-close]) .qa-item__icon::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qa-container {
  overflow: hidden;
  padding: 21px 38px;
  padding: 1.3125rem 2.375rem;
  border-top: 1px solid #e5e5e5;
  color: #000;
  background: #fff;
}

.qa-container__text {
  position: relative;
}

.qa-container__text::before {
  content: "A.";
  position: absolute;
  width: 15px;
  height: 24px;
  left: -22px;
  left: -1.375rem;
  top: 6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  font-size: 1.5rem;
  color: #f28d8d;
  font-family: "Oswald", sans-serif;
}

.title__main {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 300;
  padding-bottom: 22px;
  border-bottom: 1px solid #000;
  display: inline-block;
  text-transform: uppercase;
}

.title__sub {
  font-family: "Noto Sans JP", sans-serif;
  color: #606060;
  padding-top: 16px;
  font-size: 14px;
}

/* コンタクト */
.lastContact {
  background: linear-gradient(
    -23deg,
    #f79e9e 0%,
    #f79e9e 50%,
    #f7abab 50%,
    #f7abab 100%
  );
  margin-top: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  color: white;
}
@media screen and (min-width: 780px) {
  .lastContact {
    /* ここに必要なスタイルを追加 */
  }
}

.lastContact__border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
}
@media screen and (min-width: 780px) {
  .lastContact__border {
    padding: 97px 0;
  }
}
.lastContact_inner {
  width: 80%;
  margin: 0 auto;
}

.lastContact__text {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 2.4375rem;
}

.lastContact__tel {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 780px) {
  .lastContact__tel {
    pointer-events: none;
    cursor: default;
  }
}

.lastContact__tel a {
  color: #fff;
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.lastContact__link-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 0.625rem;
  margin-top: 1.25rem;
  max-width: 21.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .lastContact__link-items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2.3125rem;
    max-width: 100%;
  }
}

.lastContact__link-item {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}

.lastContact__textBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 70px;
}

.lastContact__textBox img:last-child {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 53%;
  transform: translateY(-50%);
  transition: right 0.3s ease-in-out;
}

.lastContact__link-item:hover .lastContact__textBox img:last-child {
  right: 12px;
}

.circleContainer {
  position: absolute;
  top: 10%;
  right: 12%;
  z-index: 98;
}
@media screen and (max-width: 780px) {
  .circleContainer {
    top: 3%;
    right: 10%;
  }
}

.circleBlock {
  width: 160px;
  height: 160px;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .circleBlock {
    width: 80px;
    height: 80px;
  }
}

.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: #f79e9e;
  font-size: 13px;
  letter-spacing: 0.03em;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mv__MobileReserve {
  position: fixed;
  z-index: 97;
  width: 100%;
  top: 94%;
}

.mv__MobileReserveIcon {
  width: 100%;
  margin-top: auto;
}

.mv__MobileReserveIcon img {
  width: 100%;
  bottom: 0;
}

.lastContact__link-item.ForBlog {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border-radius: 50px;
}

.lastContact__textBox.ForBlog {
  height: 55px;
}

.lastContact__textBox p {
  color: #fff;
}

.loopText-section {
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .loopText-section {
    padding-top: 0;
  }
}

.loopText-container {
  display: flex;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loopText-item {
  flex: 0 0 auto;
  font-size: 9rem;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  font-weight: 200;
}
@media screen and (max-width: 780px) {
  .loopText-item {
    font-size: 5rem;
  }
}

.loopText-item:nth-child(odd) {
  animation: loopText-animation1 100s -50s linear infinite;
}

.loopText-item:nth-child(even) {
  animation: loopText-animation2 100s linear infinite;
}

@keyframes loopText-animation1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loopText-animation2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* CONTACT FORM7 */
.contactForm {
  padding-top: 10%;
  padding-bottom: 5%;
}

.contactForm_inner {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .contactForm_inner {
    width: 70%;
    text-align: center;
  }
}

#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
  border: solid #ccc;
  border-width: 1px;
  color: #444;
  font-family: "Noto Serif JP", serif;
}
#cf-tbl table tr th,
#cf-tbl table tr td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: solid #ccc;
  border-width: 1px;
  vertical-align: middle;
  font-weight: 400;
}
#cf-tbl table tr th {
  width: 35%;
  background: #eee;
}
@media screen and (max-width: 768px) {
  #cf-tbl {
    width: 100%;
  }

  #cf-tbl table,
  #cf-tbl table tbody,
  #cf-tbl table tr,
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    display: block;
  }

  #cf-tbl table {
    width: 100%;
    border-width: 0 0 1px 0;
  }

  #cf-tbl table tr th,
  #cf-tbl table tr td {
    width: 100%;
    padding: 3% 5%;
  }

  #cf-tbl table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
/*「必須」文字デザイン*/
.required {
  font-size: 0.8em;
  padding: 5px;
  background: linear-gradient(to right, #f79392, #fed279);
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: 300;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 95%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
  .wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel,
  .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email,
  input.wpcf7-form-control.wpcf7-text,
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
  }
}

/* 「送信する」ボタン */
input.wpcf7-submit {
  display: block;
  padding: 15px;
  width: 400px;
  background: linear-gradient(to right, #f79392, #fed279);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 2px;
  margin: 25px auto 0;
  transition: all 0.8s;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  input.wpcf7-submit {
    width: 250px;
  }
}

input.wpcf7-submit:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  opacity: 0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}
/* CONTACT FORM7 */

.lastContact__en {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
}
.lastContact__jp {
  padding-top: 10px;
}