.l-main {
  margin-top: 0;
  padding-top: 0;
}

.l-mv__content {
  margin-top: -180px;
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .l-mv__content {
    margin: 0;
    padding-top: 200px;
  }
}
@media (min-width: 1025px) and (max-width: 1528px) {
  .l-mv__content {
    padding-bottom: 50px;
  }
}
.p-top-mv {
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  .p-top-mv {
    min-height: 1120px;
    background: linear-gradient(135deg, #f2ede2 0%, var(--color-white) 100%);
    position: relative;
    z-index: 1;
  }
  .p-top-mv::before {
    content: "";
    width: 1150px;
    height: 950px;
    background: url(../../images/common/logo-mark.svg);
    background-size: contain;
    position: absolute;
    right: -180px;
    top: 20px;
    z-index: -1;
    opacity: 0.1;
    filter: blur(5px);
  }
  .p-top-mv .l-mv__visual {
    width: 650px;
    position: absolute;
    left: calc(50% + 120px);
    top: 150px;
    z-index: 1;
  }
  .p-top-mv .p-top-mv__catch {
    max-width: 1490px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) and (max-width: 1528px) {
  .p-top-mv .l-mv__visual {
    width: 42.2vw;
  }
  .p-top-mv .p-top-mv__catch {
    position: relative;
    z-index: 1;
    margin: 0 19px;
  }
}
@media (min-width: 1025px) {
  .l-mv__image {
    aspect-ratio: 650/928;
    height: auto;
  }
  .l-mv__image img {
    object-fit: cover;
    object-position: center center;
  }
}
.p-top-mv__catch {
  color: var(--color-white);
  display: block;
  font-size: var(--font-size-sm);
  font-family: var(--font-mincho);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #503f37, 0 0 10px #503f37;
  margin: 0 20px;
}
.p-top-mv__catch span {
  display: block;
}
.p-top-mv__catch span:nth-child(1) {
  font-size: 2.1rem;
  margin-top: 5px;
}
.p-top-mv__catch span:nth-child(2) {
  font-size: 2.9rem;
}

@media (min-width: 1025px) {
  .p-top-mv__catch {
    color: #4c2c0d;
    font-size: 2.6rem;
    text-shadow: none;
  }
  .p-top-mv__catch span:nth-child(1) {
    font-size: 4rem;
    margin-top: 10px;
  }
  .p-top-mv__catch span:nth-child(2) {
    font-size: 5.6rem;
  }
}
@media (max-width: 525px) {
  .p-top-mv__catch {
    font-size: 3.5vw;
  }
  .p-top-mv__catch span:nth-child(1) {
    font-size: 5.2vw;
  }
  .p-top-mv__catch span:nth-child(2) {
    font-size: 7.2vw;
  }
}
.p-top-mv__text {
  font-size: var(--font-size-sm);
  width: 94%;
  background: linear-gradient(135deg, #feed78 0%, #a9f0ed 100%);
  position: relative;
  margin-top: 20px;
  padding: 20px;
}
.p-top-mv__text em {
  font-style: normal;
  display: flex;
  justify-self: flex-start;
  column-gap: 1em;
  margin-bottom: 1em;
}

@media (min-width: 1025px) {
  .p-top-mv__text {
    font-size: 1.8rem;
    line-height: 2;
    width: 100%;
  }
  .p-top-mv__text span {
    display: block;
    max-width: 1490px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) and (max-width: 1528px) {
  .p-top-mv__text .is-sp {
    display: block;
  }
}
.p-top-mv__text--inner {
  max-width: 1490px;
  margin: 0 auto;
}

.p-top-mv__text--list {
  display: flex;
  justify-content: space-between;
  width: 53%;
}

@media (max-width: 1024px) {
  .p-top-mv__text--list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-top-mv__text--list {
    flex-direction: column;
    row-gap: 30px;
  }
}
.p-top-mv__text--item {
  width: calc(50% - 10px);
}
.p-top-mv__text--item dt {
  font-weight: var(--font-weight-medium);
  min-height: 15rem;
}
.p-top-mv__text--item dt strong {
  font-weight: var(--font-weight-medium);
}

@media (max-width: 768px) {
  .p-top-mv__text--item {
    width: 100%;
  }
  .p-top-mv__text--item dt {
    min-height: 0;
    margin-bottom: 10px;
  }
}
.p-top-mv__text--open dt {
  font-size: 3rem;
  line-height: 1.6;
}
.p-top-mv__text--open dt strong {
  font-size: 3.6rem;
}
.p-top-mv__text--open dt small {
  font-size: 2.4rem;
}

@media (max-width: 525px) {
  .p-top-mv__text--open dt {
    font-size: 2.4rem;
  }
  .p-top-mv__text--open dt strong {
    font-size: 3rem;
  }
  .p-top-mv__text--open dt small {
    font-size: 1.8rem;
  }
}
.p-top-mv__text--preview dt {
  font-size: 2.4rem;
  line-height: 1.6;
}
.p-top-mv__text--preview dt strong {
  font-size: 3rem;
}
.p-top-mv__text--preview dt small {
  font-size: 2.4rem;
}

@media (max-width: 525px) {
  .p-top-mv__text--preview dt {
    font-size: 1.8rem;
  }
  .p-top-mv__text--preview dt strong {
    font-size: 2.4rem;
  }
  .p-top-mv__text--preview dt small {
    font-size: 1.8rem;
  }
}
.p-top-mv__text p {
  width: 53%;
  border-top: 1px solid var(--color-text);
  margin-top: 20px;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .p-top-mv__text p {
    width: 100%;
  }
}
.p-top-clinic-info__logo {
  display: block;
  max-width: 260px;
  max-height: 300px;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}

.p-top-clinic-info__tel {
  margin: 36px auto -0.1em;
}

.p-top-clinic-info__address {
  display: block;
  margin-top: 36px;
  font-size: var(--font-size-md);
  text-align: center;
}

.p-top-date {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.p-top-date__item {
  padding: calc(var(--shadow-size-md) * 2) calc(var(--shadow-size-md) * 3.5) calc(var(--shadow-size-md) * 3);
}

.p-top-date__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55em 1em 0.3em;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: var(--font-size-lg);
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: var(--color-bg);
  border-radius: 10em;
  box-shadow: var(--box-shadow-out-md);
}

.p-top-date__open-date {
  font-size: var(--font-size-xxl);
  color: var(--color-text-accent);
  text-align: center;
}

.p-top-date__preview-list {
  width: fit-content;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  font-size: var(--font-size-md);
  color: var(--color-text-accent);
}

.p-top-banner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 40px;
}
.p-top-banner--whitening {
  margin-bottom: -30px;
}

@media (min-width: 1025px) {
  .p-top-banner {
    max-width: 1490px;
    margin: 40px auto 0;
    flex-direction: row;
    gap: 30px;
    padding: 0;
  }
  .p-top-banner__item {
    width: 380px;
  }
  .p-top-banner--whitening {
    margin-bottom: -10px;
  }
  .p-top-banner--whitening .p-top-banner__item {
    width: 790px;
  }
}
@media (min-width: 1025px) and (max-width: 1528px) {
  .p-top-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 40px 20px 0;
  }
  .p-top-banner--whitening {
    margin-bottom: -30px;
  }
  .p-top-banner--whitening .p-top-banner__item {
    width: 53%;
  }
}
.p-top-rs .p-top-reservation .l-reservation__buttons .l-reservation__button--line {
  display: none;
}

@media (min-width: 1025px) {
  .p-top-rs {
    max-width: 1490px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    gap: 46px;
  }
  .p-top-rs .p-top-reservation,
  .p-top-rs .p-top-schedule {
    margin: 0;
  }
  .p-top-rs .p-top-reservation .l-container,
  .p-top-rs .p-top-schedule .l-container {
    padding: 0;
  }
  .p-top-rs .p-top-reservation {
    width: 250px;
    order: 2;
  }
  .p-top-rs .p-top-reservation .l-reservation__buttons {
    flex-direction: column;
  }
  .p-top-rs .p-top-reservation .l-reservation__buttons .l-reservation__button {
    max-width: none;
    width: 100%;
  }
  .p-top-rs .p-top-schedule {
    width: 493px;
  }
}
@media (min-width: 1025px) and (max-width: 1528px) {
  .p-top-rs {
    flex-direction: column;
    align-items: flex-start;
    margin: 30px 20px 0;
  }
  .p-top-rs .p-top-reservation {
    width: auto;
  }
  .p-top-rs .p-top-reservation .l-reservation__buttons {
    flex-direction: row;
  }
  .p-top-rs .p-top-reservation .l-reservation__buttons .l-reservation__button {
    width: 250px;
  }
}
.p-top-reservation {
  margin-top: 40px;
}
.p-top-reservation .l-reservation__icon-container {
  margin-top: -5px;
  position: relative;
}
.p-top-reservation .l-reservation__icon {
  width: 20px;
  position: absolute;
  left: -70px;
  top: 10px;
}
.p-top-reservation .l-reservation__icon img {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.p-top-reservation .l-reservation__text {
  display: none;
}
.p-top-reservation .l-reservation__heading__tel-number {
  font-size: 1.3rem;
  display: block;
}

@media (min-width: 1025px) {
  .p-top-reservation .l-reservation__icon {
    left: -100px;
    top: 18px;
  }
  .p-top-reservation .l-reservation__icon.icon-cal {
    width: 29px;
  }
  .p-top-reservation .l-reservation__icon.icon-tel {
    width: 20px;
  }
}
.p-top-schedule {
  margin-top: 30px;
}

.p-top-info {
  --scroll-bar-width: 10px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding: 30px 0;
  background-color: #706557;
}

@media (min-width: 1025px) {
  .p-top-info {
    margin-top: 0;
    padding: 40px 19px;
  }
}
@media (min-width: 1025px) {
  .p-top-info__inner {
    max-width: 1272px;
    margin: 0 auto;
  }
  .p-top-info__inner .l-container {
    display: flex;
    padding: 0;
  }
}
.p-top-info__heading > span {
  display: flex;
  flex-direction: column;
}
.p-top-info__heading .c-heading-primary__text--en {
  font-size: var(--font-size-md);
}
.p-top-info__heading .c-heading-primary__text--ja {
  color: var(--color-white);
  font-size: 2.2rem;
  white-space: nowrap;
  margin-block-start: 0;
}

@media (min-width: 1025px) {
  .p-top-info__heading {
    width: 200px;
    display: flex;
    align-items: flex-start;
  }
  .p-top-info__heading .c-heading-primary__text--en {
    font-size: 1.8rem;
  }
  .p-top-info__heading .c-heading-primary__text--ja {
    font-size: 2.6rem;
  }
}
.p-top-info__body {
  margin-top: 50px;
}

@media (min-width: 1025px) {
  .p-top-info__body {
    width: calc(100% - 200px);
    margin: 0;
  }
}
.p-top-info__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(var(--shadow-size-md) * 2);
}

.p-top-info__tab {
  position: relative;
  flex: 1;
  padding: 0.65em 0.25em 0.45em;
  font-size: var(--font-size-md);
  text-align: center;
  white-space: nowrap;
  border-radius: var(--radius-sm);
  box-shadow: var(--box-shadow-out-md);
  transition: all 0.35s;
}

.p-top-info__tab.is-active {
  cursor: initial;
  background-image: linear-gradient(to right, var(--color-gradation-primary-start), var(--color-gradation-primary-end));
  box-shadow: var(--box-shadow-out-sm);
}

.p-top-info__tab.is-active > .p-top-info__tab-text {
  color: var(--color-text-contrast);
  background: initial;
  background-clip: none;
}

.p-top-info__tab:not(.is-active) {
  background-color: var(--color-bg);
}

.p-top-info__tab:not(.is-active)::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-color: rgba(var(--color-bg-light-rgb), 0.5);
  border-radius: inherit;
}

.p-top-info__tab:not(.is-active):hover {
  box-shadow: var(--box-shadow-out-sm);
}

.p-top-info__tab-text {
  position: relative;
}

.p-top-info__post {
  width: 100%;
  padding-bottom: 20px;
}

.p-top-info__post-wrapper {
  max-height: 160px;
  padding-right: calc(var(--scroll-bar-width) + 10px);
  margin-top: 32px;
}

@media (min-width: 1025px) {
  .p-top-info__post-wrapper {
    max-height: none;
    padding-right: 0;
    margin-top: 0;
  }
}
.p-top-info__post-list {
  font-size: 1.5rem;
  line-height: 1.4;
  display: grid;
  gap: 1em;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}

@media (min-width: 1025px) {
  .p-top-info__post-list {
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-info__post {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.p-top-info__post-header {
  color: var(--color-white);
}

.p-top-info__post-date {
  color: #e2dabd;
  font-family: var(--font-mincho);
  font-weight: var(--font-weight-medium);
}

.p-top-info__more-button {
  color: var(--color-white);
  letter-spacing: 0.1em;
  margin-top: 30px;
  padding: 0 var(--container-padding);
  display: flex;
  justify-content: flex-end;
}
.p-top-info__more-button span {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.p-top-info__more-button span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffda3c;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
}

@media (min-width: 1025px) {
  .p-top-info__more-button {
    margin-top: 0;
    padding: 0;
    justify-content: flex-start;
  }
}
.p-top-info .simplebar-track.simplebar-vertical {
  width: var(--scroll-bar-width);
  background: #503f37;
}

.p-top-info .simplebar-scrollbar::before {
  inset: 0;
  background: var(--color-white);
  opacity: 1;
  border-radius: 0;
}

.p-top-calendar {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  margin-top: calc(var(--radius-md) * -1);
}

.p-top-calendar__body {
  padding-bottom: 80px;
  margin-top: 36px;
}

.p-top-calendar__calendar {
  aspect-ratio: 1/1.2;
  margin-bottom: 42px;
}

.p-top-calendar__calendar > iframe {
  width: 100%;
  height: 100%;
}

.p-top-calendar__reservation {
  margin-top: 36px;
}

.p-top-concept {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--color-white);
  padding-top: 32px;
}

@media (min-width: 1025px) {
  .p-top-concept {
    background: url(../../images/top/concept-bg.jpg) no-repeat top -10vw right;
    background-size: auto 100%;
    padding: 120px 0 70px;
  }
  .p-top-concept .l-container {
    max-width: 1568px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .p-top-concept__picture {
    display: block;
    margin: -20vw calc(var(--container-padding) * -1) 0;
  }
}
.p-top-concept__image {
  position: relative;
  z-index: -2;
  width: 100%;
  object-fit: cover;
  margin-top: -150px;
}

@media (min-width: 1025px) {
  .p-top-concept__image {
    margin-top: 60px;
  }
}
.p-top-concept__header {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-concept__body {
  position: relative;
  margin: 0 calc(var(--container-padding) * -1);
}

@media (min-width: 1025px) {
  .p-top-concept__body {
    max-width: 850px;
    margin-right: auto;
    padding: 0;
  }
}
@media (max-width: 880px) {
  .p-top-concept__body {
    margin: 0;
  }
}
.p-top-concept__pin {
  display: flex;
}

.p-top-concept__pin.is-heading {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .p-top-concept__pin {
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
  }
}
.p-top-concept__pin__text--heading {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #4c2c0d;
  font-size: 1.8rem;
  font-family: var(--font-mincho);
  line-height: 1.8;
  text-align: center;
}
.p-top-concept__pin__text--heading span {
  font-size: 2.7rem;
}

@media (min-width: 1025px) {
  .p-top-concept__pin__text--heading {
    font-size: 2.8rem;
  }
  .p-top-concept__pin__text--heading span {
    font-size: 4.6rem;
  }
}
@media (max-width: 525px) {
  .p-top-concept__pin__text--heading {
    font-size: 4.5vw;
  }
  .p-top-concept__pin__text--heading span {
    font-size: 6.7vw;
  }
}
.p-top-concept__pin__text--message {
  font-size: var(--font-size-sm);
  width: 100%;
  padding-top: 20px;
}

@media (min-width: 1025px) {
  .p-top-concept__pin__text--message {
    font-size: var(--font-size-lg);
    text-align: center;
  }
}
.p-top-greeting {
  position: relative;
  z-index: 1;
  padding: 32px 0;
  background: url(../../images/common/bg-gradation01.png) no-repeat center top;
  background-size: 100%;
  font-size: var(--font-size-sm);
  z-index: 1;
}
.p-top-greeting::after {
  content: "";
  width: 100%;
  aspect-ratio: 400/174;
  background: url(../../images/common/bg-gradation01.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

@media (min-width: 1025px) {
  .p-top-greeting {
    padding: 120px 0;
    background: url(../../images/common/bg-gradation02.png) no-repeat center top;
    background-size: 100%;
  }
  .p-top-greeting::after {
    aspect-ratio: 640/163;
    background: url(../../images/common/bg-gradation02.png);
    background-size: 100% 100%;
  }
}
@media (min-width: 1025px) {
  .p-top-greeting__heading {
    align-items: flex-start;
    margin-left: -80px;
  }
}
@media (min-width: 1025px) and (max-width: 1452px) {
  .p-top-greeting__heading {
    margin-left: 19px;
  }
}
.p-top-greeting__heading-ja {
  margin-top: 1.25em;
}

.p-top-greeting__portrait {
  display: flex;
  align-items: flex-end;
  margin-left: -17%;
}

@media (min-width: 1025px) {
  .p-top-greeting__header {
    max-width: 1272px;
    margin: 0 auto;
  }
}
.p-top-greeting__body {
  margin-top: 24px;
}

@media (min-width: 1025px) {
  .p-top-greeting__body {
    max-width: 1272px;
    margin: 60px auto 0;
  }
}
.p-top-greeting__intro {
  color: #4c2c0d;
  font-size: var(--font-size-lg);
  font-family: var(--font-mincho);
  text-align: center;
}
.p-top-greeting__intro span {
  font-size: 2.7rem;
}

@media (min-width: 1025px) {
  .p-top-greeting__intro {
    font-size: 2.8rem;
    text-align: left;
  }
  .p-top-greeting__intro span {
    font-size: 4.6rem;
  }
}
@media (max-width: 525px) {
  .p-top-greeting__intro {
    font-size: 4.5vw;
  }
  .p-top-greeting__intro span {
    font-size: 6.7vw;
  }
}
.p-top-greeting__text {
  margin-top: 2em;
}

@media (min-width: 1025px) {
  .p-top-greeting__text {
    font-size: var(--font-size-lg);
    max-width: 580px;
  }
}
@media (min-width: 1025px) {
  .p-top-greeting__profile {
    max-width: 755px;
    display: flex;
    justify-content: space-between;
  }
}
.p-top-greeting__signature {
  color: #4b2c0d;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  width: fit-content;
  margin-top: 5em;
  margin-left: 1em;
}

@media (min-width: 1025px) {
  .p-top-greeting__signature {
    font-size: var(--font-size-lg);
    margin: 3em 0 0;
  }
}
.p-top-greeting__name {
  font-size: 2.2rem;
  font-family: var(--font-mincho);
  display: block;
  margin-top: 10px;
}
.p-top-greeting__name small {
  font-size: 1rem;
  font-family: var(--font-base);
  font-weight: var(--font-weight-regular);
  display: block;
}

@media (min-width: 1025px) {
  .p-top-greeting__name {
    font-size: 3.8rem;
  }
  .p-top-greeting__name small {
    font-size: var(--font-size-sm);
  }
}
.p-top-greeting__career {
  color: var(--color-white);
  font-weight: var(--font-weight-medium);
  width: fit-content;
  padding: 0 20px 20px;
  margin: 4em 0 0 calc(var(--container-padding) * -1);
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-top-greeting__career:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #9a8375;
  mix-blend-mode: multiply;
}
.p-top-greeting__career .c-title {
  text-align: center;
  width: 68px;
  height: 22px;
  line-height: 22px;
  background: rgba(185, 147, 82, 0.8);
  position: relative;
  margin: -11px 0 10px;
}
.p-top-greeting__career .c-history {
  font-size: var(--font-size-xs);
  line-height: 1.8;
  position: relative;
  margin-left: 1em;
}

@media (min-width: 1025px) {
  .p-top-greeting__career {
    color: var(--color-white);
    font-weight: var(--font-weight-medium);
    max-width: 408px;
    width: 100%;
    padding: 0 20px 20px;
    margin: 4em 0 0 calc(var(--container-padding) * -1);
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .p-top-greeting__career .c-title {
    font-size: var(--font-size-lg);
    width: 86px;
    height: 32px;
    line-height: 32px;
  }
  .p-top-greeting__career .c-history {
    font-size: var(--font-size-md);
  }
}
.p-top-greeting__portrait {
  width: 92%;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
}

@media (min-width: 1025px) {
  .p-top-greeting__portrait {
    width: auto;
    right: auto;
    left: calc(50% - 636px);
    bottom: 197px;
    margin: 0;
  }
  .p-top-greeting__portrait img {
    max-width: none;
  }
}
@media (min-width: 1025px) and (max-width: 1452px) {
  .p-top-greeting__portrait {
    left: calc(50% - 800px);
  }
}
@media (max-width: 1024px) {
  .p-top-greeting__portrait {
    width: 360px;
  }
}
.p-top-st {
  background: url(../../images/top/st-bg.png) no-repeat center top;
  background-size: 100%;
  padding: 60px 0;
}

@media (min-width: 1025px) {
  .p-top-st {
    padding: 120px 0;
  }
}
.p-top-st__main-heading {
  margin-bottom: 30px;
}
.p-top-st__main-heading .c-heading-primary__text--ja {
  font-size: var(--font-size-lg);
}
.p-top-st__main-heading .c-heading-primary__text--ja span {
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 5px;
}
.p-top-st__main-heading .c-heading-primary__text--ja span::before {
  content: "";
  background: linear-gradient(135deg, #f9da00 0%, #def7d2 50%, #2e8ecf 100%);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

@media (min-width: 1025px) {
  .p-top-st__main-heading .c-heading-primary__text--ja {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .p-top-st__main-heading .c-heading-primary__text--ja span {
    font-size: 4.6rem;
  }
}
.p-top-st__catch {
  font-size: var(--font-size-sm);
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .p-top-st__catch {
    font-size: var(--font-size-lg);
    text-align: center;
    margin-bottom: 60px;
  }
}
.p-top-st__list {
  display: grid;
  row-gap: 24px;
}

@media (min-width: 1025px) {
  .p-top-st__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    max-width: 1272px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) and (max-width: 1310px) {
  .p-top-st__list {
    margin: 0 19px;
  }
}
.p-top-st__item .l-container {
  background: #faf9f5;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0 var(--container-padding);
  padding: 25px;
}

@media (min-width: 1025px) {
  .p-top-st__item {
    width: calc(50% - 30px);
  }
  .p-top-st__item .l-container {
    margin: 0;
    padding: 25px 25px 50px;
  }
}
.p-top-st__thumb {
  border-radius: 0 0 20px 20px;
  position: relative;
  margin: 0 var(--container-padding);
}
.p-top-st__thumb img {
  border-radius: 10px 10px 0 0;
}

@media (min-width: 1025px) {
  .p-top-st__thumb {
    margin: 0;
  }
  .p-top-st__thumb img {
    border-radius: 20px 20px 0 0;
  }
}
.p-top-st__badge {
  width: 111px;
  position: absolute;
  right: 0;
  bottom: -35px;
}

@media (min-width: 1025px) {
  .p-top-st__badge {
    width: 156px;
    bottom: -70px;
  }
}
.p-top-st__heading {
  color: #4b2c0d;
  font-size: 2.2rem;
  font-family: var(--font-mincho);
  font-weight: var(--font-weight-medium);
  border-bottom: 1px solid #b2a694;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

@media (min-width: 1025px) {
  .p-top-st__heading {
    font-size: 2.8rem;
  }
}
.p-top-st__title {
  color: #4b2c0d;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .p-top-st__title {
    font-size: 2rem;
  }
}
.p-top-st__text {
  font-size: var(--font-size-md);
}

.p-top-st__more {
  max-width: 204px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  margin: 20px auto 0;
}
.p-top-st__more::after {
  content: "";
  width: 7px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #ffda3c;
  display: block;
  margin-left: auto;
}
.p-top-st__more span {
  margin-left: auto;
}

@media (min-width: 1025px) {
  .p-top-st__more {
    max-width: 250px;
  }
}
@media (max-width: 525px) {
  .p-top-st__more {
    max-width: none;
  }
}
.p-top-st__banners .l-container {
  display: grid;
  row-gap: 24px;
  margin-top: 50px;
}

@media (min-width: 1025px) {
  .p-top-st__banners .l-container {
    display: flex;
    gap: 60px;
    max-width: 1272px;
    margin: 50px auto 0;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1310px) {
  .p-top-st__banners {
    margin: 0 19px;
  }
}
.p-top-st__banner {
  background: #faf9f5;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-top-st__banner a {
  height: 100%;
  display: block;
  padding: 25px;
  position: relative;
  transition: ease 0.3s;
}
.p-top-st__banner a::before, .p-top-st__banner a::after {
  content: "";
  position: absolute;
}
.p-top-st__banner a::before {
  width: 7px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #ffda3c;
  right: 19px;
  bottom: 18.5px;
  z-index: 1;
}
.p-top-st__banner a::after {
  width: 27px;
  height: 27px;
  background-color: #886d5d;
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
}

@media (min-width: 1025px) {
  .p-top-st__banner {
    width: calc(33.3% - 30px);
    border-radius: 20px;
  }
}
.p-top-st__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.p-top-st__bg img {
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.p-top-feature {
  color: var(--color-white);
  background: url(../../images/top/point-bg01.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 0 60px;
}

@media (min-width: 1025px) {
  .p-top-feature {
    background: url(../../images/top/point-bg02.jpg) no-repeat center top;
    background-size: cover;
    padding: 120px 0 160px;
  }
}
.p-top-feature__main-heading {
  container-type: inline-size;
  margin-bottom: 50px;
}
.p-top-feature__main-heading .c-heading-primary__text--ja {
  color: var(--color-white);
  font-size: var(--font-size-lg);
}
.p-top-feature__main-heading .c-heading-primary__text--ja span {
  font-size: 3.2rem;
  padding-bottom: 5px;
  position: relative;
}
.p-top-feature__main-heading .c-heading-primary__text--ja span::after {
  content: "";
  background: linear-gradient(135deg, #f9da00 0%, #def7d2 50%, #2e8ecf 100%);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

@media (min-width: 1025px) {
  .p-top-feature__main-heading {
    margin-bottom: 100px;
  }
  .p-top-feature__main-heading .c-heading-primary__text--ja {
    font-size: 3.1rem;
  }
  .p-top-feature__main-heading .c-heading-primary__text--ja span {
    font-size: 9.5rem;
  }
}
.p-top-feature__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media (min-width: 1025px) {
  .p-top-feature__list {
    gap: 120px;
  }
}
.p-top-feature__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-top-feature__item:nth-child(even) .p-top-feature__header {
  align-items: flex-end;
}

@media (min-width: 1025px) {
  .p-top-feature__item:nth-child(even) .p-top-feature__header {
    order: 2;
  }
}
.p-top-feature__heading {
  font-size: 2.2rem;
  font-family: var(--font-mincho);
  display: inline-block;
  position: relative;
  min-width: 286px;
  margin: -60px 0 20px calc(var(--container-padding) * -1);
  padding: 10px 30px;
}
.p-top-feature__heading::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #6e614a;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-feature__heading em {
  color: transparent;
  font-size: var(--font-size-lg);
  font-family: var(--font-jost);
  font-weight: var(--font-weight-light);
  font-style: normal;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-feature__heading em::before {
  content: "POINT " counter(point, decimal-leading-zero);
  white-space: nowrap;
}
.p-top-feature__heading em::after {
  content: "";
  width: calc(100% - 5em);
  height: 1px;
}
.p-top-feature__heading span {
  display: block;
  position: relative;
  padding-left: 20px;
}

.p-top-feature__item .p-top-feature__heading {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .p-top-feature__heading {
    font-size: 3.4rem;
    display: block;
  }
  .p-top-feature__heading em {
    font-size: 2.2rem;
  }
  .p-top-feature__heading span {
    padding-left: 0;
  }
}
.p-top-feature__item:nth-child(odd) .p-top-feature__heading em {
  background: linear-gradient(45deg, #ffed9e 0%, #fffff5 60%, #f8e79a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top-feature__item:nth-child(odd) .p-top-feature__heading em::after {
  background: linear-gradient(135deg, #ffed9e 0%, #fffff5 60%, #f8e79a 100%);
}

.p-top-feature__item:nth-child(even) .p-top-feature__heading {
  margin: -60px calc(var(--container-padding) * -1) 20px auto;
}
.p-top-feature__item:nth-child(even) .p-top-feature__heading em {
  background: linear-gradient(45deg, #99daf3 0%, #f5ffff 60%, #99daf3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top-feature__item:nth-child(even) .p-top-feature__heading em::after {
  background: linear-gradient(135deg, #99daf3 0%, #f5ffff 60%, #99daf3 100%);
}

@media (min-width: 1025px) {
  .p-top-feature__item:nth-child(odd) .p-top-feature__heading {
    margin: 50px 0 40px -60px;
    padding: 40px 80px 40px 160px;
  }
  .p-top-feature__item:nth-child(even) .p-top-feature__heading {
    margin: 50px -60px 40px 0;
    padding: 40px 160px 40px 80px;
  }
}
.p-top-feature__thumb {
  width: 100%;
  max-width: 95cqw;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .p-top-feature__thumb {
    max-width: 49.3cqw;
  }
}
.p-top-feature__item:nth-child(odd) .p-top-feature__thumb {
  margin-left: auto;
}

.p-top-feature__item:nth-child(even) .p-top-feature__thumb {
  margin-right: auto;
}

@media (min-width: 1025px) {
  .p-top-feature__item:nth-child(odd) .p-top-feature__thumb {
    margin-left: 0;
    margin-right: auto;
  }
  .p-top-feature__item:nth-child(even) .p-top-feature__thumb {
    margin-right: 0;
    margin-left: auto;
  }
}
.p-top-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1025px) {
  .p-top-feature__image {
    aspect-ratio: 948/630;
  }
}
.p-top-feature__item {
  overflow: hidden;
  counter-increment: point;
}

@media (min-width: 1025px) {
  .p-top-feature__item {
    display: flex;
    overflow: visible;
  }
  .p-top-feature__item:nth-child(even) {
    justify-content: flex-end;
  }
  .p-top-feature__item .l-container {
    width: 37.1cqw;
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .p-top-feature__item .l-container {
    width: 51cqw;
  }
}
.p-top-feature__text {
  font-size: var(--font-size-sm);
  padding: 0 30px;
}

@media (min-width: 1025px) {
  .p-top-feature__text {
    font-size: var(--font-size-md);
  }
  .p-top-feature__item:nth-child(odd) .p-top-feature__text {
    padding: 0 80px 0 100px;
  }
  .p-top-feature__item:nth-child(even) .p-top-feature__text {
    padding: 0 100px 0 80px;
  }
}
.p-top-purpose {
  background: url(../../images/top/purpose-bg01.png) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

@media (min-width: 1025px) {
  .p-top-purpose {
    background: url(../../images/top/purpose-bg02.png) no-repeat center top;
    background-size: cover;
    padding: 120px 0;
  }
}
.p-top-purpose__main-heading {
  margin-bottom: 30px;
}
.p-top-purpose__main-heading .c-heading-primary__text--ja {
  font-size: var(--font-size-lg);
}
.p-top-purpose__main-heading .c-heading-primary__text--ja span {
  font-size: 2.7rem;
}

@media (min-width: 1025px) {
  .p-top-purpose__main-heading {
    margin-bottom: 60px;
  }
  .p-top-purpose__main-heading .c-heading-primary__text--ja {
    font-size: 2.8rem;
  }
  .p-top-purpose__main-heading .c-heading-primary__text--ja span {
    font-size: 4.6rem;
  }
}
@media (max-width: 525px) {
  .p-top-purpose__main-heading .c-heading-primary__text--ja {
    font-size: 4.5vw;
  }
  .p-top-purpose__main-heading .c-heading-primary__text--ja span {
    font-size: 6.7vw;
  }
}
.p-top-purpose__list {
  display: grid;
  row-gap: 30px;
}

@media (min-width: 1025px) {
  .p-top-purpose__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    max-width: 1272px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .p-top-purpose__item {
    width: calc(33.3% - 40px);
  }
}
.p-top-purpose__heading {
  color: #4b2c0d;
  font-size: var(--font-size-lg);
  border-bottom: 1px solid #b2a694;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.p-top-purpose__heading::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #4b2c0d;
  display: inline-block;
}
.p-top-purpose__heading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.p-top-purpose__heading a::after {
  content: ">";
  margin-left: auto;
  padding-left: 1em;
}

@media (min-width: 1025px) {
  .p-top-purpose__heading {
    font-size: 2rem;
  }
}
.p-top-purpose__body {
  background: var(--color-white);
  padding: 24px 14px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .p-top-purpose__body {
    min-height: 184px;
  }
}
.p-top-purpose__thumb {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-top-purpose__thumb img {
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.p-top-purpose__buttons {
  display: grid;
  row-gap: 8px;
}

.p-top-purpose__more {
  color: #4b2c0d;
  letter-spacing: 0.1em;
  max-width: 166px;
  background: linear-gradient(to right, #f7f05a 0%, #e4ffe6 50%, #7bc7fa 100%);
  display: flex;
  align-items: center;
  border-radius: 18px;
}
.p-top-purpose__more::after {
  content: "";
  width: 7px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: var(--color-white);
  display: block;
  margin-left: auto;
}
.p-top-purpose__more span {
  margin-left: auto;
}

@media (min-width: 1025px) {
  .p-top-purpose__more {
    font-size: var(--font-size-md);
  }
}
.p-top-important {
  background: url(../../images/top/important-bg01.png) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0 140px;
}
.p-top-important .l-container {
  background: var(--color-white);
  margin: 0 var(--container-padding);
  padding: 40px 30px;
}
.p-top-important .c-heading-primary__text--ja {
  font-size: var(--font-size-lg);
  margin-bottom: 30px;
}
.p-top-important .c-heading-primary__text--ja small {
  font-size: var(--font-size-lg);
  display: block;
  margin: 0 0 5px;
}
.p-top-important .c-heading-primary__text--ja span {
  font-size: 2.6rem;
  display: block;
  position: relative;
  padding-bottom: 5px;
}
.p-top-important .c-heading-primary__text--ja span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #f9da00 0%, #def7d2 50%, #2e8ecf 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top-important .c-heading-primary__text--ja em {
  font-size: 3.2rem;
  font-style: normal;
}
.p-top-important__list {
  display: grid;
  gap: 15px;
  counter-reset: important;
}
.p-top-important__item {
  counter-increment: important;
}
.p-top-important table {
  width: 100%;
  border: 1px solid #b2a694;
}
.p-top-important table th {
  color: var(--color-white);
  vertical-align: middle;
  width: 68px;
  background: #a69586;
  padding: 20px 0;
}
.p-top-important table th h3 {
  font-size: 2.4rem;
  font-family: var(--font-mincho);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-top-important table th h3::before {
  font-size: var(--font-size-sm);
  font-family: var(--font-jost);
  font-weight: var(--font-weight-light);
  letter-spacing: 0;
  content: counter(important, decimal-leading-zero);
  writing-mode: horizontal-tb;
}
.p-top-important table td {
  padding: 20px;
}
.p-top-important table td h4 {
  color: #4b2c0d;
  margin-bottom: 5px;
}
.p-top-important table td p {
  font-size: 1.3rem;
}

@media (min-width: 1025px) {
  .p-top-important .l-container {
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .p-top-important .l-container::before {
    content: "";
    width: 312px;
    height: 258px;
    background: url(../../images/common/logo-mark.svg) no-repeat;
    background-size: contain;
    opacity: 0.1;
    position: absolute;
    right: -80px;
    top: -60px;
    z-index: -1;
  }
  .p-top-important .c-heading-primary__text--ja {
    font-size: 2.8rem;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-right: auto;
  }
  .p-top-important .c-heading-primary__text--ja small {
    font-size: 2.8rem;
    margin: 25px 0 0;
  }
  .p-top-important .c-heading-primary__text--ja span {
    font-size: 4.4rem;
    padding: 0;
  }
  .p-top-important .c-heading-primary__text--ja em {
    font-size: 5.4rem;
  }
  .p-top-important table {
    height: 100%;
  }
  .p-top-important table th h3 {
    font-size: 2.6rem;
  }
  .p-top-important table th h3::before {
    font-size: var(--font-size-md);
  }
  .p-top-important table td h4 {
    font-size: var(--font-size-lg);
  }
  .p-top-important table td p {
    font-size: var(--font-size-md);
  }
  .p-top-important__list {
    display: flex;
    gap: 30px;
    max-width: 1380px;
  }
  .p-top-important__item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1478px) {
  .p-top-important .l-container {
    margin: 0 19px;
  }
}
@media (min-width: 1025px) {
  .p-top-important {
    background: url(../../images/top/important-bg02.png) no-repeat center top;
    background-size: cover;
    padding: 90px 0;
  }
}
.p-top-services {
  margin-top: -60px;
  padding-bottom: 60px;
}
.p-top-services .c-heading-primary__text--ja {
  font-size: 2rem;
  line-height: 1.6;
}
.p-top-services .c-heading-primary__text--ja span {
  font-size: 2.7rem;
  background: linear-gradient(transparent 70%, #fdf4b2 70%);
}
.p-top-services .l-container .c-paragraph {
  font-size: var(--font-size-sm);
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .p-top-services {
    min-height: 1000px;
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  .p-top-services .c-heading-primary {
    margin-bottom: 30px;
  }
  .p-top-services .c-heading-primary__text--ja {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .p-top-services .c-heading-primary__text--ja span {
    font-size: 4rem;
  }
  .p-top-services .c-heading-primary__text--ja br {
    display: none;
  }
  .p-top-services .l-container {
    max-width: 948px;
    margin: 0 auto;
  }
  .p-top-services .l-container .c-paragraph {
    font-size: var(--font-size-lg);
    text-align: center;
  }
}
.p-top-services__image {
  margin: -40px 0 -20px;
}
.p-top-services__image img {
  width: 100%;
}

@media (min-width: 1025px) {
  .p-top-services__image {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: 0;
  }
}
.p-top-services__list {
  margin-top: 36px;
}
.p-top-services__list .c-menu-list__text {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .p-top-services__list .c-menu-list {
    --column-count: 3;
  }
  .p-top-services__list .c-menu-list__icon {
    margin-left: auto;
  }
  .p-top-services__list .c-menu-list__text {
    margin: 0 auto 0 0.5em;
    flex: none;
  }
}
.p-top-services__more {
  margin-top: 2.5em;
}

.p-top-facility {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: url(../../images/common/bg-gradation01.png) no-repeat center top;
  background-size: 100%;
}

@media (min-width: 1025px) {
  .p-top-facility {
    background: url(../../images/common/bg-gradation02.png) no-repeat center top;
    background-size: 100%;
    padding: 120px 0;
  }
}
.p-top-facility__heading .c-heading-primary__text--ja {
  margin: 0;
}

@media (min-width: 1025px) {
  .p-top-facility__heading {
    flex-direction: row;
    gap: 50px;
    max-width: 1272px;
    margin: 0 auto;
  }
  .p-top-facility__heading .c-heading-primary__text--ja {
    margin: 30px 0 0 0;
  }
}
.p-top-facility__list {
  container-type: inline-size;
  width: 77%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
}

@media (min-width: 1025px) {
  .p-top-facility__list {
    margin-right: 0;
    margin-left: 0;
  }
}
.p-top-facility__list.slick-slider {
  margin-bottom: 0;
}

.p-top-facility__list .slick-list {
  overflow: visible;
}

.p-top-facility__list .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.p-top-facility__item {
  --gap: 10cqw;
  height: auto;
  padding: 0 calc(var(--gap) / 2);
  cursor: grab;
}

@media (min-width: 1025px) {
  .p-top-facility__item {
    --gap: 20px;
  }
}
.p-top-facility__item:active {
  cursor: grabbing;
}

.p-top-facility__card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
}

.p-top-facility__image {
  width: 100%;
  aspect-ratio: 30/21;
}

.p-top-facility__body {
  padding: 20px 0 0;
  background-color: var(--color-white);
}

@media (min-width: 1025px) {
  .p-top-facility__body {
    padding: 30px 0 0;
  }
}
.p-top-facility__name {
  color: #4b2c0d;
  line-height: 1.3;
}

@media (min-width: 1025px) {
  .p-top-facility__name {
    font-size: 2.8rem;
  }
}
.p-top-facility__description {
  font-size: var(--font-size-sm);
  margin-top: 6px;
}

@media (min-width: 1025px) {
  .p-top-facility__description {
    font-size: var(--font-size-lg);
  }
}
.p-top-facility__nav {
  margin-top: 36px;
}

@media (min-width: 1025px) {
  .p-top-facility__nav {
    margin-top: 60px;
  }
}
.p-top-facility__buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(var(--shadow-size-md) * 2);
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.p-top-facility__more {
  margin-top: 60px;
}

@media (max-width: 525px) {
  .p-top-facility__more {
    margin-top: 36px;
  }
}
.p-top-kohshinkai {
  text-align: center;
  padding-top: 60px;
}

@media (min-width: 1025px) {
  .p-top-kohshinkai {
    display: flex;
    padding: 60px 0 0;
  }
}
@media (min-width: 1025px) {
  .p-top-kohshinkai__main {
    max-width: 1272px;
    width: 100%;
    margin: 0 auto;
  }
  .p-top-kohshinkai__main .l-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .p-top-kohshinkai__left {
    width: 560px;
  }
}
@media (min-width: 1025px) {
  .p-top-kohshinkai__right {
    width: 560px;
  }
}
.p-top-kohshinkai__logo {
  max-width: 304px;
  margin-bottom: 20px;
}

@media (min-width: 721px) {
  .p-top-kohshinkai__logo {
    max-width: 176px;
    margin-bottom: 60px;
  }
}
.p-top-kohshinkai__catch {
  color: #4c2c0d;
  font-size: 2.7rem;
  font-family: var(--font-mincho);
  font-weight: var(--font-weight-medium);
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .p-top-kohshinkai__catch {
    font-size: 4.6rem;
    margin-bottom: 60px;
  }
}
.p-top-kohshinkai__text {
  font-size: var(--font-size-sm);
  text-align: left;
  position: relative;
}

@media (min-width: 1025px) {
  .p-top-kohshinkai__text {
    font-size: var(--font-size-lg);
  }
}
.p-top-kohshinkai__image {
  width: 120vw;
  margin-top: -30px;
  margin-left: -10vw;
}
.p-top-kohshinkai__image img {
  width: 100%;
}

.p-top-kohshinkai__banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
  position: relative;
}

@media (min-width: 1025px) {
  .p-top-kohshinkai__banners {
    margin-top: 60px;
  }
}
.l-access,
.l-qa,
.l-contact {
  display: none;
}/*# sourceMappingURL=top.css.map */