@charset "UTF-8";
.p-topFV {
  position: relative;
  padding-top: var(--fukumasu-header-height);
  background: var(--color-paper);
  overflow: hidden;
}

/* TOP全体背景の上にコピーとスライダーを載せる。 */
.p-topFV__panel {
  position: relative;
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-top: 53px;
  padding-right: 32px;
  padding-left: 32px;
  isolation: isolate;
}

.p-topFV__panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 20px 20px 0 0;
  background-color: var(--color-paper);
  background-image: url("../images/img_topFv-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
  pointer-events: none;
}

@media screen and (min-width: 1366px) {
  .p-topFV__panel::before {
    left: 50%;
    right: auto;
    width: 94.1434846266vw;
    transform: translateX(-50%);
  }
}
.p-topFV__copy {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  background: transparent;
  text-align: center;
}

.p-topFV__brand {
  margin-bottom: 28px;
}

.p-topFV__lead {
  margin-bottom: 5px;
}

.p-topFV__slider {
  position: relative;
  z-index: 2;
  width: calc(100% + 144px);
  margin-inline: -72px;
  height: 380px;
  overflow: hidden;
}

.p-topFV__track {
  display: flex;
  align-items: stretch;
  height: 100%;
  transition: transform 0.8s ease;
}

.p-topFV__slide {
  flex: 0 0 31%;
  aspect-ratio: auto;
  height: 100%;
}

.p-topFV__slide--wide {
  flex-basis: 40%;
}

.p-topFV__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topFV__copy {
  animation: topFvCopyIn 0.95s ease both;
  will-change: opacity, transform;
}

.p-topFV__slider {
  animation: topFvSliderIn 1.15s ease 0.18s both;
  will-change: opacity, transform;
}

body.is-cms-editor .p-topFV__copy,
body.is-cms-editor .p-topFV__slider,
.gjs-dashed .p-topFV__copy,
.gjs-dashed .p-topFV__slider {
  animation: none;
  opacity: 1;
  transform: none;
  will-change: auto;
}

body.is-cms-editor .p-topFV__slider,
.gjs-dashed .p-topFV__slider {
  width: 100%;
  margin-inline: 0;
  height: auto;
  overflow: visible;
}

body.is-cms-editor .p-topFV__track,
.gjs-dashed .p-topFV__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: 0;
  height: auto !important;
  transform: none !important;
  transition: none;
}

body.is-cms-editor .p-topFV__slide,
body.is-cms-editor .p-topFV__slide--wide,
.gjs-dashed .p-topFV__slide,
.gjs-dashed .p-topFV__slide--wide {
  flex-basis: auto;
  width: 100%;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 3/2;
  align-self: start;
  overflow: hidden;
}

body.is-cms-editor .p-topFV__slide img,
.gjs-dashed .p-topFV__slide img {
  display: block;
  height: 100%;
}

@keyframes topFvCopyIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes topFvSliderIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-topFV__copy,
  .p-topFV__slider {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-topFV__panel {
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 24px;
    padding-top: 42px;
    padding-right: 22px;
    padding-bottom: 0px;
    padding-left: 22px;
  }
  .p-topFV__copy {
    margin-bottom: 20px;
  }
  .p-topFV__slider {
    width: calc(100% + 92px);
    margin-inline: -46px;
    height: 300px;
  }
  .p-topFV__slide {
    flex-basis: 42%;
  }
  .p-topFV__slide--wide {
    flex-basis: 54%;
  }
}
@media screen and (max-width: 600px) {
  .p-topFV__panel {
    margin-top: 0;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 22px;
    padding-left: 16px;
  }
  .p-topFV__slider {
    width: calc(100% + 64px);
    margin-inline: -32px;
    height: 220px;
  }
  .p-topFV__slide {
    flex-basis: 78%;
  }
  .p-topFV__slide--wide {
    flex-basis: 92%;
  }
}
.p-topNews {
  padding-top: 2.7818448023vw;
  padding-right: 0;
  padding-bottom: 62px;
  padding-left: 0;
  background: transparent;
}

.p-topNews__inner {
  width: min(1200px, 100% - 48px);
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 0 46px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-mint-mid);
}

.p-topNews__head {
  padding-top: 6px;
}

.p-topNews__head .c-sectionTitle__enLabel {
  margin-left: -2px;
}

.p-topNews__body {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.p-topNews__body > section.webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.p-topNews__date {
  width: fit-content;
}

.p-topNews__item {
  display: grid;
  grid-template-columns: auto 118px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
}

a.p-topNews__item {
  color: inherit;
  text-decoration: none;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.webgene-item > .p-topNews__item {
  color: inherit;
}

.p-topNews__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border: 1px solid var(--color-mint);
  border-radius: 6px;
}

.p-topNews__title {
  margin-left: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-topNews__more {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 13px;
  margin-top: 42px;
  cursor: pointer;
}

.p-topNews__more::after {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon_com-more-mint.png") center/contain no-repeat;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  a.p-topNews__item:hover,
  a.p-topNews__item:focus-visible {
    transform: scale(1.02);
  }
}
@media (prefers-reduced-motion: reduce) {
  a.p-topNews__item {
    transition: none;
    transform: none;
  }
  a.p-topNews__item:hover,
  a.p-topNews__item:focus-visible {
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .p-topNews__inner {
    gap: 0 32px;
  }
  .p-topNews__item {
    gap: 18px;
  }
  .p-topNews__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-topNews__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .p-topNews__head {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-topNews {
    padding-top: 48px;
    padding-right: 0;
    padding-bottom: 48px;
    padding-left: 0;
  }
  .p-topNews__body > section.webgene-blog {
    gap: 18px;
  }
  /* SP：日付＋カテゴリを1行にまとめ、その下にタイトル（メタとタイトルをグループ化） */
  .p-topNews__item {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-areas: "date title" "cat title";
    gap: 8px 16px;
    align-items: start;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(76, 197, 173, 0.28);
  }
  .p-topNews__item:last-child {
    border-bottom: 0;
  }
  .webgene-item:last-child > .p-topNews__item {
    border-bottom: 0;
  }
  .p-topNews__date {
    grid-area: date;
  }
  .p-topNews__cat {
    grid-area: cat;
    justify-self: start;
  }
  .p-topNews__title {
    grid-area: title;
    align-self: center;
    margin-left: 0;
  }
  .p-topNews__more {
    align-self: flex-end;
    margin-top: 32px;
    margin-left: auto;
  }
}
.p-topFeature {
  padding-top: 42px;
  padding-bottom: 82px;
  background: transparent;
}

.p-topFeature__head {
  margin-bottom: 43px;
}

.p-topFeature__headWrap {
  margin-bottom: 0;
  margin-left: 83px;
}

.p-topFeature__sliderWrap {
  width: calc(100% - 84px);
  margin-left: auto;
}

.p-topFeature__slider {
  position: relative;
  width: 100%;
}

.p-topFeature__controls {
  position: absolute;
  top: 172px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 252px;
  gap: 18px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #43c9af 0%, #8ee0bd 100%);
}

.p-topFeature__control {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.p-topFeature__control::before {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-topFeature__control--prev::before {
  background-image: url("../images/icon_top-feature-prev.png");
}

.p-topFeature__control--next::before {
  background-image: url("../images/icon_top-feature-next.png");
}

.p-topFeature__control:hover {
  opacity: 0.88;
}

.p-topFeature__panel {
  position: relative;
  margin-left: auto;
  width: calc(100% - 110px);
  height: 660px;
  padding-top: 28px;
  padding-left: 33px;
  border: 1px solid var(--color-mint-mid);
  border-radius: 8px 0 0 8px;
  background: var(--color-paper);
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  .p-topFeature__headWrap {
    margin-left: 56px;
    /* l-containerは中央寄せ前提(calc(100%-48px))だが、ここはmargin-left:56pxで左寄せのため
       自分の左マージン分を引いた幅にして約1144px以下の横はみ出しを防ぐ。1366pxでは1088pxのまま不変。 */
    width: min(var(--layout-content), 100% - 56px);
  }
  .p-topFeature__sliderWrap {
    width: calc(100% - 56px);
  }
  .p-topFeature__controls {
    top: 148px;
    width: 96px;
    height: 218px;
    gap: 14px;
  }
  .p-topFeature__control {
    width: 52px;
    height: 52px;
  }
  .p-topFeature__panel {
    width: calc(100% - 88px);
    padding-top: 24px;
    padding-left: 24px;
  }
  .p-topFeature__cards {
    gap: 24px;
  }
  .p-topFeature__card {
    flex-basis: 268px;
  }
  .p-topFeature__cardBody {
    width: 100%;
  }
  .p-topFeature__more {
    right: 40px;
    bottom: 24px;
  }
}
.p-topFeature__viewport {
  height: 100%;
  overflow: hidden;
}

.p-topFeature__cards {
  display: flex;
  height: 100%;
  gap: 30px;
  transition: transform 0.45s ease;
}

.p-topFeature__card {
  display: block;
  flex: 0 0 300px;
}

.p-topFeature__cardPhoto {
  aspect-ratio: 300/360;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 3px;
}

.p-topFeature__cardPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topFeature__cardBody {
  width: 100%;
}

.p-topFeature__cardBody h3 {
  display: flex;
  align-items: center;
  min-height: 3em;
  margin-bottom: 22px;
}

.p-topFeature__more {
  position: absolute;
  right: 79px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}

.p-topFeature__more::after {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon_com-more-mint.png") center/contain no-repeat;
  content: "";
}

@media screen and (max-width: 1024px) {
  .p-topFeature__sliderWrap {
    width: 100%;
  }
  .p-topFeature__slider {
    width: 100%;
  }
  .p-topFeature__controls {
    top: 108px;
    left: 0;
    width: 62px;
    height: 164px;
  }
  .p-topFeature__control {
    width: 40px;
    height: 40px;
  }
  .p-topFeature__panel {
    width: calc(100% - 62px);
    height: 600px;
  }
  .p-topFeature__card {
    flex-basis: 224px;
  }
}
@media screen and (max-width: 600px) {
  .p-topFeature {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-topFeature__slider {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-topFeature__controls {
    position: static;
    order: 1; /* カード(panel)の後ろ＝下に配置 */
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 14px;
    padding-block: 12px;
    padding-inline: 12px;
    border-radius: 8px;
  }
  .p-topFeature__panel {
    width: 100%;
    height: auto;
    min-height: 430px;
    padding-top: 20px;
    padding-bottom: 72px;
    padding-left: 20px;
    border-radius: 8px;
  }
  .p-topFeature__viewport,
  .p-topFeature__cards {
    height: auto;
  }
  .p-topFeature__card {
    flex-basis: 240px;
  }
  .p-topFeature__more {
    right: 20px;
    bottom: 24px;
  }
}
.p-topService {
  padding-top: 24px;
  padding-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  background: transparent;
  overflow: hidden;
}

.p-topService__inner {
  display: grid;
  grid-template-columns: minmax(420px, 540px) 1fr;
  gap: 70px;
  align-items: center;
  width: min(1366px, 100% - 96px);
  margin-inline: auto;
}

.p-topService__head {
  margin-bottom: 34px;
}

.p-topService__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 40px;
}

.p-topService__item {
  min-height: 122px;
  padding-top: 26px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 30px;
  border-top: 1px solid var(--color-mint);
  border-left: 1px solid var(--color-mint);
  border-radius: 8px 0 0 0;
  cursor: pointer;
  transition: background 0.15s ease;
}

.p-topService__item:hover {
  background: rgba(255, 255, 255, 0.58);
}

.p-topService__item p {
  width: auto;
  max-width: 100%;
}

.p-topService__item h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.p-topService__item h3::after {
  width: 13px;
  height: 10px;
  background: var(--color-mint-dark);
  content: "";
  mask-image: url("../images/icon_com-arrow-right.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/icon_com-arrow-right.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.p-topService__photoSlider {
  margin-top: 90px;
  margin-left: 3px;
  --service-photo-breakout: max(
    0px,
    calc((100vw - var(--layout-content)) / 2 - 24px)
  );
  position: relative;
  width: calc(100% + var(--service-photo-breakout));
  margin-right: calc(var(--service-photo-breakout) * -1);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.p-topService__photo {
  position: relative;
  opacity: 1;
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
}

.p-topService__photoSlider.is-enhanced {
  display: block;
  min-height: 500px;
}

.p-topService__photoSlider.is-enhanced .p-topService__photo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.p-topService__photoSlider.is-enhanced .p-topService__photo.is-active {
  opacity: 1;
}

.p-topService__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 1366px) {
  .p-topService__inner {
    grid-template-columns: minmax(360px, 500px) 1fr;
    gap: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .p-topService__inner {
    width: min(1200px, 100% - 48px);
  }
  .p-topService__grid {
    gap: 24px;
  }
  .p-topService__item {
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
  }
  .p-topService__item p {
    width: auto;
  }
  .p-topService__photoSlider {
    margin-top: 40px;
  }
  .p-topService__photoSlider.is-enhanced {
    min-height: 500px;
  }
}
@media screen and (min-width: 1367px) {
  .p-topService__inner {
    grid-template-columns: minmax(461px, 540px) 669px;
    width: min(1279px, 100% - 96px);
  }
  .p-topService__photoSlider {
    --service-photo-breakout: 0px;
    width: 669px;
    margin-right: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p-topService__photoSlider.is-enhanced {
    width: 669px;
  }
}
@media screen and (max-width: 1024px) {
  .p-topService__inner {
    grid-template-columns: 1fr;
    width: min(var(--layout-content), 100% - 48px);
  }
  .p-topService__photoSlider {
    --service-photo-breakout: 0px;
    width: 100%;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-topService__photoSlider.is-enhanced {
    min-height: 430px;
  }
}
@media screen and (max-width: 600px) {
  .p-topService {
    padding-top: 56px;
    padding-right: 0;
    padding-bottom: 56px;
    padding-left: 0;
  }
  .p-topService__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-topService__item {
    min-height: auto;
    padding-top: 22px;
    padding-right: 22px;
    padding-bottom: 18px;
    padding-left: 22px;
  }
  .p-topService__photoSlider {
    gap: 12px;
  }
  .p-topService__photoSlider.is-enhanced {
    min-height: 300px;
  }
}
.p-topAbout {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  background: transparent;
}

.p-topAbout__inner {
  width: min(1286px, 100% - 48px);
  margin-inline: auto;
  padding-block: 136px 86px;
  padding-inline: 31px;
  border-radius: 20px;
  background: #d7efe9;
  overflow: hidden;
}

.p-topAbout__main {
  margin-left: clamp(0px, 7vw, 90px);
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(0, 586px);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.p-topAbout__content {
  width: min(400px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-topAbout__head {
  margin-bottom: 58px;
}

.p-topAbout__text {
  max-width: 430px;
  margin-block: 20px 55px;
}

.p-topAbout__links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-topAbout__link {
  margin-right: -9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 28px;
  padding-bottom: 20px;
  padding-left: 28px;
  border-bottom: 1px solid #4cc5ad;
  cursor: pointer;
  transition: opacity 0.2s;
}

/* カンプは各項目の上下に破線。先頭に上線を足し、項目間は border-bottom 1本で共有する。 */
.p-topAbout__link:first-child {
  border-top: 1px solid #4cc5ad;
}

.p-topAbout__link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url("../images/icon_com-circle.svg") center/contain no-repeat;
  content: "";
}

.p-topAbout__link:hover {
  opacity: 0.85;
}

.p-topAbout__photoSlider {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  top: -7px;
}

.p-topAbout__slide {
  position: relative;
  opacity: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.p-topAbout__photoSlider.is-enhanced {
  display: block;
  height: clamp(560px, 56vw, 721px);
}

.p-topAbout__photoSlider.is-enhanced .p-topAbout__slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.p-topAbout__photoSlider.is-enhanced .p-topAbout__slide.is-active {
  opacity: 1;
}

.p-topAbout__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.p-topAbout .p-topInfo {
  margin-top: 76px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom: 0;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .p-topAbout .p-topInfo {
    margin-top: 7.421875vw;
  }
}
.p-topAbout .p-topInfo__panel {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 0;
  background: transparent;
}

@media screen and (max-width: 1200px) {
  .p-topAbout__inner {
    padding-block: 96px 72px;
    padding-inline: 28px;
  }
  .p-topAbout__head {
    margin-bottom: 40px;
  }
  .p-topAbout__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-topAbout__inner {
    padding-block: clamp(64px, 64px + (100vw - 768px) * 0.125, 96px) clamp(56px, 56px + (100vw - 768px) * 0.0625, 72px);
    padding-inline: clamp(20px, 20px + (100vw - 768px) * 0.0313, 28px);
  }
  .p-topAbout__main {
    margin-left: 0;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: clamp(24px, 24px + (100vw - 768px) * 0.0313, 32px);
  }
  .p-topAbout__head {
    margin-bottom: clamp(24px, 24px + (100vw - 768px) * 0.0625, 40px);
  }
  .p-topAbout__text {
    margin-block: clamp(16px, 16px + (100vw - 768px) * 0.0156, 20px) clamp(28px, 28px + (100vw - 768px) * 0.0469, 40px);
  }
  .p-topAbout__link {
    margin-right: 0;
    padding-block: clamp(12px, 12px + (100vw - 768px) * 0.0313, 20px);
    padding-inline: clamp(16px, 16px + (100vw - 768px) * 0.0469, 28px);
  }
  .p-topAbout__link::after {
    flex: 0 0 clamp(32px, 32px + (100vw - 768px) * 0.0313, 40px);
    width: clamp(32px, 32px + (100vw - 768px) * 0.0313, 40px);
    height: clamp(32px, 32px + (100vw - 768px) * 0.0313, 40px);
  }
  .p-topAbout__photoSlider,
  .p-topAbout__photoSlider.is-enhanced {
    top: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__inner {
    width: min(var(--layout-content), 100% - 48px);
    padding-top: 56px;
    padding-right: 28px;
    padding-bottom: 56px;
    padding-left: 28px;
  }
  .p-topAbout__main {
    grid-template-columns: 1fr;
    margin-left: 0; /* 2カラム用の左インデントは1カラム化で解除（右ズレ防止） */
    justify-items: center;
  }
  .p-topAbout__content {
    justify-self: center;
  }
  .p-topAbout__photoSlider {
    justify-self: center;
    width: min(586px, 100%);
    height: auto;
    min-height: 0;
    aspect-ratio: 586/586;
  }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .p-topAbout__head {
    width: calc(100vw - 104px);
    margin-left: calc((504px - 100vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__photoSlider {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }
  .p-topAbout__photoSlider.is-enhanced {
    height: auto;
    min-height: 0;
    aspect-ratio: 586/586;
  }
}
@media screen and (max-width: 600px) {
  .p-topAbout {
    padding-top: 56px;
    padding-right: 0;
    padding-bottom: 56px;
    padding-left: 0;
  }
  .p-topAbout__inner {
    padding-top: 44px;
    padding-right: 20px;
    padding-bottom: 44px;
    padding-left: 20px;
  }
  .p-topAbout__content,
  .p-topAbout__head {
    text-align: center;
  }
  .p-topAbout__text {
    margin-inline: auto;
    text-align: start;
  }
  .p-topAbout__photoSlider {
    width: 100%;
  }
  .p-topAbout .p-topInfo {
    margin-top: 38px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .p-topAbout__slide {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .p-topAbout__inner {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-topAbout__slide {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
  .p-topAbout__photoSlider.is-enhanced .p-topAbout__slide {
    width: 100%;
    height: 100%;
  }
}
.p-topInfo {
  padding-top: 74px;
  padding-right: 0;
  padding-bottom: 76px;
  padding-left: 0;
  background: transparent;
  border-bottom: 1px solid var(--color-mint-mid);
}

.p-topInfo .l-container {
  width: min(1125px, 100% - 48px);
  margin-inline: auto;
}

.p-topInfo__panel {
  background: rgba(126, 205, 201, 0.12);
  border-radius: 0px;
  padding-top: 56px;
  padding-right: 56px;
  padding-bottom: 56px;
  padding-left: 56px;
}

.p-topInfo__panel > .p-topCalendar {
  margin-bottom: 74px;
  margin-inline: auto;
  width: min(849px, 100%);
}

@media screen and (max-width: 1200px) {
  .p-topInfo__panel {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }
  .p-topInfo__panel > .p-topCalendar {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .p-topInfo .l-container {
    width: min(var(--layout-content), 100% - 48px);
  }
  .p-topInfo__panel {
    padding-top: 44px;
    padding-right: 44px;
    padding-bottom: 44px;
    padding-left: 44px;
  }
  .p-topInfo__panel > .p-topCalendar {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 600px) {
  .p-topInfo {
    padding-top: 54px;
    padding-right: 0;
    padding-bottom: 58px;
    padding-left: 0;
  }
  .p-topInfo .l-container {
    width: calc(100% - 40px);
  }
  .p-topInfo__panel {
    padding-top: 28px;
    padding-right: 0;
    padding-bottom: 28px;
    padding-left: 0;
    border-radius: 16px;
  }
  .p-topInfo__panel > .p-topCalendar {
    width: calc(100% - 40px);
    margin-bottom: 28px;
  }
}
.p-topCalendar__embed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 849px;
  aspect-ratio: 849/641;
  overflow: hidden;
  border: 1px solid rgba(90, 184, 179, 0.28);
  border-radius: 0px;
  background: var(--color-paper);
}

.p-topCalendar__embed > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-topCalendar__embed iframe,
.p-topCalendar__fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-topCalendar__embed iframe {
  border: 0;
  background: var(--color-paper);
}

.p-topCalendar__fallback {
  object-fit: contain;
  object-position: center center;
}

.p-topCalendar__embed iframe,
.p-topCalendar__embed.is-local-preview iframe {
  display: none;
}

.p-topCalendar__embed.is-embed-ready iframe {
  display: block;
}

.p-topCalendar__embed.is-embed-ready .p-topCalendar__fallback {
  display: none;
}

@media screen and (max-width: 600px) {
  .p-topCalendar__embed {
    border-radius: 10px;
  }
}
.p-topAccess {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: transparent;
}

.p-topAccess__panel {
  display: grid;
  grid-template-columns: minmax(0, 562px) minmax(320px, 483px);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
  justify-content: center;
}

.p-topAccess__mapEmbed {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 624px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--color-line);
}

.p-topAccess__mapEmbed > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-topAccess__mapEmbed iframe,
.p-topAccess__mapFallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-topAccess__mapEmbed iframe {
  border: 0;
}

.p-topAccess__mapFallback {
  object-fit: cover;
}

.p-topAccess__mapEmbed iframe,
.p-topAccess__mapEmbed.is-local-preview iframe,
.p-topAccess__mapEmbed.is-embed-ready iframe {
  display: block;
}

.p-topAccess__mapFallback,
.p-topAccess__mapEmbed.is-embed-ready .p-topAccess__mapFallback {
  display: none;
}

.p-topAccess__clinic {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-topAccess__clinicLogo {
  margin-bottom: 30px;
}

.p-topAccess__clinicLogo img {
  width: 220px;
  height: auto;
}

.p-topAccess__clinicTel {
  margin-top: 8px;
}

.p-topAccess__contact {
  margin-top: 38px;
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 22px;
  padding-left: 24px;
  border-radius: 14px;
  background: var(--color-paper);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.p-topAccess__contactTel {
  margin-top: 10px;
}

/* お問い合わせ番号の左に受話器アイコン（カンプ準拠、装飾＝擬似要素） */
.p-topAccess__contactTel a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.p-topAccess__contactTel a::before {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background: url("../images/icon_com-call.svg") center/contain no-repeat;
  content: "";
}

.p-topAccess__hours {
  margin-top: 15px;
}

.p-topAccess__hoursTable {
  --hours-label: 120px;
  display: grid;
  grid-template-columns: var(--hours-label) repeat(7, minmax(0, 1fr));
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-paper);
}

.p-topAccess__hoursRow {
  display: contents;
}

.p-topAccess__hoursCell {
  min-width: 0;
  box-sizing: border-box;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* カンプ：データ行 ≈43px（実測line-box≈23px → 縦pad10px） */
  padding-right: 7px;
  padding-bottom: 10px;
  padding-left: 7px;
  background: var(--color-paper);
  border-left: 1px dotted rgba(90, 184, 179, 0.45);
}

.p-topAccess__hoursCell:first-child {
  border-left: 0;
}

.p-topAccess__hoursRow + .p-topAccess__hoursRow .p-topAccess__hoursCell {
  border-top: 1px dotted rgba(90, 184, 179, 0.6);
}

.p-topAccess__hoursRow--head .p-topAccess__hoursCell {
  padding-block: 6px; /* ヘッダー帯カンプ ≈34px（白文字line-box≈22px → 縦pad6px） */
  background: var(--color-mint-dark);
  border-left-color: rgba(255, 255, 255, 0.65);
}

.p-topAccess__hoursRow:nth-child(2) .p-topAccess__hoursCell {
  padding-block: 9px 9px;
}

.p-topAccess__hoursRow:nth-child(3) .p-topAccess__hoursCell {
  padding-block: 9px 11px;
}

.p-topAccess__hoursRow--head .p-topAccess__hoursCell:first-child {
  border-left: 0;
}

.p-topAccess__hoursCell--label {
  justify-content: flex-start;
  padding-inline: 16px;
}

.p-topAccess__hoursRow--head .p-topAccess__hoursCell--label {
  justify-content: flex-start;
}

.p-topAccess__hoursCell--mark {
  position: relative;
}

/* マークは支給SVGアイコンに差し替え（描画CSSは撤去） */
.p-topAccess__hoursCell--mark::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat;
}

.p-topAccess__hoursCell--circle::before {
  background-image: url("../images/icon_top-hours-circle.svg");
}

.p-topAccess__hoursCell--circle.p-topAccess__hoursCell--hollow::before {
  background-image: url("../images/icon_top-hours-circle-hollow.svg");
}

.p-topAccess__hoursCell--dash::before {
  width: 12px;
  height: 2px;
  background-image: url("../images/icon_top-hours-dash.svg");
}

.p-topAccess__hoursCell--tri::before {
  background-image: url("../images/icon_top-hours-tri.svg");
}

.p-topAccess__hoursCell--tri.p-topAccess__hoursCell--hollow::before {
  background-image: url("../images/icon_top-hours-tri-hollow.svg");
}

.p-topAccess__hoursCell--note {
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-topAccess__hoursCell--note::before {
  margin-top: 0;
  margin-bottom: 4px;
}

.p-topAccess__hoursNotes {
  margin-top: 8px;
}

.p-topAccess__hoursLegend {
  display: grid;
}

.p-topAccess__hoursLegendItem {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 1px dotted rgba(90, 184, 179, 0.6);
  padding-inline: 16px;
}

/* レジェンドのマークも支給SVGに差し替え */
.p-topAccess__hoursLegendMark {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background: center/contain no-repeat;
}

.p-topAccess__hoursLegendMark--circle {
  background-image: url("../images/icon_top-hours-circle.svg");
}

.p-topAccess__hoursLegendMark--circle.p-topAccess__hoursLegendMark--hollow {
  background-image: url("../images/icon_top-hours-circle-hollow.svg");
}

.p-topAccess__hoursLegendMark--tri {
  background-image: url("../images/icon_top-hours-tri.svg");
}

.p-topAccess__hoursLegendMark--tri.p-topAccess__hoursLegendMark--hollow {
  background-image: url("../images/icon_top-hours-tri-hollow.svg");
}

.p-topAccess__hoursCaution {
  margin-top: 0;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 1px dotted rgba(90, 184, 179, 0.6);
  padding-inline: 17px;
}

@media screen and (max-width: 1200px) {
  .p-topAccess__clinic {
    margin-top: 28px;
  }
  .p-topAccess__contact {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .p-topAccess__panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
  .p-topAccess__mapEmbed {
    height: clamp(350px, 350px + (100vw - 650px) * 0.4011, 500px);
  }
}
@media screen and (max-width: 650px) {
  .p-topAccess__mapEmbed {
    height: 53.8461538462vw;
  }
}
@media screen and (max-width: 600px) {
  .p-topAccess__hoursTable {
    grid-template-columns: max-content repeat(7, minmax(0, 1fr));
    width: 100%;
  }
  .p-topAccess__hoursCell--label {
    padding-inline: clamp(8px, 2vw, 10px);
    white-space: nowrap;
  }
  .p-topAccess__hoursCell {
    min-height: 40px;
    padding-inline: clamp(2px, 1.4vw, 7px);
  }
}
@media screen and (max-width: 430px) {
  .p-topAccess {
    margin-inline: 0;
  }
  .p-topAccess__contact,
  .p-topAccess__hours {
    width: 100%;
  }
  .p-topAccess__hoursLegendItem {
    padding-inline: 10px;
  }
  .p-topAccess__hoursCaution {
    padding-inline: 10px;
  }
}
.p-topMap {
  background: transparent;
}

.p-topMap__embed {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.p-topMap__embed > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-topMap__embed iframe,
.p-topMap__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.p-topMap__embed iframe {
  border: 0;
}

.p-topMap__fallback {
  object-fit: cover;
}

.p-topMap__embed iframe,
.p-topMap__embed.is-local-preview iframe,
.p-topMap__embed.is-embed-ready iframe {
  display: block;
}

.p-topMap__fallback,
.p-topMap__embed.is-embed-ready .p-topMap__fallback {
  display: none;
}

@media screen and (max-width: 600px) {
  .p-topMap__embed {
    height: 260px;
  }
}
.l-top {
  position: relative;
  background-color: var(--color-base-soft);
}

.l-top .l-lower {
  background: transparent;
}

.is-fade-ready .l-top .is-fade-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.is-fade-ready .l-top .is-fade-target.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .is-fade-ready .l-top .is-fade-target {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.p-recruit {
  padding-top: 89px;
  padding-bottom: 154px;
  background: transparent;
}

.p-recruit__inner {
  width: min(1245px, 100% - 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(40px, 6vw, 83px);
  align-items: center;
}

.p-recruit__visual {
  position: relative;
}

.p-recruit__title {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 2;
}

.p-recruit__jaLabel {
  margin-top: 8px;
  margin-left: clamp(40px, 7vw, 90px);
}

.p-recruit__lead {
  margin-bottom: 15px;
}

.p-recruit__text {
  width: min(400px, 100%);
}

.p-recruit__enLabel {
  display: inline-block;
}

.p-recruit__enLabel::before {
  position: relative;
  top: -1.2445095168vw;
  left: 20px;
  display: inline-block;
  width: 38px;
  height: 3px;
  margin-right: 42px;
  background: url("../images/icon_top-news-line.svg") center/contain no-repeat;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 900px) {
  .p-recruit__enLabel::before {
    margin-right: 32px;
  }
}
@media screen and (max-width: 700px) {
  .p-recruit__enLabel::before {
    left: 0;
    margin-right: 15px;
  }
}
.p-recruit__photoWrap {
  position: relative;
  width: min(700px, 100%);
  height: auto;
  aspect-ratio: 700/501;
  margin-top: 27px;
  margin-left: 23px;
}

.p-recruit__photoWrap::after {
  position: absolute;
  right: -16px;
  bottom: -29px;
  z-index: 0;
  width: 300px;
  height: 202px;
  border-radius: 10px;
  background: linear-gradient(135deg, #43c9af 0%, #b7e8b8 100%);
  pointer-events: none;
  content: "";
}

.p-recruit__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.p-recruit__photo img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit__content {
  position: relative;
  margin-top: 10px;
  padding-top: 50px;
}

.p-recruit__thumb {
  position: absolute;
  top: -159px;
  right: -32px;
  width: 270px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
}

.p-recruit__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit__more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 50px;
  cursor: pointer;
}

.p-recruit__more::after {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: url("../images/icon_com-more-mint.png") center/contain no-repeat;
  content: "";
}

@media screen and (max-width: 1366px) {
  .p-recruit__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: clamp(36px, 5.2vw, 83px);
  }
  .p-recruit__photoWrap {
    width: min(100%, clamp(560px, 54vw, 650px));
    margin-left: clamp(0px, -80px + 7.5vw, 23px);
  }
  .p-recruit__thumb {
    top: -146px;
    right: clamp(-32px, 1280px - 100vw, 0px);
    width: clamp(220px, 21vw, 270px);
    height: clamp(130px, 12.5vw, 160px);
  }
  .p-recruit__content {
    padding-top: clamp(28px, -56px + 6.15vw, 50px);
  }
}
@media screen and (max-width: 1120px) {
  .p-recruit {
    padding-bottom: 112px;
  }
  .p-recruit__inner {
    grid-template-columns: minmax(0, 1fr) 340px;
  }
  .p-recruit__photoWrap {
    margin-left: 0;
  }
  .p-recruit__content {
    padding-top: 28px;
  }
  .p-recruit__thumb {
    top: -128px;
    right: 0;
    width: 220px;
    height: 130px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-recruit {
    padding-top: clamp(64px, 64px + (100vw - 768px) * 0.0977, 89px);
    padding-bottom: clamp(80px, 80px + (100vw - 768px) * 0.125, 112px);
  }
  .p-recruit__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 24px + (100vw - 768px) * 0.0625, 40px);
  }
  .p-recruit__photoWrap::after {
    width: clamp(160px, 160px + (100vw - 768px) * 0.5469, 300px);
    height: clamp(108px, 108px + (100vw - 768px) * 0.3672, 202px);
  }
  .p-recruit__content {
    padding-top: clamp(16px, 16px + (100vw - 768px) * 0.0469, 28px);
  }
  .p-recruit__thumb {
    top: clamp(-128px, -95px - (100vw - 768px) * 0.1289, -95px);
    width: clamp(140px, 140px + (100vw - 768px) * 0.3125, 220px);
    height: clamp(84px, 84px + (100vw - 768px) * 0.1797, 130px);
  }
  .p-recruit__more {
    gap: clamp(10px, 10px + (100vw - 768px) * 0.0156, 14px);
    margin-top: clamp(28px, 28px + (100vw - 768px) * 0.0859, 50px);
  }
  .p-recruit__more::after {
    width: clamp(32px, 32px + (100vw - 768px) * 0.0313, 40px);
    height: clamp(32px, 32px + (100vw - 768px) * 0.0313, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-recruit__visual {
    display: contents;
  }
  .p-recruit__title {
    position: static;
    order: 1;
    margin-bottom: 0;
  }
  .p-recruit__content {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
  .p-recruit__photoWrap {
    order: 3;
    width: min(650px, 100%);
    margin-inline: auto;
    margin-top: 0;
    aspect-ratio: 3/2;
  }
  .p-recruit__text {
    margin-inline: auto;
  }
  .p-recruit__photoWrap::after {
    right: -12px;
    bottom: -20px;
    width: clamp(150px, 35vw, 220px);
    height: clamp(100px, 23vw, 148px);
  }
  .p-recruit__thumb {
    display: none;
  }
  .p-recruit__content {
    width: min(400px, 100%);
    justify-self: center;
    margin-inline: 0;
    padding-top: 0;
  }
  .p-recruit__more {
    display: inline-flex;
    align-self: flex-end;
    width: fit-content;
    margin-top: 28px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit {
    padding-top: 56px;
    padding-bottom: 44px;
  }
  .p-recruit__content {
    align-items: center;
    text-align: center;
  }
  .p-recruit__text {
    margin-inline: auto;
  }
  .p-recruit__more {
    margin-top: 30px;
    margin-inline: 0;
  }
  .p-recruit__photoWrap::after {
    right: -16px;
    bottom: -24px;
    width: 170px;
    height: 118px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-top .p-topNews__more,
  .l-top .p-topFeature__more,
  .l-top .p-topService__item,
  .l-top .p-topAbout__link,
  .l-top .p-topAccess__clinicTel a,
  .l-top .p-topAccess__contactTel a,
  .l-top .p-recruit__more {
    transform-origin: center;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
    will-change: transform;
  }
  .l-top .p-topNews__more:hover,
  .l-top .p-topFeature__more:hover,
  .l-top .p-topService__item:hover,
  .l-top .p-topAbout__link:hover,
  .l-top .p-topAccess__clinicTel a:hover,
  .l-top .p-topAccess__contactTel a:hover,
  .l-top .p-recruit__more:hover {
    transform: scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-top .p-topNews__more,
  .l-top .p-topFeature__more,
  .l-top .p-topService__item,
  .l-top .p-topAbout__link,
  .l-top .p-topAccess__clinicTel a,
  .l-top .p-topAccess__contactTel a,
  .l-top .p-recruit__more {
    transition: none;
    transform: none;
  }
  .l-top .p-topNews__more:hover,
  .l-top .p-topFeature__more:hover,
  .l-top .p-topService__item:hover,
  .l-top .p-topAbout__link:hover,
  .l-top .p-topAccess__clinicTel a:hover,
  .l-top .p-topAccess__contactTel a:hover,
  .l-top .p-recruit__more:hover {
    transform: none;
  }
}
