.top-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.top-page .top {
  position: relative;
  width: 100vw;
  height: 600px;
}
@media screen and (max-width: 992px) {
  .top-page .top {
    height: 500px;
  }
}
.top-page .top--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-page .top--logo {
  position: absolute;
  top: 248px;
  left: 9.72vw;
  width: 295px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-page .top--logo {
    position: relative;
    top: unset;
    left: 24px;
    width: 242px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.top-page .top--overlay {
  position: absolute;
  top: 0;
  height: 100%;
}
.top-page .top--overlay__1 {
  left: -8.44%;
  width: 63.05%;
  background: transparent linear-gradient(90deg, #95CEFF 0%, #FFFFD8 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-right: 1px solid #EAE8E5;
  z-index: 1;
}
.top-page .top--overlay__3 {
  left: 0;
  width: 54.65%;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-page .top--overlay__2 {
  right: 0;
  width: 15.83%;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
  border-left: 1px solid rgba(234, 232, 229, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
}
.top-page .top-wrapper {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .top-page .top-wrapper {
    padding: 0 24px;
  }
}
.top-page .wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .top-page .wrapper {
    padding: 0 24px;
  }
}
.top-page .seperator {
  background-color: #131415;
  width: 100%;
  height: 1px;
  opacity: 0.08;
}
.top-page .seperator--1 {
  margin-top: -40px;
  margin-bottom: 140px;
}
.top-page .cure {
  display: flex;
  column-gap: 98px;
  transform: translateY(-40px);
}
@media screen and (max-width: 992px) {
  .top-page .cure {
    position: relative;
    transform: unset;
    column-gap: unset;
    flex-direction: column-reverse;
  }
}
.top-page .cure--left {
  margin-top: 210px;
}
@media screen and (max-width: 992px) {
  .top-page .cure--left {
    margin-top: unset;
    margin-bottom: 60px;
  }
}
.top-page .cure--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .top-page .cure--title {
    position: absolute;
    top: 169px;
    font-size: 40px;
    color: #EAE8E5;
    z-index: 1;
  }
}
.top-page .cure--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .top-page .cure--subtitle {
    position: absolute;
    top: 213px;
    font-size: 14px;
    color: #EAE8E5;
    z-index: 1;
  }
}
.top-page .cure--description {
  margin: 32px 0 16px;
}
@media screen and (max-width: 992px) {
  .top-page .cure--description {
    margin: 16px 0 12px;
  }
}
.top-page .cure--video-container {
  position: relative;
}
.top-page .cure--video__desktop {
  display: block;
  width: 392px;
  height: 581px;
  object-fit: cover;
  transition: opacity 0.1s linear;
  will-change: transform, opacity;
}
@media screen and (max-width: 992px) {
  .top-page .cure--video__desktop {
    display: none;
  }
}
.top-page .cure--video__mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .top-page .cure--video__mobile {
    display: block;
    width: 100%;
    height: 252px;
    object-fit: cover;
  }
}
.top-page .cure--seperator {
  width: 1px;
  height: 140px;
  background-color: #131415;
  opacity: 0.08;
  position: absolute;
  bottom: -140px;
}
.top-page .cure--seperator__1 {
  left: 0;
}
.top-page .cure--seperator__2 {
  right: 0;
}
.top-page .description {
  font-size: 14px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .top-page .description {
    font-size: 13px;
  }
}
.top-page .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 50px;
  border: 1px solid #3180DF;
}
.top-page .read-more--text {
  font-size: 14px;
  color: #3180DF;
}
.top-page .read-more:hover {
  background-color: #3180DF;
}
.top-page .read-more:hover .read-more--text {
  color: #EAE8E5;
}
.top-page .contents {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .top-page .contents {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
    row-gap: 60px;
  }
}
.top-page .contents--title {
  color: #2370CC;
  font-size: 50px;
}
@media screen and (max-width: 992px) {
  .top-page .contents--title {
    font-size: 40px;
  }
}
.top-page .contents--subtitle {
  color: #2370CC;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .top-page .contents--subtitle {
    font-size: 14px;
  }
}
.top-page .contents--left {
  transform: translateX(-100px);
}
@media screen and (max-width: 992px) {
  .top-page .contents--left {
    transform: unset;
    margin-bottom: 60px;
  }
}
.top-page .contents--parallax {
  position: relative;
  flex-shrink: 0;
  width: 410px;
  height: 484px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .top-page .contents--parallax {
    max-width: 410px;
    width: 100%;
    height: 385px;
  }
}
.top-page .contents--image {
  position: absolute;
  top: 11.36%;
  left: 0;
  width: 410px;
  height: 389px;
  z-index: 1;
  transition: all 1.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .top-page .contents--image {
    width: 100%;
    height: auto;
  }
}
.top-page .contents--bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 257px;
  height: 444px;
  background-color: #E0DAD0;
  transition: all 1.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .top-page .contents--bg1 {
    max-width: 257px;
    width: 54.66vw;
    height: 353px;
  }
}
.top-page .contents--bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 116px;
  height: 251px;
  background-color: #C7D0D9;
  transition: all 1.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .top-page .contents--bg2 {
    max-width: 116px;
    width: 24.8vw;
    height: 200px;
  }
}
.top-page .contents--triangle {
  width: 560px;
  height: 313px;
}
@media screen and (max-width: 992px) {
  .top-page .contents--triangle {
    max-width: 366px;
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.top-page .contents--description {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .top-page .contents--description {
    margin-top: 16px;
  }
}
.top-page .blog {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .top-page .blog {
    margin-top: 60px;
  }
}
.top-page .blog--header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .top-page .blog--header {
    margin-bottom: 16px;
  }
}
.top-page .blog--header .link {
  font-size: 14px;
  color: #2370CC;
}
.top-page .blog--header .link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .top-page .blog--header .link {
    display: none;
  }
}
.top-page .blog--title {
  font-size: 24px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .top-page .blog--title {
    font-size: 40px;
  }
}
.top-page .blog--subtitle {
  font-size: 14px;
  color: #2370CC;
}
.top-page .blogs--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 60px;
  list-style-type: none;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list {
    display: grid;
    grid-template-columns: repeat(3, 324px);
    column-gap: 8px;
    margin-bottom: 12px;
    overflow-x: auto;
    /* smooth scrolling on IPhones */
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar for IE & Edge */
    -ms-overflow-style: none;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for Chrome Safari & Opera */
  }
  .top-page .blogs--list::-webkit-scrollbar {
    display: none;
  }
  .top-page .blogs--list:last-of-type {
    margin-bottom: 60px;
  }
}
.top-page .blogs--list__block {
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-page .blogs--list__block:hover .blogs--list__title {
    text-decoration: underline;
  }
}
.top-page .blogs--list__inner {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.top-page .blogs--list__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list__image {
    height: 215px;
  }
}
.top-page .blogs--list__title {
  font-size: 18px;
  margin-bottom: 4px;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list__title {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.top-page .blogs--list__date {
  font-size: 12px;
  margin-bottom: 24px;
  color: #9D9992;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list__date {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
.top-page .blogs--list__description {
  font-size: 14px;
  color: #5D5952;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list__description {
    font-size: 12px;
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list__readmore {
    border: 1px solid #131415;
    width: 100px;
    height: 32px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }
  .top-page .blogs--list__readmore .text {
    color: #131415;
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .top-page .blogs--list .block-right {
    padding: 0 12px;
  }
}
.top-page .service {
  position: relative;
  display: flex;
  column-gap: 44px;
}
@media screen and (max-width: 992px) {
  .top-page .service {
    column-gap: unset;
    row-gap: 24px;
    flex-direction: column-reverse;
  }
}
.top-page .service--title {
  font-size: 70px;
  color: #2370CC;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .top-page .service--title {
    margin-top: unset;
    font-size: 40px;
  }
}
.top-page .service--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .top-page .service--subtitle {
    font-size: 14px;
  }
}
.top-page .service--note {
  font-size: 14px;
  color: #5D5952;
  transform: translateY(-17px);
}
@media screen and (max-width: 992px) {
  .top-page .service--note {
    font-size: 12px;
    transform: unset;
    margin-top: 8px;
  }
}
.top-page .service--description {
  margin: 32px 0 44px;
}
@media screen and (max-width: 992px) {
  .top-page .service--description {
    margin: 32px 0 32px;
  }
}
.top-page .service--description h3 {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 992px) {
  .top-page .service--description h3 {
    font-size: 18px;
    margin: 32px 0 12px;
  }
}
.top-page .service--video {
  position: relative;
  width: 392px;
  height: 581px;
}
@media screen and (max-width: 992px) {
  .top-page .service--video {
    width: 100%;
    height: 480px;
  }
}
.top-page .service--video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-page .service--video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.top-page .service--video__overlay__1 {
  width: 251px;
  height: 581px;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .top-page .service--video__overlay__1 {
    width: 44.53%;
    height: 480px;
  }
}
.top-page .service--video__overlay__2 {
  width: 251px;
  height: 581px;
  background: transparent linear-gradient(90deg, #95CEFF 0%, #FFFFD8 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .top-page .service--video__overlay__2 {
    width: 44.53%;
    height: 480px;
  }
}
.top-page .service.wrapper {
  padding: 0 17px;
  border-left: 1px solid rgba(19, 20, 21, 0.15);
}
.top-page .treatment {
  display: flex;
  padding-top: 134px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .top-page .treatment {
    flex-direction: column;
    padding-top: 44px;
  }
}
.top-page .treatment.wrapper {
  border-left: 1px solid rgba(19, 20, 21, 0.15);
}
.top-page .treatment--circle {
  position: relative;
  left: -58px;
  width: 82px;
  height: 82px;
  background-color: #EAE8E5;
  border: 1px solid #2370CC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 212px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--circle {
    left: -41px;
    margin-right: unset;
  }
}
.top-page .treatment--circle__inner {
  background-color: #2370CC;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.top-page .treatment--circle__line {
  position: absolute;
  background-color: #2370CC;
  height: 1px;
  width: 254px;
  right: -254px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--circle__line {
    width: 52.7vw;
    right: -52.7vw;
  }
}
.top-page .treatment--title {
  font-size: 24px;
  color: #2370CC;
  font-weight: medium;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--title {
    position: absolute;
    top: 67px;
    right: 6.4vw;
  }
}
.top-page .treatment--subtitle {
  font-size: 14px;
  color: #2370CC;
  font-weight: medium;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--subtitle {
    position: absolute;
    top: 106px;
    right: 6.4vw;
  }
}
.top-page .treatment--description {
  margin-top: 24px;
}
.top-page .treatment--services {
  display: flex;
  column-gap: 40px;
  margin-top: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--services {
    margin-top: 37px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .treatment--services {
    column-gap: 30px;
  }
}
.top-page .treatment--service {
  display: grid;
  color: #5D5952;
  grid-template-areas: "duration unit" "price tax";
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--service {
    grid-template-areas: "duration unit" "price price" "tax tax";
  }
}
.top-page .treatment--service .duration {
  font-size: 40px;
  grid-area: duration;
  font-family: "Oswald", sans-serif;
  width: fit-content;
  justify-self: end;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--service .duration {
    font-size: 28px;
  }
}
.top-page .treatment--service .unit {
  font-size: 14px;
  grid-area: unit;
  margin-top: 32px;
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--service .unit {
    margin-top: 18px;
  }
}
.top-page .treatment--service .price {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  grid-area: price;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--service .price {
    font-size: 18px;
    margin-top: 4px;
  }
}
.top-page .treatment--service .tax {
  font-size: 12px;
  grid-area: tax;
  margin-top: 10px;
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--service .tax {
    margin: unset;
    width: fit-content;
    justify-self: center;
  }
}
.top-page .treatment--button {
  width: 209px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.top-page .treatment--reserve {
  background-color: #3180DF;
  border: 1px solid #3180DF;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--reserve {
    margin: 0 auto;
  }
}
.top-page .treatment--reserve:hover {
  background-color: #EAE8E5;
}
.top-page .treatment--reserve:hover .text {
  color: #3180DF;
}
.top-page .treatment--reserve .text {
  font-size: 13px;
  color: #FFFFFF;
}
.top-page .treatment--reserve-text {
  color: #2370CC;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--reserve-text {
    font-size: 12px;
  }
}
.top-page .treatment--member {
  margin-top: 60px;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .top-page .treatment--member {
    margin-top: 40px;
  }
}
.top-page .treatment--member h4 {
  color: #000000;
  font-size: 14px;
  font-weight: medium;
}
.top-page .treatment--trial {
  border: 1px solid #5D5952;
}
.top-page .treatment--trial .text {
  color: #5D5952;
  font-size: 13px;
}
.top-page .treatment--trial:hover {
  border: 1px solid #3180DF;
}
.top-page .treatment--trial:hover .text {
  color: #3180DF;
}
.top-page .product {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .top-page .product {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.top-page .product--header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .top-page .product--header {
    margin-bottom: 16px;
  }
}
.top-page .product--header .link {
  font-size: 14px;
  color: #2370CC;
}
.top-page .product--header .link:hover {
  text-decoration: underline;
}
.top-page .product--title {
  font-size: 24px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .top-page .product--title {
    font-size: 40px;
  }
}
.top-page .product--subtitle {
  font-size: 14px;
  color: #2370CC;
}
.top-page .product--container {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  gap: 4px;
}
@media screen and (max-width: 992px) {
  .top-page .product--container {
    grid-template-columns: repeat(4, 294px);
    overflow-x: auto;
    /* smooth scrolling on IPhones */
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar for IE & Edge */
    -ms-overflow-style: none;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for Chrome Safari & Opera */
  }
  .top-page .product--container::-webkit-scrollbar {
    display: none;
  }
}
.top-page .product--container__desktop {
  display: grid;
}
@media screen and (max-width: 992px) {
  .top-page .product--container__desktop {
    display: none;
  }
}
.top-page .product--container__mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .top-page .product--container__mobile {
    display: grid;
  }
}
.top-page .product--container__mobile:last-of-type {
  margin-top: 12px;
}
.top-page .product--item {
  position: relative;
  max-width: 278px;
  aspect-ratio: 278/500;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .top-page .product--item {
    max-width: 294px;
    aspect-ratio: 294/500;
  }
}
.top-page .product--item:hover .product--item__image {
  transition: all 0.5s ease-in-out;
  transform: scale(1.05);
}
.top-page .product--item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.top-page .product--item__arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.top-page .product .swiper {
  height: 500px;
}
.top-page .school {
  display: grid;
  grid-template-areas: "header image" "description image" "button image";
  margin-top: 123px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .top-page .school {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-page .school {
    grid-template-areas: "header image" "description description" "button button";
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.top-page .school--header {
  grid-area: header;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .top-page .school--header {
    top: 29%;
    position: relative;
  }
}
.top-page .school--title {
  font-size: 24px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .top-page .school--title {
    font-size: 40px;
  }
}
.top-page .school--subtitle {
  font-size: 14px;
  color: #2370CC;
}
.top-page .school--image {
  width: 356px;
  height: auto;
  grid-area: image;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .top-page .school--image {
    width: 273px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .school--image {
    width: 100%;
    margin-top: unset;
  }
}
.top-page .school--description {
  grid-area: description;
  margin-top: -24px;
}
@media screen and (max-width: 992px) {
  .top-page .school--description {
    margin-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .top-page .school--description {
    margin-top: 24px;
  }
}
.top-page .school--read-more {
  grid-area: button;
}
@media screen and (max-width: 992px) {
  .top-page .school--read-more {
    margin-top: 24px;
  }
}
.top-page .location {
  position: relative;
  border-right: 1px solid rgba(19, 20, 21, 0.15);
  padding: 83px 0 0;
}
.top-page .location--seperator {
  width: 100vw;
  height: 1px;
  background-color: #131415;
  opacity: 0.08;
  top: 0;
}
.top-page .location--title {
  font-size: 50px;
  color: #3180DF;
}
@media screen and (max-width: 1177px) {
  .top-page .location--title {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .top-page .location--title {
    font-size: 40px;
    padding: 0 6.4vw;
  }
}
.top-page .location--subtitle {
  font-size: 16px;
  color: #3180DF;
}
@media screen and (max-width: 1177px) {
  .top-page .location--subtitle {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .top-page .location--subtitle {
    font-size: 14px;
    padding: 0 6.4vw;
  }
}
.top-page .location--container {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-page .location--container {
    margin-top: 16px;
  }
}
.top-page .location--item {
  position: relative;
  display: flex;
  column-gap: 24px;
  margin-bottom: 30px;
  padding-right: 20px;
}
.top-page .location--item:last-of-type {
  margin-bottom: 88px;
}
@media screen and (max-width: 992px) {
  .top-page .location--item {
    flex-direction: column;
    row-gap: 16px;
    padding-right: unset;
    margin-bottom: 60px;
  }
}
.top-page .location--item:hover .location--item__overlay {
  animation-name: locationHover;
  animation-duration: 0.5s;
  width: 0%;
}
.top-page .location--item__wrapper {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 10px;
  row-gap: 9px;
  align-items: center;
  margin-bottom: 7px;
}
.top-page .location--item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-page .location--item .img-container {
  position: relative;
  width: 376px;
  height: 366px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .top-page .location--item .img-container {
    width: 100%;
    height: 260px;
  }
}
.top-page .location--item .img-container .overlay-1 {
  background: transparent linear-gradient(144deg, #3180DF 0%, #EAE8E5 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-page .location--item .img-container .overlay-2 {
  background: transparent linear-gradient(144deg, #000000 0%, #EAE8E5 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
}
.top-page .location--item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  animation-name: locationUnHover;
  animation-duration: 0.5s;
}
@keyframes locationHover {
  from {
    width: 80%;
  }
  to {
    width: 0%;
  }
}
@keyframes locationUnHover {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
.top-page .location--item__title {
  font-size: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .top-page .location--item__title {
    font-size: 24px;
    margin-top: 16px;
  }
}
.top-page .location--item__subtitle {
  font-size: 16px;
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .top-page .location--item__subtitle {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 25px;
  }
}
.top-page .location--item__phone {
  width: 20px;
  height: 18px;
}
.top-page .location--item__place {
  width: 14px;
  height: 18px;
  justify-self: center;
}
.top-page .location--item__info {
  color: #323439;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .top-page .location--item__info {
    font-size: 13px;
  }
}
.top-page .location--item__map {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-left: 39px;
}
.top-page .location--item__map .text {
  color: #323439;
  font-size: 14px;
}
.top-page .location--item__map .icon {
  width: 24px;
  height: 28px;
}
.top-page .location--item__description {
  font-size: 14px;
  color: #31363B;
  opacity: 0.6;
  margin-left: 39px;
  margin-top: 6px;
}
.top-page .location--item__seperator {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: #131415;
  opacity: 0.15;
}
.top-page .bottom {
  width: 100%;
  background-color: #F4F2F0;
}
@media screen and (min-width: 992px) {
  .top-page .bottom:has(.recruit:hover) {
    background: linear-gradient(to right, #EAE8E5 50%, #F4F2F0 50%);
  }
  .top-page .bottom:has(.contact:hover) {
    background: linear-gradient(to left, #EAE8E5 50%, #F4F2F0 50%);
  }
}
.top-page .bottom--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: content-box;
}
@media screen and (max-width: 992px) {
  .top-page .bottom--wrapper {
    grid-template-columns: unset;
  }
}
.top-page .bottom--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 164px;
}
@media screen and (min-width: 992px) {
  .top-page .bottom--container:hover .bottom--icon__arrow {
    width: 27px;
    transform: translateX(3px);
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 992px) {
  .top-page .bottom--container {
    height: 117px;
  }
}
.top-page .bottom--text__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 3px;
  color: #3180DF;
}
@media screen and (max-width: 992px) {
  .top-page .bottom--text__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 6px;
  }
}
.top-page .bottom--text__subtitle {
  font-size: 16px;
  line-height: 23px;
  color: #3180DF;
}
@media screen and (max-width: 992px) {
  .top-page .bottom--text__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.top-page .bottom--icon {
  width: 82px;
  height: 82px;
  border: 1px solid #2370CC;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .top-page .bottom--icon {
    width: 60px;
    height: 60px;
  }
}
.top-page .bottom--icon__arrow {
  width: 30px;
  height: 16px;
  object-fit: cover;
  object-position: right;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .top-page .bottom--icon__arrow {
    width: 22px;
    height: 12px;
  }
}
.top-page .bottom .margin-left {
  margin-left: 41px;
}
@media screen and (max-width: 992px) {
  .top-page .bottom .margin-left {
    margin-left: unset;
  }
}
.top-page .bottom .margin-right {
  margin-right: 39px;
}
@media screen and (max-width: 992px) {
  .top-page .bottom .margin-right {
    margin-right: unset;
  }
}

html {
  margin-top: unset !important;
}

body {
  margin: unset;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: unset;
}

dd,
dl,
dt,
li,
ol,
ul {
  padding: 0;
}

a {
  color: unset;
  text-decoration: unset;
}

:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #E2DFDA inset;
}

@media screen and (max-width: 992px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-sp-only {
    display: block;
  }
}

.font-cormorant {
  font-family: "Cormorant", serif;
}

.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #EAE8E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.header--link {
  font-size: 13px;
  color: #3180DF;
  margin-right: 24px;
}
@media screen and (max-width: 1113px) {
  .header--link {
    margin-right: 18px;
  }
}
.header--logo {
  width: 259px;
  height: auto;
  margin-left: 25px;
  margin-right: 52px;
}
@media screen and (max-width: 992px) {
  .header--logo {
    width: 85px;
    height: 32px;
    margin-left: unset;
    margin-right: unset;
  }
}
.header--reserve {
  width: 119px;
  height: 40px;
  background-color: #3180DF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 108px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header--reserve {
    margin-right: 24px;
  }
}
@media screen and (max-width: 992px) {
  .header--reserve {
    margin-right: unset;
  }
}
.header--reserve .text {
  color: #FFFFFF;
  font-size: 13px;
}
.header--reserve:hover {
  background-color: #EAE8E5;
  border: 1px solid #3180DF;
}
.header--reserve:hover .text {
  color: #3180DF;
}
@media screen and (max-width: 992px) {
  .header .flex {
    display: flex;
    column-gap: 11.7px;
  }
}
.header .menu-container {
  position: relative;
  width: fit-content;
  text-align: center;
}
.header .hamburger {
  width: 20px;
  cursor: pointer;
  height: auto;
}
.header .menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: bottom 0.4s ease-in-out;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.header .menu--container {
  background: #FFFFFF;
  color: #5D5952;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 36px 42px 32px;
}
.header .menu--logo {
  width: 107px;
  height: 40px;
}
.header .menu--reserve {
  width: 140px;
  height: 40px;
  background-color: #3180DF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .menu--reserve .text {
  font-size: 13px;
  color: white;
}
.header .menu ul {
  list-style: none;
  padding: 0;
  margin: 32px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  justify-items: start;
}
.header .menu ul li .menu--link {
  color: #5D5952;
  text-decoration: none;
  font-size: 13px;
}
.header .menu.open {
  bottom: 0;
}
.header .close-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 40px;
}

.footer {
  position: relative;
  width: 100%;
  height: fit-content;
  background-color: #F4F2F0;
  padding-top: 80px;
  padding-bottom: 108px;
}
.footer--container {
  display: grid;
  grid-template-areas: "logo location" "menu location" "sns location";
  align-items: start;
}
@media screen and (max-width: 992px) {
  .footer--container {
    margin: unset;
    grid-template-areas: "logo logo" "menu menu" "location location" "sns sns";
  }
}
.footer--logo {
  width: 160px;
  height: 60px;
  grid-area: logo;
}
.footer--sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  grid-area: sns;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .footer--sns {
    justify-self: center;
  }
}
.footer--sns .text {
  font-size: 13px;
}
.footer--sns .logo {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.footer--menu {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 115px;
  row-gap: 10px;
  margin-top: 30px;
  grid-area: menu;
}
@media screen and (max-width: 992px) {
  .footer--menu {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
.footer--link {
  color: #5D5952;
  font-size: 13px;
  white-space: nowrap;
  width: fit-content;
}
.footer--reserved {
  font-size: 10px;
  color: #8A9096;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.footer--location {
  grid-area: location;
  justify-self: end;
  display: grid;
  row-gap: 24px;
}
@media screen and (max-width: 992px) {
  .footer--location {
    justify-self: start;
  }
}
.footer--location__item .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  .footer--location__item .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer--location__item .subtitle {
  font-size: 12px;
  line-height: 17px;
  color: #5D5952;
  margin-bottom: 8px;
}
.footer--location__item .place {
  display: flex;
  column-gap: 6px;
}
.footer--location__item .place--icon {
  width: 14px;
  height: 18px;
}
.footer--location__item .place--address {
  font-size: 12px;
  line-height: 17px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .footer--location__item .place--address {
    font-size: 10px;
  }
}

.page-number-wrapper {
  display: flex;
  justify-content: center;
}
.page-number-wrapper .page-numbers {
  display: flex;
  gap: 4px;
  color: inherit;
  text-decoration: none;
  justify-content: center;
  line-height: 37px;
}
.page-number-wrapper a.page-numbers {
  width: 40px;
  height: 40px;
  background-color: #EAE8E5;
  border: 1px solid #C4C1BB;
  color: #7C766C;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.page-number-wrapper a.page-numbers:hover {
  background-color: #3180DF;
  border: 1px solid #3180DF;
  color: #fff;
}
.page-number-wrapper a.dots,
.page-number-wrapper a.prev,
.page-number-wrapper a.next {
  background-color: unset;
  outline: unset;
}
.page-number-wrapper .current {
  background-color: #3180DF;
  color: #fff;
  width: 40px;
  line-height: 40px;
}

.wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .wrapper {
    padding: 0 24px;
  }
}

@media screen and (max-width: 992px) {
  .mobile-wrapper {
    padding: 0 6.4vw;
  }
}

* {
  box-sizing: border-box;
}

.seperator {
  width: 100%;
  height: 1px;
  background-color: #131415;
  opacity: 0.15;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 992px) {
  br {
    display: none;
  }
}

.form--container {
  position: relative;
  margin-top: 40px;
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .form--container {
    margin-top: 32px;
  }
}
.form--container form {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .form--container form {
    width: 100%;
  }
}
.form--container .contact-items {
  display: grid;
  grid-template-columns: 155px 588px;
  column-gap: 25px;
  row-gap: 20px;
}
@media screen and (max-width: 992px) {
  .form--container .contact-items {
    grid-template-columns: 1fr 197px;
    row-gap: 4px;
  }
}
.form--container .label {
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 992px) {
  .form--container .label {
    font-size: 13px;
    grid-column: span 2;
  }
}
.form--container .label .required {
  font-size: 14px;
  color: #F02D1D !important;
  font-family: "Noto Serif JP", serif;
  margin-left: 8px;
}
@media screen and (max-width: 992px) {
  .form--container .label .required {
    font-size: 13px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 992px) {
  .form--container .field {
    margin-bottom: 12px;
    grid-column: span 2;
  }
}
.form--container .field--text input {
  width: 392px;
  height: 50px;
  border: unset;
  border-radius: 4px;
  background-color: #E2DFDA;
  padding: 8px;
}
@media screen and (max-width: 992px) {
  .form--container .field--text input {
    width: 100%;
  }
}
.form--container .field--select select {
  width: 196px;
  height: 50px;
  border: unset;
  border-radius: 4px;
  background-color: #E2DFDA;
  border-right: 10px solid #E2DFDA;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .form--container .field--select select {
    width: 100%;
  }
}
.form--container .field--radio__position {
  width: 392px;
  min-height: 50px;
  border: unset;
  border-radius: 4px;
  background-color: #E2DFDA;
  padding: 14px 8px 8px 8px;
}
@media screen and (max-width: 992px) {
  .form--container .field--radio__position {
    width: 100%;
  }
}
.form--container .field--radio__position input[type=radio] {
  background: #EBE7DF !important;
}
@media screen and (max-width: 992px) {
  .form--container .field--radio__content .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 992px) {
  .form--container .field--radio__content .wpcf7-list-item {
    margin: unset !important;
  }
}
.form--container .field--radio__shop .wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.form--container .field--radio__shop .wpcf7-list-item {
  margin: unset !important;
  width: 392px;
  height: 86px;
  background: #E2DFDA 0% 0% no-repeat padding-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .form--container .field--radio__shop .wpcf7-list-item {
    width: 100%;
    height: 68px;
  }
}
.form--container .field--radio__shop .wpcf7-list-item input {
  margin-left: 10px !important;
}
.form--container .field--radio__shop .wpcf7-list-item .wpcf7-list-item-label {
  width: 225px;
  font-size: 16px;
  transform: unset;
  margin-left: 19px;
}
@media screen and (max-width: 992px) {
  .form--container .field--radio__shop .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 22px;
  }
}
.form--container .field--radio .wpcf7-list-item {
  margin: 0 0 0 30px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .form--container .field--radio .wpcf7-list-item {
    font-size: 13px;
  }
}
.form--container .field--radio .first {
  margin: unset;
}
.form--container .field--radio input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #C4C1BB;
  border-radius: 50%;
  outline: none;
  background-color: #E2DFDA;
  cursor: pointer;
}
.form--container .field--radio input[type=radio]:checked {
  background-color: #3180DF;
  appearance: auto;
}
.form--container .field--radio .wpcf7-list-item-label {
  display: inline-block;
  transform: translateY(-3px);
  margin-left: 4px;
}
.form--container .field--button__upload {
  display: inline-block;
  padding: 15px 22px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 992px) {
  .form--container .field--button__upload {
    font-size: 13px;
  }
}
.form--container .field--button__upload input[type=file] {
  display: none;
}
.form--container .field--button__upload.uploaded {
  background-color: #E2DFDA;
}
.form--container .field--button .limit {
  font-size: 14px;
  margin-left: 113px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 992px) {
  .form--container .field--button .limit {
    display: none;
  }
}
.form--container .field--date .wpcf7-date {
  width: 196px;
  height: 50px;
  padding: 0 8px;
  background-color: #E2DFDA;
  border: unset;
}
.form--container .field--area textarea {
  width: 588px;
  height: 320px;
  border: unset;
  border-radius: 4px;
  background-color: #E2DFDA;
  padding: 8px;
}
@media screen and (max-width: 992px) {
  .form--container .field--area textarea {
    width: 100%;
    height: 200px;
  }
}
.form--container .desktop-block {
  display: block;
}
@media screen and (max-width: 992px) {
  .form--container .desktop-block {
    display: inline;
  }
}
@media screen and (max-width: 992px) {
  .form--container .mobile-block {
    display: block;
  }
}
.form--container .annotation {
  font-size: 12px;
  margin-top: 2px;
}
@media screen and (max-width: 992px) {
  .form--container .mobile-short {
    grid-column: span 1;
  }
}
@media screen and (min-width: 992px) {
  .form--container .field-short input {
    width: 196px;
  }
}
.form--container .submit {
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .form--container .submit {
    margin-top: 8px;
  }
}
.form--container .submit input {
  color: white;
  width: 196px;
  height: 50px;
  border: unset;
  border-radius: 4px;
  background-color: #3180DF;
  padding: 14px 70px;
  font-size: 14px;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .form--container .submit input {
    width: 120px;
    height: 40px;
    font-size: 13px;
    padding: 10px 34px;
  }
}
.form--container .submit input:hover {
  background-color: #EAE8E5;
  color: #3180DF;
  border: 1px solid #3180DF;
}
.form--container .wpcf7-response-output {
  position: absolute;
  margin: unset !important;
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 992px) {
  .form--container .wpcf7-response-output {
    bottom: -50px;
  }
}

.breadcrumb-list {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #9fa2ad;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .breadcrumb-list {
    font-size: 11px;
    background-color: #E0DDD9;
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 3.5px;
    padding-bottom: 2px;
  }
}
.breadcrumb-list a {
  text-decoration: none;
  color: #9fa2ad;
}
.breadcrumb-list a:hover {
  color: #18191C;
  text-decoration: underline;
}
.breadcrumb-list-text {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 992px) {
  .breadcrumb-list-text {
    max-width: 100px;
  }
}
.breadcrumb-list-text:last-child {
  color: #18191C;
}
.breadcrumb-list .separator {
  display: inline-block;
  pointer-events: none;
  cursor: none;
  overflow: hidden;
  margin: 0 2px;
}

.about-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.about-page p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 24px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .about-page p {
    font-size: 13px;
    line-height: 20px;
  }
}
.about-page strong {
  font-size: 20px;
  font-weight: unset;
}
@media screen and (max-width: 992px) {
  .about-page strong {
    font-size: 16px;
  }
}
.about-page .wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .about-page .wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .about-page .mobile-wrapper {
    padding: 0 6.4vw;
  }
}
.about-page .seperator {
  width: 100%;
  height: 1px;
  background-color: #131415;
  opacity: 0.15;
}
.about-page .seperator--1 {
  margin-top: 81px;
}
.about-page .top {
  position: relative;
  display: flex;
  column-gap: 98px;
}
@media screen and (max-width: 992px) {
  .about-page .top {
    column-gap: unset;
    flex-direction: column-reverse;
  }
}
.about-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .about-page .top--title {
    position: absolute;
    top: 395px;
    font-size: 40px;
    color: #EAE8E5;
    z-index: 1;
  }
}
.about-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .about-page .top--subtitle {
    position: absolute;
    top: 439px;
    font-size: 14px;
    color: #EAE8E5;
    z-index: 1;
  }
}
.about-page .top--description {
  margin: 32px 0 44px;
}
@media screen and (max-width: 992px) {
  .about-page .top--description {
    margin: 32px 0 32px;
  }
}
.about-page .top--video__desktop {
  display: block;
  width: 392px;
  height: 581px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .about-page .top--video__desktop {
    display: none;
  }
}
.about-page .top--video__mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .about-page .top--video__mobile {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
}
.about-page .sub-top {
  display: flex;
  column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .about-page .sub-top {
    margin-bottom: 40px;
  }
}
.about-page .sub-top--image {
  position: relative;
  width: 278px;
  height: 464px;
}
.about-page .sub-top--img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}
.about-page .sub-top--bg {
  position: absolute;
  width: 98px;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
}
.about-page .sub-top--bg__1 {
  height: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
  z-index: 1;
  transform-origin: 0 100%;
}
.about-page .sub-top--bg__2 {
  height: 548px;
  background: transparent linear-gradient(90deg, #95CEFF 0%, #95CEFF 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}
.about-page .sub-top--description {
  max-width: 744px;
}
.about-page .este--description {
  max-width: 768px;
  padding: 60px 0 60px 40px;
  margin-left: 98px;
  border-left: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .about-page .este--description {
    padding: 40px 0;
    margin-left: unset;
    border-left: unset;
  }
}
.about-page .este--description h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 35px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .about-page .este--description h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.about-page .detail {
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 992px) {
  .about-page .detail {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.about-page .detail--description {
  max-width: 768px;
}
.about-page .detail--description h2 {
  font-size: 24px;
  color: #5D5952;
  margin-top: 60px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .about-page .detail--description h2 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.about-page .detail--description h4 {
  margin-left: 98px;
  color: #2370CC;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .about-page .detail--description h4 {
    font-size: 13px;
    margin-bottom: 12px;
    margin-left: unset;
  }
}
.about-page .detail--description p {
  margin-left: 98px;
}
@media screen and (max-width: 992px) {
  .about-page .detail--description p {
    margin-left: unset;
  }
}
.about-page .detail--image {
  width: 376px;
  height: 734px;
  object-fit: cover;
  border-left: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .about-page .detail--image {
    width: 100%;
    height: auto;
    aspect-ratio: 326/285;
    border-left: unset;
  }
}
.about-page .curepist--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .about-page .curepist--title {
    font-size: 40px;
  }
}
.about-page .curepist--subtitle {
  font-size: 16px;
  color: #2370CC;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .about-page .curepist--subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.about-page .curepist--description {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .about-page .curepist--image {
    width: 100%;
    height: auto;
    aspect-ratio: 375/296;
    margin-bottom: 24px;
  }
}
.about-page .curepist-detail {
  display: flex;
  column-gap: 40px;
  padding-bottom: 60px;
}
.about-page .curepist-detail h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #5D5952;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .about-page .curepist-detail h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.about-page .curepist-detail--image {
  position: relative;
  width: 330px;
  height: 476px;
  flex-shrink: 0;
}
.about-page .curepist-detail--image__bg {
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}
.about-page .curepist-detail--image__overlay {
  position: absolute;
  top: 30px;
  left: -46px;
  width: 290px;
  height: 418px;
  mix-blend-mode: lighten;
  z-index: 1;
  transition: all 1s ease-in-out;
}
.about-page .curepist-detail--description {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .about-page .curepist-detail--description {
    margin-top: unset;
  }
}

.service-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.service-page p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 24px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .service-page p {
    font-size: 13px;
    line-height: 20px;
  }
}
.service-page strong {
  font-size: 20px;
  font-weight: unset;
}
@media screen and (max-width: 992px) {
  .service-page strong {
    font-size: 16px;
  }
}
.service-page .breadcrumb-list {
  border-left: unset !important;
}
.service-page .wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .service-page .wrapper {
    padding: 0 17px;
    border-left: 1px solid rgba(19, 20, 21, 0.15);
  }
}
@media screen and (max-width: 992px) {
  .service-page .mobile-wrapper {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.service-page .seperator {
  width: 100%;
  height: 1px;
  background-color: #131415;
  opacity: 0.15;
}
.service-page .seperator--1 {
  margin-top: 81px;
}
.service-page .top {
  position: relative;
  display: flex;
  column-gap: 44px;
}
@media screen and (max-width: 992px) {
  .service-page .top {
    column-gap: unset;
    row-gap: 24px;
    flex-direction: column-reverse;
  }
}
.service-page .top--title {
  font-size: 70px;
  color: #2370CC;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .service-page .top--title {
    margin-top: unset;
    font-size: 40px;
  }
}
.service-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .service-page .top--subtitle {
    font-size: 14px;
  }
}
.service-page .top--note {
  font-size: 14px;
  color: #5D5952;
  transform: translateY(-17px);
}
@media screen and (max-width: 992px) {
  .service-page .top--note {
    font-size: 12px;
    transform: unset;
    margin-top: 8px;
  }
}
.service-page .top--description {
  margin: 32px 0 44px;
}
@media screen and (max-width: 992px) {
  .service-page .top--description {
    margin: 32px 0 32px;
  }
}
.service-page .top--description h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 992px) {
  .service-page .top--description h3 {
    font-size: 18px;
    margin: 32px 0 12px;
  }
}
.service-page .top--video {
  position: relative;
  width: 392px;
  height: 581px;
}
@media screen and (max-width: 992px) {
  .service-page .top--video {
    width: 100%;
    height: 480px;
  }
}
.service-page .top--video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-page .top--video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.service-page .top--video__overlay__1 {
  width: 251px;
  height: 581px;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .service-page .top--video__overlay__1 {
    width: 44.53%;
    height: 480px;
  }
}
.service-page .top--video__overlay__2 {
  width: 251px;
  height: 581px;
  background: transparent linear-gradient(90deg, #95CEFF 0%, #FFFFD8 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .service-page .top--video__overlay__2 {
    width: 44.53%;
    height: 480px;
  }
}
.service-page .treatment {
  display: flex;
  padding-top: 134px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .service-page .treatment {
    flex-direction: column;
    padding-top: 44px;
  }
}
.service-page .treatment--circle {
  position: relative;
  left: -58px;
  width: 82px;
  height: 82px;
  background-color: #EAE8E5;
  border: 1px solid #2370CC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 212px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--circle {
    left: -41px;
    margin-right: unset;
  }
}
.service-page .treatment--circle__inner {
  background-color: #2370CC;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.service-page .treatment--circle__line {
  position: absolute;
  background-color: #2370CC;
  height: 1px;
  width: 254px;
  right: -254px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--circle__line {
    width: 52.7vw;
    right: -52.7vw;
  }
}
.service-page .treatment--title {
  font-size: 24px;
  color: #2370CC;
  font-weight: medium;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--title {
    position: absolute;
    top: 67px;
    right: 6.4vw;
  }
}
.service-page .treatment--subtitle {
  font-size: 14px;
  color: #2370CC;
  font-weight: medium;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--subtitle {
    position: absolute;
    top: 106px;
    right: 6.4vw;
  }
}
.service-page .treatment--description {
  margin-top: 24px;
}
.service-page .treatment--services {
  display: flex;
  column-gap: 40px;
  margin-top: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--services {
    margin-top: 37ox;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .service-page .treatment--services {
    column-gap: 30px;
  }
}
.service-page .treatment--service {
  display: grid;
  color: #5D5952;
  grid-template-areas: "duration unit" "price tax";
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--service {
    grid-template-areas: "duration unit" "price price" "tax tax";
  }
}
.service-page .treatment--service .duration {
  font-size: 40px;
  grid-area: duration;
  font-family: "Oswald", sans-serif;
  width: fit-content;
  justify-self: end;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--service .duration {
    font-size: 28px;
  }
}
.service-page .treatment--service .unit {
  font-size: 14px;
  grid-area: unit;
  margin-top: 32px;
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--service .unit {
    margin-top: 18px;
  }
}
.service-page .treatment--service .price {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  grid-area: price;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--service .price {
    font-size: 18px;
    margin-top: 4px;
  }
}
.service-page .treatment--service .tax {
  font-size: 12px;
  grid-area: tax;
  margin-top: 10px;
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--service .tax {
    margin: unset;
    width: fit-content;
    justify-self: center;
  }
}
.service-page .treatment--button {
  width: 209px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.service-page .treatment--reserve {
  background-color: #3180DF;
  border: 1px solid #3180DF;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--reserve {
    margin: 0 auto;
  }
}
.service-page .treatment--reserve:hover {
  background-color: #EAE8E5;
}
.service-page .treatment--reserve:hover .text {
  color: #3180DF;
}
.service-page .treatment--reserve .text {
  font-size: 13px;
  color: #FFFFFF;
}
.service-page .treatment--reserve-text {
  color: #2370CC;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--reserve-text {
    font-size: 12px;
  }
}
.service-page .treatment--member {
  margin-top: 60px;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .service-page .treatment--member {
    margin-top: 40px;
  }
}
.service-page .treatment--member h4 {
  font-size: 14px;
  font-weight: medium;
}
.service-page .treatment--trial {
  border: 1px solid #5D5952;
}
.service-page .treatment--trial .text {
  color: #5D5952;
  font-size: 13px;
}
.service-page .treatment--trial:hover {
  border: 1px solid #3180DF;
}
.service-page .treatment--trial:hover .text {
  color: #3180DF;
}
.service-page .side-menu {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu {
    padding-bottom: 24px;
  }
}
.service-page .side-menu--header {
  display: flex;
  align-items: flex-end;
  column-gap: 6px;
}
.service-page .side-menu--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--title {
    font-size: 40px;
    z-index: 1;
  }
}
.service-page .side-menu--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--subtitle {
    font-size: 14px;
    z-index: 1;
  }
}
.service-page .side-menu--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17px;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-page .side-menu--container .title {
  margin-bottom: 8px;
  position: relative;
}
.service-page .side-menu--container .title::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -23.5px;
  transform: translateY(-50%);
  background-color: #2C2923;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .title::before {
    width: 8px;
    height: 8px;
    left: -21.5px;
    top: 9px;
    transform: unset;
  }
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .title {
    margin-bottom: 2px;
  }
}
.service-page .side-menu--container .title p {
  color: #2C2923;
  font-size: 24px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .title p {
    font-size: 20px;
    line-height: 22px;
  }
}
.service-page .side-menu--container .duration {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .duration {
    margin-bottom: 12px;
  }
}
.service-page .side-menu--container .duration p {
  font-size: 16px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .duration p {
    font-size: 13px;
  }
}
.service-page .side-menu--container .description {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .description {
    margin-bottom: 12px;
  }
}
.service-page .side-menu--container .description p {
  font-size: 14px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .description p {
    font-size: 13px;
  }
}
.service-page .side-menu--container .price {
  display: flex;
  align-items: flex-end;
  color: #2C2923;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .price {
    color: #7C766C;
  }
}
.service-page .side-menu--container .price p {
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .price p {
    font-size: 18px;
  }
}
.service-page .side-menu--container .price .unit {
  font-size: 12px;
  transform: translate(2px, -5px);
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--container .price .unit {
    transform: translate(2px, -3px);
  }
}
.service-page .side-menu--item {
  border-left: 1px solid rgba(19, 20, 21, 0.15);
  padding: 40px 16px 40px 17px;
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--item {
    padding: 32px 9px 0px 17px;
  }
  .service-page .side-menu--item:first-of-type {
    padding: 21px 9px 0px 17px;
  }
  .service-page .side-menu--item:last-of-type {
    padding: 32px 9px 32px 17px;
  }
}
.service-page .side-menu--item:nth-of-type(3), .service-page .side-menu--item:nth-of-type(6) {
  border-right: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--item:nth-of-type(3), .service-page .side-menu--item:nth-of-type(6) {
    border-right: unset;
  }
}
.service-page .side-menu--item:nth-of-type(1), .service-page .side-menu--item:nth-of-type(2), .service-page .side-menu--item:nth-of-type(3) {
  border-bottom: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .service-page .side-menu--item:nth-of-type(1), .service-page .side-menu--item:nth-of-type(2), .service-page .side-menu--item:nth-of-type(3) {
    border-bottom: unset;
  }
}
.service-page .bottom {
  display: flex;
  column-gap: 49px;
  max-width: 936px;
  margin: 0 auto;
  padding: 60px 17px 160px;
}
@media screen and (max-width: 992px) {
  .service-page .bottom {
    flex-direction: column;
  }
}
.service-page .bottom--image {
  width: 261px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .service-page .bottom--image {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .service-page .bottom--image {
    width: 100%;
  }
}
.service-page .bottom--description {
  margin-top: 63px;
}
@media screen and (max-width: 992px) {
  .service-page .bottom--description {
    margin-top: 12px;
  }
}
.service-page .bottom--description h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .service-page .bottom--description h2 {
    font-size: 28px;
  }
}
.service-page .bottom--description .mb {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .service-page .bottom--description .mb {
    margin-top: 32px;
  }
}
.service-page .footer .wrapper {
  border-left: unset !important;
}

.blogs-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.blogs-page * {
  box-sizing: border-box;
}
.blogs-page .seperator {
  width: 100%;
  height: 1px;
  background-color: #131415;
  opacity: 0.15;
}
.blogs-page .seperator--1 {
  margin-top: 81px;
}
.blogs-page .top {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .blogs-page .top {
    margin-top: 40px;
    margin-bottom: 28px;
  }
}
.blogs-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .blogs-page .top--title {
    font-size: 40px;
  }
}
.blogs-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .blogs-page .top--subtitle {
    font-size: 14px;
  }
}
.blogs-page .blogs--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 60px;
  list-style-type: none;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .blogs-page .blogs--list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .blogs-page .blogs--list {
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.blogs-page .blogs--list__block {
  position: relative;
  height: 382px;
}
@media screen and (max-width: 575px) {
  .blogs-page .blogs--list__block {
    height: 77px;
  }
}
.blogs-page .blogs--list__inner {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 575px) {
  .blogs-page .blogs--list__inner {
    flex-direction: row;
    column-gap: 8px;
  }
}
.blogs-page .blogs--list__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 575px) {
  .blogs-page .blogs--list__image {
    width: 100px;
    height: 67px;
    flex-shrink: 0;
  }
}
.blogs-page .blogs--list__title {
  font-size: 18px;
  margin-bottom: 4px;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 992px) {
  .blogs-page .blogs--list__title {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.blogs-page .blogs--list__date {
  font-size: 12px;
  margin-bottom: 24px;
  color: #9D9992;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .blogs-page .blogs--list__date {
    font-size: 10px;
    margin-bottom: 6px;
  }
}
.blogs-page .blogs--list__description {
  font-size: 14px;
  color: #5D5952;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 992px) {
  .blogs-page .blogs--list__description {
    font-size: 12px;
  }
}
.blogs-page .padding-footer {
  padding-bottom: 160px;
}
@media screen and (max-width: 992px) {
  .blogs-page .padding-footer {
    padding-bottom: 150px;
  }
}

.privacy-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.privacy-page * {
  box-sizing: border-box;
}
.privacy-page p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 22px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .privacy-page p {
    font-size: 13px;
    line-height: 20px;
  }
}
.privacy-page h3,
.privacy-page h4 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #2C2923;
  line-height: 23px;
  margin-bottom: 8px;
}
.privacy-page .wrapper {
  max-width: 964px;
}
.privacy-page .breadcrumb-list {
  max-width: 1160px;
}
.privacy-page .top {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .privacy-page .top {
    margin-top: 32px;
    margin-bottom: 28px;
  }
}
.privacy-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .privacy-page .top--title {
    font-size: 40px;
  }
}
.privacy-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .privacy-page .top--subtitle {
    font-size: 14px;
  }
}
.privacy-page .description {
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .privacy-page .description {
    margin-bottom: 180px;
  }
}

.company-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.company-page * {
  box-sizing: border-box;
}
.company-page p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 22px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .company-page p {
    font-size: 13px;
    line-height: 20px;
  }
}
.company-page h3,
.company-page h4 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #2C2923;
  line-height: 23px;
  margin-bottom: 8px;
}
.company-page .top {
  margin-bottom: 46px;
}
@media screen and (max-width: 992px) {
  .company-page .top {
    margin-bottom: 12px;
  }
}
.company-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .company-page .top--title {
    font-size: 40px;
  }
}
.company-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .company-page .top--subtitle {
    font-size: 14px;
  }
}
.company-page .details {
  display: grid;
  grid-template-columns: 1fr 294px;
  border-left: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .company-page .details {
    grid-template-columns: unset;
  }
}
.company-page .details ul {
  display: grid;
  grid-template-columns: 98px minmax(0, 588px);
  column-gap: 20px;
  list-style-type: none;
  order: 1;
}
@media screen and (min-width: 993px) {
  .company-page .details ul {
    padding-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .company-page .details ul {
    grid-template-columns: 82px minmax(0, 588px);
    column-gap: unset;
    order: 2;
  }
}
.company-page .details ul li {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  color: #2C2923;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .company-page .details ul li {
    font-size: 13px;
  }
}
.company-page .details ul li:nth-of-type(1), .company-page .details ul li:nth-of-type(2) {
  padding-top: 20px;
}
.company-page .details ul li:nth-of-type(odd) {
  border-right: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .company-page .details ul li:nth-of-type(odd) {
    border-right: unset;
  }
}
.company-page .details--name {
  background-color: #AC997E;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}
@media screen and (max-width: 992px) {
  .company-page .details--name {
    order: 1;
    height: 150px;
  }
}
.company-page .details--name__text {
  font-size: 24px;
  color: #FFFFFF;
}
.company-page .history {
  padding-top: 32px;
  padding-bottom: 80px;
  border-left: 1px solid rgba(19, 20, 21, 0.15);
}
@media screen and (max-width: 992px) {
  .company-page .history {
    padding-top: unset;
  }
}
@media screen and (max-width: 992px) {
  .company-page .history--title {
    border-left: 1px solid rgba(19, 20, 21, 0.15);
    margin-bottom: unset;
    padding-bottom: 12px;
    padding-top: 32px;
    padding-left: 13px;
  }
}
.company-page .history ul {
  display: grid;
  grid-template-columns: 196px 1fr;
  list-style-type: none;
  row-gap: 15px;
}
@media screen and (max-width: 992px) {
  .company-page .history ul {
    grid-template-columns: unset;
    row-gap: unset;
  }
}
.company-page .history ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 992px) {
  .company-page .history ul li {
    padding-left: 13px;
  }
}
.company-page .history ul li:nth-of-type(odd) {
  position: relative;
}
.company-page .history ul li:nth-of-type(odd)::before {
  content: "";
  border: 1px solid #2C2923;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #EAE8E5;
  position: absolute;
  top: 6px;
  left: -29.5px;
}
@media screen and (max-width: 992px) {
  .company-page .history ul li:nth-of-type(odd)::before {
    top: 4px;
    left: -5.5px;
  }
}
@media screen and (max-width: 992px) {
  .company-page .history ul li:nth-of-type(odd) {
    font-size: 12px;
    color: #7C766C;
    border-right: unset;
    line-height: 17px;
  }
}
@media screen and (max-width: 992px) {
  .company-page .history ul li:nth-of-type(even) {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .company-page .history ul li:nth-last-of-type(2) {
    line-height: 14.6px;
  }
}
@media screen and (max-width: 992px) {
  .company-page .history ul li:not(:last-of-type) {
    border-left: 1px solid rgba(19, 20, 21, 0.15);
  }
}

.shop-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.shop-page .location {
  position: relative;
  padding-top: 20px;
  padding-bottom: 200px;
}
.shop-page .location--title {
  font-size: 50px;
  color: #3180DF;
}
@media screen and (max-width: 992px) {
  .shop-page .location--title {
    font-size: 40px;
  }
}
.shop-page .location--subtitle {
  font-size: 16px;
  color: #3180DF;
}
@media screen and (max-width: 992px) {
  .shop-page .location--subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .shop-page .location--container {
    margin-top: 16px;
  }
}
.shop-page .location .container-margin {
  margin-top: 40px;
}
.shop-page .location--item {
  position: relative;
  display: flex;
  column-gap: 24px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item {
    flex-direction: column-reverse;
    row-gap: 16px;
    margin-bottom: 60px;
  }
}
.shop-page .location--item__wrapper {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 10px;
  row-gap: 9px;
  align-items: center;
  margin-bottom: 7px;
}
.shop-page .location--item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-page .location--item .img-container {
  position: relative;
  width: 403px;
  height: 502px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item .img-container {
    width: 60%;
    height: 100%;
    aspect-ratio: 375/471;
  }
}
@media screen and (max-width: 575px) {
  .shop-page .location--item .img-container {
    width: 100%;
  }
}
.shop-page .location--item__title {
  font-size: 40px;
  margin-top: 30px;
  line-height: 47px;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__title {
    font-size: 24px;
    margin-top: 16px;
    line-height: 28px;
  }
}
.shop-page .location--item__subtitle {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.shop-page .location--item__phone {
  width: 20px;
  height: 18px;
}
.shop-page .location--item__place {
  width: 14px;
  height: 18px;
  justify-self: center;
}
.shop-page .location--item__info {
  color: #323439;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__info {
    font-size: 13px;
  }
}
.shop-page .location--item__map {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-left: 39px;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__map {
    width: 124px;
    height: 40px;
    column-gap: 2px;
    margin-left: unset;
  }
}
.shop-page .location--item__map .text {
  color: #323439;
  font-size: 14px;
  transform: translateY(1px);
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__map .text {
    font-size: 13px;
  }
}
.shop-page .location--item__map .icon {
  width: 24px;
  height: 28px;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__map .icon {
    width: 21px;
    height: 24px;
  }
}
.shop-page .location--item__description {
  font-size: 14px;
  color: #31363B;
  opacity: 0.6;
  margin-left: 39px;
  margin-top: 6px;
}
@media screen and (max-width: 992px) {
  .shop-page .location--item__description {
    font-size: 12px;
    margin-left: unset;
  }
}
.shop-page .location--item__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-page .location--item__overlay .gallery-btn {
  width: 196px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  cursor: pointer;
}
.shop-page .location--item__overlay .gallery-btn .text {
  color: #FFFFFF;
  font-size: 14px;
}
.shop-page .gallery-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.shop-page .gallery-content .gallery-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-page .gallery-content .button {
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .shop-page .gallery-content .button {
    width: 74px;
    height: 74px;
    top: unset;
    transform: unset;
    bottom: 60px;
  }
}
.shop-page .gallery-content .button--left {
  left: calc(50% - 340px);
}
@media screen and (max-width: 992px) {
  .shop-page .gallery-content .button--left {
    left: 6.4vw;
  }
}
.shop-page .gallery-content .button--right {
  right: calc(50% - 340px);
}
@media screen and (max-width: 992px) {
  .shop-page .gallery-content .button--right {
    right: 6.4vw;
  }
}
.shop-page .gallery-content .slide {
  display: none;
}
.shop-page .gallery-content .slide .image {
  width: 396px;
  height: 560px;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .shop-page .gallery-content .slide .image {
    width: 87.46vw;
    height: auto;
    aspect-ratio: 328/460;
  }
}
.shop-page .gallery-content .slide .caption {
  font-size: 13px;
  color: white;
  text-align: center;
}
.shop-page .gallery-content .slide.active {
  display: block;
}

.recruit-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.recruit-page * {
  box-sizing: border-box;
}
.recruit-page p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 22px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .recruit-page p {
    font-size: 13px;
    line-height: 20px;
  }
}
.recruit-page .top {
  position: relative;
  display: flex;
}
@media screen and (max-width: 992px) {
  .recruit-page .top {
    column-gap: unset;
    row-gap: 24px;
    flex-direction: column;
  }
}
.recruit-page .top--right {
  border-left: 1px solid rgba(19, 20, 21, 0.15);
  padding-left: 44px;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--right {
    border-left: unset;
    padding-left: 6.4vw;
  }
}
.recruit-page .top--title {
  font-size: 70px;
  color: #2370CC;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--title {
    margin-top: unset;
    font-size: 40px;
  }
}
.recruit-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--subtitle {
    font-size: 14px;
  }
}
.recruit-page .top--description {
  margin: 32px 0 44px;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--description {
    margin: 24px 0 24px;
  }
}
.recruit-page .top--description h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--description h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.recruit-page .top--video {
  position: relative;
  width: 392px;
  height: 581px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--video {
    width: 100%;
    height: 310px;
  }
}
.recruit-page .top--video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-page .top--video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.recruit-page .top--video__overlay__1 {
  width: 251px;
  height: 581px;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .recruit-page .top--video__overlay__1 {
    width: 44.53%;
    height: 310px;
  }
}
.recruit-page .top--video__overlay__2 {
  width: 251px;
  height: 581px;
  background: transparent linear-gradient(90deg, #95CEFF 0%, #FFFFD8 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .recruit-page .top--video__overlay__2 {
    width: 44.53%;
    height: 310px;
  }
}
.recruit-page .description {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .recruit-page .description {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.recruit-page .description h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #3180DF;
  margin-bottom: 43px;
}
@media screen and (max-width: 992px) {
  .recruit-page .description h3 {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.recruit-page .description h4 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #2C2923;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (max-width: 992px) {
  .recruit-page .description h4 {
    font-size: 13px;
  }
}
.recruit-page .description h4::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #C4C1BB;
  border-radius: 50%;
  top: 2px;
  left: -26px;
}
@media screen and (max-width: 992px) {
  .recruit-page .description h4::before {
    left: -19px;
    top: 3px;
  }
}
.recruit-page .description p,
.recruit-page .description h4 {
  margin-left: 28px;
}
@media screen and (max-width: 992px) {
  .recruit-page .description p,
  .recruit-page .description h4 {
    margin-left: 20px;
  }
}
.recruit-page .description--2 h4 {
  font-weight: unset;
}
.recruit-page .careers {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .recruit-page .careers {
    margin-top: 32px;
  }
}
.recruit-page .careers--item {
  width: 768px;
  height: auto;
  min-height: 264px;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 6px;
  margin: 0 auto 12px;
}
.recruit-page .careers--item:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .recruit-page .careers--item:first-of-type {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  .recruit-page .careers--item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-page .careers--item {
    flex-direction: column;
  }
}
.recruit-page .careers--image {
  display: flex;
  align-items: start;
}
.recruit-page .careers--image .image {
  width: 180px;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 768px) {
  .recruit-page .careers--image .image {
    width: 100%;
    height: 160px;
    border-radius: 6px 6px 0 0;
  }
}
.recruit-page .careers--image .title {
  position: absolute;
  margin: 20px 12px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
}
.recruit-page .careers--details {
  margin: 16px 19px 16px 16px;
}
.recruit-page .careers--details__title {
  margin-bottom: 8px;
}
.recruit-page .careers--details__title p {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .recruit-page .careers--details__title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.recruit-page .careers--details__benefit {
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .recruit-page .careers--details__benefit {
    margin-bottom: 24px;
  }
}
.recruit-page .careers--details__benefit ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 2px;
}
.recruit-page .careers--details__benefit ul li {
  padding: 3px 18px;
  border: 1px solid #C4C1BB;
  font-size: 13px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .recruit-page .careers--details__benefit ul li {
    font-size: 12px;
  }
}
.recruit-page .careers--details__grid {
  display: grid;
  grid-template-columns: 58px 1fr;
  row-gap: 8px;
  column-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-page .careers--details__grid {
    grid-template-columns: unset;
    row-gap: 4px;
  }
}
.recruit-page .careers--details__grid .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F5F0;
  border-radius: 50%;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .recruit-page .careers--details__grid .circle {
    background-color: unset;
    width: fit-content;
    height: fit-content;
    border-radius: unset;
  }
}
.recruit-page .careers--details__grid .circle--text {
  font-size: 13px;
  color: #5D5952;
}
@media screen and (max-width: 768px) {
  .recruit-page .careers--details__grid .circle--text {
    font-weight: bold;
  }
}
.recruit-page .careers--details__grid__description p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .recruit-page .careers--details__grid .mobile-margin {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  .recruit-page .form {
    margin-top: 32px;
  }
}

.contact-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.contact-page * {
  box-sizing: border-box;
}
.contact-page .top {
  position: relative;
  display: flex;
  column-gap: 44px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .contact-page .top {
    column-gap: unset;
    row-gap: 24px;
    flex-direction: column;
    margin-top: 32px;
  }
}
.contact-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .contact-page .top--title {
    font-size: 40px;
  }
}
.contact-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .contact-page .top--subtitle {
    font-size: 14px;
  }
}
.contact-page .top--description {
  margin: 32px 0 44px;
}
@media screen and (max-width: 992px) {
  .contact-page .top--description {
    margin: 24px 0 24px;
  }
}
.contact-page .top--description h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .contact-page .top--description h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.contact-page .top--video {
  position: relative;
  width: 392px;
  height: 581px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .contact-page .top--video {
    width: 100%;
    height: 310px;
  }
}
.contact-page .top--video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-page .top--video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contact-page .top--video__overlay__1 {
  width: 251px;
  height: 581px;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
}
@media screen and (max-width: 992px) {
  .contact-page .top--video__overlay__1 {
    width: 44.53%;
    height: 310px;
  }
}
.contact-page .top--video__overlay__2 {
  width: 251px;
  height: 581px;
  background: transparent linear-gradient(90deg, #95CEFF 0%, #FFFFD8 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .contact-page .top--video__overlay__2 {
    width: 44.53%;
    height: 310px;
  }
}

.message-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.message-page * {
  box-sizing: border-box;
}
.message-page p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 22px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .message-page p {
    font-size: 13px;
    line-height: 20px;
  }
}
.message-page .wrapper {
  max-width: 1014px;
}
.message-page .breadcrumb-list {
  max-width: 1160px;
}
.message-page .top {
  position: relative;
  margin-bottom: 20px;
}
.message-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .message-page .top--title {
    font-size: 40px;
  }
}
.message-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .message-page .top--subtitle {
    font-size: 14px;
  }
}
.message-page .message-container {
  display: flex;
  column-gap: 98px;
}
@media screen and (max-width: 992px) {
  .message-page .message-container {
    flex-direction: column;
  }
}
.message-page .message {
  margin-top: 24px;
  width: 474px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .message-page .message {
    width: unset;
  }
}
.message-page .message h3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 992px) {
  .message-page .message h3 {
    font-size: 16px;
  }
}
.message-page .profile {
  border-left: 1px solid rgba(19, 20, 21, 0.05);
  border-right: 1px solid rgba(19, 20, 21, 0.05);
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .message-page .profile {
    border-left: unset;
    border-right: unset;
    padding-bottom: unset;
    margin-top: 80px;
  }
}
.message-page .profile--image {
  position: relative;
  width: 392px;
  height: 436px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .message-page .profile--image {
    margin-bottom: unset;
    width: 100%;
  }
}
.message-page .profile--image__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 78px;
}
@media screen and (max-width: 992px) {
  .message-page .profile--image__img {
    padding-left: 5%;
  }
}
.message-page .profile--image .overlay {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 205px;
  height: 206px;
}
.message-page .profile--image .overlay--1 {
  background: transparent linear-gradient(90deg, #95CEFF 0%, #FFFFD8 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 1;
}
.message-page .profile--image .overlay--2 {
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: saturation;
}
.message-page .profile--title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 6px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .message-page .profile--title {
    font-size: 18px;
    line-height: 22px;
  }
}
.message-page .profile--name {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 2px;
  color: #2C2923;
}
@media screen and (max-width: 992px) {
  .message-page .profile--name {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 22px;
  }
}
.message-page .profile--position {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #2C2923;
}
@media screen and (max-width: 992px) {
  .message-page .profile--position {
    font-size: 14px;
    line-height: 22px;
  }
}
.message-page .margin-footer {
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .message-page .margin-footer {
    margin-bottom: 160px;
  }
}

.staff-page {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.staff-page .wrapper {
  max-width: 964px;
}
.staff-page .breadcrumb-list {
  max-width: 1160px;
}
.staff-page .top {
  position: relative;
  display: flex;
  column-gap: 44px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .staff-page .top {
    column-gap: unset;
    row-gap: 24px;
    flex-direction: column;
    margin-top: 32px;
  }
}
.staff-page .top--title {
  font-size: 70px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .staff-page .top--title {
    font-size: 40px;
  }
}
.staff-page .top--subtitle {
  font-size: 16px;
  color: #2370CC;
}
@media screen and (max-width: 992px) {
  .staff-page .top--subtitle {
    font-size: 14px;
  }
}
.staff-page .staff {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .staff-page .staff {
    margin-top: 32px;
  }
}
.staff-page .staff--item {
  display: grid;
  grid-template-areas: "image title" "image name" "image position" "image message";
  column-gap: 46px;
  margin-bottom: 31px;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item {
    grid-template-areas: "title title" "image name" "image position" "message message";
    grid-template-columns: max-content 1fr;
    column-gap: 14px;
  }
}
.staff-page .staff--item__image {
  grid-area: image;
  width: 248px;
  height: 351px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item__image {
    width: 120px;
    height: 170px;
  }
}
.staff-page .staff--item__title {
  grid-area: title;
  font-size: 28px;
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 8px;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item__title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
.staff-page .staff--item__name {
  grid-area: name;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
  color: #4E4B44;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item__name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
.staff-page .staff--item__position {
  grid-area: position;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #5D5952;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item__position {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: unset;
    align-self: end;
  }
}
.staff-page .staff--item__message {
  grid-area: message;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item__message {
    margin-top: 16px;
  }
}
.staff-page .staff--item__message p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 22px;
  color: #5D5952;
}
@media screen and (max-width: 992px) {
  .staff-page .staff--item__message p {
    font-size: 13px;
    line-height: 20px;
  }
}

.blog-single {
  background-color: #EAE8E5;
  overflow: hidden;
  margin-top: 60px;
}
.blog-single .wrapper {
  max-width: 964px;
}
.blog-single .breadcrumb-list {
  max-width: 1160px;
}
.blog-single p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 24px;
  color: #2C2923;
}
.blog-single .title {
  font-size: 50px;
}
@media screen and (max-width: 992px) {
  .blog-single .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.blog-single .date {
  font-size: 12px;
  display: inline-block;
  margin: 17px 0;
}
.blog-single .thumbnail {
  width: 100%;
  max-height: 641px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .blog-single .thumbnail {
    max-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .blog-single .thumbnail {
    max-height: 250px;
  }
}
.blog-single .navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: 51px;
}
.blog-single .navigation--inner {
  display: flex;
  column-gap: 4px;
}
.blog-single .navigation a {
  width: 160px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.blog-single .navigation a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .blog-single .navigation a {
    width: 91px;
  }
}
.blog-single .engagement {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.blog-single .engagement .fb-share-button {
  transform: translateY(-2px);
}
.blog-single .engagement .copy-btn {
  height: 20px;
  border-radius: 4px;
  border: 1px solid #C4C1BB;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  background-color: #F4F2F0;
}
.blog-single .engagement .copy-btn__text {
  font-size: 11px;
  color: #5D5952;
}
.blog-single .engagement .copy-btn__icon {
  width: 10px;
  height: 10px;
}
.blog-single .categories {
  display: grid;
  row-gap: 12px;
  margin-bottom: 160px;
}
.blog-single .categories--title {
  font-size: 30px;
  margin-bottom: 16px;
  color: #5D5952;
}
.blog-single .categories--link {
  display: flex;
  width: 333px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .blog-single .categories--link {
    width: 100%;
  }
}
.blog-single .categories--link .text {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  line-height: 20px;
  color: #5D5952;
}
.blog-single .content {
  margin-top: 42px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .blog-single .content {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.blog-single .wpulike {
  padding: unset;
  height: 20px;
  display: flex;
  align-items: center;
}
.blog-single .wp_ulike_general_class {
  background-color: #1877E5;
  box-shadow: unset !important;
  height: 20px;
}
.blog-single .wp_ulike_general_class .wp_ulike_btn {
  width: 52px;
  height: 16px;
}
.blog-single .wp_ulike_general_class .wp_ulike_put_image::after {
  width: 52px;
  height: 16px;
}
.blog-single .wp_ulike_general_class .wp_ulike_btn_is_active::after {
  filter: unset !important;
}
.blog-single .wp_ulike_general_class .count-box {
  color: white;
  font-size: 9px !important;
  transform: translateY(1px);
}
.blog-single .tooltip {
  position: relative;
  display: inline-block;
}
.blog-single .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.blog-single .tooltip .tooltiptext {
  visibility: hidden;
  width: 103px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 135%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}
.blog-single .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.reserve-modal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.reserve-modal * {
  box-sizing: unset;
}
.reserve-modal--container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  height: 182px;
  padding: 24px;
  background-color: #EAE8E5;
  border-radius: 6px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
}
.reserve-modal--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #3180DF;
  color: #3180DF;
}
.reserve-modal--link:hover {
  background-color: #3180DF;
  color: #EAE8E5;
}
.reserve-modal--link .text {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
