@charset "UTF-8";
/* =====================================================
* base
* =================================================== */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.88;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333;
}
li {
  list-style: none;
}
p {
  word-break: break-all;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* =====================================================
* content
* =================================================== */
.body__inner {
  overflow: hidden;
}
.wrap {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto;
}
.wrap--lg {
  max-width: 1533px;
}
.wrap--header {
  max-width: 1777px;
  padding: 0 15px;
}
.wrap--table {
  max-width: 953px;
}
/* =====================================================
* header
* =================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: #FFF;
  border-radius: 0 0 3.25rem 3.25rem;
  z-index: 99;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 76px;
    padding-left: 12px;
    padding-right: 30px;
    border-radius: 0 0 17px 17px;
  }
  .header__inner {
    padding: 0;
  }
}
/* logo --------------------------------------------- */
.header__logo {
  position: relative;
  width: 25.2%;
  max-width: 480px;
  min-width: 218px;
  z-index: 999;
}
.header__logo a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 35%;
  }
}
/* header nav --------------------------------------- */
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 69%;
  max-width: 1160px;
}
.header__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav ul li {
  font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
  margin-right: 2.6vw;
}
.header__nav ul li:last-of-type {
  margin-right: 0;
}
.header__nav ul li a {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #707070;
}
.header__nav ul .header__btn a {
  padding: 10px 2.13vw 9px;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"87.5;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
  color: #FFF;
  white-space: nowrap;
}
.header__nav ul .header__btn img {
  width: 22px;
  margin-right: 10px;
}
.header__nav ul .header__btn--recruit {
  margin-right: 5px;
}
.header__nav ul .header__btn--recruit a {
  background: #FDB365;
}
.header__nav ul .header__btn--recruit img {
  width: 20px;
  padding-bottom: 3px;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    width: 73%;
    max-width: 760px;
  }
  .header__nav ul li {
    margin-right: 1.56vw;
  }
  .header__nav ul .header__btn a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav--sp {
    position: fixed;
    top: 0;
    right: 0;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding-top: 76px;
    background: #FFF;
    transform: translateX(130%);
    transition: 0.3s;
  }
  .header__nav--sp ul {
    align-items: flex-start;
    flex-direction: column;
    background: #25ACA5;
    height: 100%;
  }
  .header__nav--sp ul li {
    width: 100%;
    border-bottom: 1px solid #FFF;
  }
  .header__nav--sp ul li a {
    display: flex;
    padding: 16px 0 10px 23px;
    font-family: "Noto Sans", sans-serif;
    font-variation-settings: "wdth"87.5;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FFF;
  }
  .header__nav--sp button {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 0 9px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    color: #707070;
    background: #F0F0F0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header__nav--sp button::before, .header__nav--sp button::after {
    content: "";
    position: absolute;
    top: 52%;
    left: calc(50% - 60px);
    transform: translateX(-50%);
    width: 14px;
    height: 1px;
    background: #707070;
  }
  .header__nav--sp button::before {
    transform: rotate(45deg);
  }
  .header__nav--sp button::after {
    transform: rotate(-45deg);
  }
  .header__nav--sp.show {
    transform: translateX(0);
  }
}
.sp-menu {
  position: relative;
  display: none;
  width: 23px;
  height: 22px;
  z-index: 999;
}
.sp-menu-bar {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #25ACA5;
}
.sp-menu-bar__top {
  top: 0;
}
.sp-menu-bar__mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.sp-menu-bar__btm {
  bottom: 0;
}
/* =====================================================
* footer
* =================================================== */
.footer {
  padding: 8.125rem 0 2.5rem;
  background-image: url(../img/footer_bg.png);
  background-size: cover;
  background-position: center;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15.3125rem;
}
.footer small {
  display: block;
  width: 100%;
  font-size: clamp(0.625rem, 0.453rem + 0.66vw, 1.25rem);
  letter-spacing: 0;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 4.5625rem;
    background-image: url(../img/footer_bg_sp.png);
    background-position: bottom center;
    border-radius: 16px 16px 0 0;
  }
  .footer__inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2.5rem;
  }
}
/* footer nav --------------------------------------- */
.footer__nav {
  width: 205px;
  margin-right: 20px;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"87.5;
  font-size: clamp(0.75rem, 0.647rem + 0.4vw, 1.125rem);
  font-weight: 700;
}
.footer__nav-block {
  display: flex;
  justify-content: space-between;
  width: 61.85%;
  min-width: 540px;
}
.footer__nav-title {
  padding-bottom: 10px;
  font-size: clamp(1.125rem, 1.004rem + 0.47vw, 1.5625rem);
  line-height: 1.36;
  color: #25ACA5;
  border-bottom: 5px solid #25ACA5;
}
.footer__nav li {
  margin-top: 1.125rem;
}
.footer__nav li:first-of-type {
  margin-top: 1.75rem;
}
.footer__nav li a {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: 100%;
    margin-bottom: 4.25rem;
  }
  .footer__nav:last-of-type {
    margin-bottom: 3rem;
  }
  .footer__nav-block {
    flex-direction: column;
    width: 100%;
    min-width: auto;
  }
  .footer__nav-title {
    border-width: 3px;
  }
  .footer__nav li {
    margin-top: 1.5rem;
  }
  .footer__nav li:first-of-type {
    margin-top: 1.5rem;
  }
}
/* page top  ---------------------------------------- */
.page-top {
  padding: 9px 4rem 8px;
  color: #25ACA5;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"87.5;
  font-size: clamp(0.8125rem, 0.606rem + 0.8vw, 1.5625rem);
  font-weight: 700;
  border: 2px solid #25ACA5;
  border-radius: 999px;
}
@media screen and (max-width: 1024px) {
  .page-top {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    padding: 5px 2.0625rem 4px;
  }
}
/* =====================================================
* layout - etc
* =================================================== */
.center {
  text-align: center;
}
.bg--wh {
  background: #FFF;
}
.bg--gry {
  background: #F4F5F5;
}
.bg--gry {
  background: #F4F5F5;
}
.bg--or {
  background: #FDB365;
}
.bg--aq {
  background: #25ACA5;
}
.bg--laq {
  background: #EDF7F6;
}
/* 表示/非表示 ---------------------------------------- */
.none-pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .none-pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .none-tab-sp {
    display: none;
  }
}
.none-tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .none-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .none-sp {
    display: none;
  }
}
/* =====================================================
* button
* =================================================== */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 3.9375rem 13px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  background: #25ACA5;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
    padding: 7px 1.875rem;
  }
}
/* =====================================================
* page title
* =================================================== */
.page-title {
  position: relative;
  height: 100vh;
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.page-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-title__inner {
  position: absolute;
  top: 53.7%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #FFF;
}
.page-title__inner h2 {
  margin-bottom: 1.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.5rem, 1.052rem + 1.73vw, 3.125rem);
  font-weight: 500;
  line-height: 1.3;
}
.page-title__inner span {
  font-size: clamp(0.8125rem, 0.623rem + 0.73vw, 1.5rem);
}
@media screen and (max-width: 1024px) {
  .page-title {
    height: auto;
  }
  .page-title__inner {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-title::before {
    content: none;
  }
  .page-title__inner {
    top: 43%;
    width: 100%;
    padding: 1.5rem 0 1.75rem;
  }
  .page-title__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: -1;
  }
  .page-title__inner h2 {
    margin-bottom: 9px;
  }
}
/* =====================================================
* section title
* =================================================== */
.section__title {
  margin-bottom: 3.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0.905rem + 1.33vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.45;
  color: #25ACA5;
  text-align: center;
}
.section__title.line {
  padding-bottom: 1.875rem;
  text-align: left;
  border-bottom: 5px solid #25ACA5;
}
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 1.375rem;
  }
  .section__title.line {
    padding-bottom: 10px;
  }
}
/* =====================================================
* title
* =================================================== */
.title {
  padding: 1.75rem 3.25rem 1.6875rem;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.875rem, 0.737rem + 0.53vw, 1.375rem);
  font-weight: 700;
  color: #FFF;
}
.title.line {
  padding: 0 0 0.75rem;
  font-size: clamp(0.875rem, 0.841rem + 0.13vw, 1rem);
  line-height: 1.38;
  color: #25ACA5;
  border-bottom: 3px solid #25ACA5;
}
@media screen and (max-width: 767px) {
  .title {
    padding: 0.6875rem 1.0625rem;
  }
}
/* =====================================================
* flex
* =================================================== */
.flex {
  display: flex;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--column {
  flex-direction: column;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--x-center {
  justify-content: center;
}
.flex--x-between {
  justify-content: space-between;
}
.flex--x-bottom {
  justify-content: flex-end;
}
.flex--y-top {
  align-items: flex-start;
}
.flex--y-center {
  align-items: center;
}
.flex--y-bottom {
  align-items: flex-end;
}
.flex--pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex--sp-column {
    flex-direction: column;
  }
  .flex--pc {
    display: block;
  }
}
/* =====================================================
* column 2
* =================================================== */
.col2 {
  display: flex;
  justify-content: space-between;
}
.col2__item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .col2 {
    flex-direction: column;
  }
  .col2__item {
    width: 100%;
  }
  .col2__item:not(:last-of-type) {
    margin-bottom: 4.6875rem;
  }
}
/* =====================================================
* column 3
* =================================================== */
.col3 {
  display: flex;
  justify-content: space-around;
}
.col3__item {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 767px) {
  .col3 {
    flex-direction: column;
  }
  .col3__item {
    width: 100%;
  }
  .col3__item:not(:last-of-type) {
    margin-bottom: 3.25rem;
  }
}
/* =====================================================
* box
* =================================================== */
.box {
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
}
.box h3.title {
  padding-left: 2.6vw;
}
.box p, .box a {
  font-weight: 500;
  margin-bottom: 10px;
}
.box__img {
  margin-bottom: 20px;
}
.box__tel, .box__time {
  position: relative;
  padding-left: 35px;
}
.box__tel::before, .box__time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-size: contain;
}
.box__tel::before {
  background-image: url(../img/icon2.png);
}
.box__time::before {
  background-image: url(../img/icon1.png);
}
@media screen and (max-width: 767px) {
  .box h3.title {
    padding-left: 17px;
  }
  .box p, .box a {
    margin-bottom: 15px;
    font-size: 0.8125rem;
    line-height: 1.38;
  }
  .box__tel, .box__time {
    padding-left: 25px;
  }
  .box__tel::before, .box__time::before {
    content: "";
    width: 18px;
    height: 18px;
  }
}
/* =====================================================
* intro table
* =================================================== */
.intro-table {
  padding: 7.29vw 0 7.55vw;
  letter-spacing: 0.13em;
}
.intro-table .wrap {
  padding: 0 10px;
}
.intro-table__title {
  padding: 5.21vw 2.92vw 4.17vw 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 500;
  text-align: center;
  color: #25ACA5;
  background: #FFF;
}
.intro-table__title span {
  display: block;
  margin-top: 2.97vw;
  font-size: clamp(0.625rem, 0.453rem + 0.66vw, 1.25rem);
  color: #333;
}
.intro-table__inner {
  padding: 0 20px 6.77vw;
}
.intro-table__table {
  max-width: 953px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
}
.intro-table__table-row {
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #707070;
}
.intro-table__table-row:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none;
}
.intro-table__table dt {
  margin-right: 17.22%;
  min-width: 80px;
  font-size: clamp(0.75rem, 0.647rem + 0.4vw, 1.125rem);
  font-weight: 700;
  color: #25ACA5;
}
.intro-table__table dd {
  font-size: clamp(0.625rem, 0.522rem + 0.4vw, 1rem);
}
.intro-table__table dd ul {
  margin-right: -1em;
}
.intro-table__table dd ul li {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 1em;
}
.intro-table__table dd ul li::before {
  content: "▪";
  position: absolute;
  top: 0;
  left: 0;
}
.intro-table__table dd ul li:last-of-type {
  margin-bottom: 0;
}
.intro-table__table dd ul li span {
  display: block;
  padding-left: 1.5em;
}
.intro-table__table dd > span {
  display: block;
  margin-top: 15px;
}
.intro-table__note {
  max-width: 953px;
  padding: 2.6vw 2.08vw;
  margin: 40px auto 0;
  font-size: clamp(0.625rem, 0.487rem + 0.53vw, 1.125rem);
  font-weight: 500;
  line-height: 1.67;
  background: #EFEFEF;
}
.intro-table__note-item {
  position: relative;
  padding-left: 1em;
}
.intro-table__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.intro-table .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 2.92vw auto 0;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.intro-table.bg--or .intro-table__title, .intro-table.bg--or .intro-table__table dt {
  color: #FDB365;
}
@media screen and (max-width: 767px) {
  .intro-table {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
  .intro-table__title {
    padding: 35px 0 15px 0 !important;
    letter-spacing: 0.05em;
    line-height: 1.45;
    color: #FFF;
    background: #25ACA5;
  }
  .intro-table__title span {
    margin-top: 10px;
    color: #FFF;
  }
  .intro-table__inner {
    padding-top: 20px;
    padding-bottom: 110px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .intro-table__table-row {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
  }
  .intro-table__table dt {
    margin-right: 0;
    margin-bottom: 3px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #25ACA5;
  }
  .intro-table__table dd {
    letter-spacing: 0.05em;
  }
  .intro-table__table dd ul {
    margin-right: 0;
  }
  .intro-table__table dd ul li {
    margin-bottom: calc(1.5em + 5px);
    line-height: 1.2;
  }
  .intro-table__table dd ul li span {
    padding-left: 1em;
    margin-top: 10px;
    line-height: 1.67;
  }
  .intro-table__table dd > span {
    margin-top: 5px;
    line-height: 1.5;
  }
  .intro-table__table-row:last-of-type dt {
    margin-bottom: 15px;
  }
  .intro-table__note {
    padding: 20px 35px 25px;
    margin-top: 30px;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
  .intro-table.bg--or .intro-table__title {
    color: #FFF;
    background: #FDB365;
  }
  .intro-table.bg--or .intro-table__table dt {
    border-bottom-color: #FDB365;
  }
}
/* =====================================================
* slider
* =================================================== */
.slider {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
/* =====================================================
* top
* =================================================== */
/* header ------------------------------------------- */
#top .header {
  position: relative;
}
/* fv ----------------------------------------------- */
.fv {
  position: relative;
  overflow: hidden;
}
.fv::before, .fv::after {
  content: "";
  position: absolute;
  width: 59vw;
  height: 50.3vw;
  background: #CDE1E0;
  animation: shapeRotate 30s ease 0s infinite;
  z-index: -1;
}
.fv::before {
  top: -30%;
  left: -30%;
}
.fv::after {
  bottom: -13%;
  right: -25%;
}
.fv__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.fv__text {
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(1.1875rem, 0.309rem + 3.39vw, 4.375rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.25;
}
.fv__text--lg {
  font-size: clamp(1.5625rem, 0.408rem + 4.45vw, 5.75rem);
}
.fv__text--lg.fv__text--gr {
  color: #25ACA5;
}
.fv__text .ls- {
  letter-spacing: -0.1em;
}
.fv__logo {
  width: 32.55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv::before, .fv::after {
    width: 55vw;
    height: 47vw;
  }
  .fv::before {
    top: 1%;
    left: -26%;
  }
  .fv::after {
    bottom: 4%;
    right: -19%;
  }
  .fv__logo {
    width: 38.3%;
  }
}
/* top recruit -------------------------------------- */
.top-recruit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 27.5vw;
  height: 27.5vw;
  max-width: 432px;
  max-height: 432px;
  margin: -8.1% 4.55% 0 auto;
  color: #FFF;
  background: #25ACA5;
  border-radius: 50%;
}
.top-recruit__title {
  margin-bottom: 1.6vw;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.25;
}
.top-recruit__btn {
  padding: 11px 3.21vw 9px;
  font-size: clamp(1rem, 0.583rem + 0.87vw, 1.625rem);
  color: #25ACA5;
  background: #FFF;
}
/* strength ----------------------------------------- */
.section-strength {
  background-image: url("../img/strengths-background-image.jpg"); /* 画像パス */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  position: relative;
  z-index: -1;
}
.strength-container {
  height: auto;
  max-width: 1420px;
  margin: 118px auto;
  padding: 82px 100px 70px;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 60px);
  justify-content: center;
}
.section-strength .section__title {
  margin-bottom: 0px;
  font-size: clamp(1.5rem, 1.052rem + 1.73vw, 3.125rem);
  letter-spacing: 0.15em;
}
.section-strength .section__title span {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", sans-serif;
  font-size: clamp(0.625rem, 0.384rem + 0.93vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.15em;
}
.strength-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  padding-top: 40px;
}
.strength-circle {
  max-width: 40%;
  height: auto;
}
.strength-circle_mobile {
  display: none;
}
.strength-text-wrapper {
  max-width: 55%;
}
.strength-summary {
  max-width: 100%;
  font-size: clamp(1.4rem, 1.1rem + 0.5vw, 1.875rem);
  font-weight: 600;
  color: #25ACA5;
  line-height: 2.9rem;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
.strength-text {
  padding-top: 25px;
  font-weight: 600;
  font-size: 1em;
  max-width: 100%;
  line-height: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .strength-container {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .strength-summary {
    width: 100%;
    font-size: 18px;
    line-height: 2rem;
  }
  .strength-text {
    font-size: 16px;
    font-weight: 400;
  }
  .strength-circle_mobile {
    display: block;
    width: 70%;
    height: auto;
    padding-top: 35px;
    margin: 0 auto;
  }
  .strength-circle {
    display: none;
  }
  .strength-wrapper {
    flex-direction: column;
    margin-top: 0;
    width: 100%;
  }
  .strength-text-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-strength .section__title span {
    padding-bottom: 0;
    margin-top: 10px;
  }
  .section-strength {
    background-image: url("../img/strengths-background-image-mobile.jpg");
    z-index: 0;
    margin-top: 60px;
  }
  .strength-container {
    padding: 52px 15px 67px;
    margin-top: 38px;
    margin-bottom: 40px;
  }
  .strength-wrapper {
    flex-direction: column;
    width: 100%;
    padding-top: 0px;
  }
  .strength-circle_mobile {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
  }
  .strength-circle {
    display: none;
  }
  .strength-text-wrapper {
    max-width: 100%;
  }
  .strength-summary {
    font-size: 16px;
    line-height: 2rem;
    width: 100%;
    margin-top: 30px;
  }
  .strength-text {
    font-size: 14px;
    font-weight: 400;
    padding-top: 35px;
    line-height: 2rem;
  }
}
/* business ----------------------------------------- */
.business {
  margin-top: 10px;
}
.business .section__title {
  margin-bottom: 10.95vw;
  font-size: clamp(1.5rem, 1.052rem + 1.73vw, 3.125rem);
  letter-spacing: 0.15em;
  padding-top: 130px;
}
.business .section__title span {
  display: block;
  margin-top: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", sans-serif;
  font-size: clamp(0.625rem, 0.384rem + 0.93vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.15em;
}
.business__row {
  display: flex;
  justify-content: center;
  margin-bottom: 17.4vw;
}
.business__cont {
  position: relative;
  width: 27%;
  min-width: 335px;
}
.business__cont::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 55.3vw;
  background: #CDE1E0;
  animation: shapeRotate 30s ease 0s infinite;
  z-index: -1;
}
.business__number {
  margin-right: 35px;
  color: #25ACA5;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.9375rem, 0.679rem + 1vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.business__icon {
  width: 25%;
  padding-bottom: 15px;
}
.business__title {
  margin: 30px 0 35px;
  font-size: clamp(1.125rem, 0.746rem + 1.46vw, 2.5rem);
  font-weight: 400;
  line-height: 1.25;
}
.business__text {
  margin-bottom: 40px;
}
.business__img {
  margin: 13% -30% 0 -11%;
  width: 76.7%;
}
.business__row:nth-of-type(2) {
  margin-bottom: 14.1vw;
}
.business__row:nth-of-type(2) .business__img {
  margin: 15% 0 0 -7%;
}
.business__row:nth-of-type(3) {
  margin-bottom: 18.5vw;
}
.business__row:nth-of-type(3) .business__cont::before {
  top: 50%;
}
.business__row:nth-of-type(3) .business__img {
  margin: 13% -17% 0 -3%;
  width: 66.3%;
}
@keyframes shapeRotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@media screen and (max-width: 1024px) {
  .business__img {
    margin-top: 31%;
  }
  .business__cont::before {
    top: 40%;
    left: 55%;
    width: 95vw;
    height: 80.3vw;
  }
  .business__row:nth-of-type(2) .business__img {
    margin-right: 2%;
    margin-left: -13%;
  }
  .business__row:nth-of-type(3) .business__img {
    margin-top: 29%;
  }
}
@media screen and (max-width: 767px) {
  .business {
    margin-top: 40px;
  }
  .business .section__title {
    margin-bottom: 21.5vw;
  }
  .business .section__title span {
    margin-top: 10px;
  }
  .business__row {
    flex-direction: column;
    margin-bottom: 34vw;
  }
  .business__cont {
    width: 84%;
    min-width: auto;
    max-width: 320px;
  }
  .business__cont::before {
    top: 90%;
    left: 27%;
    width: 152.3vw;
    height: 130vw;
  }
  .business__number {
    margin-right: 8px;
  }
  .business__icon {
    width: 13.3%;
    padding-bottom: 7px;
  }
  .business__title {
    margin: 15px 0 20px;
    color: #25ACA5;
    font-weight: 600;
    line-height: 1.67;
  }
  .business__text {
    margin-bottom: 20px;
  }
  .business__img {
    width: 101.6%;
    margin: -20% -46% 0 auto;
  }
  .business__row:nth-of-type(2) {
    margin-bottom: 34.5vw;
  }
  .business__row:nth-of-type(2) .business__cont {
    margin-left: auto;
    text-align: right;
  }
  .business__row:nth-of-type(2) .business__cont::before {
    top: 90%;
    left: 80%;
    width: 145vw;
    height: 130vw;
  }
  .business__row:nth-of-type(2) .business__text {
    text-align: left;
  }
  .business__row:nth-of-type(2) .business__img {
    order: 2;
    margin: 0 0 0 -28%;
  }
  .business__row:nth-of-type(2) .btn {
    margin-left: auto;
  }
  .business__row:nth-of-type(3) {
    margin-bottom: 20.5vw;
  }
  .business__row:nth-of-type(3) .business__cont::before {
    top: 92%;
  }
  .business__row:nth-of-type(3) .business__img {
    width: 101.6%;
    margin: -6% -19% 0 auto;
  }
}
/* top contact -------------------------------------- */
.top-contact {
  padding: 100px 10px 55px;
  background-image: url(../img/top-contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
.top-contact__inner {
  padding-top: 115px;
  padding-bottom: 115px;
  background: rgba(255, 255, 255, 0.9);
}
.top-contact__text {
  margin-bottom: 3em;
  font-size: clamp(0.75rem, 0.647rem + 0.4vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 3.06;
  text-align: center;
}
.top-contact__box {
  width: 100%;
  max-width: 774px;
  padding: 55px 55px 60px;
  margin: 65px auto 0;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  text-align: center;
  color: #FFF;
}
.top-contact__tel {
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #FFF;
}
.top-contact__tel span {
  display: block;
  width: 55px;
  margin: 0 auto 20px;
}
.top-contact__tel a {
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
}
.top-contact__mail p {
  margin-bottom: 20px;
  font-size: clamp(0.875rem, 0.789rem + 0.33vw, 1.1875rem);
  font-weight: 700;
  line-height: 1.58;
}
.top-contact__mail a {
  margin: 0 auto;
  color: #25ACA5;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .top-contact__inner {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .top-contact__text {
    font-family: "Noto Sans", sans-serif;
    font-variation-settings: "wdth"100;
    font-weight: 500;
    line-height: 2.75;
  }
  .top-contact__text:last-of-type {
    font-weight: 700;
  }
  .top-contact__box {
    margin-top: 70px;
    padding: 40px 24px 45px;
    background: #FFF;
    color: #25ACA5;
  }
  .top-contact__tel {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom-color: #25ACA5;
  }
  .top-contact__tel span {
    width: 11%;
    margin-bottom: 10px;
  }
  .top-contact__tel a {
    font-weight: 500;
    color: #25ACA5;
  }
  .top-contact__mail a {
    color: #FFF;
    background: #25ACA5;
  }
}
/* top footer --------------------------------------- */
#top .footer {
  padding-top: 8.125rem;
}
/* =====================================================
* franchise
* =================================================== */
/* intro -------------------------------------------- */
.franchise-intro {
  padding: 7.81vw 30px 8.85vw;
}
.franchise-intro__inner {
  padding-top: 5.21vw;
  padding-bottom: 4.69vw;
}
.franchise-intro__title {
  margin-bottom: 60px;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.75rem, 0.647rem + 0.4vw, 1.125rem);
  text-align: center;
  line-height: 1.42;
  color: #25ACA5;
}
.franchise-intro__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 1054px;
  max-width: 100%;
  margin: 0 auto;
}
.franchise-intro__item {
  width: 29.7%;
}
.franchise-intro__item:nth-of-type(1) img {
  width: 61%;
}
.franchise-intro__item:nth-of-type(2) {
  text-align: center;
}
.franchise-intro__item:nth-of-type(2) img {
  width: 61.5%;
}
.franchise-intro__item:nth-of-type(3) {
  text-align: center;
}
.franchise-intro__item:nth-of-type(3) img {
  width: 69.7%;
}
.franchise-intro__item:nth-of-type(5) img {
  width: 69.1%;
}
@media screen and (max-width: 767px) {
  .franchise-intro {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .franchise-intro__inner {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .franchise-intro__title {
    margin-bottom: 30px;
  }
  .franchise-intro__list {
    justify-content: space-between;
  }
  .franchise-intro__item {
    width: 37.3%;
    margin-bottom: 10px;
  }
  .franchise-intro__item img {
    width: 100%;
  }
  .franchise-intro__item:nth-of-type(1) img {
    width: 100%;
  }
  .franchise-intro__item:nth-of-type(1) img {
    width: 80%;
  }
  .franchise-intro__item:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }
  .franchise-intro__item:nth-of-type(3) img {
    width: 40%;
  }
  .franchise-intro__item:nth-of-type(4), .franchise-intro__item:nth-of-type(5) {
    width: 37.3%;
  }
  .franchise-intro__item:nth-of-type(5) img {
    width: 92%;
  }
}
/* franchise store ---------------------------------- */
.franchise {
  margin: 7.81vw 0 0;
}
.franchise .section__title {
  margin-bottom: 5.73vw;
}
.franchise .box p, .franchise .box__tel, .franchise .box__tel a, .franchise .box__time, .franchise .box__url a {
  font-weight: 700;
}
.store {
  margin-bottom: 8.59vw;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
}
.store__title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: clamp(0.875rem, 0.772rem + 0.4vw, 1.25rem);
}
.store__title-img {
  width: 13.2%;
  margin-right: 30px;
}
.store__img {
  width: 32.7%;
  margin-bottom: 30px;
}
.store__inner {
  padding: 30px 55px 20px;
  background: #EDF7F6;
}
.store__inner .title {
  margin: 30px 0 10px;
}
.store__item--sm {
  width: 30.34vw;
  min-width: 505px;
  margin-right: 30px;
  background: #EDF7F6;
}
.store__item--sm .title.bg--aq {
  text-align: center;
}
.store__item--sm .store__img {
  width: 100%;
}
.store__item--sm .store__inner .title {
  width: 100%;
}
.store-pepper .store__title-img {
  width: 13.4%;
  margin-right: 15px;
}
.store-brand {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 auto 24px;
  max-width: 1440px;
  padding: 0;
  font-size: clamp(0.875rem, 0.772rem + 0.4vw, 1.25rem);
}
.store-brand .store__title-img {
  width: 13.2%;
}
.stores-grid--asym {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px 28px;
  align-items: start;
}
@media (max-width:1024px) {
  .stores-grid--asym {
    grid-template-columns: 1fr;
  }
}
/* 親グリッド：2/3 と 1/3 の列幅 */
.stores-grid--asym {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px 15px;
  align-items: stretch;
}
.stores-grid--asym .store .title.bg--aq {
  display: grid;
  align-items: center;
}
.stores-grid--asym .store .bg--aq {
  height: 115px;
  line-height: 2rem;
}
.stores-grid--asym .store__inner {
  height: 755px;
}
.stores-grid--asym .store {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* ===== 写真ゾーン：左右で同じ高さに固定（レスポンシブ） ===== */ :root {
  --photoH: clamp(200px, 24vw, 340px);
}
/* 左（2/3・2枚） */
.store--wide .media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: var(--photoH);
  margin-bottom: 30px;
}
/* 右（1/3・1枚） */
.store--narrow .media-row {
  display: block;
  height: var(--photoH);
  margin-bottom: 30px;
}
.media-row .store__img {
  height: 100%;
  width: auto;
  overflow: hidden;
  margin: 0;
}
.media-row .store__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1025px) {
  .store-pepper_slider {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .store-pepper_wrapper {
    display: none;
  }
}
.store-dipperdan .store__title-img {
  width: 15.14%;
  margin-right: 10px;
}
.store-subway .store__title-img {
  width: 21.74%;
}
.store-subway__text {
  margin-bottom: 70px;
  font-weight: 700;
}
.store-subway .store__inner .flex {
  display: flex;
  gap: 12px;
}
.store-subway .store__inner .store__img {
  flex: 1 1 0;
  width: auto;
  margin: 0;
}
.store-subway .store__inner .store__img img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.store-godiva {
  margin-bottom: 4.69vw;
}
.store-godiva .store__title-img {
  width: 15%;
  margin-right: 0;
}
.store-godiva .store__img {
  width: 100%;
}
/* === Subwayだけ：PC(>=768px)は2枚横並び（slick未初期化見た目の担保） === */
@media (min-width: 768px){
  .store-subway .slider--sp{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .store-subway .slider--sp .store__img{ margin: 0; }
}
@media screen and (max-width: 767px) {
  .franchise {
    margin-top: 50px;
  }
  .franchise .section__title {
    margin-bottom: 25px;
  }
  .store {
    margin-bottom: 50px;
  }
  .store__title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .store__title-img {
    width: 24.8%;
    margin-right: 0;
  }
  .store__item--sm {
    min-width: auto;
    width: 100%;
  }
  .store__inner {
    padding: 0 0 20px;
  }
  .store__inner-sp {
    padding: 0 20px;
  }
  .store__inner .title {
    width: 100%;
  }
  .slider .box {
    width: 85vw;
    margin-right: 15px;
  }
  .store-doutor .store__title-img {
    margin-bottom: 5px;
  }
  .store-pepper .store__title-img {
    width: 28%;
  }
  .store-dipperdan .store__title-img {
    width: 35%;
  }
  .store-subway .store__title-img {
    width: 38%;
  }
  .store-subway__text {
    margin-bottom: 25px;
    font-size: clamp(0.75rem, 0.716rem + 0.13vw, 0.875rem);
  }
  .store-godiva {
    margin-bottom: 60px;
  }
  .store-godiva .store__title-img {
    width: 32%;
    margin-bottom: 5px;
  }
}
/* =====================================================
* restaurants
* =================================================== */
/* restaurants intro -------------------------------- */
.restaurants-intro {
  padding: 6.46vw 0 8.59vw;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 3.33;
}
.restaurants-intro__text {
  margin-bottom: 3em;
  font-size: clamp(0.75rem, 0.647rem + 0.4vw, 1.125rem);
}
.restaurants-intro__bottom {
  width: 774px;
  max-width: 100%;
  padding: 60px 85px 55px;
  margin: 0 auto;
  color: #333;
}
.restaurants-intro__bottom p {
  padding-bottom: 25px;
  margin-bottom: 15px;
  font-size: clamp(0.625rem, 0.487rem + 0.53vw, 1.125rem);
  line-height: 2.22;
  border-bottom: 1px solid #707070;
}
.restaurants-intro__bottom a {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"87.5;
  font-size: clamp(1rem, 0.759rem + 0.93vw, 1.875rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
}
.restaurants-intro__bottom a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(../img/icon3.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .restaurants-intro {
    padding-top: 50px;
    padding-bottom: 25px;
    line-height: 2.08;
  }
  .restaurants-intro__text {
    margin-bottom: 3em;
  }
  .restaurants-intro__bottom {
    padding: 40px 25px 35px;
  }
  .restaurants-intro__bottom p {
    margin-bottom: 10px;
  }
  .restaurants-intro__bottom a {
    font-weight: 400;
  }
  .restaurants-intro__bottom a::before {
    left: -25%;
    width: 15px;
    height: 15px;
  }
}
/* restaurants slider ------------------------------- */
.breakfast {
  margin: 10.78vw 0 11.72vw;
}
.dinner {
  margin-bottom: 21.56vw;
}
.restaurants__item {
  width: 62.35vw;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .breakfast {
    margin: 6.875rem 0 5rem;
  }
  .dinner {
    margin-bottom: 7.8125rem;
  }
  .breakfast .slider, .dinner .slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .restaurants__item {
    width: 94vw;
    margin-right: 10px;
  }
}
/* hotel -------------------------------------------- */
.hotel .section__title {
  margin-bottom: 6.25vw;
}
.hotel .box {
  width: 46.56%;
  margin-bottom: 6.25vw;
}
.hotel h4.title {
  margin: 20px 0 15px;
  padding: 3px 5px;
  width: 145px;
  font-size: 1rem;
  text-align: center;
}
.hotel a {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .hotel .section__title {
    margin-bottom: 50px;
  }
  .hotel .box {
    width: 100%;
    margin-bottom: 75px;
  }
  .hotel h4.title {
    padding: 0 0 5px;
    width: 100%;
    font-size: 0.875rem;
    text-align: left;
    background: #FFF;
    color: #25ACA5;
    border-bottom: 3px solid #25ACA5;
  }
}
/* =====================================================
* rehabilitation
* =================================================== */
.rehabilitation__img img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .rehabilitation__img img {
    min-height: 130px;
  }
}
/* rehabilitation intro ----------------------------- */
.rehabilitation-intro {
  text-align: center;
  margin: 9.38vw 0 2.08vw;
}
.rehabilitation-intro__text {
  margin-bottom: 25px;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.75rem, 0.647rem + 0.4vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 3.33;
}
.rehabilitation-intro__img {
  width: 27.8%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .rehabilitation-intro {
    margin: 50px 0 30px;
  }
  .rehabilitation-intro__text {
    font-weight: 600;
    line-height: 2.08;
  }
  .rehabilitation-intro__img {
    width: 53.1%;
  }
}
/* rehabilitation feature --------------------------- */
.rehabilitation-feature {
  margin: 7.29vw 0 8.07vw;
}
.rehabilitation-feature__item:first-of-type {
  margin-bottom: 60px;
}
.rehabilitation-feature__title {
  padding: 13px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 1.181rem + 0.27vw, 1.5rem);
  font-weight: 500;
  text-align: center;
}
.rehabilitation-feature__img {
  margin-left: 7px;
  width: 40.7%;
  min-width: 300px;
}
.rehabilitation-feature__text {
  margin-left: 7.55vw;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.875rem, 0.772rem + 0.4vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .rehabilitation-feature {
    margin: 35px 0 60px;
  }
  .rehabilitation-feature__item:first-of-type {
    margin-bottom: 46px;
  }
  .rehabilitation-feature__title {
    padding: 1px 0 2px;
  }
  .rehabilitation-feature__img {
    margin-left: 0;
    width: 100%;
  }
  .rehabilitation-feature__text {
    padding: 28px 0 23px;
    margin-left: 0;
    text-align: center;
  }
}
/* rehabilitation table ----------------------------- */
.rehabilitation__table {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 13.02vw auto 13.54vw;
}
@media screen and (max-width: 767px) {
  .rehabilitation__table {
    max-width: 100%;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 55px;
  }
}
/* rehabilitation target ---------------------------- */
.rehabilitation-target__title {
  padding: 21px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
  font-weight: 500;
  text-align: center;
}
.rehabilitation-target__cont {
  padding: 4.375rem 0;
  background: #F5EEDA;
}
.rehabilitation-target__list {
  margin-bottom: 25px;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.875rem, 0.772rem + 0.4vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 2;
}
.rehabilitation-target__text {
  max-width: 832px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-size: clamp(0.625rem, 0.522rem + 0.4vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .rehabilitation-target__title {
    padding: 8px 0 9px;
  }
  .rehabilitation-target__cont {
    padding: 4.375rem 0;
    padding: 30px 0 35px;
  }
  .rehabilitation-target__list {
    font-weight: 600;
    line-height: 2.14;
    text-align: center;
  }
}
/* rehabilitation bottom ---------------------------- */
.rehabilitation-bottom {
  margin: 11.98vw 0 9.38vw;
}
.rehabilitation-bottom__img {
  width: 33%;
  min-width: 270px;
  margin-left: -10.42vw;
}
.rehabilitation-bottom__cont {
  margin-left: 3.91vw;
  font-family: "Noto Sans", sans-serif;
  font-variation-settings: "wdth"100;
  font-weight: 700;
}
.rehabilitation-bottom__logo {
  width: 18.59vw;
  max-width: 357px;
  margin-bottom: 1.56vw;
}
.rehabilitation-bottom__name {
  margin-bottom: 1.04vw;
  font-size: clamp(1rem, 0.966rem + 0.13vw, 1.125rem);
}
.rehabilitation-bottom__address {
  margin-bottom: 5px;
}
.rehabilitation-bottom__tel {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.rehabilitation-bottom__tel span {
  display: inline-block;
  width: 25px;
  margin-right: 8px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1024px) {
  .rehabilitation-bottom__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rehabilitation-bottom {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .rehabilitation-bottom__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 60px;
  }
  .rehabilitation-bottom__cont {
    font-weight: 500;
    text-align: center;
  }
  .rehabilitation-bottom__logo {
    width: 63.3%;
    margin: 0 auto 5px;
  }
  .rehabilitation-bottom__name {
    font-weight: 500;
    margin-bottom: 30px;
  }
  .rehabilitation-bottom__address {
    line-height: 1.21;
    margin-bottom: 10px;
  }
  .rehabilitation-bottom__tel {
    justify-content: center;
    font-size: 1rem;
  }
  .rehabilitation-bottom__tel span {
    margin-right: 6px;
    margin-bottom: -1px;
    width: 17px;
  }
}
/* ===== モーダルセクション全体 ===== */
.section-regulations {
  padding: 0 30px;
}
.docs {
  background: #F4F5F5;
  padding: 40px 0 96px;
  margin: 0 auto 165px;
  max-width: 1420px;
  width: auto;
}
.docs__title {
  text-align: center;
  color: #FDB365;
  margin: 0 0 35px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-regulations {
    padding: 0;
  }
  .docs {
    margin: 0 30px 165px;
    padding-bottom: 50px;
  }
}
/* ===== グリッド配置 ===== */
.docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 50px;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .docs__grid {
    grid-template-columns: 1fr;
  }
}
.modal-open1, .modal-open2, .modal-open3, .modal-open4 {
  align-content: center;
}
/* ===== カード ===== */
.modal-open1, .modal-open2, .modal-open3, .modal-open4 {
  display: block;
  background: #fff;
  padding: 18px 20px;
  max-width: 578px;
  width: 100%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.modal-open1 span, .modal-open2 span, .modal-open3 span, .modal-open4 span {
  display: block;
  line-height: 1.5;
  font-size: clamp(1rem, 0.883rem + 0.24vw, 1.125rem);
}
@media (max-width: 768px) {
  .docs__title {
    font-size: 18px;
    line-height: 1.6rem;
  }
  .docs__grid {
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }
  .modal-open1 span, .modal-open2 span, .modal-open3 span, .modal-open4 span {
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}
.modal-content {
  background: #fff;
  text-align: left;
}
/* Close ボタン */
.modal-close {
  display: block;
  width: min(230px, 70%);
  margin: 16px auto 0;
  text-align: center;
  font-weight: 600;
  padding: 14px 10px;
  border-radius: 999px;
  border: 2px solid #cfd3d8;
  color: #fff;
  text-decoration: none;
}
.modal-close:hover {
  border: 2px solid #212B2A;
  background: #212B2A;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-close {
    margin-top: 30px;
  }
  /* =====================================================
* recruit
* =================================================== */
  /* recruit intro table ------------------------------ */
  #recruit .intro-table {
    position: relative;
    padding: 8.02vw 0 4.95vw;
  }
  #recruit .intro-table::before {
    content: "";
    position: absolute;
    top: -24%;
    right: -48%;
    width: 80.26%;
    height: 65.41%;
    background: rgba(246, 222, 165, 0.35);
    animation: shapeRotate 30s ease 0s infinite;
  }
  #recruit .intro-table__title {
    padding: 4.17vw 0 4.38vw;
  }
  #recruit .intro-table__title span {
    max-width: 1204px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: 700;
  }
  #recruit .intro-table__inner {
    padding-bottom: 3.13vw;
  }
  #recruit .intro-table__table {
    max-width: 1204px;
  }
  #recruit .intro-table__table-row {
    padding-bottom: 2.08vw;
    margin-bottom: 2.08vw;
  }
  #recruit .intro-table__note {
    max-width: 1204px;
  }
  #recruit .intro-table .btn {
    background: #FDB365;
  }
  @media screen and (max-width: 767px) {
    #recruit .intro-table::before {
      content: none;
    }
    #recruit .intro-table__inner {
      padding-bottom: 25px;
    }
    #recruit .intro-table__table-row {
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    #recruit .intro-table__table-row dt {
      margin-bottom: 5px;
    }
    #recruit .intro-table__table-row:last-of-type dt {
      margin-bottom: 5px;
    }
  }
  /* recruit img -------------------------------------- */
  .recruit__img {
    position: relative;
    max-width: 1500px;
    margin: 6.25vw auto 6.77vw;
  }
  .recruit__img::before {
    content: "";
    position: absolute;
    left: -43.6%;
    bottom: -48%;
    width: 102%;
    height: 81.2%;
    background: rgba(246, 222, 165, 0.35);
    animation: shapeRotate 30s ease 0s infinite;
    z-index: -1;
  }
  @media screen and (max-width: 767px) {
    .recruit__img {
      margin: 65px auto 60px;
    }
    .recruit__img::before, .recruit__img::after {
      width: 65.1%;
      height: 48.2%;
    }
    .recruit__img::before {
      bottom: -15.5%;
      left: -23%;
    }
    .recruit__img::after {
      content: "";
      position: absolute;
      top: -14.5%;
      right: -27.5%;
      background: rgba(246, 222, 165, 0.35);
      animation: shapeRotate 30s ease 0s infinite;
      z-index: -1;
    }
  }
  /* question ----------------------------------------- */
  .question {
    padding: 6.77vw 0 5.47vw;
    margin-bottom: 7.81vw;
  }
  .question .wrap {
    max-width: 1208px;
  }
  .question .section__title {
    margin-bottom: 4.17vw;
    font-size: clamp(0.6875rem, 0.36rem + 1.26vw, 1.875rem);
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #FFF;
  }
  .question__cont {
    margin-bottom: 3.65vw;
  }
  .question__row {
    padding: 1.56vw 2.6vw 1.51vw 1.25vw;
    margin-bottom: 1.3vw;
    border-radius: 14px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .question__row:last-of-type {
    margin-bottom: 0;
  }
  .question__row dt, .question__row dd {
    padding-left: calc(1em + 2.6vw);
    font-family: "Noto Sans", sans-serif;
    font-variation-settings: "wdth"100;
  }
  .question__row dt {
    position: relative;
    font-size: clamp(0.6875rem, 0.532rem + 0.6vw, 1.25rem);
    font-weight: 700;
    cursor: pointer;
  }
  .question__row dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(0.9375rem, 0.507rem + 1.66vw, 2.5rem);
    line-height: 1;
  }
  .question__row dd {
    display: none;
    padding-bottom: 50px;
    margin-top: 30px;
    width: 81.2%;
    font-size: clamp(0.625rem, 0.487rem + 0.53vw, 1.125rem);
    font-weight: 500;
  }
  .question__row.open {
    margin-bottom: 2.6vw;
  }
  .question__row.open dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
  }
  .question__btm {
    font-size: clamp(0.625rem, 0.487rem + 0.53vw, 1.125rem);
    font-weight: 700;
    color: #FFF;
  }
  .question__btm a {
    color: #FFF;
  }
  @media screen and (max-width: 767px) {
    .question {
      padding: 60px 0 90px;
      margin-bottom: 40px;
    }
    .question .section__title {
      margin-bottom: 30px;
    }
    .question__cont {
      margin-bottom: 20px;
    }
    .question__row {
      padding: 1.56vw 2.6vw 1.51vw 1.25vw;
      padding: 12px 20px 10px 13px;
      margin-bottom: 6px;
      border-radius: 0;
    }
    .question__row dt, .question__row dd {
      padding-left: calc(1em + 10px);
    }
    .question__row dt {
      font-weight: 500;
    }
    .question__row dt::before {
      top: 1px;
    }
    .question__row dd {
      width: 100%;
      padding-bottom: 2px;
      margin-top: 10px;
    }
    .question__row.open {
      margin-bottom: 20px;
    }
    .question__row.open dt {
      padding-bottom: 10px;
    }
  }
  /* recruit bottom ----------------------------------- */
  .recruit-bottom {
    gap: 24px;
    margin-right: -8.44vw;
    margin-bottom: 10.94vw;
  }
  @media screen and (max-width: 767px) {
    .recruit-bottom {
      gap: 0;
      margin-right: -205px;
      margin-bottom: 70px;
    }
    .recruit-bottom__img {
      margin-right: 12px;
    }
  }
  /* recruit form ------------------------------------- */
  .recruit-form {
    margin-bottom: 4.17vw;
  }
  @media screen and (max-width: 767px) {
    .recruit-form {
      margin-bottom: 40px;
    }
  }
  /* =====================================================
* company
* =================================================== */
  .company__img {
    width: 40.9%;
    margin-top: 4.17vw;
    margin-bottom: -2.08vw;
  }
  @media screen and (max-width: 767px) {
    .company__img {
      width: 83.2%;
      margin-top: 40px;
      margin-bottom: -60px;
    }
  }
  /* company greet ------------------------------------ */
  .company-greet {
    max-width: 937px;
    margin: 11.3vw auto 10.94vw;
    font-family: "Noto Sans", sans-serif;
    font-variation-settings: "wdth"100;
  }
  .company-greet .section__title {
    font-size: clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem);
    letter-spacing: 0.13em;
  }
  .company-greet__img {
    width: 28.7%;
  }
  .company-greet__card {
    margin-bottom: 70px;
  }
  .company-greet__name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 3.8vw;
    margin-right: 20px;
    font-size: clamp(0.75rem, 0.612rem + 0.53vw, 1.25rem);
    font-weight: 700;
    line-height: 1.5;
    border-top: 5px solid #25ACA5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    flex: 1;
  }
  .company-greet__name p:first-of-type {
    margin-bottom: 25px;
  }
  .company-greet__text {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.681rem + 0.27vw, 1rem);
  }
  .company-greet__text-group {
    margin-bottom: 1.5em;
  }
  .company-greet__text-group:last-of-type {
    margin-bottom: 4.17vw;
  }
  .company-greet__bottom {
    text-align: right;
    font-size: clamp(0.875rem, 0.841rem + 0.13vw, 1rem);
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .company-greet {
      margin: 80px 0 100px;
    }
    .company-greet__img {
      width: 55.6%;
      margin: 0 auto 20px;
    }
    .company-greet__card {
      margin-bottom: 20px;
    }
    .company-greet__name {
      padding-left: 0;
      margin-right: 0;
      border-top: none;
      box-shadow: none;
    }
    .company-greet__name p:first-of-type {
      margin-bottom: 10px;
    }
    .company-greet__name p:last-of-type {
      font-weight: 500;
    }
    .company-greet__text {
      font-weight: 300;
      letter-spacing: 0.05em;
      line-height: 1.67;
    }
    .company-greet__text-group:last-of-type {
      margin-bottom: 40px;
    }
    .company-greet__bottom {
      font-weight: 500;
    }
  }
  /* company bottom ----------------------------------- */
  .company-bottom {
    gap: 28px;
    margin-right: -6.98vw;
    margin-bottom: 10.94vw;
  }
  @media screen and (max-width: 767px) {
    .company-bottom {
      gap: 0;
      margin-right: -205px;
      margin-bottom: 70px;
    }
    .company-bottom__img {
      margin-right: 12px;
    }
  }
  /* =====================================================
* contact
* =================================================== */
  .contact__form {
    margin: 5.73vw 0 4.17vw;
  }
  /* =====================================================
* privacy policy
* =================================================== */
  #privacy-policy .page-title {
    margin-bottom: 8.44vw;
  }
  #privacy-policy p, #privacy-policy dd {
    margin-bottom: 1.2em;
  }
  #privacy-policy p, #privacy-policy dt, #privacy-policy dd {
    font-family: "Noto Sans", sans-serif;
    font-variation-settings: "wdth"100;
    font-size: clamp(0.75rem, 0.681rem + 0.27vw, 1rem);
    font-weight: 500;
    line-height: 1.88;
  }
  #privacy-policy .mb-0 {
    margin-bottom: 0;
  }
  #privacy-policy .footer {
    margin-top: 10.68vw;
  }
  @media screen and (max-width: 767px) {
    #privacy-policy .page-title {
      margin-bottom: 50px;
    }
    #privacy-policy p, #privacy-policy dt, #privacy-policy dd {
      letter-spacing: 0.02em;
    }
    #privacy-policy .footer {
      margin-top: 64px;
    }
  } /*# sourceMappingURL=style.css.map */