@charset "UTF-8";
/*
Theme Name: aiare
*/
@import url("assets/scss/reset.css");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap");
@import url("https://use.typekit.net/dse2ywn.css");
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;
}

@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 {
  color: #3F3F3F !important;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
  letter-spacing: 1px;
}
body li {
  letter-spacing: 1px;
}
body td {
  line-height: 1.2;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}

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: 0em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

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

.header {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: #fff;
}
.header__wrap {
  margin-left: auto;
  height: 92px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 220px;
  background-color: #38A1DB;
  padding: 42px 35px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1309px) {
  .header__logo {
    max-width: 200px;
    padding: 42px 10px;
  }
}
.header__logo img {
  width: 150px;
}
.header__clinic-name {
  position: absolute;
  top: 34px;
  left: 230px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #39a1db;
}
.header__navi {
  height: inherit;
}
.header__sp-menu {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 959px) {
  .header {
    height: 47px;
  }
  .header__wrap {
    padding: 0 20px;
    height: 47px;
  }
  .header__logo {
    width: 20vw;
    padding: 20px 10px;
  }
  .header__clinic-name {
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 12px;
  }
  .header__navi {
    display: none;
  }
  .header__sp-menu {
    display: block;
  }
}

.header-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
.header-navi__items {
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: inherit;
  padding-top: 10px;
}
.header-navi__item {
  padding: 0 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1309px) {
  .header-navi__item {
    padding: 0 5px;
  }
}
.header-navi__item a {
  display: inline-block;
  font-size: 0.8vw;
  height: 30px;
}
.header-navi__cvpBlock {
  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: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: inherit;
}
.header-navi__cvp {
  height: inherit;
}
.header-navi__cvp a {
  display: grid;
  place-items: center;
  height: inherit;
  background: -webkit-gradient(linear, left top, right top, from(rgb(244, 111, 97)), to(rgb(255, 147, 136)));
  background: -webkit-linear-gradient(left, rgb(244, 111, 97) 0%, rgb(255, 147, 136) 100%);
  background: linear-gradient(90deg, rgb(244, 111, 97) 0%, rgb(255, 147, 136) 100%);
  padding: 0 25px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8vw;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1309px) {
  .header-navi__cvp a {
    padding: 0 10px;
  }
}

.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: #3F3F3F;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 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;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.sp-navi {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  padding-top: 58px;
  padding-bottom: 80px;
  top: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__item {
  display: block;
  padding: 18px 30px;
  border-top: 1px solid #F1F6FB;
  color: #3F3F3F;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.sp-navi__item:last-child {
  border-bottom: 1px solid #F1F6FB;
}
.sp-navi__logo {
  max-width: 300px;
  margin: auto;
  padding: 20px 20px;
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}
.sp-navi__contact-wrap {
  position: relative;
  max-width: 350px;
  margin: auto;
  padding: 0 20px;
}
.sp-navi__contact-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #4A84A6;
  margin-top: 20px;
  border-radius: 50px;
}
.sp-navi__contact-text p:nth-of-type(1) {
  width: 60%;
  text-align: center;
}
.sp-navi__contact-text p:nth-of-type(2) {
  width: 40%;
  text-align: center;
  color: #fff;
  background-color: #4A84A6;
  padding: 20px 0;
  border-radius: 0 50px 50px 0;
  text-decoration: underline;
}
.sp-navi__contact-icon {
  position: absolute;
  top: 30%;
  left: 6px;
}
.sp-navi__cvpBlock {
  max-width: 350px;
  margin: auto;
}
.sp-navi__cvpBlock a {
  font-size: 20px;
  text-align: center;
  border-radius: 100px;
  background-color: #F46F61;
  padding: 15px 20px;
  color: #fff;
  display: block;
}
.sp-navi__cvp {
  padding: 10px 20px;
}

.form-table {
  font-size: 15px;
}
.form-table p {
  margin-bottom: 0 !important;
}
.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;
  }
  .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.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 #3F3F3F;
  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 #3F3F3F;
  border-bottom: 3px solid #3F3F3F;
  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 #3F3F3F;
  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: #3F3F3F;
}
.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;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}
.wpcf7-spinner {
  display: block !important;
  margin: 12px auto 0 !important;
}

.btn {
  margin-top: 50px;
}
.btn-text-center {
  text-align: center;
}
.btn-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.btn-half > a {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .btn-half > a {
    width: 100%;
  }
}

.normal-btn {
  display: inline-block;
  min-width: 250px;
  background-color: transparent;
  color: #3F3F3F;
  font-size: 14px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #3F3F3F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.normal-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow--black.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: #3F3F3F;
  color: #fff;
}
.normal-btn:hover::after {
  background-image: url("./assets/images/arrow.svg");
}

.google-btn {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  background-color: transparent;
  color: #3F3F3F;
  font-size: 10px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #3F3F3F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.google-btn img {
  margin-right: 4px;
}
.google-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow--black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.google-btn:hover {
  background-color: #3F3F3F;
  color: #fff;
}
.google-btn:hover::after {
  background-image: url("./assets/images/arrow.svg");
}

.shopList-btn {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  background-color: #38A1DB;
  color: #fff;
  font-size: 14px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .shopList-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .shopList-btn {
    padding: 20px 30px;
  }
}
.shopList-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%);
}
.shopList-btn:hover {
  background-color: #4A84A6;
  color: #fff;
}
.shopList-btn:hover::after {
  background-image: url("./assets/images/arrow.svg");
}
.shopList-btn--detail {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  background-color: #38A1DB;
  color: #fff;
  font-size: 14px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #4A84A6;
}
@media screen and (max-width: 959px) {
  .shopList-btn--detail {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .shopList-btn--detail {
    padding: 20px 30px;
  }
}
.shopList-btn--detail::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%);
}
.shopList-btn--detail:hover {
  background-color: #4A84A6;
  color: #fff;
}
.shopList-btn--detail:hover::after {
  background-image: url("./assets/images/arrow.svg");
}
.shopList-btn--detail:hover {
  background-color: #38A1DB;
}

.reservation-btn {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #38A1DB;
  border-radius: 50px;
  font-size: 17px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 479px) {
  .reservation-btn {
    padding: 26px 20px;
  }
}
.reservation-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("./assets/images/icon/arrow-triangle-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
  .reservation-btn::after {
    width: 20px;
    height: 20px;
  }
}
.reservation-btn:hover {
  background-color: #F1F6FB;
  color: #38A1DB;
}

.card-box-btn, .card-box-btn[type=submit] {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  background-color: transparent;
  color: #4A84A6;
  font-size: 14px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #4A84A6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card-box-btn img, .card-box-btn[type=submit] img {
  margin-right: 4px;
}
.card-box-btn::after, .card-box-btn[type=submit]::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow-right--dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 329px) {
  .card-box-btn::after, .card-box-btn[type=submit]::after {
    right: -11px;
  }
}
.card-box-btn:hover, .card-box-btn[type=submit]:hover {
  background-color: #F1F6FB;
  color: #38A1DB;
}

.footer__main {
  background-color: #3F3F3F;
  color: #fff;
  padding: 80px 100px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.footer__wrap {
  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;
}
.footer__logo {
  margin-bottom: 60px;
  max-width: 200px;
}
.footer__icon {
  margin-right: 5px;
}
.footer__tel {
  font-size: 26px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__tel-list:not(:first-child) {
  margin-top: 20px;
}
.footer__clinic-name {
  display: inline-block;
}
.footer__shop-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__shop-tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.footer__adress {
  line-height: 1.8;
  font-size: 14px;
}
.footer__legal {
  padding: 30px 200px;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.footer__to-top {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.footer__clinic-name {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__clinic-name {
    font-size: 12px;
  }
}
.footer__links {
  max-width: 760px;
  width: 100%;
}
@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;
  }
  .footer__to-top {
    top: 100%;
    right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .footer__legal {
    padding: 20px 12px;
  }
  .footer__main {
    padding: 40px 12px;
  }
  .footer__logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__links {
    margin-top: 40px;
  }
  .footer__info {
    text-align: center;
  }
  .footer__tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-navi__item {
  font-size: 14px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}
.footer-navi__linkBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 0;
}
.footer-navi__linkBlock:nth-of-type(1) {
  position: relative;
}
.footer-navi__linkBlock:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: -20px;
}
.footer-navi__linkBlock:nth-of-type(1) .footer-navi__list {
  width: 25%;
}
@media screen and (max-width: 959px) {
  .footer-navi__linkBlock:nth-of-type(1) .footer-navi__list {
    width: 50%;
  }
}
.footer-navi__linkBlock:nth-of-type(2) {
  margin-top: 40px;
  position: relative;
}
.footer-navi__linkBlock:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: -20px;
}
.footer-navi__linkBlock:nth-of-type(2) .footer-navi__list:nth-of-type(1) {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer-navi__linkBlock:nth-of-type(2) .footer-navi__list:nth-of-type(1) {
    display: block;
  }
}
.footer-navi__linkBlock:nth-of-type(2) .footer-navi__list:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-navi__linkBlock:nth-of-type(3) {
  margin-top: 40px;
}
.footer-navi__linkBlock:nth-of-type(3) .footer-navi__list:nth-of-type(1) {
  width: 20%;
}
@media screen and (max-width: 959px) {
  .footer-navi__linkBlock:nth-of-type(3) .footer-navi__list:nth-of-type(1) {
    width: 100%;
  }
}
.footer-navi__linkBlock:nth-of-type(3) .footer-navi__list:nth-of-type(2) {
  width: 100%;
}
.footer-navi__linkBlock:nth-of-type(3) .footer-navi__list:nth-of-type(3) {
  width: 100%;
}
.footer-navi__linkBlock--child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 0;
}
.footer-navi__linkBlock--child:nth-of-type(1) {
  width: 20%;
}
@media screen and (max-width: 959px) {
  .footer-navi__linkBlock--child:nth-of-type(1) {
    width: 100%;
  }
}
.footer-navi__linkBlock--child:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .footer-navi__linkBlock--child:nth-of-type(2) {
    margin-top: 20px;
  }
}
.footer-navi__list {
  font-size: 14px;
}
.footer-navi__list--child {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer-navi__list--child {
    width: 48%;
  }
}
.footer-navi__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
.footer-navi__link img {
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .footer-navi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-navi__item {
    width: 33.333%;
    padding: 20px 20px 20px 0;
    text-align: center;
  }
}

.to-top {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-image: url(assets/images/to-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.to-top:hover {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .to-top {
    width: 60px;
    height: 60px;
  }
}

.page {
  padding: 120px 0;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 60px 0;
  }
}
.page-archive-news {
  margin-top: 60px;
}
.page__wrap-news {
  padding: 0 30px;
}
@media screen and (max-width: 959px) {
  .page__wrap-news {
    padding: 0;
  }
}
.page__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}
.page-bottom {
  padding: 120px 0 160px 0;
}
@media screen and (max-width: 959px) {
  .page-bottom {
    padding: 80px 0 120px 0;
  }
}
.page-bottom__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page-bottom__head {
    margin-bottom: 30px;
  }
}
.page-bottom-none {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 959px) {
  .page-bottom-none {
    padding: 80px 0 0 0;
  }
}
.page-bottom-none__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page-bottom-none__head {
    margin-bottom: 30px;
  }
}
.page-news {
  padding: 40px 0 120px;
}
@media screen and (max-width: 959px) {
  .page-news {
    padding: 40px 0 60px 0;
  }
}
.page-news__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page-news__head {
    margin-bottom: 30px;
  }
}
.page-tab {
  margin-top: 120px;
  padding: 20px 0;
}
@media screen and (max-width: 959px) {
  .page-tab {
    margin-top: 80px;
    padding: 40px 0;
  }
}
.page-tab__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page-tab__head {
    margin-bottom: 30px;
  }
}
.page-recruit-voice {
  padding: 80px 0 50px;
}
@media screen and (max-width: 959px) {
  .page-recruit-voice {
    padding: 10px 0 30px;
  }
}
.page-recruit-voice-right {
  padding: 120px 0 50px;
}
@media screen and (max-width: 959px) {
  .page-recruit-voice-right {
    padding: 60px 0 30px;
  }
}
.page-none {
  padding: 0 0;
}
@media screen and (max-width: 959px) {
  .page-none {
    padding: 0 0;
  }
}
.page-none__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page-none__head {
    margin-bottom: 30px;
  }
}
.page__body {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .page__body {
    margin-top: 30px;
  }
}

.page-mv {
  height: 540px;
  background-position: center;
  position: relative;
  background-size: cover;
}
.page-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-mv > .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-mv__content {
  position: absolute;
  line-height: 1.6;
  padding: 10px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
  text-align: center;
  color: #fff;
}
.page-mv__title {
  font-size: 38px;
  font-weight: bold;
  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;
  }
}

.pagenavi-mv {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv {
    margin-top: -50px;
  }
}
@media screen and (max-width: 479px) {
  .pagenavi-mv {
    margin-top: -30px;
  }
}
@media screen and (max-width: 959px) {
  .pagenavi-mv figure {
    width: 40vw;
    margin: auto;
    margin-bottom: 2em;
  }
}

.pagenavi-menu-list {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(10px * -1);
}
@media screen and (max-width: 959px) {
  .pagenavi-menu-list {
    padding: 0;
  }
}
.pagenavi-menu-list__item {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc((100% - 10px * (6 - 1)) / 6);
}
.pagenavi-menu-list__item:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1047px) {
  .pagenavi-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .pagenavi-menu-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
  .pagenavi-menu-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .pagenavi-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .pagenavi-menu-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
  .pagenavi-menu-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.pagenavi-menu__link {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .pagenavi-menu__link {
    font-size: 14px;
  }
}
.pagenavi-menu__sub {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #38A1DB;
}

.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 a {
  color: #4A84A6;
  text-decoration: underline;
}
.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 #38A1DB;
  color: #38A1DB;
}
.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: #38A1DB;
  -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 {
  margin-top: 20px;
}
.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;
  }
}

.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;
  }
}

.common {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common > div {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .common > div {
    width: 100%;
  }
}
.common__left {
  background-color: #91C2E0;
  color: #fff;
  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;
}
.common__left--w {
  width: 60% !important;
}
@media screen and (max-width: 959px) {
  .common__left--w {
    width: 100% !important;
  }
}
.common__right {
  background-color: #4A84A6;
  color: #fff;
  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;
}
@media screen and (max-width: 959px) {
  .common__right--gap {
    margin-top: 4vw;
  }
}
.common__text-left {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .common__text-left {
    padding: 10vw 4vw;
  }
}
.common__text-center {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .common__text-center {
    padding: 4vw 4vw;
    width: 100%;
  }
}
.common__title {
  font-size: 58px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .common__title {
    font-size: 38px;
  }
}
.common__title-jp {
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 8px;
}
@media screen and (max-width: 959px) {
  .common__title-jp {
    font-size: 38px;
  }
}
.common__title-en {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.common__dis {
  margin-top: 14px;
}
.common__text {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .common__text {
    margin-top: 20px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 479px) {
  .common__text {
    font-size: 11px;
  }
}
.common__img img {
  vertical-align: top;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}
.common__img--w {
  width: 40% !important;
}
@media screen and (max-width: 959px) {
  .common__img--w {
    width: 100% !important;
  }
}
.common__title-jp {
  font-size: 38px;
}
@media screen and (max-width: 959px) {
  .common__title-jp {
    font-size: 18px;
  }
}
.common__left {
  padding: 3vw 0;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.common__right {
  padding: 3vw 0;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.common__button {
  margin-top: 20px;
}
.common__button-text {
  display: inline-block;
  margin-left: 10px;
}
.common__button a {
  display: block;
  max-width: 400px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common__button a::after {
  content: "";
  position: absolute;
  background-image: url(assets/images/icon/right-arrow-white.png);
  background-size: contain;
  top: 42%;
  right: 20px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
}
.common__button--about {
  margin-top: 30px;
}
.common__button--about-text {
  display: inline-block;
  margin-left: 10px;
}
.common__button--about a {
  display: block;
  max-width: 240px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  padding: 20px 10px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common__button--about a::after {
  content: "";
  position: absolute;
  background-image: url(assets/images/icon/right-arrow-white.png);
  background-size: contain;
  top: 42%;
  right: 20px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .common__top .common__button-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .common__top .common__text-center {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  .common__top .common__button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .common__top .common__button a {
    width: 90%;
    padding: 16px;
  }
}
@media screen and (max-width: 959px) {
  .common__top .common__title-jp {
    font-size: 21px;
    line-height: 1.7619047619;
  }
}
@media screen and (max-width: 479px) {
  .common__top .common__button a::after {
    right: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 959px) {
  .common__top .common__text {
    font-size: 14px;
  }
}

.common-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-content > div {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .common-content > div {
    width: 100%;
  }
}
.common-content__left {
  background-color: #4A84A6;
  color: #fff;
  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;
}
.common-content__left--w {
  width: 60% !important;
}
@media screen and (max-width: 959px) {
  .common-content__left--w {
    width: 100% !important;
  }
}
.common-content__right {
  background-color: #fff;
  color: #fff;
  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;
}
@media screen and (max-width: 959px) {
  .common-content__right--gap {
    margin-top: 4vw;
  }
}
.common-content__text-left {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .common-content__text-left {
    padding: 10vw 4vw;
  }
}
.common-content__text-center {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .common-content__text-center {
    padding: 4vw 4vw;
    width: 100%;
  }
}
.common-content__title {
  font-size: 58px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .common-content__title {
    font-size: 38px;
  }
}
.common-content__title-jp {
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 8px;
}
@media screen and (max-width: 959px) {
  .common-content__title-jp {
    font-size: 38px;
  }
}
.common-content__title-en {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.common-content__dis {
  margin-top: 14px;
}
.common-content__text {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .common-content__text {
    margin-top: 20px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 479px) {
  .common-content__text {
    font-size: 11px;
  }
}
.common-content__img img {
  vertical-align: top;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}
.common-content__img--w {
  width: 40% !important;
}
@media screen and (max-width: 959px) {
  .common-content__img--w {
    width: 100% !important;
  }
}
.common-content__left {
  padding: 6vw 0;
}

.common-img img {
  width: 100%;
}

.common-link {
  margin-top: 50px;
  background-color: #91C2E0;
  padding: 120px 0;
}
@media screen and (max-width: 959px) {
  .common-link {
    padding: 60px 0;
  }
}
.common-link__wrap {
  width: 1360px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
.common-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(40px * -1);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-link-list__item {
  margin-bottom: 40px;
  margin-right: 40px;
  width: calc((100% - 40px * (2 - 1)) / 2);
}
.common-link-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .common-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .common-link-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
  .common-link-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.common-link__textBlock {
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 20px 10px;
}
@media screen and (max-width: 959px) {
  .common-link__textBlock {
    padding: 2vw 1vw;
    border-radius: 0 0 10px 10px;
  }
}
.common-link__title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .common-link__title {
    font-size: 22px;
  }
}
.common-link__text {
  color: #38A1DB;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .common-link__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .common-link__text {
    margin-top: 0;
  }
}
.common-link img {
  vertical-align: top;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 959px) {
  .common-link img {
    border-radius: 10px 10px 0 0;
  }
}

.common-banner {
  background-color: #F4F4F4;
  padding: 30px 10px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .common-banner {
    padding: 50px 10px;
  }
}
.common-banner__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-banner__wrap:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .common-banner__wrap:not(:first-child) {
    margin-top: 16px;
  }
}
.common-banner__item {
  height: 40px;
}
.common-banner__item img {
  height: 100%;
}
@media screen and (max-width: 959px) {
  .common-banner__item {
    width: 100%;
    text-align: center;
  }
}

.common-recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-recruit > div {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .common-recruit > div {
    width: 100%;
  }
}
.common-recruit__left {
  background-color: #91C2E0;
  color: #fff;
  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;
}
.common-recruit__left--w {
  width: 60% !important;
}
@media screen and (max-width: 959px) {
  .common-recruit__left--w {
    width: 100% !important;
  }
}
.common-recruit__right {
  background-color: #F1F6FB;
  color: #fff;
  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;
}
@media screen and (max-width: 959px) {
  .common-recruit__right--gap {
    margin-top: 4vw;
  }
}
.common-recruit__text-left {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .common-recruit__text-left {
    padding: 10vw 4vw;
  }
}
.common-recruit__text-center {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .common-recruit__text-center {
    padding: 4vw 4vw;
    width: 100%;
  }
}
.common-recruit__title {
  font-size: 58px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .common-recruit__title {
    font-size: 38px;
  }
}
.common-recruit__title-jp {
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 8px;
}
@media screen and (max-width: 959px) {
  .common-recruit__title-jp {
    font-size: 38px;
  }
}
.common-recruit__title-en {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.common-recruit__dis {
  margin-top: 14px;
}
.common-recruit__text {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .common-recruit__text {
    margin-top: 20px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 479px) {
  .common-recruit__text {
    font-size: 11px;
  }
}
.common-recruit__img img {
  vertical-align: top;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}
.common-recruit__img--w {
  width: 40% !important;
}
@media screen and (max-width: 959px) {
  .common-recruit__img--w {
    width: 100% !important;
  }
}
.common-recruit__left {
  padding: 4vw 0;
}
.common-recruit__title-jp {
  line-height: 1.2;
  font-size: 47px;
}
@media screen and (max-width: 959px) {
  .common-recruit__title-jp {
    font-size: 30px;
  }
}
.common-recruit__sign {
  margin-top: 20px;
}
.common-recruit__sign span {
  display: inline-block;
  padding: 20px 30px;
  background-color: #fff;
  color: #91C2E0;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .common-recruit__sign span {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .common-recruit__sign span {
    padding: 10px 10px;
  }
}
.common-recruit__sign:nth-of-type(2) {
  margin-top: 20px;
}
.common-recruit__right-inner {
  padding: 20px 30px;
}

.common-abreast__card {
  position: relative;
}
.common-abreast__card:not(:first-child) {
  margin-top: 50px;
}
.common-abreast__card:nth-of-type(odd) .common-abreast__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(odd) .common-abreast__img {
    position: relative;
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
    padding: 0 30px;
    left: initial;
    right: initial;
  }
  .common-abreast__card:nth-of-type(odd) .common-abreast__img img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(odd) .common-abreast__img {
    text-align: right;
  }
}
.common-abreast__card:nth-of-type(odd) .common-abreast__textBlock {
  width: 70%;
  background-color: #F4F4F4;
  padding: 60px 60px;
  max-height: 650px;
  min-height: 300px;
  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-radius: 20px;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(odd) .common-abreast__textBlock {
    width: initial;
    min-height: initial;
    height: initial;
    padding: 60px 30px 40px;
    max-height: initial;
  }
}
.common-abreast__card:nth-of-type(odd) .common-abreast__textBlock-inner {
  margin-right: 260px;
}
@media screen and (max-width: 1047px) {
  .common-abreast__card:nth-of-type(odd) .common-abreast__textBlock-inner {
    margin-right: 36vw;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(odd) .common-abreast__textBlock-inner {
    margin-right: initial;
  }
}
.common-abreast__card:nth-of-type(even) .common-abreast__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(even) .common-abreast__img {
    position: relative;
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
    padding: 0 30px;
    left: initial;
    right: initial;
  }
  .common-abreast__card:nth-of-type(even) .common-abreast__img img {
    width: 100%;
  }
}
.common-abreast__card:nth-of-type(even) .common-abreast__textBlock {
  width: 70%;
  background-color: #F4F4F4;
  padding: 60px 60px;
  max-height: 650px;
  min-height: 300px;
  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-radius: 20px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(even) .common-abreast__textBlock {
    width: initial;
    min-height: initial;
    height: initial;
    padding: 60px 30px 40px;
    max-height: initial;
  }
}
.common-abreast__card:nth-of-type(even) .common-abreast__textBlock-inner {
  margin-left: 260px;
}
@media screen and (max-width: 1047px) {
  .common-abreast__card:nth-of-type(even) .common-abreast__textBlock-inner {
    margin-left: 36vw;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast__card:nth-of-type(even) .common-abreast__textBlock-inner {
    margin-left: initial;
  }
}
.common-abreast__title-en {
  color: #4A84A6;
  letter-spacing: 4px;
}
.common-abreast__title-jp {
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .common-abreast__title-jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast__title-jp {
    margin-top: 10px;
  }
}
.common-abreast__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 959px) {
  .common-abreast__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast__text {
    margin-top: 20px;
  }
}
.common-abreast__img img {
  max-width: 470px;
  border-radius: 20px;
}

.common-abreast-about__card {
  position: relative;
}
.common-abreast-about__card:not(:first-child) {
  margin-top: 50px;
}
.common-abreast-about__card:nth-of-type(even) .common-abreast-about__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(even) .common-abreast-about__img {
    position: relative;
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
    padding: 0 30px;
    left: initial;
    right: initial;
  }
  .common-abreast-about__card:nth-of-type(even) .common-abreast-about__img img {
    width: 100%;
  }
}
.common-abreast-about__card:nth-of-type(even) .common-abreast-about__textBlock {
  width: 70%;
  background-color: #F1F6FB;
  padding: 60px 60px;
  max-height: 650px;
  min-height: 300px;
  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-radius: 20px;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(even) .common-abreast-about__textBlock {
    width: initial;
    min-height: initial;
    height: initial;
    padding: 60px 30px 40px;
    max-height: initial;
  }
}
.common-abreast-about__card:nth-of-type(even) .common-abreast-about__textBlock-inner {
  margin-right: 228px;
}
@media screen and (max-width: 1047px) {
  .common-abreast-about__card:nth-of-type(even) .common-abreast-about__textBlock-inner {
    margin-right: 36vw;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(even) .common-abreast-about__textBlock-inner {
    margin-right: initial;
  }
}
.common-abreast-about__card:nth-of-type(even) .common-abreast-about__textBlock--first {
  background-color: #fff;
}
.common-abreast-about__card:nth-of-type(odd) .common-abreast-about__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__img {
    position: relative;
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
    padding: 0 30px;
    left: initial;
    right: initial;
  }
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__img img {
    width: 100%;
  }
}
.common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock {
  width: 70%;
  background-color: #F1F6FB;
  padding: 60px 60px;
  max-height: 650px;
  min-height: 300px;
  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-radius: 20px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock {
    width: initial;
    min-height: initial;
    height: initial;
    padding: 60px 30px 40px;
    max-height: initial;
  }
}
.common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock-inner {
  margin-left: 228px;
}
@media screen and (max-width: 1047px) {
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock-inner {
    margin-left: 36vw;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock-inner {
    margin-left: initial;
  }
}
.common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock-inner-narrow {
  margin-left: 240px;
}
@media screen and (max-width: 1047px) {
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock-inner-narrow {
    margin-left: 36vw;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock-inner-narrow {
    margin-left: initial;
  }
}
.common-abreast-about__card:nth-of-type(odd) .common-abreast-about__textBlock--first {
  background-color: #fff;
}
.common-abreast-about__title {
  text-align: left;
}
.common-abreast-about__title-en {
  color: #4A84A6;
  letter-spacing: 4px;
}
.common-abreast-about__title-jp {
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__title-jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast-about__title-jp {
    margin-top: 10px;
  }
}
.common-abreast-about__title-jp-small {
  font-size: 20px;
}
.common-abreast-about__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.13em;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .common-abreast-about__text {
    margin-top: 20px;
  }
}
.common-abreast-about__text--extraction {
  margin-top: 0;
}
.common-abreast-about__img img {
  max-width: 470px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .common-abreast-about__img img {
    max-width: initial;
  }
}

.questionnaire {
  border: 10px solid #4A84A6;
  border-radius: 30px;
}
.questionnaire__inner {
  padding: 30px 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .questionnaire__inner {
    padding: 2vw 4vw;
  }
}
.questionnaire__mark {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .questionnaire__mark {
    top: 6vw;
    width: 60vw;
  }
}
.questionnaire__title {
  font-weight: 600;
  margin-top: 80px;
  line-height: 1.4;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .questionnaire__title {
    font-size: 22px;
  }
}
.questionnaire__text {
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .questionnaire__text {
    margin-top: 20px;
  }
}
.questionnaire__img {
  margin-top: 50px;
}
.questionnaire__img a {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 959px) {
  .questionnaire__img {
    margin-top: 20px;
  }
}

.p-relative-01 {
  position: relative;
  z-index: 1;
}
.p-relative-02 {
  position: relative;
  z-index: 2;
}

.bg-color__main {
  background-color: #38A1DB;
}
.bg-color__light_mainColor {
  background-color: #91C2E0;
}
.bg-color__dark_mainColor {
  background-color: #4A84A6;
}
.bg-color__pointColor {
  background-color: #F46F61;
}
.bg-color__accentColor {
  background-color: #F1F6FB;
}
.bg-color__lightGray {
  background-color: #F4F4F4;
}
.bg-color__fff {
  position: relative;
}
.bg-color__fff::after {
  content: "";
  position: absolute;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-color__fff-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 360px;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .bg-color__fff-half {
    padding-top: 40vw;
  }
}
.bg-color__fff-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 360px;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .bg-color__fff-menu {
    padding-top: 300px;
  }
}
.bg-color__recruit-voice-01 {
  position: relative;
  z-index: 0;
}
.bg-color__recruit-voice-01::after {
  content: "";
  background-color: #F1F6FB;
  position: absolute;
  width: 100%;
  height: 260px;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 959px) {
  .bg-color__recruit-voice-01::after {
    height: 30%;
  }
}
.bg-color__recruit-voice-02 {
  position: relative;
  z-index: 0;
}
.bg-color__recruit-voice-02::after {
  content: "";
  background-color: #FFE0EC;
  position: absolute;
  width: 100%;
  height: 260px;
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 959px) {
  .bg-color__recruit-voice-02::after {
    height: 30%;
  }
}
.bg-color__half {
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, #F4F2F1), color-stop(55%, #fff));
}
.bg-color__white {
  background-color: #fff;
}

.designText__clinic {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  padding: 0 30px;
}
.designText__recruit {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  text-align: center;
  padding: 30px 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.designText__about {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  text-align: center;
  padding: 30px 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 959px) {
  .designText__about {
    display: none;
  }
}

.arrow-parts {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  padding: 0 30px;
}

.icon-parts {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
}

.clinic-slider-block {
  max-width: 1100px;
  margin: auto;
}
.clinic-slider-block .clinic-slider img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .clinic-slider-block .clinic-slider img {
    border-radius: 10px;
  }
}
.clinic-slider-block .clinic-thumbnail img {
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .clinic-slider-block .clinic-thumbnail img {
    border-radius: 5px;
  }
}
.clinic-slider-block .clinic-thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
.clinic-slider-block .clinic-thumbnail {
  padding: 10px 20px;
}
@media screen and (max-width: 959px) {
  .clinic-slider-block .clinic-thumbnail {
    padding: 5px 10px;
  }
}
.clinic-slider-block .clinic-thumbnail-img {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .clinic-slider-block .clinic-thumbnail-img {
    padding: 5px;
  }
}
.clinic-slider-block .clinic-thumbnail .slick-current {
  opacity: 1;
}

.clinic-info__wrap {
  margin: auto;
}
.clinic-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(30px * -1);
}
.clinic-info-list__item {
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc((100% - 30px * (2 - 1)) / 2);
}
.clinic-info-list__item:nth-of-type(2n) {
  margin-right: 0;
}
.clinic-info__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.clinic-info__block::after {
  content: "";
  position: absolute;
  background-color: #38A1DB;
  width: 100%;
  height: 1px;
  bottom: -8px;
}
.clinic-info__item {
  width: 30%;
  font-weight: 600;
}
.clinic-info__text {
  width: 70%;
}
.clinic-info__wrap {
  margin-top: 70px;
  max-width: 1100px;
}
@media screen and (max-width: 959px) {
  .clinic-info-list {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .clinic-info-list__item {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .clinic-photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(30px * -1);
  }
  .clinic-photo-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .clinic-photo-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .clinic-photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .clinic-photo-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
  .clinic-photo-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.clinic-photo__textBlock {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 959px) {
  .clinic-photo__textBlock {
    border-radius: 0 0 10px 10px;
  }
}
.clinic-photo__title {
  padding: 20px 20px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .clinic-photo__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .clinic-photo__title {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 479px) {
  .clinic-photo__title {
    padding: 10px 6px;
  }
}
.clinic-photo__text {
  padding: 20px 20px 30px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .clinic-photo__text {
    padding: 10px 10px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .clinic-photo__text {
    padding: 10px 6px 30px;
  }
}
.clinic-photo__img img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 959px) {
  .clinic-photo__img img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .clinic-photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(20px * -1);
  }
  .clinic-photo-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
  .clinic-photo-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.clinic-photo__img img {
  width: 100%;
}
.clinic-photo__box {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 960px) {
  .clinic-article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(30px * -1);
  }
  .clinic-article-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .clinic-article-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .clinic-article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .clinic-article-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
  .clinic-article-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.clinic-article__textBlock {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 959px) {
  .clinic-article__textBlock {
    border-radius: 0 0 10px 10px;
  }
}
.clinic-article__title {
  padding: 20px 20px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .clinic-article__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .clinic-article__title {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 479px) {
  .clinic-article__title {
    padding: 10px 6px;
  }
}
.clinic-article__text {
  padding: 20px 20px 30px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .clinic-article__text {
    padding: 10px 10px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .clinic-article__text {
    padding: 10px 6px 30px;
  }
}
.clinic-article__img img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 959px) {
  .clinic-article__img img {
    border-radius: 10px 10px 0 0;
  }
}
.clinic-article__box {
  display: block;
}
.clinic-article__img {
  position: relative;
}
.clinic-article__category {
  display: inline-block;
  padding: 5px 10px;
  background-color: #4A84A6;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .clinic-article__category {
    font-size: 12px;
  }
}

.clinic-member__box {
  border: 1px solid #38A1DB;
  border-radius: 20px;
}
.clinic-member__box:not(:first-child) {
  margin-top: 40px;
}
.clinic-member__box--bg {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .clinic-member__img {
    width: 100%;
    text-align: center;
  }
}
.clinic-member__img img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 200px;
}
.clinic-member__box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
.clinic-member__info {
  width: 35%;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .clinic-member__info {
    width: 100%;
  }
}
.clinic-member__info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.clinic-member__info-name {
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .clinic-member__info-name {
    font-size: 24px;
  }
}
.clinic-member__info-record {
  color: #4A84A6;
}
.clinic-member__info-career {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .clinic-member__info-career {
    font-size: 14px;
  }
}
.clinic-member__info-career li {
  line-height: 1.8;
}
.clinic-member__status {
  width: 36%;
  background-color: #F1F6FB;
  margin: 10px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .clinic-member__status {
    width: 100%;
    margin: 20px 0;
  }
}
.clinic-member__status-inner {
  padding: 40px;
}
.clinic-member__status-title {
  color: #38A1DB;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .clinic-member__status-title {
    font-size: 18px;
  }
}
.clinic-member__status-list {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .clinic-member__status-list {
    font-size: 14px;
  }
}

.heading__text-center {
  text-align: center;
}
.heading__en {
  color: #38A1DB;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.heading__en-marker {
  position: relative;
  display: inline-block;
}
.heading__en-marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #38A1DB;
  left: 0;
}
.heading__jp {
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-top: 20px;
  line-height: 1.4;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: 47px;
}
@media screen and (max-width: 479px) {
  .heading__jp {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 959px) {
  .heading__jp {
    font-size: 27px;
  }
}
.heading__subtitle {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 479px) {
  .heading__subtitle {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 959px) {
  .heading__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 329px) {
  .heading__jp-message {
    font-size: 23px;
  }
}
@media screen and (max-width: 329px) {
  .heading__jp-treatment {
    font-size: 23px;
  }
}
@media screen and (max-width: 329px) {
  .heading__jp-benefit {
    font-size: 23px;
  }
}
.heading__lead {
  margin-top: 30px;
}
.heading-reservation__en {
  margin-top: 20px;
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .heading-reservation__en {
    font-size: 14px;
  }
}
.heading-reservation__jp {
  font-size: 30px;
  color: #fff;
}
.heading__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.heading__flex > div:nth-of-type(1) {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .heading__flex > div:nth-of-type(1) {
    width: 100%;
  }
}
.heading__flex > div:nth-of-type(2) {
  max-width: 640px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .heading__flex > div:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .heading__flex > div:nth-of-type(2) {
    width: 100%;
  }
}

.vertical-line {
  background-color: #3F3F3F;
  width: 100%;
  height: 1px;
}
.vertical-line-mainColor {
  background-color: #38A1DB;
  width: 100%;
  height: 1px;
}
.vertical-line-margin {
  margin: 10px 0;
}
.vertical-line-margin-xl {
  margin: 30px 0;
}
.vertical-line-dot {
  width: 100%;
  height: 4px;
  background-image: -webkit-radial-gradient(#38A1DB 1px, transparent 1px);
  background-image: radial-gradient(#38A1DB 1px, transparent 1px);
  background-size: 6px 6px;
  background-repeat: repeat-x;
}
.vertical-line-detail {
  background-color: #38A1DB;
  width: 20px;
  height: 2px;
  margin: 10px auto;
}

.access__wrap {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@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__img {
  width: 47%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .access__img {
    width: 100%;
  }
}
.access__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.access__info {
  width: 53%;
  margin-left: 90px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .access__info {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.access__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e3d9;
  margin-bottom: 10px;
}
.access__list-head {
  min-width: 118px;
  font-weight: bold;
  font-size: 16px;
  line-height: 33px;
}
@media screen and (max-width: 959px) {
  .access__list-head {
    text-align: center;
  }
}
.access__map {
  margin-top: 58px;
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 959px) {
  .access__map {
    height: 400px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__time {
  margin-top: 42px;
  overflow-x: scroll;
}

.time-table {
  white-space: nowrap;
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #4b84a6;
}
.time-table thead {
  background: #4b84a6;
}
.time-table thead th {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 33px;
  color: #fff;
  padding: 12px;
}
.time-table thead th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.time-table thead th:nth-child(8) {
  border-radius: 0 10px 0 0;
}
.time-table tbody tr:nth-child(2) td {
  border-top: 1px solid #4b84a6;
}
.time-table tbody td {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 33px;
  color: #4b84a6;
  text-align: center;
  padding: 30px 10px;
}
.time-table tbody td:not(:first-child) {
  border-left: 1px solid #4b84a6;
}
@media screen and (max-width: 479px) {
  .time-table {
    white-space: wrap;
  }
  .time-table thead th {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 5px;
  }
  .time-table tbody td {
    font-size: 12px;
    line-height: 1.5;
    padding: 30px 5px;
  }
}

.shopList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(40px * -1);
}
.shopList-list__item {
  margin-bottom: 40px;
  margin-right: 40px;
  width: calc((100% - 40px * (2 - 1)) / 2);
}
.shopList-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .shopList-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .shopList-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
  .shopList-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.shopList__title {
  padding: 20px 0;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .shopList__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 329px) {
  .shopList__title {
    font-size: 15px;
  }
}
.shopList__textBlock {
  margin-top: 10px;
}
.shopList__img--ebisu {
  position: relative;
}
.shopList__img--ebisu img {
  border-radius: 20px;
}
.shopList__img--ebisu::after {
  content: "";
  background-image: url("assets/images/common/ebisu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 160px;
  height: 125px;
}
@media screen and (max-width: 959px) {
  .shopList__img--ebisu::after {
    width: 15vw;
  }
}
.shopList__img--meguro {
  position: relative;
}
.shopList__img--meguro img {
  border-radius: 20px;
}
.shopList__img--meguro::after {
  content: "";
  background-image: url("assets/images/common/meguro.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 160px;
  height: 125px;
}
@media screen and (max-width: 959px) {
  .shopList__img--meguro::after {
    width: 15vw;
  }
}
.shopList__img--kawasaki {
  position: relative;
}
.shopList__img--kawasaki img {
  border-radius: 20px;
}
.shopList__img--kawasaki::after {
  content: "";
  background-image: url("assets/images/common/kawasaki.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 160px;
  height: 125px;
}
@media screen and (max-width: 959px) {
  .shopList__img--kawasaki::after {
    width: 15vw;
  }
}
.shopList__name {
  position: absolute;
  bottom: 0;
  display: inline-block;
}
.shopList__table {
  width: 100%;
  margin-top: 10px;
}
.shopList__table tr td {
  line-height: 1.5;
}
.shopList__table tr td:nth-of-type(1) {
  color: #4A84A6;
  font-weight: 600;
  width: 30%;
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  .shopList__table tr td:nth-of-type(1) {
    width: 100%;
    display: block;
  }
}
.shopList__table tr td:nth-of-type(2) {
  padding: 0 0 10px 0;
}
@media screen and (max-width: 959px) {
  .shopList__table tr td:nth-of-type(2) {
    display: block;
    padding: 0;
  }
}

.entry-btn {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .entry-btn {
    width: 30vw;
    text-align: right;
  }
}
.entry-btn a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entry-btn {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .entry-btn {
    display: none !important;
  }
}
.entry-btn a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-area {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  place-items: center;
  gap: 50px;
  cursor: pointer;
  margin-inline: auto;
  max-width: 560px;
}
@media screen and (max-width: 959px) {
  .tab-area {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .tab-area {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}

.tab {
  text-align: center;
}
.tab__box {
  background-color: #fff;
  border-radius: 500px;
  width: 150px;
  height: 150px;
  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;
}
@media screen and (max-width: 959px) {
  .tab__box {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 479px) {
  .tab__box {
    width: 80px;
    height: 80px;
  }
}
.tab__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 479px) {
  .tab__icon img {
    width: 30px;
  }
}
.tab__text {
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .tab__text {
    font-size: 10px;
    margin-top: 2px;
  }
}

.tab.active {
  border-radius: 500px;
  position: relative;
}
.tab.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 2px solid #4A84A6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.panel {
  display: none;
  text-align: center;
}
.panel .page__body {
  text-align: left;
}

.panel.active {
  display: block;
}

.menu {
  margin-top: 86px;
}
.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  width: 270px;
  height: 270px;
  background-color: #fff;
  border-radius: 200px;
  margin: auto;
  position: relative;
}
.menu-icon::after {
  content: "";
  position: absolute;
  background-color: #3F3F3F;
  width: 1px;
  height: 30%;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-icon__img img {
  width: 140px;
  height: 140px;
}
.menu-textArea {
  margin-top: 78px;
}
@media screen and (max-width: 959px) {
  .menu-textArea {
    margin-top: 60px;
  }
}
.menu-textArea__title-en {
  color: #4A84A6;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  display: inline-block;
}
.menu-textArea__title-jp {
  font-weight: 600;
  margin-top: 16px;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .menu-textArea__title-jp {
    font-size: 24px;
  }
}
.menu-textArea__text {
  margin-top: 40px;
  letter-spacing: 0.08em;
  line-height: 2.125;
  text-align: left;
}
.menu-textArea__img {
  margin-inline: auto;
  width: 101px;
  height: 43px;
  background-image: url(assets/images/common/feature.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 959px) {
  .menu-textArea__img {
    width: 80px;
    height: 33px;
  }
}
.menu-img img {
  width: 100%;
  border-radius: 20px;
  margin-top: 40px;
}
.menu-detail {
  padding: 120px 0;
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .menu-detail {
    padding: 60px 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .menu-detail-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(60px * -1);
    margin-top: 150px;
    gap: 40px 0;
  }
  .menu-detail-list__item {
    margin-bottom: 60px;
    margin-right: 60px;
    width: calc((100% - 60px * (2 - 1)) / 2);
  }
  .menu-detail-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .menu-detail-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
    margin-top: 100px;
    gap: 60px 0;
  }
  .menu-detail-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (1 - 1)) / 1);
  }
  .menu-detail-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.menu-detail__box {
  background-color: #F1F6FB;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .menu-detail__box {
    padding: 100px 10px 40px;
  }
}
.menu-detail__img {
  position: absolute;
  top: -88px;
  right: 30px;
}
@media screen and (max-width: 959px) {
  .menu-detail__img {
    width: 23vw;
    right: 0;
    left: 0;
    margin: auto;
    min-width: 180px;
    max-width: 200px;
  }
}
.menu-detail__img img {
  border: 10px solid #F1F6FB;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(23.9090909091vw, 263px);
}
@media screen and (max-width: 959px) {
  .menu-detail__img img {
    width: auto;
  }
}
.menu-detail__title-inner {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .menu-detail__title-inner {
    text-align: center;
  }
}
.menu-detail__title-en {
  color: #38A1DB;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
}
.menu-detail__title-en .step {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .menu-detail__title-en .step {
    font-size: 22px;
  }
}
.menu-detail__title-en .number {
  display: block;
  margin-top: -10px;
  font-size: 70px;
}
@media screen and (max-width: 959px) {
  .menu-detail__title-en .number {
    font-size: 40px;
  }
}
.menu-detail__title-jp {
  font-weight: 600;
  max-width: 260px;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .menu-detail__title-jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .menu-detail__title-jp {
    max-width: none;
  }
}
.menu-detail__text {
  margin-top: 30px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2.2142857143;
}
@media screen and (max-width: 959px) {
  .menu-detail__text {
    margin-top: 10px;
  }
}

.logo__wrap {
  text-align: center;
  padding: 0 30px;
}

.shop-image__wrap {
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 959px) {
  .shop-image__wrap {
    padding: 0px;
  }
}
.shop-image__img {
  position: relative;
  display: inline-block;
}
.shop-image-list {
  display: -webkit-flex;
  row-gap: 40px;
  margin-bottom: calc(0px * -1);
}
.shop-image-list__item {
  margin-bottom: 0px;
  margin-right: 0px;
  width: calc((100% - 0px * (2 - 1)) / 2);
}
.shop-image-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .shop-image-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(0px * -1);
  }
  .shop-image-list__item {
    margin-bottom: 0px;
    margin-right: 0px;
    width: calc((100% - 0px * (1 - 1)) / 1);
  }
  .shop-image-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.shop-image-list__item:nth-of-type(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(1) {
    margin-bottom: 0px;
  }
}
.shop-image-list__item:nth-of-type(1) img {
  border-radius: 20px 0 0 0;
}
.shop-image-list__item:nth-of-type(1) span {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  background-color: #fff;
  color: #4A84A6;
  font-weight: 600;
  font-size: 24px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(1) span {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(1) span {
    padding: 10px 10px;
  }
}
.shop-image-list__item:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(2) {
    margin-top: 0px;
  }
}
.shop-image-list__item:nth-of-type(2) img {
  border-radius: 0 0 20px 0;
}
.shop-image-list__item:nth-of-type(2) span {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  background-color: #fff;
  color: #4A84A6;
  font-weight: 600;
  font-size: 24px;
  top: 210px;
  right: 96px;
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(2) span {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(2) span {
  }
}



.shop-image-list__item:nth-of-type(3) {
  margin-top: 0px;
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(3) {
    margin-top: 0px;
  }
}
.shop-image-list__item:nth-of-type(3) img {
  border-radius: 0 0 20px 0;
}
.shop-image-list__item:nth-of-type(3) span {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  background-color: #fff;
  color: #4A84A6;
  font-weight: 600;
  font-size: 24px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(3) span {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .shop-image-list__item:nth-of-type(3) span {
    padding: 10px 10px;
  }
}

@media screen and (min-width: 960px) {
  .recruit-member-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(30px * -1);
  }
  .recruit-member-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .recruit-member-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .recruit-member-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(10px * -1);
  }
  .recruit-member-list__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
  .recruit-member-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.recruit-member__textBlock {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 959px) {
  .recruit-member__textBlock {
    border-radius: 0 0 10px 10px;
  }
}
.recruit-member__title {
  padding: 20px 20px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .recruit-member__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .recruit-member__title {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 479px) {
  .recruit-member__title {
    padding: 10px 6px;
  }
}
.recruit-member__text {
  padding: 20px 20px 30px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .recruit-member__text {
    padding: 10px 10px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .recruit-member__text {
    padding: 10px 6px 30px;
  }
}
.recruit-member__img img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 959px) {
  .recruit-member__img img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .recruit-member-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(20px * -1);
  }
  .recruit-member-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
  .recruit-member-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.recruit-member__img img {
  width: 100%;
}
.recruit-member__textBlock {
  min-height: 240px;
}
.recruit-member__textBlock--accentColor {
  background-color: #F1F6FB;
}
.recruit-member__title {
  color: #4A84A6;
}
.recruit-member__text {
  line-height: 2;
}

.recruit-instruction-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(20px * -1);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-instruction-list__item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 20px * (2 - 1)) / 2);
}
.recruit-instruction-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .recruit-instruction-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(0px * -1);
  }
  .recruit-instruction-list__item {
    margin-bottom: 0px;
    margin-right: 0px;
    width: calc((100% - 0px * (1 - 1)) / 1);
  }
  .recruit-instruction-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.recruit-instruction__textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 959px) {
  .recruit-instruction__textBlock {
    margin-top: 40px;
  }
}
.recruit-instruction-photo-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(20px * -1);
}
.recruit-instruction-photo-list__item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 20px * (4 - 1)) / 4);
}
.recruit-instruction-photo-list__item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .recruit-instruction-photo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(20px * -1);
  }
  .recruit-instruction-photo-list__item {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc((100% - 20px * (2 - 1)) / 2);
  }
  .recruit-instruction-photo-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.recruit-instruction-photo-list img {
  aspect-ratio: 16/11;
}
.recruit-instruction__img img {
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .recruit-instruction__img img {
    width: 100%;
  }
}
.recruit-instruction__img-caption {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .recruit-instruction__img-caption {
    font-size: 18px;
  }
}
.recruit-instruction small {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.5;
}

.step__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.step__block:not(:first-child) {
  padding-top: 4%;
}
.step__box {
  width: 260px;
}
@media screen and (max-width: 959px) {
  .step__box {
    width: 100%;
  }
}
.step__box-inner {
  background-color: #fff;
  color: #38A1DB;
  border: 1px solid #38A1DB;
  border-radius: 100px;
  padding: 14px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .step__box-inner {
    font-size: 18px;
  }
}
.step__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step__title {
  color: #38A1DB;
  font-weight: 600;
}
.step__title:not(:first-child) {
  margin-top: 14px;
}
.step__title--dental-hygienist {
  color: #DB38B5;
}
.step__text {
  margin-top: 5px;
}
.step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .step-list {
    gap: 40px;
  }
}
.step-list__item:nth-of-type(1) {
  width: 27%;
}
@media screen and (max-width: 959px) {
  .step-list__item:nth-of-type(1) {
    width: 100%;
  }
}
.step-list__item:nth-of-type(2) {
  width: 70%;
}
@media screen and (max-width: 959px) {
  .step-list__item:nth-of-type(2) {
    width: 100%;
  }
}
.step-list__item .step__img:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .step-list__item .step__img:not(:first-child) {
    margin-top: 40px;
  }
}
.step-list__item .step__block:not(:last-child) .step__box {
  position: relative;
}
.step-list__item .step__block:not(:last-child) .step__box::after {
  content: "";
  background-color: #38A1DB;
  width: 1px;
  height: 250%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .step-list__item .step__block:not(:last-child) .step__box::after {
    display: none;
  }
}
.step__img img {
  width: 100%;
  border-radius: 20px;
}

.kv-block__margin {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .kv-block__margin {
    margin-top: 0px;
  }
}
.kv-block__img {
  position: relative;
}
.kv-block__img img {
  border-radius: 20px;
}
.kv-block__img::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .kv-block__img::after {
    height: 30px;
  }
}
.kv-block__box {
  width: 77%;
  margin: auto;
}
.kv-block__box-inner {
  text-align: center;
}
.kv-block__title {
  color: #4A84A6;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .kv-block__title {
    font-size: 21px;
  }
}
.kv-block__text {
  margin-top: 30px;
  line-height: 2;
}
.kv-block__text-marker {
  position: relative;
  display: inline-block;
}
.kv-block__text-marker::after {
  content: "";
  position: absolute;
  background-color: #38A1DB;
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.kv-block__accentColor {
  color: #F46F61;
}

.box-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(20px * -1);
}
.box-card-list__item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 20px * (3 - 1)) / 3);
}
.box-card-list__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .box-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(0px * -1);
  }
  .box-card-list__item {
    margin-bottom: 0px;
    margin-right: 0px;
    width: calc((100% - 0px * (1 - 1)) / 1);
  }
  .box-card-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.box-card-list__item {
  border: 2px solid #38A1DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 11px;
}
@media screen and (max-width: 959px) {
  .box-card-list__item:not(:first-child) {
    margin-top: 80px;
  }
}
.box-card__wrap {
  margin-top: 100px;
}
.box-card__inner {
  position: relative;
}
.box-card__icon {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 100px;
  height: 100px;
  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: 2px solid #38A1DB;
  border-radius: 50px;
}
.box-card__title {
  background-color: #38A1DB;
  border-radius: 8px 8px 0 0;
  padding: 70px 10px 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  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;
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .box-card__title {
    font-size: 20px;
  }
}
.box-card__title--salary {
  font-size: 19px;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .box-card__title--salary {
    font-size: 18px;
  }
}
.box-card__text {
  font-weight: 600;
  line-height: 2;
  text-align: center;
  padding: 20px 5px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 959px) {
  .box-card__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .box-card__text {
    padding: 20px 10px;
  }
}

.simple-slider .slick-slide {
  margin-right: 16px;
}
.simple-slider img {
  border-radius: 20px;
}

@media screen and (max-width: 959px) {
  .about .heading__wrap {
    text-align: center;
    margin-top: 40px;
  }
}
.about-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(0px * -1);
}
.about-list__item {
  margin-bottom: 0px;
  margin-right: 0px;
  width: calc((100% - 0px * (2 - 1)) / 2);
}
.about-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(0px * -1);
  }
  .about-list__item {
    margin-bottom: 0px;
    margin-right: 0px;
    width: calc((100% - 0px * (1 - 1)) / 1);
  }
  .about-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.about__img {
  margin-right: calc((50vw - 100%) * -1);
  margin-left: 130px;
}
@media screen and (max-width: 1047px) {
  .about__img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 959px) {
  .about__img {
    margin-right: 0;
  }
}
.about__img img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 959px) {
  .about__img img {
    border-radius: 0;
  }
}
.about .mainColor {
  color: #38A1DB;
}
.about__text {
  margin-top: 30px;
  margin-right: 38px;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .about__text {
    font-size: 18px;
  }
}
.about__text p {
  line-height: 2.4;
}
@media screen and (max-width: 959px) {
  .about__text {
    margin-right: 0px;
  }
}

.products__block {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #3F3F3F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
.products__block:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .products__block {
    padding: 20px 30px;
  }
}
.products__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  gap: 10px;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .products__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .products__heading {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.products__icon {
  width: 20%;
}
@media screen and (max-width: 959px) {
  .products__icon {
    margin-left: 20px;
    width: 30%;
  }
}
.products__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products .line {
  background-color: #3F3F3F;
  width: 1px;
  height: 50px;
  display: block;
  margin: 0 2vw;
}
@media screen and (max-width: 959px) {
  .products .line {
    background-color: #3F3F3F;
    width: 100%;
    height: 1px;
    display: block;
    margin: 2vw 0;
  }
}
.products__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-visual {
  position: relative;
  height: 47vw;
}
.main-visual::after {
  content: "";
  position: absolute;
  bottom: -1px;
  background-image: url(assets/images/top-wave_w.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
.main-visual__copy {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
@media screen and (max-width: 959px) {
  .main-visual__copy {
    display: none;
  }
}
.main-visual__titleBlock {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  max-width: 1500px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 40px;
}
@media screen and (max-width: 959px) {
  .main-visual__titleBlock {
    padding: 10px;
    top: 38%;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -38%);
            transform: translate(0, -38%);
    width: initial;
  }
}
.main-visual__title {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .main-visual__title {
    text-align: center;
  }
}
.main-visual__title span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #38A1DB));
  background-image: -webkit-linear-gradient(transparent 90%, #38A1DB 90%);
  background-image: linear-gradient(transparent 90%, #38A1DB 90%);
}
.main-visual__title-main {
  position: relative;
  display: inline-block;
}
.main-visual__title-obj {
  position: absolute;
  bottom: -68px;
  right: -36px;
  z-index: -1;
  width: 217px;
}
@media screen and (max-width: 959px) {
  .main-visual__title-obj {
    width: 10vw;
    top: -5vw;
    bottom: initial;
    right: 0px;
  }
}
.main-visual__title h1 {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: 57px;
  font-weight: 600;
  letter-spacing: 15px;
}
@media screen and (max-width: 479px) {
  .main-visual__title h1 {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title h1 {
    letter-spacing: 10px;
  }
}
.main-visual__title p:nth-of-type(1) {
  font-size: 28px;
  margin-top: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 959px) {
  .main-visual__title p:nth-of-type(1) {
    font-size: 3vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title p:nth-of-type(1) {
    margin-top: 2vw;
    line-height: 1.6;
  }
}
.main-visual__title p:nth-of-type(2) {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .main-visual__title p:nth-of-type(2) {
    font-size: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title p:nth-of-type(2) {
    margin-top: 1vw;
    line-height: 1;
  }
}
.main-visual .proguress {
  position: absolute;
  bottom: 50px;
  right: 80px;
  z-index: 3;
}
@media screen and (max-width: 1309px) {
  .main-visual .proguress {
    bottom: 3vw;
    right: 2vw;
  }
}
@media screen and (max-width: 479px) {
  .main-visual .proguress {
    bottom: 1vw;
  }
}
.main-visual .proguress__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1309px) {
  .main-visual .proguress__name {
    display: none;
  }
}
.main-visual .slider-progress {
  width: 160px;
  height: 3px;
  background: #F4F4F4 #eee;
}
@media screen and (max-width: 959px) {
  .main-visual .slider-progress {
    width: 50px;
  }
}
.main-visual .slick_count {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .main-visual .slick_count {
    font-size: 2vw;
  }
}
.main-visual .progress {
  width: 0%;
  height: 3px;
  background: #38A1DB;
}

.news__block {
  color: #38A1DB;
  background-color: #F1F6FB;
  border-radius: 20px;
  padding: 50px 30px;
}
@media screen and (max-width: 959px) {
  .news__block {
    padding: 20px 30px;
  }
}
.news__headingBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .news__headingBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__heading {
  font-size: 24px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .news__heading {
    font-size: 20px;
  }
}
.news__icon {
  vertical-align: sub;
}
.news__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news__button span {
  max-width: 16px;
}
.news__button span img {
  vertical-align: middle;
}
.news__date {
  width: 13%;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .news__date {
    width: 100%;
  }
}
.news__infoBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 959px) {
  .news__infoBlock {
    gap: 10px;
  }
}
.news__infoBlock .vertical-line-mainColor {
  width: 10%;
}
.news__infoBlock:not(:first-child) {
  margin-top: 30px;
}
.news__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 959px) {
  .news__title {
    width: 100%;
    padding-right: 20px;
    line-height: 1.6;
  }
}
.news__title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("./assets/images/arrow-right--main.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reservation__wrap {
  margin-top: 260px;
}
@media screen and (max-width: 959px) {
  .reservation__wrap {
    margin-top: 240px;
  }
}
@media screen and (max-width: 479px) {
  .reservation__wrap {
    margin-top: 80px;
  }
}
.reservation__linkBlock {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .reservation__linkBlock {
    margin-top: 40px;
  }
}
.reservation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(40px * -1);
}
.reservation-list__item {
  margin-bottom: 40px;
  margin-right: 40px;
  width: calc((100% - 40px * (3 - 1)) / 3);
}
.reservation-list__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .reservation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(0px * -1);
    gap: 20px;
  }
  .reservation-list__item {
    margin-bottom: 0px;
    margin-right: 0px;
    width: calc((100% - 0px * (1 - 1)) / 1);
  }
  .reservation-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.reservation__text {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .reservation__text {
    text-align: left;
  }
}
.reservation__icon {
  max-width: 30px;
  vertical-align: text-top;
}
@media screen and (max-width: 329px) {
  .reservation__icon {
    max-width: 24px;
    vertical-align: sub;
  }
}

.reservation-02 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 110px;
  margin-bottom: 110px;
  padding-top: 66px;
  padding-bottom: 118px;
}
.reservation-02 .reservation__wrap {
  margin-top: 0;
}

.message__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .message__wrap {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .message__wrap .heading__jp {
    font-size: min(47px, 3vw);
  }
}
.message__img {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .message__img {
    width: 100%;
  }
}
.message__img img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 959px) {
  .message__img img {
    border-radius: 0;
  }
}
.message__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .message__block {
    width: 100%;
    padding: 20px;
  }
}
.message__textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  margin-top: 30px;
}
.message__textBlock p {
  line-height: 2.4;
}
.message__slider {
  padding: 40px 0;
}

.card-box-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 40px;
  margin-bottom: calc(0px * -1);
}
.card-box-list__item {
  margin-bottom: 0px;
  margin-right: 0px;
  width: calc((100% - 0px * (3 - 1)) / 3);
}
.card-box-list__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .card-box-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
    margin-bottom: calc(0px * -1);
  }
  .card-box-list__item {
    margin-bottom: 0px;
    margin-right: 0px;
    width: calc((100% - 0px * (2 - 1)) / 2);
  }
  .card-box-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.card-box-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-box-list__item:nth-of-type(1) {
  border-top: 2px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 2px solid #F1F6FB;
  border-radius: 20px 0 0 0;
}
.card-box-list__item:nth-of-type(2) {
  border-top: 2px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
  border-radius: 0 0 0 0;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(2) {
    border-radius: 0 20px 0 0;
  }
}
.card-box-list__item:nth-of-type(3) {
  border-top: 2px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(3) {
    border-top: 0px solid #F1F6FB;
    border-right: 2px solid #F1F6FB;
    border-bottom: 2px solid #F1F6FB;
    border-left: 2px solid #F1F6FB;
    border-radius: 0 0 0 0;
  }
}
.card-box-list__item:nth-of-type(4) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 2px solid #F1F6FB;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(4) {
    border-top: 0px solid #F1F6FB;
    border-right: 2px solid #F1F6FB;
    border-bottom: 2px solid #F1F6FB;
    border-left: 0px solid #F1F6FB;
  }
}
.card-box-list__item:nth-of-type(5) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(5) {
    border-top: 0px solid #F1F6FB;
    border-right: 2px solid #F1F6FB;
    border-bottom: 2px solid #F1F6FB;
    border-left: 2px solid #F1F6FB;
  }
}
.card-box-list__item:nth-of-type(6) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
}
.card-box-list__item:nth-of-type(7) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 2px solid #F1F6FB;
}
.card-box-list__item:nth-of-type(8) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
}
.card-box-list__item:nth-of-type(9) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(9) {
    border-top: 0px solid #F1F6FB;
    border-right: 2px solid #F1F6FB;
    border-bottom: 2px solid #F1F6FB;
    border-left: 2px solid #F1F6FB;
  }
}
.card-box-list__item:nth-of-type(10) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 2px solid #F1F6FB;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(10) {
    border-top: 0px solid #F1F6FB;
    border-right: 2px solid #F1F6FB;
    border-bottom: 2px solid #F1F6FB;
    border-left: 0px solid #F1F6FB;
    border-radius: 0 0 0 0;
  }
}
.card-box-list__item:nth-of-type(11) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
}
@media screen and (max-width: 959px) {
  .card-box-list__item:nth-of-type(11) {
    border-top: 0px solid #F1F6FB;
    border-right: 2px solid #F1F6FB;
    border-bottom: 2px solid #F1F6FB;
    border-left: 2px solid #F1F6FB;
    border-radius: 0 0 0 20px;
  }
}
.card-box-list__item:nth-of-type(12) {
  border-top: 0px solid #F1F6FB;
  border-right: 2px solid #F1F6FB;
  border-bottom: 2px solid #F1F6FB;
  border-left: 0px solid #F1F6FB;
  border-radius: 0 0 20px 0;
}
.card-box__inner {
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .card-box__inner {
    padding: 10px;
  }
}
.card-box__img {
  background-color: #F1F6FB;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
.card-box__img-inner {
  padding: 20px;
  height: 200px;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 959px) {
  .card-box__img-inner {
    width: 25vw;
    height: 25vw;
  }
}
.card-box__img img {
  width: 100px;
  height: 100px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
  .card-box__img img {
    width: 15vw;
    height: 15vw;
  }
}
.card-box__title {
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .card-box__title {
    font-size: 20px;
  }
}
.card-box__title span {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .card-box__title span {
    font-size: 14px;
  }
}
.card-box__brSp {
  display: none;
}
@media screen and (max-width: 959px) {
  .card-box__brSp {
    display: block;
  }
}
.card-box__text {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 959px) {
  .card-box__text {
    font-size: 14px;
  }
}
.card-box__button {
  margin-top: 20px;
  text-align: center;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scroll-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll-text__cell {
  -webkit-animation: move-left 30s linear infinite both;
          animation: move-left 30s linear infinite both;
  white-space: nowrap;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #91C2E0;
  font-size: 130px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .scroll-text__cell {
    font-size: 60px;
    padding-right: 40px;
    margin-bottom: 0;
  }
}

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.column-tab {
  width: 600px;
  max-width: 100%;
  margin: 40px auto;
  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;
  border: 2px solid #38A1DB;
  border-radius: 6px;
  padding: 4px;
}
.column-tab > button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 6px;
  color: #38A1DB;
}
.column-tab > button.active {
  color: #fff;
  background-color: #38A1DB;
  text-align: center;
  display: block;
  padding: 8px 10px;
}

table.company-table {
  font-size: 15px;
  width: 100%;
  line-height: 1.5;
}
table.company-table tr {
  position: relative;
}
table.company-table th,
table.company-table td {
  padding: 32px 12px;
}
table.company-table th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #38A1DB;
  width: 200px;
}
table.company-table td {
  border-bottom: 1px solid #F1F6FB;
  padding-left: 40px;
}
@media screen and (max-width: 959px) {
  table.company-table {
    font-size: 13px;
  }
  table.company-table th,
  table.company-table td {
    padding: 16px 12px;
  }
  table.company-table th {
    padding-right: 32px;
    width: 60px;
  }
  table.company-table td {
    padding-left: 10px;
  }
}

.doctors-file-banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doctors-file-banner-list__item {
  width: 300px;
  max-width: 45%;
  margin: 12px;
}
@media screen and (max-width: 479px) {
  .doctors-file-banner-list__item {
    width: 100%;
    max-width: none;
  }
}

.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: #38A1DB;
  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:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .footer-btn__item:hover {
    background-color: #4A84A6;
    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;
  }
}

.recruit-voice__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-voice__box-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit-voice__line {
  background-color: #000000;
  height: 1px;
  width: 65%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.recruit-voice__img {
  width: 53%;
}
.recruit-voice__img img {
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .recruit-voice__img {
    width: 100%;
  }
}
.recruit-voice__text-block {
  width: 40%;
  padding-top: 60px;
}
@media screen and (max-width: 959px) {
  .recruit-voice__text-block {
    width: 100%;
    padding-top: 40px;
  }
}
.recruit-voice__text-block-right {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .recruit-voice__text-block-right {
    padding-top: 40px;
  }
}
.recruit-voice__title-en {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #38A1DB;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .recruit-voice__title-en {
    font-size: 16px;
  }
}
.recruit-voice__title-en-right {
  color: #E3125E;
}
.recruit-voice__title-jp {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #38A1DB;
  font-size: 34px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .recruit-voice__title-jp {
    font-size: 25px;
  }
}
.recruit-voice__title-jp-right {
  color: #E3125E;
}
.recruit-voice__lead {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .recruit-voice__lead {
    font-size: 20px;
  }
}
.recruit-voice__text {
  margin-top: 20px;
}
.recruit-voice__text p {
  line-height: 2.2;
}

.text-recruit-voice::before {
  content: "";
  position: absolute;
  background-image: url(./assets/images/recruit/text-recruit-voice.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .text-recruit-voice::before {
    background-size: 50%;
    background-position: bottom right;
    left: inherit;
    right: 0;
  }
}

.text-recruit-voice-right::before {
  content: "";
  position: absolute;
  background-image: url(./assets/images/recruit/text-recruit-voice.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 10px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .text-recruit-voice-right::before {
    background-size: 50%;
  }
}

.blog-inner {
  max-width: 800px;
}
@media screen and (max-width: 959px) {
  .blog-inner {
    width: 90%;
  }
}

.blog-inner h2 {
  border-left: 6px solid #22679f;
  background-color: rgba(0, 0, 0, 0.0705882353);
  padding-left: 0.4em;
}

.blog-inner h3 {
  background-color: rgba(255, 255, 255, 0.0705882353);
  border-left: 6px solid #666666;
  padding-left: 0.4em;
}

.card-box__button--flow {
  margin-top: 0;
}

.card-box__button--flow:nth-of-type(2) {
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .card-box__button--flow:nth-of-type(2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 479px) {
  .card-box__button--flow:nth-of-type(2) {
    margin-left: 0;
    margin-top: 26px;
  }
}

.card-box__button--flow a {
  cursor: no-drop;
}

.card-box__button--extraction {
  margin-top: 28px;
}

.card-box-btn-method {
  font-size: 10px;
  font-weight: 500;
  color: #3F3F3F;
  border: 1.5px solid #3F3F3F;
  padding: 9px;
  width: 173px;
}

.card-box-btn-method--extraction {
  width: 227px;
  padding: 22px 0;
}

.card-box-btn-method:hover {
  color: #3F3F3F;
  opacity: 0.8;
}

.card-box-btn-method-bridge {
  width: 158px;
}

.card-box-btn-method::after {
  background-image: url(assets/images/arrow-right--black.svg);
  width: 11px;
  height: 8px;
}

.card-box-btn-method--extraction::after {
  right: 8px;
}

.card-box__buttonWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  max-width: 422px;
}
@media screen and (max-width: 479px) {
  .card-box__buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-detail__text--second {
  margin-top: 0;
}

.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 960px) {
  .faq__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.faq__subject {
  color: #91C2E0;
}
@media screen and (min-width: 960px) {
  .faq__subject {
    margin-left: 0;
    max-width: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.faq__enTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 36px;
}
@media screen and (min-width: 960px) {
  .faq__enTitle {
    font-size: 50px;
  }
}

.faq__enTitle::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #91C2E0;
  margin-top: 14px;
}

.faq__title {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-top: 7px;
  font-weight: 400;
  letter-spacing: 0.14em;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .faq__title {
    margin-top: 17px;
    font-size: 24px;
  }
}

.faq__content {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .faq__content {
    max-width: 666px;
    margin: 0 0 0 auto;
  }
}

.faq__block:nth-of-type(n+2) {
  margin-top: 22px;
}

.faq__question {
  background-color: #91C2E0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.4285714286;
  font-weight: 700;
  min-height: 80px;
  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;
  position: relative;
  cursor: pointer;
  padding: 0 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .faq__question {
    padding: 0 70px;
  }
}

.faq__question::before,
.faq__question::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 16px;
  height: 1px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .faq__question::before,
  .faq__question::after {
    width: 22px;
    height: 1px;
    right: 24px;
  }
}

.faq__question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.faq__question.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__question span {
  display: block;
  position: absolute;
  left: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 23px;
}
@media screen and (min-width: 960px) {
  .faq__question span {
    top: 24px;
    left: 27px;
  }
}

.faq__answer {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  padding: 17px 26px 26px 60px;
}
@media screen and (min-width: 960px) {
  .faq__answer {
    padding: 17px 50px 26px 70px;
  }
}

.faq__answer.open {
  display: block;
  opacity: 1;
}

.faq__answer span {
  display: block;
  color: #91C2E0;
  position: absolute;
  top: 9px;
  left: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 23px;
}
@media screen and (min-width: 960px) {
  .faq__answer span {
    top: 7px;
    left: 27px;
  }
}

.tab__text span {
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .tab__text span {
    font-size: 12px;
  }
}

.tab__text--denture {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.tab__text--oral {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.message02__img {
  margin-top: 46px;
}

.message02__text {
  margin-top: 50px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
}

.message02__text span {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 28px;
}

.treatment__list {
  margin-top: 67px;
  margin-inline: auto;
  border-radius: 40px;
  background: #f1f6f9;
  padding: 72px 70px;
}
@media screen and (max-width: 959px) {
  .treatment__list {
    padding: 72px 30px;
  }
}
@media screen and (max-width: 479px) {
  .treatment__list {
    padding: 72px 10px;
  }
}

@media screen and (max-width: 959px) {
  .sub-visual {
    height: 585px;
    background: url(assets/images/mv/mv-01-sp.jpg) no-repeat center/cover;
  }
}

.sub-visual .main-visual__titleBlock {
  top: 40%;
  left: 9%;
}
@media screen and (max-width: 959px) {
  .sub-visual .main-visual__titleBlock {
    top: 35%;
    left: 0;
    padding: 11px;
    max-width: 352px;
  }
}

.sub-visual .sub-visual__title {
  color: #FFF;
  font-weight: bold;
}

.sub-visual__title-main h1 {
  line-height: 60px;
  font-size: 40px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1309px) {
  .sub-visual__title-main h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 959px) {
  .sub-visual__title-main h1 {
    margin-top: 25px;
    line-height: 34px;
    font-size: 22px;
  }
}

.sub-visual__title-main h1 span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #38A1DB));
  background-image: -webkit-linear-gradient(transparent 90%, #38A1DB 90%);
  background-image: linear-gradient(transparent 90%, #38A1DB 90%);
}

.sub-visual__title-sub {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .sub-visual__title-sub {
    margin-top: 10px;
    font-size: 14px;
  }
}

.sub-visual__title-main .main-visual__title-obj {
  bottom: initial;
  right: -100px;
}
@media screen and (max-width: 959px) {
  .sub-visual__title-main .main-visual__title-obj {
    top: initial;
    bottom: -90px;
    right: 0;
    width: 120px;
  }
}

.sub-visual__en {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 959px) {
  .sub-visual__en {
    font-size: 12px;
    line-height: 15px;
  }
}

.sub-visual__label {
  margin-top: 20px;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .sub-visual__label {
    margin-top: 30px;
    max-width: 226px;
    width: 100%;
    margin-inline: auto;
  }
}

.sub-visual__label img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-visual__label-02 {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .sub-visual__label-02 {
    max-width: 345px;
    width: 100%;
    margin-inline: auto;
  }
}

.feature5__textBlock {
  background-color: #fff !important;
}

.flow__list {
  margin-top: 44px;
  border-top: 1px solid #d5d5d5;
  counter-reset: step;
}

.flow__item {
  position: relative;
  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;
}

.flow__item:not(:last-child):after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -8px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15.5px 0 15.5px;
  border-color: #d5d5d5 transparent transparent transparent;
}

.flow__label {
  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: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  min-width: 124px;
  height: 94px;
  color: #38A1DB;
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width: 959px) {
  .flow__label {
    min-width: 80px;
  }
}

.flow__label::before {
  content: "STEP";
}

.flow__label::after {
  margin-left: 11px;
  content: counter(step);
  counter-increment: step;
  font-size: 48px;
}
@media screen and (max-width: 959px) {
  .flow__label::after {
    font-size: 20px;
  }
}

.flow__wrap {
  padding: 34px 0 30px 36px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 959px) {
  .flow__wrap {
    padding: 34px 0 34px 10px;
  }
}

.flow__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}

.flow__text {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 24px;
}

.top-about {
  padding-top: 40px;
}

.top-about .page .page__wrap .common .common__left {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 959px) {
  .top-about .page .page__wrap .common .common__left {
    border-radius: 20px 20px 0 0;
    padding: 20px 0;
  }
}

.top-about .page .page__wrap .common .common__right {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 959px) {
  .top-about .page .page__wrap .common .common__right {
    border-radius: 0px 0px 20px 20px;
    padding: 20px 0;
  }
}

.medical-menu {
  margin-top: -300px;
}
@media screen and (max-width: 959px) {
  .medical-menu {
    margin-top: -200px;
  }
}

.medical-menu__en {
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .medical-menu__en {
    font-size: 16px;
  }
}

.medical-menu__jp {
  color: #FFF;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.11em;
  line-height: 68px;
}
@media screen and (max-width: 959px) {
  .medical-menu__jp {
    font-size: 30px;
    line-height: 30px;
  }
}

.breadcrumb-002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.breadcrumb-002 li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #39a1db;
}
@media screen and (max-width: 959px) {
  .breadcrumb-002 li {
    font-size: 10px;
  }
}

.breadcrumb-002 li:not(:last-child)::after {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #373737;
}

.breadcrumb-002 a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #373737;
}
@media screen and (max-width: 959px) {
  .breadcrumb-002 a {
    font-size: 10px;
  }
}

.sub-about {
  position: absolute;
  top: 60%;
  left: 10px;
  z-index: 1000;
  padding-top: 5px;
}
@media screen and (max-width: 959px) {
  .sub-about {
    top: 40%;
  }
}

.sub-menu {
  position: relative;
  top: 20px;
  z-index: 1000;
  display: none;
}

.sub-menu.active {
  display: block;
}/*# sourceMappingURL=style.css.map */