@charset "UTF-8";
/* ============================================================
// content.scss (コンテンツ)
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// Page Header / ページトップ画像見出し
------------------------------------------------------------ */
.page-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(240px, 22.9074889868vw + 154.0969162996px, 500px);
  padding-top: clamp(76px, 4.7577092511vw + 58.1585903084px, 130px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  border-bottom: 3px solid #00b0ca;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
.page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #004b40;
  border-bottom: 2px solid #fff;
  z-index: 3;
}
.page-header__inner {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  z-index: 2;
}
.page-header__en {
  display: block;
  font-size: clamp(34px, 2.2907488987vw + 25.40969163px, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
}
.page-header__jp {
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
  margin-top: 10px;
  padding-bottom: 10px;
}
.page-header__jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #1d1d1d;
}

.page-header-hikobae {
  background-image: url(../images/hikobae/bg-page-header.webp);
}

.page-header-kirara {
  background-image: url(../images/kirara/bg-page-header.webp);
}

.page-header-sakura {
  background-image: url(../images/sakura/bg-page-header.webp);
}

/* グリッド配置 */
.work-grid {
  display: flex;
  gap: clamp(30px, 2.6431718062vw + 20.0881057269px, 60px);
  justify-content: center;
  flex-wrap: wrap;
}

.work-item {
  width: 100%;
  max-width: 280px;
  text-align: center;
}
.work-item__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3/1;
  overflow: hidden;
  border-radius: 60% 40% 50% 50%/50% 50% 60% 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-item__image-wrapper--hikobae {
  border: 6px solid #425b98;
  background-color: #ffffff;
}
.work-item__image-wrapper--kirara {
  border: 6px solid #64ca85;
  background-color: #ffffff;
}
.work-item__image-wrapper--sakura {
  border: 6px solid #f8baf4;
  background-color: #ffffff;
}
.work-item__image {
  padding: 60px;
}
.work-item__content {
  display: inline-block;
  font-size: 15px;
  text-align: left;
  margin-top: 25px;
}
.work-item__title {
  font-size: clamp(18px, 0.5286343612vw + 16.0176211454px, 24px);
  font-weight: 700;
  color: #09757f;
  letter-spacing: 0.05em;
}
.work-item__list {
  margin-top: 8px;
  padding: 0;
  list-style: none;
}
.work-item__list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.work-item__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.work-item:nth-child(2n) .work-item__image-wrapper {
  border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
}

.c-content__about {
  display: flex;
  gap: 40px;
}
@media print, screen and (max-width: 991px) {
  .c-content__about {
    flex-direction: column;
  }
}

.c-content__slider {
  max-width: clamp(360px, 24.6696035242vw + 267.4889867841px, 640px);
}
@media print, screen and (max-width: 991px) {
  .c-content__slider {
    max-width: none;
  }
}

.c-content__table {
  flex: 1;
}

.info-slider {
  max-width: 900px;
  margin-inline: auto;
}
.info-slider__main {
  margin-bottom: 12px;
}
.info-slider__main .photo-ofi {
  padding-bottom: 56.25%;
  border-radius: 4px;
}
.info-slider__thumbnail .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-slider__thumbnail .slick-slide {
  padding: 0;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
  margin: 0 5px;
  border-radius: 4px;
  overflow: hidden;
}
.info-slider__thumbnail .slick-current {
  border-color: #1d1d1d;
}
.info-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 8px 8px;
  background: #1d1d1d;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10px, 0.1762114537vw + 9.3392070485px, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.info-slider .arrow:hover {
  background: #1d1d1d;
}
.info-slider .arrow:hover.prev {
  padding-left: 22px;
  padding-right: 14px;
}
.info-slider .arrow:hover.next {
  padding-right: 22px;
  padding-left: 14px;
}
.info-slider .arrow.prev {
  left: -20px;
  border-radius: 0 2px 2px 0;
}
.info-slider .arrow.next {
  right: -20px;
  border-radius: 2px 0 0 2px;
}

.table-hikobae,
.table-kirara,
.table-sakura {
  width: 100%;
  border-collapse: collapse;
}
.table-hikobae tr,
.table-kirara tr,
.table-sakura tr {
  display: grid;
  grid-template-columns: 160px auto;
  border-top: 1px solid #ddd;
}
.table-hikobae tr th,
.table-hikobae tr td,
.table-kirara tr th,
.table-kirara tr td,
.table-sakura tr th,
.table-sakura tr td {
  text-align: left;
  vertical-align: top;
  padding: clamp(10px, 0.5286343612vw + 8.0176211454px, 16px) clamp(14px, 0.8810572687vw + 10.6960352423px, 24px);
}
.table-hikobae tr th,
.table-kirara tr th,
.table-sakura tr th {
  font-weight: 700;
  color: #fff;
  background: #dfc9da;
  display: flex;
  align-items: center;
}
.table-hikobae tr td,
.table-kirara tr td,
.table-sakura tr td {
  background: #fff;
}
.table-hikobae tr:last-child,
.table-kirara tr:last-child,
.table-sakura tr:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table-hikobae tr,
  .table-kirara tr,
  .table-sakura tr {
    display: block;
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  .table-hikobae tr th,
  .table-hikobae tr td,
  .table-kirara tr th,
  .table-kirara tr td,
  .table-sakura tr th,
  .table-sakura tr td {
    display: block;
    width: 100%;
  }
  .table-hikobae tr th,
  .table-kirara tr th,
  .table-sakura tr th {
    padding: clamp(10px, 0.1762114537vw + 9.3392070485px, 12px) clamp(15px, 0.4405286344vw + 13.3480176211px, 20px);
    font-size: 14px;
  }
  .table-hikobae tr td,
  .table-kirara tr td,
  .table-sakura tr td {
    padding: clamp(15px, 0.4405286344vw + 13.3480176211px, 20px) clamp(15px, 0.4405286344vw + 13.3480176211px, 20px) clamp(20px, 0.4405286344vw + 18.3480176211px, 25px);
  }
}

.table-hikobae tr th {
  background: #425b98;
}

.table-kirara tr th {
  background: #64ca85;
}

.table-sakura tr th {
  background: #f8baf4;
}

.flow-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 60px 20px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media print, screen and (max-width: 991px) {
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.flow-item {
  position: relative;
  width: 100%;
}
.flow-item__inner {
  position: relative;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.flow-item__image-mask {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #d9d9d9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  z-index: 1;
}
.flow-item__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 14px;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}
.flow-item__label {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 60px;
  background-color: #425b98;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 15px;
  z-index: 2;
}
.flow-item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  color: #425b98;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-right: 15px;
  flex-shrink: 0;
}
.flow-item__text {
  flex: 1;
  color: #fff;
  line-height: 1.4;
}

.access__body {
  margin-top: 30px;
}
.access__body .access__body-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 4px 20px;
  background: #c65555;
  border-radius: 20px;
}
.access__body .access__body-list {
  display: flex;
  gap: clamp(0px, 3.5242290749vw + -13.2158590308px, 40px);
  margin-top: 12px;
}
.access__body .access__body-list li {
  list-style-type: disc;
  margin-left: 2.7em;
}
@media screen and (max-width: 767px) {
  .access__body .access__body-list {
    flex-direction: column;
  }
  .access__body .access__body-list li {
    margin-left: 1.5em;
  }
}

.cost-text {
  font-size: clamp(16px, 0.704845815vw + 13.3568281938px, 24px);
  font-weight: 700;
  text-align: center;
}

.cost-section {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding: 40px 20px;
}

.cost-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cost-formula {
    flex-direction: column;
    gap: 10px;
  }
}
.cost-formula__box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 2px solid #c65555;
  border-radius: 50px;
  background-color: #fff;
  color: #c65555;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
}
.cost-formula__box--wide {
  flex: 1.5;
}
@media screen and (max-width: 767px) {
  .cost-formula__box {
    flex: none;
    width: 100%;
    height: 50px;
  }
}
.cost-formula__plus {
  font-size: clamp(20px, 1.7621145374vw + 13.3920704846px, 40px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cost-formula__plus {
    transform: rotate(90deg);
    margin: 5px 0;
  }
}

.cost-detail {
  padding: 40px clamp(20px, 3.5242290749vw + 6.7841409692px, 60px);
  background-color: #fff;
  border: 1px solid #c65555;
  border-radius: 8px;
}
.cost-detail__list {
  margin: 0;
}
.cost-detail__item {
  margin-bottom: 25px;
}
.cost-detail__item:last-child {
  margin-bottom: 0;
}
.cost-detail__item dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cost-detail__item dd {
  line-height: 1.8;
  padding-left: 1.2em;
}
.cost-detail__alert {
  display: block;
  color: #e4082d;
  margin-top: 5px;
}