@charset "UTF-8";
/* Universal box-sizing reset */
* {
  box-sizing: border-box;
  margin: 0;
}
*::before, *::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

strong {
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none;
  /* Remove underlines from all links */
  color: inherit;
  /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  /* Remove borders on form elements */
  background: transparent;
  /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--main);
}

li {
  list-style-type: none;
}

input[type=text], input[type=tel], input[type=email], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

.sp-none {
  display: none;
}

@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}
.pc-none {
  display: block;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
.js-typein {
  opacity: 0;
}
.js-typein[data-typein-ready="1"] {
  opacity: 1;
}

.typein-char {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.typein-char.is-show {
  opacity: 1;
}

.js-tick {
  display: inline-flex;
  white-space: nowrap;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.info-pop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

/* 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 共通設定 */
:root {
  --pk1: #eddcd7;
  --pk2: #e0c6c3;
  --wh: #fbf4ee;
  --tx1: #684b53;
  --tx2: #392b32;
  --tx3: #666666;
  --fbg: #f2e8de;
}

.p-text {
  line-height: clamp(2rem, 1.875rem + 0.67vw, 2.5rem);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(0.875rem, 0.828rem + 0.25vw, 1.063rem);
}

body {
  font-family: "Shippori Mincho", serif;
}

.btn1-box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.btn1 {
  display: flex;
  width: 230px;
  background-color: var(--tx2);
  color: var(--pk1);
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width: 992px) {
  .btn1 {
    width: clamp(11.875rem, 10.791rem + 5.78vw, 14.375rem);
  }
}
.btn1__p {
  color: var(--pk1);
  margin-right: clamp(0.938rem, 0.781rem + 0.83vw, 1.563rem);
}
.btn1__arrow {
  width: 56px;
}

.btn1:hover {
  background-color: var(--tx1) !important;
}

.btn2-box {
  display: flex;
  justify-content: start;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .btn2-box {
    justify-content: center;
  }
}

.btn2 {
  display: flex;
  width: 230px;
  background-color: var(--tx1);
  color: var(--pk1);
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width: 992px) {
  .btn2 {
    width: clamp(11.875rem, 10.791rem + 5.78vw, 14.375rem);
  }
}
.btn2__p {
  color: var(--pk1);
  margin-right: clamp(0.938rem, 0.781rem + 0.83vw, 1.563rem);
}
.btn2__arrow {
  width: 56px;
}

.btn2:hover {
  background-color: var(--tx2) !important;
}

.sbtn-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sbtn-box {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .sbtn-box {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .sbtn-box {
    flex-direction: column;
    justify-content: center;
  }
}

.sbtn {
  width: 250px;
  padding: 20px 10px 25px;
  border: #a98690 1px solid;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (min-width: 350px) {
  .sbtn {
    width: 315px;
    padding: 20px 45px 25px;
  }
}
@media (min-width: 768px) {
  .sbtn {
    width: 215px;
  }
}
@media (min-width: 992px) {
  .sbtn {
    width: 315px;
  }
}
@media (max-width: 768px) {
  .sbtn {
    margin: auto;
  }
}
.sbtn-p {
  color: #a98690;
  line-height: 30px;
  font-size: clamp(0.875rem, 0.828rem + 0.25vw, 1.063rem);
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sbtn-p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sbtn-p {
    font-size: clamp(0.875rem, 0.828rem + 0.25vw, 1.063rem);
  }
}
@media (max-width: 768px) {
  .sbtn-p {
    display: none;
  }
}
.sbtn-p2 {
  color: #a98690;
  line-height: 30px;
  font-size: clamp(0.875rem, 0.828rem + 0.25vw, 1.063rem);
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sbtn-p2 {
    display: none;
  }
}
.sbtn-arrow {
  width: clamp(1.25rem, 1.016rem + 1.25vw, 2.188rem);
  margin: auto;
}

.sbtn:hover {
  background-color: var(--wh);
}

.text-c1 {
  color: var(--tx1);
}

.text-c2 {
  color: var(--tx2);
}

/*トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ トップ */
.top__fv {
  position: relative;
  background-color: var(--pk1);
  height: clamp(37.5rem, 34.288rem + 17.13vw, 42.5rem);
  overflow: hidden;
  background-image: url("../images/top__fv-2.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top__fv {
    height: 700px;
    background-image: url("../images/top-fv.jpg");
    background-size: 90% auto;
    background-position: right bottom;
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  .top__fv {
    height: 900px;
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .top__fv {
    height: 980px;
    margin-top: 70px;
  }
}
@media (min-width: 1500px) {
  .top__fv {
    height: 1053px;
    margin-top: 70px;
  }
}
.top__fv-title {
  position: absolute;
  top: 23%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
}
@media (min-width: 768px) {
  .top__fv-title {
    top: 35%;
  }
}
@media (min-width: 992px) {
  .top__fv-title {
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .top__fv-title {
    top: 35%;
  }
}
@media (min-width: 1500px) {
  .top__fv-title {
    top: 23%;
  }
}
.top__fv-title-p {
  font-size: clamp(0.875rem, 0.433rem + 2.36vw, 1.563rem);
  line-height: 40px;
}
@media (min-width: 768px) {
  .top__fv-title-p {
    font-size: clamp(1.188rem, 0.965rem + 0.96vw, 1.875rem);
  }
}
.top__fv-title-h1 {
  font-size: clamp(1.75rem, 1.067rem + 3.64vw, 2.813rem);
  line-height: clamp(2.813rem, 2.291rem + 2.78vw, 3.625rem);
}
@media (min-width: 768px) {
  .top__fv-title-h1 {
    font-size: clamp(2.188rem, 1.074rem + 4.82vw, 5.625rem);
    line-height: 75px;
  }
}
@media (min-width: 1200px) {
  .top__fv-title-h1 {
    line-height: 92px;
  }
}
@media (min-width: 1500px) {
  .top__fv-title-h1 {
    line-height: 120px;
  }
}
.top__fv-img {
  width: 90%;
  margin-left: auto;
}
.top__fv-p {
  position: absolute;
  font-size: clamp(1rem, 0.846rem + 0.43vw, 1.25rem);
  bottom: 10%;
  left: 10%;
  line-height: clamp(1.875rem, 1.474rem + 2.14vw, 2.5rem);
  color: var(--wh);
}
@media (min-width: 768px) {
  .top__fv-p {
    writing-mode: vertical-rl;
    font-size: clamp(1rem, 0.846rem + 0.43vw, 1.25rem);
    top: 35px;
    right: 95px;
    color: var(--tx1);
    line-height: 40px;
    letter-spacing: 0.1em;
  }
}

.top__sec1 {
  background-color: var(--pk2);
  padding-top: 5%;
  padding-bottom: 10%;
}
@media (max-width: 576px) {
  .top__sec1 {
    padding-top: 15%;
    padding-bottom: 20%;
  }
}
.top__sec1-h2 {
  font-size: clamp(1.875rem, 0.469rem + 7.5vw, 7.5rem);
  color: var(--pk1);
  text-align: center;
  font-weight: 900;
}
@media (min-width: 992px) {
  .top__sec1-h2 {
    text-align: end;
  }
}
.top__sec1-box {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.25rem, 0.938rem + 1.67vw, 2.5rem);
  text-align: center;
}
@media (min-width: 992px) {
  .top__sec1-box {
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
  }
}
.top__sec1-left {
  color: var(--tx2);
}
@media (min-width: 992px) {
  .top__sec1-left {
    margin-right: 50px;
  }
}
.top__sec1-h3 {
  line-height: 40px;
  font-size: clamp(1rem, 0.703rem + 1.58vw, 2.188rem);
  font-weight: 900;
}
@media (min-width: 768px) {
  .top__sec1-h3 {
    line-height: 60px;
  }
}
.top__sec1-p {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .top__sec1-p {
    display: none;
  }
}
.top__sec1-p-2 {
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 576px) {
  .top__sec1-p-2 {
    display: none;
  }
}
.top__sec1-img-box {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  justify-content: center;
  gap: clamp(1.25rem, -1.045rem + 4.78vw, 3.438rem);
}
@media (min-width: 768px) {
  .top__sec1-img-box {
    flex-direction: row;
  }
}
.top__sec1-img-img {
  width: clamp(12.5rem, 7.281rem + 27.84vw, 20.625rem);
  display: block;
  margin: 0 auto;
}
.top__sec1-img-img:last-child {
  margin-right: none;
}
@media (min-width: 768px) {
  .top__sec1-img-img {
    width: clamp(13.438rem, 3.929rem + 19.81vw, 22.5rem);
  }
}

.top__sec2 {
  background-color: var(--wh);
}
.top__sec2-cont {
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .top__sec2-cont {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .top__sec2-cont {
    padding-bottom: 10%;
  }
}
.top__sec2-title {
  padding-top: 10%;
}
.top__sec2-h2 {
  color: var(--pk2);
  font-size: clamp(1.875rem, 0.269rem + 8.57vw, 4.375rem);
  text-align: center;
}
.top__sec2-h3 {
  color: var(--tx1);
  font-size: clamp(1.25rem, 1.016rem + 1.25vw, 2.188rem);
  font-weight: 900;
  text-align: center;
}
@media (max-width: 992px) {
  .top__sec2-h3 {
    margin-top: clamp(2.188rem, 1.585rem + 3.21vw, 3.125rem);
  }
}
@media (min-width: 992px) {
  .top__sec2-h3 {
    text-align: left;
  }
}
.top__sec2-box1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
  align-items: flex-start;
}
@media (min-width: 992px) {
  .top__sec2-box1 {
    flex-direction: row;
  }
}
.top__sec2-left {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .top__sec2-left {
    width: 50%;
  }
}
.top__sec2-left-img {
  width: clamp(16.563rem, 7.73rem + 47.11vw, 30.313rem);
}
@media (min-width: 992px) {
  .top__sec2-left-img {
    margin-right: 100px;
  }
}
.top__sec2-left-bg {
  position: absolute;
  color: var(--pk1);
  font-size: clamp(4.688rem, 2.479rem + 11.78vw, 8.125rem);
  top: -37px;
  right: 0px;
}
@media (min-width: 420px) {
  .top__sec2-left-bg {
    top: -6%;
    right: 5%;
  }
}
@media (min-width: 768px) {
  .top__sec2-left-bg {
    font-size: 130px;
    top: -6%;
    left: 75%;
  }
}
@media (min-width: 992px) {
  .top__sec2-left-bg {
    font-size: clamp(4.688rem, 1.081rem + 7.51vw, 8.125rem);
    top: -8%;
    left: 38%;
  }
}
@media (min-width: 1200px) {
  .top__sec2-left-bg {
    top: -12%;
    left: 31%;
  }
}
.top__sec2-right {
  width: 100%;
}
@media (min-width: 992px) {
  .top__sec2-right {
    width: 50%;
    margin-left: 50px;
  }
}
.top__sec2-right-sub {
  color: var(--tx1);
  line-height: 40px;
  font-size: clamp(0.938rem, 0.891rem + 0.25vw, 1.125rem);
  margin-top: clamp(0.938rem, 0.625rem + 1.67vw, 2.188rem);
  font-weight: 900;
  text-align: center;
}
@media (min-width: 992px) {
  .top__sec2-right-sub {
    text-align: left;
  }
}
.top__sec2-right-p {
  color: var(--tx1);
  margin-top: clamp(0.938rem, 0.625rem + 1.67vw, 2.188rem);
}
.top__sec2-box2 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
  align-items: flex-start;
}
@media (min-width: 992px) {
  .top__sec2-box2 {
    flex-direction: row;
  }
}
.top__sec2-box2-left {
  width: 100%;
}
@media (min-width: 992px) {
  .top__sec2-box2-left {
    width: 50%;
    margin-right: 50px;
  }
}
.top__sec2-box2-left-sub {
  color: var(--tx1);
  line-height: 40px;
  font-size: clamp(0.938rem, 0.891rem + 0.25vw, 1.125rem);
  font-weight: 900;
  margin-top: clamp(0.938rem, 0.625rem + 1.67vw, 2.188rem);
  margin-bottom: clamp(0.938rem, 0.625rem + 1.67vw, 2.188rem);
  text-align: center;
}
@media (min-width: 992px) {
  .top__sec2-box2-left-sub {
    text-align: left;
  }
}
.top__sec2-box2-left-p {
  color: var(--tx1);
}
.top__sec2-box2-right {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .top__sec2-box2-right {
    width: 50%;
  }
}
.top__sec2-box2-right-img {
  width: clamp(16.563rem, 7.73rem + 47.11vw, 30.313rem);
}
@media (min-width: 992px) {
  .top__sec2-box2-right-img {
    margin-right: 100px;
  }
}
.top__sec2-box2-right-bg {
  position: absolute;
  color: var(--pk1);
  font-size: clamp(4.688rem, 2.479rem + 11.78vw, 8.125rem);
  top: -37px;
  right: 0px;
}
@media (min-width: 420px) {
  .top__sec2-box2-right-bg {
    top: -6%;
    right: 5%;
  }
}
@media (min-width: 768px) {
  .top__sec2-box2-right-bg {
    font-size: 130px;
    top: -8%;
    right: 15%;
  }
}
@media (min-width: 992px) {
  .top__sec2-box2-right-bg {
    font-size: clamp(4.688rem, 1.081rem + 7.51vw, 8.125rem);
    top: -8%;
    right: 38%;
  }
}
@media (min-width: 1200px) {
  .top__sec2-box2-right-bg {
    top: -12%;
    right: 37%;
  }
}

.top__sec3 {
  background-color: var(--pk1);
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .top__sec3 {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .top__sec3 {
    padding-bottom: 10%;
  }
}
.top__sec3-title {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .top__sec3-title {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.top__sec3-h2 {
  position: relative;
  font-weight: 900;
  font-size: clamp(1.875rem, 0.625rem + 6.67vw, 6.875rem);
}
@media (max-width: 768px) {
  .top__sec3-h2 {
    text-align: center;
  }
  .top__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.top__sec3-sub {
  font-size: clamp(1.063rem, 0.859rem + 1.08vw, 1.875rem);
  position: relative;
  text-align: center;
}
.top__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 129%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .top__sec3-sub::after {
    width: 180%;
  }
}
@media (min-width: 1200px) {
  .top__sec3-sub::after {
    width: 200%;
  }
}

.top__sec4-box {
  display: flex;
  flex-direction: column-reverse;
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
}
@media (min-width: 768px) {
  .top__sec4-box {
    flex-direction: row;
    justify-content: end;
  }
}
.top__sec4-name {
  color: var(--tx2);
  font-size: clamp(0.938rem, 0.859rem + 0.42vw, 1.25rem);
  font-weight: 800;
  margin-top: 5px;
  text-align: center;
}
.top__sec4-p {
  color: var(--tx1);
  font-size: clamp(0.813rem, 0.652rem + 0.86vw, 1.063rem);
  font-weight: 800;
  text-align: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .top__sec4-p {
    font-size: clamp(0.938rem, 0.859rem + 0.42vw, 1.25rem);
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    text-align: justify;
    margin-right: 10px;
  }
}
.top__sec4-img-box {
  margin-left: auto;
}
.top__sec4-img {
  width: 100%;
}

.top__sec5 {
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url("../images/top-11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .top__sec5 {
    padding-bottom: 7%;
  }
}
.top__sec5-h2 {
  font-size: clamp(1.875rem, 0.625rem + 6.67vw, 6.875rem);
  font-weight: 900;
}
.top__sec5-p {
  margin-top: clamp(0.938rem, 0.703rem + 1.25vw, 1.875rem);
}

.top__sec6 {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
  color: var(--tx3);
  align-items: center;
}
.top__sec6-box {
  display: flex;
  padding: 5% 7%;
  border: var(--tx3) 1px solid;
  justify-content: space-between;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.top__sec6-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .top__sec6-text {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}
.top__sec6-h2 {
  font-size: clamp(1.563rem, 1.172rem + 2.08vw, 3.125rem);
}
.top__sec6-p {
  font-size: clamp(0.688rem, 0.594rem + 0.5vw, 1.063rem);
}
.top__sec6-arrow {
  width: clamp(2.313rem, -0.217rem + 13.49vw, 6.25rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .top__sec6-arrow {
    width: clamp(3.75rem, 1.127rem + 5.46vw, 6.25rem);
  }
}

.top__sec6-box:hover {
  background-color: #d3d0d0;
}

/*フッター フッター フッター フッター フッター フッター フッター フッター フッター */
.footer {
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--fbg);
}
@media (min-width: 768px) {
  .footer {
    flex-direction: row;
  }
}
.footer__left {
  padding-top: 5%;
  color: var(--tx3);
  padding-bottom: 5%;
}
@media (min-width: 768px) {
  .footer__left {
    width: 40%;
    margin-left: clamp(3.125rem, -0.154rem + 6.83vw, 6.25rem);
  }
}
.footer-right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-right {
    width: 60%;
  }
}
.footer__gm {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .footer__gm {
    height: 300px;
  }
}
.footer__logo {
  width: 45%;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__text {
  padding-top: clamp(1.563rem, 1.328rem + 1.25vw, 2.5rem);
  font-size: clamp(0.75rem, 0.672rem + 0.42vw, 1.063rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .footer__text {
    margin: 0 auto;
  }
}
.footer__text-title {
  margin-right: 25px;
  width: 70px;
}
.footer__text-box {
  display: flex;
  margin-bottom: 10px;
}
.footer__copy {
  margin-top: clamp(3.125rem, 2.656rem + 2.5vw, 5rem);
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copy {
    text-align: left;
  }
}

.ig-btn {
  display: flex;
  margin-top: clamp(1.563rem, 1.25rem + 1.67vw, 2.813rem);
  justify-content: center;
}
@media (min-width: 768px) {
  .ig-btn {
    justify-content: flex-start;
  }
}
.ig-btn-link {
  display: flex;
  justify-content: space-between;
  background-color: var(--tx3);
  padding: 10px 25px 15px;
  align-items: center;
  width: 280px;
}
.ig-btn-link-left {
  display: flex;
  gap: 20px;
}
.ig-btn-img {
  width: 25px;
}
.ig-btn-p {
  color: #fff;
}
.ig-btn-arrow-box {
  align-items: center;
}

.ig-btn-link:hover {
  background-color: #979494 !important;
}

/*ヘアサロン ヘアサロン ヘアサロン ヘアサロン ヘアサロン ヘアサロン ヘアサロン ヘアサロン ヘアサロン */
.hair__sec1 {
  color: var(--tx1);
}
.hair__sec1-h3 {
  color: var(--tx1);
  font-size: clamp(1.125rem, 1.016rem + 0.58vw, 1.563rem);
  font-weight: 900;
  text-align: center;
}
@media (max-width: 992px) {
  .hair__sec1-h3 {
    margin-top: clamp(2.188rem, 1.585rem + 3.21vw, 3.125rem);
  }
}
@media (min-width: 992px) {
  .hair__sec1-h3 {
    text-align: left;
  }
}
.hair__sec1-service {
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .hair__sec1-service {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .hair__sec1-service {
    padding-bottom: 7%;
  }
}
.hair__sec1-service-left {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .hair__sec1-service-left {
    width: 50%;
  }
}
.hair__sec1-service-left-img {
  width: clamp(31.25rem, 29.031rem + 11.83vw, 40.125rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .hair__sec1-service-left-img {
    margin-right: clamp(0.625rem, -5.277rem + 12.3vw, 6.25rem);
  }
}
.hair__sec1-service-right {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .hair__sec1-service-right {
    width: 50%;
  }
}
.hair__sec1-service-right-img {
  width: clamp(31.25rem, 29.031rem + 11.83vw, 40.125rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .hair__sec1-service-right-img {
    margin-left: clamp(0.625rem, -5.277rem + 12.3vw, 6.25rem);
  }
}

.hair__sec2 {
  background-color: var(--wh);
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .hair__sec2 {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .hair__sec2 {
    padding-bottom: 7%;
  }
}
.hair__sec2-tille-box {
  display: flex;
  flex-direction: column;
  color: var(--pk2);
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .hair__sec2-tille-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.hair__sec2-top {
  padding-top: 5%;
}
.hair__sec2-h2 {
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .hair__sec2-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .hair__sec2-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hair__sec2-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .hair__sec2-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .hair__sec2-h2 {
    text-align: center;
  }
  .hair__sec2-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--pk2);
  }
}
.hair__sec2-sub {
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .hair__sec2-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hair__sec2-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hair__sec2-sub {
    font-size: 25px;
  }
}
.hair__sec2-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 115%;
  height: 1px;
  background-color: var(--pk2);
}
@media (max-width: 768px) {
  .hair__sec2-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .hair__sec2-sub::after {
    width: 130%;
  }
}
@media (min-width: 1200px) {
  .hair__sec2-sub::after {
    width: 125%;
  }
}
.hair__sec2-list-wrap {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .hair__sec2-list-wrap {
    flex-direction: row;
  }
}
.hair__sec2-list-box {
  width: 100%;
}
@media (min-width: 768px) {
  .hair__sec2-list-box {
    width: 50%;
  }
}
.hair__sec2-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  align-items: flex-start;
}
.hair__sec2-square {
  width: clamp(1.125rem, 0.938rem + 1vw, 1.875rem);
  margin-right: 15px;
  flex-shrink: 0;
}
.hair__sec2-list-p {
  color: var(--tx1);
  font-size: clamp(0.875rem, 0.828rem + 0.25vw, 1.063rem);
}
.hair__sec2-p {
  color: var(--tx1);
  margin-top: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
}

.hair__sec3 {
  background-color: var(--pk2);
  padding-top: 5%;
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .hair__sec3 {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .hair__sec3 {
    padding-bottom: 7%;
  }
}
.hair__sec3-tille-box {
  display: flex;
  flex-direction: column;
  color: var(--pk2);
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .hair__sec3-tille-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.hair__sec3-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .hair__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .hair__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hair__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .hair__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .hair__sec3-h2 {
    text-align: center;
  }
  .hair__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.hair__sec3-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .hair__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hair__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hair__sec3-sub {
    font-size: 25px;
  }
}
.hair__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 300%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .hair__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .hair__sec3-sub::after {
    width: 370%;
  }
}
@media (min-width: 1200px) {
  .hair__sec3-sub::after {
    width: 340%;
  }
}
.hair__sec3-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .hair__sec3-box {
    flex-direction: row;
  }
}
.hair__sec3-menu-wrap {
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
}
.hair__sec3-menu {
  margin-top: clamp(1.875rem, 1.172rem + 3.75vw, 4.688rem);
  width: 100%;
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
}
@media (min-width: 768px) {
  .hair__sec3-menu {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hair__sec3-menu-left {
    margin-right: 50px;
  }
}
.hair__sec3-menu-p {
  min-width: 0;
}
.hair__sec3-menu-title {
  color: var(--tx2);
  font-weight: 900;
  font-size: clamp(1.063rem, 0.938rem + 0.67vw, 1.563rem);
}
.hair__sec3-menu-box {
  margin-top: 5px;
  padding: 5px 25px;
  background-color: var(--wh);
  color: var(--tx2);
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.125rem);
}
.hair__sec3-menu-line {
  display: flex;
  justify-content: space-between;
  border-bottom: var(--pk1) 1px solid;
  padding-top: 4%;
  padding-bottom: 4%;
}
.hair__sec3-menu-line2 {
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
  padding-bottom: 4%;
}

/*フェイシャル フェイシャル フェイシャル フェイシャル フェイシャル フェイシャル フェイシャル フェイシャル フェイシャル */
.facial__sec3 {
  background-color: var(--pk2);
  padding-top: 5%;
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .facial__sec3 {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .facial__sec3 {
    padding-bottom: 7%;
  }
}
.facial__sec3-menu-wrap {
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
}
.facial__sec3-menu {
  margin-top: clamp(1.875rem, 1.172rem + 3.75vw, 4.688rem);
  width: 100%;
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
}
.facial__sec3-menu-p {
  min-width: 0;
}
.facial__sec3-menu-title {
  color: var(--tx2);
  font-weight: 900;
  font-size: clamp(1.063rem, 0.938rem + 0.67vw, 1.563rem);
}
.facial__sec3-menu-box {
  margin-top: 5px;
  padding: 5px 25px;
  background-color: var(--wh);
  color: var(--tx2);
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.125rem);
}
.facial__sec3-menu-line {
  display: flex;
  justify-content: space-between;
  border-bottom: var(--pk1) 1px solid;
  padding-top: 2%;
  padding-bottom: 2%;
}
.facial__sec3-menu-line2 {
  display: flex;
  justify-content: space-between;
  padding-top: 2%;
  padding-bottom: 2%;
}

/*アーユルヴェーダ*/
.ayruveda__sec2 {
  background-color: var(--pk1);
}
.ayruveda__sec2-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .ayruveda__sec2-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.ayruveda__sec2-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .ayruveda__sec2-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .ayruveda__sec2-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .ayruveda__sec2-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .ayruveda__sec2-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .ayruveda__sec2-h2 {
    text-align: center;
  }
  .ayruveda__sec2-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.ayruveda__sec2-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .ayruveda__sec2-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .ayruveda__sec2-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .ayruveda__sec2-sub {
    font-size: 25px;
  }
}
.ayruveda__sec2-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 190%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ayruveda__sec2-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .ayruveda__sec2-sub::after {
    width: 230%;
  }
}
@media (min-width: 1200px) {
  .ayruveda__sec2-sub::after {
    width: 210%;
  }
}
.ayruveda__sec2-about-box {
  display: flex;
  flex-direction: column;
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
  justify-content: center;
}
@media (min-width: 768px) {
  .ayruveda__sec2-about-box {
    flex-direction: row;
    justify-content: space-around;
  }
}
.ayruveda__sec2-about {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 20px;
  justify-content: center;
}
.ayruveda__sec2-about-no {
  position: relative;
  color: #fff;
  font-size: clamp(1.563rem, 1.328rem + 1.25vw, 2.5rem);
  margin-right: 15px;
}
.ayruveda__sec2-about-no::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 680%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .ayruveda__sec2-about-no::after {
    width: 610%;
  }
}
@media (min-width: 992px) {
  .ayruveda__sec2-about-no::after {
    width: 570%;
  }
}
.ayruveda__sec2-about-p {
  color: var(--tx1);
}

.ayurveda__sec3-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .ayurveda__sec3-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.ayurveda__sec3-h2 {
  color: var(--pk2);
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .ayurveda__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .ayurveda__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .ayurveda__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .ayurveda__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .ayurveda__sec3-h2 {
    text-align: center;
  }
  .ayurveda__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--pk2);
  }
}
.ayurveda__sec3-sub {
  color: var(--pk2);
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .ayurveda__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .ayurveda__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .ayurveda__sec3-sub {
    font-size: 25px;
  }
}
.ayurveda__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 245%;
  height: 1px;
  background-color: var(--pk2);
}
@media (max-width: 768px) {
  .ayurveda__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .ayurveda__sec3-sub::after {
    width: 300%;
  }
}
@media (min-width: 1200px) {
  .ayurveda__sec3-sub::after {
    width: 280%;
  }
}
.ayurveda__sec3-pro-box {
  display: flex;
  flex-direction: column-reverse;
  margin-top: clamp(1.875rem, 1.172rem + 3.75vw, 4.688rem);
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .ayurveda__sec3-pro-box {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .ayurveda__sec3-pro-box {
    padding-bottom: 7%;
  }
}
@media (min-width: 992px) {
  .ayurveda__sec3-pro-box {
    flex-direction: row;
    padding-bottom: 5%;
  }
}
.ayurveda__sec3-left {
  margin-top: 45px;
  color: var(--tx1);
}
@media (min-width: 768px) {
  .ayurveda__sec3-left {
    margin-top: none;
    margin-right: 50px;
  }
}

/*占い 占い 占い 占い 占い 占い 占い 占い 占い 占い 占い 占い */
.fortune_telling__sec2-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .fortune_telling__sec2-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.fortune_telling__sec2-h2 {
  color: var(--pk2);
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .fortune_telling__sec2-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .fortune_telling__sec2-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .fortune_telling__sec2-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .fortune_telling__sec2-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .fortune_telling__sec2-h2 {
    text-align: center;
  }
  .fortune_telling__sec2-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--pk2);
  }
}
.fortune_telling__sec2-sub {
  color: var(--pk2);
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fortune_telling__sec2-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fortune_telling__sec2-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .fortune_telling__sec2-sub {
    font-size: 25px;
  }
}
.fortune_telling__sec2-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 245%;
  height: 1px;
  background-color: var(--pk2);
}
@media (max-width: 768px) {
  .fortune_telling__sec2-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .fortune_telling__sec2-sub::after {
    width: 300%;
  }
}
@media (min-width: 1200px) {
  .fortune_telling__sec2-sub::after {
    width: 280%;
  }
}
.fortune_telling__sec2-left {
  width: 100%;
}
@media (min-width: 992px) {
  .fortune_telling__sec2-left {
    width: 50%;
  }
}

/*ファスティング ファスティング ファスティング ファスティング ファスティング ファスティング ファスティング ファスティング ファスティング */
.fasting__sec2 {
  background-color: var(--pk1);
}
.fasting__sec2-img {
  padding-top: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
  width: 70%;
  margin: auto;
}
.fasting__sec2-p {
  margin-top: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
  color: var(--tx1);
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .fasting__sec2-p {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .fasting__sec2-p {
    padding-bottom: 7%;
  }
}
.fasting__sec2-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .fasting__sec2-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.fasting__sec2-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .fasting__sec2-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .fasting__sec2-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .fasting__sec2-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec2-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .fasting__sec2-h2 {
    text-align: center;
  }
  .fasting__sec2-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.fasting__sec2-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fasting__sec2-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fasting__sec2-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec2-sub {
    font-size: 25px;
  }
}
.fasting__sec2-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 245%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .fasting__sec2-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .fasting__sec2-sub::after {
    width: 280%;
  }
}
@media (min-width: 1200px) {
  .fasting__sec2-sub::after {
    width: 270%;
  }
}

.fasting__sec3 {
  background-color: var(--pk1);
}
.fasting__sec3-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .fasting__sec3-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.fasting__sec3-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .fasting__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .fasting__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .fasting__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .fasting__sec3-h2 {
    text-align: center;
  }
  .fasting__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.fasting__sec3-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fasting__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fasting__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec3-sub {
    font-size: 25px;
  }
}
.fasting__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 145%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .fasting__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .fasting__sec3-sub::after {
    width: 175%;
  }
}
@media (min-width: 1200px) {
  .fasting__sec3-sub::after {
    width: 165%;
  }
}
.fasting__sec3-h3 {
  color: #a98690;
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.125rem, 1.016rem + 0.58vw, 1.563rem);
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
  margin-bottom: clamp(1.875rem, 1.172rem + 3.75vw, 4.688rem);
}
.fasting__sec3-effect {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .fasting__sec3-effect {
    flex-direction: row;
  }
}
.fasting__sec3-effect-cell {
  display: flex;
  justify-content: center;
}
.fasting__sec3-effect-box {
  width: 200px;
  margin: 5px;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (min-width: 576px) {
  .fasting__sec3-effect-box {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .fasting__sec3-effect-box {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .fasting__sec3-effect-box {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec3-effect-box {
    width: 220px;
    margin: 15px;
  }
}

.fasting__sec4 {
  padding-bottom: 20%;
}
@media (min-width: 576px) {
  .fasting__sec4 {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) {
  .fasting__sec4 {
    padding-bottom: 7%;
  }
}
.fasting__sec4-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .fasting__sec4-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.fasting__sec4-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .fasting__sec4-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .fasting__sec4-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .fasting__sec4-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec4-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .fasting__sec4-h2 {
    text-align: center;
  }
  .fasting__sec4-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.fasting__sec4-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fasting__sec4-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fasting__sec4-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec4-sub {
    font-size: 25px;
  }
}
.fasting__sec4-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 170%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .fasting__sec4-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .fasting__sec4-sub::after {
    width: 210%;
  }
}
@media (min-width: 1200px) {
  .fasting__sec4-sub::after {
    width: 190%;
  }
}
.fasting__sec4-p {
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
  color: var(--tx1);
}
.fasting__sec4-text-box {
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
}
.fasting__sec4-img-box {
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
  display: flex;
  gap: clamp(1.25rem, 0.081rem + 3.25vw, 3.125rem);
}
@media (max-width: 576px) {
  .fasting__sec4-img-box {
    flex-direction: column;
  }
}

.fasting__sec6-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .fasting__sec6-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.fasting__sec6-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .fasting__sec6-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .fasting__sec6-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .fasting__sec6-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec6-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .fasting__sec6-h2 {
    text-align: center;
  }
  .fasting__sec6-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.fasting__sec6-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .fasting__sec6-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fasting__sec6-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .fasting__sec6-sub {
    font-size: 25px;
  }
}
.fasting__sec6-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 465%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .fasting__sec6-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .fasting__sec6-sub::after {
    width: 570%;
  }
}
@media (min-width: 1200px) {
  .fasting__sec6-sub::after {
    width: 535%;
  }
}
.fasting__sec6-p1 {
  margin-top: clamp(1.875rem, 0.122rem + 4.87vw, 4.688rem);
  color: var(--tx2);
  margin-bottom: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
}
.fasting__sec6-box {
  display: flex;
  padding: 5% 7%;
  background-color: var(--tx2);
  justify-content: space-between;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.fasting__sec6-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .fasting__sec6-text {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}
.fasting__sec6-h2-2 {
  font-size: clamp(1.563rem, 1.172rem + 2.08vw, 3.125rem);
  color: #fff;
}
.fasting__sec6-p {
  font-size: clamp(0.688rem, 0.594rem + 0.5vw, 1.063rem);
  color: #fff;
}
.fasting__sec6-arrow {
  width: clamp(2.313rem, -0.217rem + 13.49vw, 6.25rem);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .fasting__sec6-arrow {
    width: clamp(3.75rem, 1.127rem + 5.46vw, 6.25rem);
  }
}

.fasting__sec6-box:hover {
  background-color: var(--tx1);
}

/*リクルート リクルート リクルート リクルート リクルート リクルート リクルート リクルート リクルート */
.recruit__sec1-h3 {
  color: var(--tx2);
  font-size: clamp(1.125rem, 1.016rem + 0.58vw, 1.563rem);
  font-weight: 900;
  text-align: center;
}
@media (min-width: 992px) {
  .recruit__sec1-h3 {
    text-align: left;
  }
}
.recruit__sec1-p {
  color: var(--tx2);
  margin-top: clamp(1.875rem, 1.563rem + 1.67vw, 3.125rem);
}
.recruit__sec1-box {
  margin-top: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
}

.recruit__sec2 {
  background-color: var(--pk2);
}
.recruit__sec2-list-wrap {
  gap: 50px;
}
.recruit__sec2-list-title {
  color: var(--tx1);
  text-align: center;
  font-size: clamp(1.125rem, 1.016rem + 0.58vw, 1.563rem);
  margin-top: 5%;
  margin-bottom: 7%;
}
.recruit__sec2-list-box {
  background-color: var(--wh);
  padding: clamp(1.563rem, 1.172rem + 2.08vw, 3.125rem);
}

.recruit__sec3-p {
  color: var(--tx2);
}
.recruit__sec3-box {
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
}

.recruit__sec4-box {
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
}
.recruit__sec4-p {
  color: var(--tx1);
}
@media (max-width: 550px) {
  .recruit__sec4-p-pc {
    display: none;
  }
}
@media (min-width: 550px) {
  .recruit__sec4-p-sp {
    display: none;
  }
}
.recruit__sec4-p2 {
  text-align: center;
}
@media (min-width: 992px) {
  .recruit__sec4-p2 {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .recruit__sec4-pc {
    display: none;
  }
}
@media (min-width: 992px) {
  .recruit__sec4-sp {
    display: none;
  }
}

.recruit__sec5-box {
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
  background-color: var(--wh);
}
.recruit__sec5-line {
  display: flex;
  align-items: center;
  padding: 3%;
  border-bottom: var(--pk1) 1px solid;
}
@media (max-width: 762px) {
  .recruit__sec5-line {
    flex-direction: column;
    justify-content: center;
  }
}
.recruit__sec5-no {
  color: var(--tx1);
  font-size: clamp(1.063rem, 1.016rem + 0.25vw, 1.25rem);
  font-weight: 900;
}
@media (min-width: 762px) {
  .recruit__sec5-no {
    margin-right: 150px;
  }
}
.recruit__sec5-text {
  color: var(--tx1);
  text-align: center;
}
@media (min-width: 768px) {
  .recruit__sec5-text {
    text-align: left;
  }
}

.recruit__sec6-hero {
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
  color: var(--tx2);
  font-size: clamp(1.063rem, 0.859rem + 1.08vw, 1.875rem);
  font-weight: 900;
  text-align: center;
}
@media (max-width: 576px) {
  .recruit__sec6-hero-pc {
    display: none;
  }
}
@media (min-width: 576px) {
  .recruit__sec6-hero-sp {
    display: none;
  }
}
.recruit__sec6-sub {
  color: var(--tx2);
  margin-top: clamp(3.125rem, 2.344rem + 4.17vw, 6.25rem);
}

.recruit__sec7-box {
  display: flex;
  padding: 5% 7%;
  background-color: var(--wh);
  justify-content: space-between;
  transition: background-color 0.4s ease, color 0.4s ease;
  border: var(--tx2) 1px solid;
}
.recruit__sec7-wrap {
  margin-top: clamp(1.875rem, 0.781rem + 5.83vw, 6.25rem);
}
.recruit__sec7-img {
  width: clamp(3.75rem, 2.891rem + 4.58vw, 7.188rem);
  margin-right: 10px;
}
.recruit__sec7-p1 {
  color: var(--tx1);
  font-size: clamp(0.813rem, 0.547rem + 1.42vw, 1.875rem);
}
.recruit__sec7-p2 {
  color: var(--tx1);
  font-size: clamp(0.938rem, 0.897rem + 0.18vw, 1.063rem);
  line-height: 30px;
}
.recruit__sec7-p3 {
  color: var(--tx1);
  margin-top: 5%;
}
@media (min-width: 768px) {
  .recruit__sec7-p3 {
    display: none;
  }
}
@media (max-width: 992px) {
  .recruit__sec7-pc {
    display: none;
  }
}
@media (min-width: 992px) {
  .recruit__sec7-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .recruit__sec7-sp {
    display: none;
  }
}
.recruit__sec7-text {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (min-width: 768px) {
  .recruit__sec7-text {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}

.recruit__sec7-box:hover {
  background-color: var(--pk1);
}

/*修正*/
.concept__sec1-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .concept__sec1-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.concept__sec1-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .concept__sec1-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .concept__sec1-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .concept__sec1-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .concept__sec1-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .concept__sec1-h2 {
    text-align: center;
  }
  .concept__sec1-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.concept__sec1-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .concept__sec1-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .concept__sec1-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .concept__sec1-sub {
    font-size: 25px;
  }
}
.concept__sec1-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 175%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .concept__sec1-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .concept__sec1-sub::after {
    width: 200%;
  }
}
@media (min-width: 1200px) {
  .concept__sec1-sub::after {
    width: 195%;
  }
}

.concept__sec3-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .concept__sec3-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.concept__sec3-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .concept__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .concept__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .concept__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .concept__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .concept__sec3-h2 {
    text-align: center;
  }
  .concept__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.concept__sec3-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .concept__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .concept__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .concept__sec3-sub {
    font-size: 25px;
  }
}
.concept__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 155%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .concept__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .concept__sec3-sub::after {
    width: 190%;
  }
}
@media (min-width: 1200px) {
  .concept__sec3-sub::after {
    width: 175%;
  }
}

.school__sec1-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .school__sec1-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.school__sec1-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .school__sec1-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .school__sec1-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .school__sec1-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .school__sec1-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .school__sec1-h2 {
    text-align: center;
  }
  .school__sec1-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.school__sec1-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .school__sec1-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .school__sec1-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .school__sec1-sub {
    font-size: 25px;
  }
}
.school__sec1-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 115%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .school__sec1-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .school__sec1-sub::after {
    width: 135%;
  }
}
@media (min-width: 1200px) {
  .school__sec1-sub::after {
    width: 125%;
  }
}

.school__sec3-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .school__sec3-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.school__sec3-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .school__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .school__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .school__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .school__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .school__sec3-h2 {
    text-align: center;
  }
  .school__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.school__sec3-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .school__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .school__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .school__sec3-sub {
    font-size: 25px;
  }
}
.school__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 150%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .school__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .school__sec3-sub::after {
    width: 170%;
  }
}
@media (min-width: 1200px) {
  .school__sec3-sub::after {
    width: 155%;
  }
}

.school__sec4-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .school__sec4-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.school__sec4-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .school__sec4-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .school__sec4-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .school__sec4-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .school__sec4-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .school__sec4-h2 {
    text-align: center;
  }
  .school__sec4-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.school__sec4-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .school__sec4-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .school__sec4-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .school__sec4-sub {
    font-size: 25px;
  }
}
.school__sec4-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 250%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .school__sec4-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .school__sec4-sub::after {
    width: 300%;
  }
}
@media (min-width: 1200px) {
  .school__sec4-sub::after {
    width: 280%;
  }
}

.staff__sec2-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .staff__sec2-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.staff__sec2-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .staff__sec2-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .staff__sec2-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .staff__sec2-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .staff__sec2-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .staff__sec2-h2 {
    text-align: center;
  }
  .staff__sec2-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.staff__sec2-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .staff__sec2-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .staff__sec2-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .staff__sec2-sub {
    font-size: 25px;
  }
}
.staff__sec2-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 510%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .staff__sec2-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .staff__sec2-sub::after {
    width: 625%;
  }
}
@media (min-width: 1200px) {
  .staff__sec2-sub::after {
    width: 590%;
  }
}

.staff__sec3-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .staff__sec3-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.staff__sec3-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .staff__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .staff__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .staff__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .staff__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .staff__sec3-h2 {
    text-align: center;
  }
  .staff__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.staff__sec3-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .staff__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .staff__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .staff__sec3-sub {
    font-size: 25px;
  }
}
.staff__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 630%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .staff__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .staff__sec3-sub::after {
    width: 760%;
  }
}
@media (min-width: 1200px) {
  .staff__sec3-sub::after {
    width: 710%;
  }
}

.recruit__sec2-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .recruit__sec2-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.recruit__sec2-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .recruit__sec2-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .recruit__sec2-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .recruit__sec2-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec2-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .recruit__sec2-h2 {
    text-align: center;
  }
  .recruit__sec2-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.recruit__sec2-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit__sec2-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .recruit__sec2-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec2-sub {
    font-size: 25px;
  }
}
.recruit__sec2-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 400%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .recruit__sec2-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .recruit__sec2-sub::after {
    width: 485%;
  }
}
@media (min-width: 1200px) {
  .recruit__sec2-sub::after {
    width: 450%;
  }
}

.recruit__sec3-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .recruit__sec3-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.recruit__sec3-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .recruit__sec3-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .recruit__sec3-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .recruit__sec3-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec3-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .recruit__sec3-h2 {
    text-align: center;
  }
  .recruit__sec3-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.recruit__sec3-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit__sec3-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .recruit__sec3-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec3-sub {
    font-size: 25px;
  }
}
.recruit__sec3-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 310%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .recruit__sec3-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .recruit__sec3-sub::after {
    width: 375%;
  }
}
@media (min-width: 1200px) {
  .recruit__sec3-sub::after {
    width: 342%;
  }
}

.recruit__sec5-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .recruit__sec5-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.recruit__sec5-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .recruit__sec5-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .recruit__sec5-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .recruit__sec5-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec5-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .recruit__sec5-h2 {
    text-align: center;
  }
  .recruit__sec5-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.recruit__sec5-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit__sec5-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .recruit__sec5-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec5-sub {
    font-size: 25px;
  }
}
.recruit__sec5-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 370%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .recruit__sec5-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .recruit__sec5-sub::after {
    width: 440%;
  }
}
@media (min-width: 1200px) {
  .recruit__sec5-sub::after {
    width: 404%;
  }
}

.recruit__sec7-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .recruit__sec7-title-box {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.recruit__sec7-h2 {
  color: #fff;
  position: relative;
  font-size: clamp(1.688rem, 0.125rem + 8.33vw, 3.125rem);
}
@media (min-width: 576px) {
  .recruit__sec7-h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .recruit__sec7-h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .recruit__sec7-h2 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec7-h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .recruit__sec7-h2 {
    text-align: center;
  }
  .recruit__sec7-h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.recruit__sec7-sub {
  color: #fff;
  font-size: clamp(1rem, 0.859rem + 0.75vw, 1.563rem);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit__sec7-sub {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .recruit__sec7-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .recruit__sec7-sub {
    font-size: 25px;
  }
}
.recruit__sec7-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 680%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .recruit__sec7-sub::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .recruit__sec7-sub::after {
    width: 840%;
  }
}
@media (min-width: 1200px) {
  .recruit__sec7-sub::after {
    width: 780%;
  }
}

@media (max-width: 768px) {
  .concept__pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .concept__sp {
    display: none;
  }
}

.wave {
  margin-left: -10px;
  margin-right: -10px;
}

.first-text {
  line-height: clamp(2.5rem, 2.344rem + 0.83vw, 3.125rem);
  font-size: clamp(1.125rem, 0.938rem + 1vw, 1.875rem);
  font-weight: 900;
}

@media (max-width: 576px) {
  .top__sec5-pc {
    display: none;
  }
}

.top__sec5-sp {
  text-align: left;
}
@media (min-width: 576px) {
  .top__sec5-sp {
    display: none;
  }
}

@media (max-width: 576px) {
  .concept__sec1-pc {
    display: none;
  }
}

.concept__sec1-sp {
  text-align: left;
}
@media (min-width: 576px) {
  .concept__sec1-sp {
    display: none;
  }
}

@media (max-width: 576px) {
  .concept__sec2-pc {
    display: none;
  }
}

.concept__sec2-sp {
  text-align: left;
}
@media (min-width: 576px) {
  .concept__sec2-sp {
    display: none;
  }
}

.font-weught {
  font-weight: 900;
}