@charset "utf-8";

/*
*********************************************************
campaign-contents
*********************************************************
*/
#campaign-contents {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#campaign-contents .maximg {
  width: 100%;
  height: auto
}

#campaign-contents picture,
#campaign-contents picture img {
  width: 100%;
  height: auto;
  display: block;
}

.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  width: calc(100% - 16px);
  overflow: visible;
}

@media (max-width: 768px) {

  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    width: 100%;
  }
}

#campaign-contents summary {
  list-style: none;
}

#campaign-contents details>summary::-webkit-details-marker {
  display: none;
}

/* chrome 画像・グラフィック文字のぼやけ対策 */
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  #campaign-contents img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* safari 画像 デフォルト値 */
@media (-webkit-min-device-pixel-ratio: 0) {

  _::-webkit-full-page-media,
  _:future,
  :root #campaign-contents img {
    image-rendering: auto;
  }
}

/*
*********************************************************
#section-kv
*********************************************************
*/
#section-kv {
  overflow: hidden;
}

#section-kv .kv-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1920/610;
}

#section-kv .kv-photo h1 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-kv .kv-photo {
    aspect-ratio: 768/842;
  }
}

/*
*********************************************************
.section-estimate（4月中旬より取り扱い開始/見積ボタン）
*********************************************************
*/
.section-estimate {
  overflow: hidden;
}

.section-estimate .h2-wrap {
  background-color: #000;
  padding: var(--size8) var(--size16);
}

.section-estimate .h2-wrap h2 {
  color: #fff;
  font-size: var(--size32);
  text-align: center;
}

/* 2つ目 */
#section-flow+.section-estimate .h2-wrap {
  margin-top: var(--size48);
}

#section-flow+.section-estimate .btn-wrap {
  margin-bottom: 0
}

/* ------------ btn-wrap -------------- */
.follow-menu-wrap .btn-wrap {
  margin-top: 0;
}

.section-estimate .btn-wrap .btn-ttl,
.follow-menu-wrap .btn-wrap .btn-ttl {
  color: #046c88;
}

.section-estimate .btn-wrap .btn-ttl {
  font-size: var(--size32);
  margin-bottom: 12px;
}

.follow-menu-wrap .btn-wrap .btn-ttl {
  font-size: var(--size24);
  margin-bottom: 8px;
}

.section-estimate .btn-wrap .btn-nml,
.follow-menu-wrap .btn-wrap .btn-nml {
  width: 450px;
  color: var(--white);
  background-color: #046c88;
  border: 1px solid #046c88;
  font-size: 2.4rem;
  padding: 6px 6px 6px 20px;
}

.section-estimate .btn-wrap .btn-nml:hover,
.follow-menu-wrap .btn-wrap .btn-nml:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #046c88;
}

a[target="_blank"]:after {
  background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
  width: 17px;
  height: 17px;
}

.btn-nml.white-blank[target="_blank"]:not(.icn-none):hover:after {
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}

a[target="_blank"]:not(.icn-none):after {
  margin-left: 20px;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  .section-estimate .h2-wrap {
    padding: var(--size8);
  }

  .section-estimate .h2-wrap h2 {
    font-size: 6vw;
  }

  .section-estimate .btn-wrap {
    padding: 0 var(--size16);
  }

  /* 2つ目 */
  #section-flow+.section-estimate .btn-wrap {
    margin-top: var(--size40);
  }

  .section-estimate .btn-wrap .btn-ttl {
    font-size: 6vw;
    margin-bottom: var(--size8);
  }

  .section-estimate .btn-wrap .btn-nml {
    width: auto;
    max-width: 450px;
    font-size: 6vw;
    font-weight: normal;
  }

  .follow-menu-wrap .btn-wrap .btn-nml {
    width: auto;
    max-width: 450px;
    font-size: 6vw;
    font-weight: normal;
  }

  .follow-menu-wrap .btn-wrap .btn-ttl {
    font-size: 5vw;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .section-estimate .h2-wrap h2 {
    font-size: 4vw;
  }

  .section-estimate .btn-wrap .btn-ttl {
    font-size: 3.2vw;
    margin-bottom: 4px;
  }

  .follow-menu-wrap .btn-wrap .btn-ttl {
    font-size: 3.2vw;
    margin-bottom: 4px;
  }

  .section-estimate .btn-wrap .btn-nml {
    font-size: 3.6vw;
  }

  .follow-menu-wrap .btn-wrap .btn-nml {
    font-size: 3.6vw;
  }
}

/*
*********************************************************
#section-greeting
*********************************************************
*/
#section-greeting {
  overflow: hidden;
  margin: 56px auto var(--size80);
}

#section-greeting .greeting-inner {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#section-greeting .greeting-lead {
  font-size: 3.2rem;
  line-height: 1.8;
}

#section-greeting .greeting-note {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: var(--size16);
}

@media (min-width: 769px) and (max-width: 960px) {
  #section-greeting .greeting-lead {
    font-size: 3.2vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-greeting {
    overflow: hidden;
    position: relative;
    margin: var(--size32) auto;
  }

  #section-greeting .greeting-lead {
    font-size: 5vw;
    font-weight: bold;
  }

  #section-greeting .greeting-note {
    font-size: 2.8vw;
    line-height: 1.8;
    padding-top: var(--size16);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-greeting .greeting-lead {
    font-size: 4vw;
  }

  #section-greeting .greeting-note {
    font-size: 2.4vw;
  }
}

/*
*********************************************************
.bg-decoration
*********************************************************
*/
#campaign-contents .bg-decoration {
  min-width: 0;
  position: relative;
  background-color: #f7f6f5;
  background-image:
    linear-gradient(to right, #666 1px, transparent 1px),
    linear-gradient(to right, #666 1px, transparent 1px),
    linear-gradient(to left, #666 1px, transparent 1px),
    linear-gradient(to left, #666 1px, transparent 1px),
    linear-gradient(to bottom, #666 1px, transparent 1px),
    linear-gradient(to bottom, #666 1px, transparent 1px),
    linear-gradient(to top, #666 1px, transparent 1px),
    linear-gradient(to top, #666 1px, transparent 1px);
  background-position: 0 0, 0 100%, 100% 0, 100% 100%, 0 0, 100% 0, 0 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 320px 120px;
  margin: var(--size40) auto var(--size80);
  padding: var(--size32) var(--size32) var(--size40);
}

#campaign-contents #section-flow.bg-decoration {
  margin: var(--size40) auto 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #campaign-contents .bg-decoration {
    width: auto;
    background-size: 30vw 56px;
    margin-block: var(--size40) var(--size48);
    margin-inline: var(--size16);
    padding: var(--size16) var(--size16) var(--size32);
  }

  #campaign-contents #section-flow.bg-decoration {
    margin-block: var(--size40) 0;
    margin-inline: var(--size16);
  }
}

@media (max-width:375px) {
  #campaign-contents .bg-decoration {
    background-size: 25vw 40px;
    padding: var(--size24) var(--size16) var(--size24);
  }
}

/*
***************************************************************
.title-decoration
***************************************************************
*/
#campaign-contents .title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size32);
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto var(--size40);
}

#campaign-contents .title-decoration::before,
#campaign-contents .title-decoration::after {
  content: '';
  flex: 1;
  max-width: 200px;
  height: var(--size8);
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #campaign-contents .title-decoration {
    gap: var(--size16);
    font-size: 6vw;
    margin: 0 auto var(--size16);
  }

  #campaign-contents .title-decoration::before,
  #campaign-contents .title-decoration::after {
    max-width: 20%;
    height: 1.5vw;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #campaign-contents .title-decoration {
    font-size: 5vw;
  }
}

/*
***************************************************************
#section-bodycolor
***************************************************************
*/
#section-bodycolor {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 50px 0;
}

#section-bodycolor .bodycolor-inner {}

/* --------------- photo --------------- */
#section-bodycolor .photo-wrap {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

#section-bodycolor .photo-wrap .photo {}

#section-bodycolor .photo-wrap .caption {
  font-size: 1.8rem;
  margin-top: var(--size16);
}

.caption-sp-br {
  display: none;
}

/* --------------- color-chips --------------- */
#section-bodycolor .photo-wrap .color-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--size32);
  list-style: none;
  margin: var(--size32) 0 var(--size8);
  padding: 0;
}

#section-bodycolor .photo-wrap .color-chips .color-chip {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(90deg, #1c1c1c 50%, var(--chip-bg, #fff) 50%);
  border: 2px solid #666;
  cursor: pointer;
  transition: box-shadow 0.15s ease;
  flex-shrink: 0;
}

/* 選択状態：白いギャップ＋グレーリング */
#section-bodycolor .photo-wrap .color-chips .color-chip.is-active {
  box-shadow: 0 0 0 8px #ccc;
}

@media (min-width:769px) and (max-width:860px) {
  #section-bodycolor .photo-wrap .caption {
    font-size: 2vw;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-bodycolor .photo-wrap .caption {
    font-size: 2.8vw;
    min-height: calc(2.8vw * 1.5 * 2);
    margin-top: var(--size16);
  }

  #section-bodycolor .photo-wrap .color-chips {
    margin: var(--size16) 0 var(--size8);
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .caption-sp-br {
    display: inline;
  }
}

@media (max-width:375px) {
  #section-bodycolor .photo-wrap .caption {
    font-size: 2.6vw;
  }

  .caption-sp-br {
    display: inline;
  }
}

/*
***************************************************************
#section-subsidy
***************************************************************
*/
#section-subsidy {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 50px auto;
}

#section-subsidy .subsidy-inner {
  width: 100%;
  margin: 0 auto;
}

/* --- subsidy-wrap --- */
#section-subsidy .subsidy-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 900px;
  gap: var(--size24);
  margin: 0 auto;
}

/* --- subsidy-illust-wrap: 角丸罫線 --- */
#section-subsidy .subsidy-illust-wrap {
  flex: 0 0 auto;
  width: 360px;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  padding: var(--size16);
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-subsidy .subsidy-illust-wrap img {
  width: 300px;
  margin: 0 auto;
}

/* --- subsidy-text-wrap --- */
#section-subsidy .subsidy-text-wrap {
  flex: 1 1 0;
  min-width: 0;
}

#section-subsidy .subsidy-text-wrap h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: var(--size8);
}

#section-subsidy .subsidy-text-wrap .lead {
  font-size: 1.2rem;
  line-height: 1.8;
}

#section-subsidy .subsidy-text-wrap .lead a {
  text-decoration: underline;
  text-decoration-color: #888;
}

#section-subsidy .subsidy-text-wrap .lead a:hover {
  text-decoration: none;
}

#section-subsidy .subsidy-text-wrap .lead a[target="_blank"]:not(.icn-none):after {
  margin-left: 4px;
}

@media (min-width:769px) and (max-width:960px) {
  #section-subsidy .subsidy-text-wrap h4 {
    font-size: 2vw;
  }

  #section-subsidy .subsidy-text-wrap .lead {
    text-align: justify;
  }

  #section-subsidy .subsidy-text-wrap .lead br {
    display: none;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media (max-width:768px) {
  #section-subsidy .subsidy-illust-wrap {
    flex: 0 0 auto;
    width: 100%;
    border: 1px solid #666;
  }

  #section-subsidy .subsidy-text-wrap h4 {
    font-size: 4.75vw;
    text-align: center;
  }

  #section-subsidy .subsidy-text-wrap .lead {
    font-size: 3.2vw;
    text-align: justify;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-subsidy .subsidy-text-wrap .lead {
    font-size: 2.4vw;
  }
}

/*
*********************************************************
Swiper
*********************************************************
*/
/* ---------------------------------------------- */
/* ------------------- PC ----------------------- */
/* ---------------------------------------------- */
@media screen and (min-width: 769px) {

  /* ----- 共通: nav / pagination 非表示 ----- */
  #campaign-contents .swiper-button-prev,
  #campaign-contents .swiper-button-next,
  #campaign-contents .swiper-pagination,
  #features .swiper-button-prev,
  #features .swiper-button-next,
  #features .swiper-pagination {
    display: none;
  }

  /* ----- #flows ----- */
  #campaign-contents .swiper-container {
    width: 100%;
  }

  #campaign-contents .swiper-wrapper {
    display: flex;
    justify-content: start;
    gap: var(--size80);
  }

  #campaign-contents #flows .swiper-slide {
    position: relative;
    flex: 0 1 230px;
    width: 230px;
    max-width: 230px;
  }

  #campaign-contents #flows .swiper-slide img {
    width: 100%;
    max-width: 230px;
    height: auto;
    display: block;
  }

  #flows .swiper-slide:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -50px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: var(--size24);
    height: var(--size24);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  /* ----- #features ----- */
  #features.swiper-container {
    width: 100%;
  }

  #features .swiper-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--size40);
  }

  #features .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: none;
    width: 100% !important;
    max-width: 100%;
    gap: var(--size32);
  }

  #features .swiper-slide .photo {
    flex: 0 0 50%;
  }

  #features .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  #features .swiper-slide .text {
    flex: 1;
    color: #fff;
  }

  #features .swiper-slide .text h4.title {
    border-left: 5px solid #37bef0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: var(--size16);
    padding-left: var(--size16);
  }

  #features .swiper-slide .text p.lead {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
  }

  #features .swiper-slide .text p.lead span {
    display: inline-block;
    font-size: 1.1rem;
    margin-top: var(--size8);
  }

  #features .swiper-slide div.title.sp-only {
    display: none;
  }

  /* ----- #apponly-flows ----- */
  #apponly-flows .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 5px;
  }

  #apponly-flows .swiper-slide {
    flex: 0 0 calc((100% - 15px) / 4);
    min-width: 0;
  }

  #section-apponly-flow .swiper-slide img {
    width: 100%;
    max-width: 275px;
    height: auto;
    display: block;
  }

  #section-apponly-flow .swiper-slide.step4 img,
  #section-apponly-flow .swiper-slide.step7 img {
    width: calc(230 / 275 * 100%);
    max-width: 230px;
    margin: 0;
  }

  /* ----- #apponly-conditions ----- */
  #section-apponly-conditions .swiper-container {
    padding: var(--size40) 0 var(--size24);
  }
}

@media (min-width: 769px) and (max-width: 930px) {
  #features .swiper-slide.feature03 .text p.lead {
    text-align: left !important;
  }
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media screen and (max-width: 768px) {
  #merits {
    padding-bottom: 40px;
  }

  #merits .swiper-pagination {
    bottom: 0;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }

  #merits .swiper-pagination-bullet {
    background: #888;
    opacity: 0.6;
  }

  #merits .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
  }

  #campaign-contents .swiper-button-prev::before,
  #campaign-contents .swiper-button-next::before {
    content: '';
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  #campaign-contents .swiper-button-prev {
    left: -14px;
  }

  #campaign-contents .swiper-button-next {
    right: -14px;
  }
}

/*
*********************************************************
#section-merit
*********************************************************
*/
#section-merit #merits .swiper-slide.merit .text h4.title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--size16);
}

#section-merit #merits .swiper-slide.merit .text p.lead {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

#section-merit #merits .swiper-slide.merit .photo {
  margin-top: var(--size16);
  text-align: center;
}

@media (min-width:921px) and (max-width:1060px) {
  #section-merit #merits .swiper-slide.merit .text h4.title {
    font-size: 1.6vw;
  }
}

@media (min-width:769px) and (max-width:920px) {
  #section-merit #merits .swiper-slide.merit .text h4.title {
    font-size: 2vw;
    text-align: justify;
  }

  #section-merit #merits .swiper-slide.merit .text h4.title br {
    display: none;
  }
}

/* ---------------------------------------------  */
/* --------------------- PC --------------------  */
/* ---------------------------------------------  */
@media (min-width: 769px) {
  #section-merit #merits.swiper-container {
    overflow: visible;
  }

  #section-merit #merits .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: var(--size24);
    transform: none !important;
    width: 100% !important;
  }

  #section-merit #merits .swiper-slide.merit {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    background-color: #fff;
    border: 1px solid #000;
    width: auto !important;
    max-width: 330px;
    padding: var(--size24);
  }

  #section-merit #merits .swiper-slide.merit .text {
    flex: 1;
  }

  /* ナビゲーション・ページネーション非表示 */
  #section-merit .swiper-button-next,
  #section-merit .swiper-button-prev,
  #section-merit .swiper-pagination {
    display: none !important;
  }
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  #section-merit {
    padding: 0 var(--size16) var(--size48);
  }

  #section-merit .merit-inner {
    position: relative;
  }

  #section-merit #merits .swiper-slide.merit .text h4.title {
    font-size: 5vw;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin: var(--size16) 0 0;
  }

  #section-merit #merits .swiper-wrapper {
    align-items: stretch;
  }

  #section-merit #merits .swiper-slide.merit {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #section-merit #merits .swiper-slide.merit .text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  #section-merit #merits .swiper-slide.merit .text p.lead {
    flex: 1;
    font-size: 4vw;
    line-height: 1.8;
    text-align: justify;
    padding: var(--size16) var(--size32);
  }

  #section-merit #merits .swiper-slide.merit .photo {
    margin-top: 0;
    padding: 0 var(--size32) var(--size32);
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  #section-merit #merits .swiper-slide.merit .text p.lead {
    flex: none;
  }
}

/*
***************************************************************
#section-cost
***************************************************************
*/
#section-cost {
  overflow: hidden;
}

#section-cost .cost-inner {}

#section-cost .cost-contents {
  margin-inline: auto;
}

#section-cost .cost-contents .sub-title {
  margin-inline: auto;
  text-align: center;
}

#section-cost .cost-contents .sub-title h4 {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  border: 2px solid #000;
  background: #fff;
  border-radius: 1.25rem;
  margin: 0 auto 3.5rem;
  padding-block: 1rem;
  padding-inline: 2.875rem;
}

#section-cost .cost-contents .sub-title h4::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.8em;
  height: 1.5em;
  transform: translateX(-50%);
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}

#section-cost .cost-contents .sub-title h4::after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  width: 1.8em;
  height: 1.5em;
  transform: translateX(-50%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}

#section-cost .cost-contents .caution {
  font-size: 1.2rem;
  text-align: justify;
  margin: var(--size32) auto;
}

#section-cost .cost-contents .hidden {
  display: none;
}

/* コミコミのアコーディオンボタン close を付加すると閉じるボタン */
#section-cost .cost-contents .komikomi-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #046c88;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  transition: opacity 0.3s;
}

#section-cost .cost-contents .komikomi-button.hidden {
  display: none;
}

#section-cost .cost-contents .komikomi-button:hover {
  opacity: 0.7;
}

#section-cost .cost-contents .komikomi-button span {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: var(--size8);
}

#section-cost .cost-contents .komikomi-button span::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -2rem;
  left: calc(50% - 15px);
  transform: rotate(135deg);
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

#section-cost .cost-contents .komikomi-button .large {
  font-size: 2.125rem;
  padding-bottom: var(--size8);
}

/* 閉じる */
#section-cost .cost-contents .komikomi-button.close {
  background-color: #9d9e9e;
  padding-block: 3.5rem 1.25rem;
}

#section-cost .cost-contents .komikomi-button.close.hidden {
  display: none;
}

#section-cost .cost-contents .komikomi-button.close .large {
  padding-top: var(--size8);
  padding-bottom: 0;
}

#section-cost .cost-contents .komikomi-button.close span::before {
  transform: rotate(-45deg);
  top: -2rem;
}

/* テーブル */
#section-cost .komikomi-table-area .komikomi-table {
  width: 100%;
  border: 1px solid #000;
  font-weight: normal;
  border-collapse: collapse;
  margin-block-end: 3rem;
}

#section-cost .komikomi-table-area .komikomi-table th,
#section-cost .komikomi-table-area .komikomi-table td {
  background-color: #fff;
  border: 1px solid #000;
  border-collapse: collapse;
  line-height: 1.8;
  padding-block: 1.5rem;
}

#section-cost .komikomi-table-area .komikomi-table th {
  background-color: #046c88;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding-inline: var(--size32);
}

#section-cost .komikomi-table-area .komikomi-table th.text-nowrap {
  white-space: nowrap;
}

#section-cost .komikomi-table-area .komikomi-table td {
  font-size: 2.4rem;
  line-height: 1.6;
  padding-inline: var(--size32);
}

#section-cost .komikomi-table-area .komikomi-table td span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8 !important;
  margin-top: 1rem;
}

#section-cost .komikomi-table-area .komikomi-table td.light {
  background-color: rgba(4, 108, 136, 0.1);
}

#section-cost .komikomi-table-area .komikomi-table .maintenance-list li {
  margin-bottom: 0.2em;
}

#section-cost .komikomi-table-area .komikomi-table .maintenance-list li:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------- */
/* ------------------- PC ----------------------- */
/* ---------------------------------------------- */
@media (min-width: 769px) {
  #section-cost .cost-contents .illust-komikomi {
    max-width: 872px;
    margin: 0 auto;
  }

  #section-cost .cost-contents .caution {
    max-width: 990px;
    font-feature-settings: "palt";
  }

  #section-cost .cost-contents .komikomi-button {
    max-width: 460px;
    border-radius: 1.25rem;
    padding-block: var(--size16) 3.5rem;
    cursor: pointer;
  }

  #section-cost .komikomi-table-area .komikomi-table {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:769px) and (max-width:860px) {
  #section-cost .komikomi-table-area .komikomi-table th {
    font-size: 2.8vw;
  }

  #section-cost .komikomi-table-area .komikomi-table td {
    font-size: 2.8vw;
  }

  #section-cost .komikomi-table-area .komikomi-table td span {
    font-size: 1.8vw;
  }
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media (max-width: 768px) {
  #section-cost .cost-contents .sub-title h4 {
    font-size: 4vw;
    border: 1px solid #000;
    background: #fff;
    border-radius: 1.25rem;
    margin: 0 auto var(--size16);
    padding-block: 1rem;
    padding-inline: 2.875rem;
  }

  #section-cost .cost-contents .sub-title h4::after {
    top: calc(100% - 2px);
    left: 50%;
    width: 1.8em;
    height: 1.5em;
  }

  #section-cost .cost-contents .illust-komikomi {
    max-width: inherit;
    margin-top: var(--size16);
  }

  #section-cost .cost-contents .caution {
    margin: 2rem auto 2rem;
    font-size: 2.8vw;
  }

  #section-cost .cost-contents .komikomi-button {
    border-radius: 0.625rem;
    padding-block: var(--size16);
    padding-inline: 1rem;
  }

  #section-cost .cost-contents .komikomi-button span::before {
    width: 20px;
    height: 20px;
    bottom: -1.25rem;
    left: calc(50% - 10px);
  }

  #section-cost .cost-contents .komikomi-button .large {
    font-size: 5vw;
  }

  #section-cost .cost-contents .komikomi-button.close {
    padding-block: 2.25rem .875rem;
  }

  #section-cost .cost-contents .komikomi-button.close span::before {
    top: -1.25rem;
  }

  #section-cost .komikomi-table-area .komikomi-table {
    border: 1px solid #000;
    margin-block-end: 1.5rem;
  }

  #section-cost .komikomi-table-area .komikomi-table th,
  #section-cost .komikomi-table-area .komikomi-table td {
    font-size: 1rem;
    padding-block: .75rem;
  }

  #section-cost .komikomi-table-area .komikomi-table td.col {
    background-color: rgba(4, 108, 136, 0.2);
  }

  #section-cost .komikomi-table-area .komikomi-table .maintenance-list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    column-gap: 1em;
  }

  #section-cost .komikomi-table-area .komikomi-table .maintenance-list li {
    width: auto;
    margin-bottom: 0.25em;
  }

  #section-cost .komikomi-table-area .komikomi-table .maintenance-list li:nth-child(3),
  #section-cost .komikomi-table-area .komikomi-table .maintenance-list li:last-child {
    grid-column: 1 / -1;
  }

  #section-cost .komikomi-table-area .komikomi-table th {
    padding-inline: var(--size8);
    font-size: 3.25vw;
    white-space: nowrap;
  }

  #section-cost .komikomi-table-area .komikomi-table td {
    padding-block: var(--size8);
    padding-inline: var(--size8);
    font-size: 3.2vw;
  }

  #section-cost .komikomi-table-area .komikomi-table td span {
    font-size: 2.8vw;
    line-height: 1.6 !important;
    text-align: justify;
  }

  #section-cost .komikomi-table-area .komikomi-table td span br {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-cost .cost-contents .komikomi-button .large {
    font-size: 4vw;
  }

  #section-cost .cost-contents .caution {
    font-size: 2.4vw;
  }

  #section-cost .komikomi-table-area .komikomi-table td span {
    font-size: 2.4vw;
  }
}

@media (max-width: 360px) {
  #section-cost .komikomi-table-area .komikomi-table th {
    font-size: 3vw;
  }

  #section-cost .komikomi-table-area .komikomi-table td {
    font-size: 3vw;
  }

  #section-cost .komikomi-table-area .komikomi-table td span {
    font-size: 2.6vw;
  }
}

/*
***************************************************************
#section-flow
***************************************************************
*/
#section-flow .flow-box {
  position: relative;
  max-width: 980px;
  margin-block-end: var(--size40);
  margin-inline: auto;
  border: 1px solid #333;
}

#section-flow .flow-box.last {
  margin-block-end: var(--size8);
}

#section-flow .flow-box:not(:last-child)::after {
  content: "";
  display: block;
  height: var(--size40);
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #9fa0a0;
}

#section-flow .flow-box.no-line::after {
  content: none;
}

#section-flow .flow-box:has(.flow-box-inn-03) {
  border-color: #046c88;
}

#section-flow .flow-box:has(.flow-box-inn-04) {
  border: none;
  display: flex;
  justify-content: center;
}

#section-flow .flow-box:has(.flow-box-inn-04)::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f6f5;
  background-image: radial-gradient(#9fa0a0 30%, transparent 30%);
  background-size: 10px 10px;
}

#section-flow .flow-box:has(.flow-box-inn-04)::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #9fa0a0;
  z-index: 10;
}

#section-flow .flow-box.mb-0 {
  margin-block-end: 0;
}

#section-flow .flow-box-inn-01 {
  display: flex;
  background-color: #fff;
}

#section-flow .flow-box-inn-01 .flow-text {
  display: flex;
  align-items: center;
  color: #222;
}

#section-flow .flow-box-inn-02 {
  padding-block: var(--size16);
  padding-inline: var(--size16);
  color: #fff;
  background-color: #000;
}

#section-flow .flow-box-inn-03 {
  padding-block: var(--size16);
  padding-inline: var(--size16);
  background-color: #046c88;
}

#section-flow .flow-box-inn-03 p {
  text-align: center;
  color: #fff;
}

#section-flow .flow-box-inn-04 {
  border: 2px solid #666;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
}

#section-flow .flow-box-inn-04 p {
  color: #046c88;
  font-weight: bold;
}

/* ---------------------------------------------- */
/* ------------------- PC ----------------------- */
/* ---------------------------------------------- */
@media (min-width: 769px) {
  #section-flow .flow-box:not(:last-child)::after {
    width: 5px;
  }

  #section-flow .flow-box:has(.flow-box-inn-04) {
    padding-block: var(--size48);
  }

  #section-flow .flow-box:has(.flow-box-inn-04)::after {
    height: 2rem;
    width: 4rem;
  }

  #section-flow .flow-box-inn {
    justify-content: center;
  }

  #section-flow .flow-box-inn-01 {
    justify-content: center;
    padding-block: 1.5rem;
    font-size: var(--size32);
    font-weight: normal;
  }

  #section-flow .flow-box-inn-01 .flow-img {
    width: var(--size80);
    margin-inline-end: var(--size40);
  }

  #section-flow .flow-box-inn-02 p {
    font-size: var(--size24);
    line-height: 1.6em;
    text-align: center;
  }

  #section-flow .flow-box-inn-03 p {
    font-size: var(--size32);
    line-height: 1.6em;
  }

  #section-flow .flow-box-inn-04 p {
    font-size: 2.8rem;
    line-height: 1em;
    padding-block: 0.625rem;
    padding: var(--size8) var(--size48);
  }

  #section-flow .kinto-link-button {
    margin-inline: auto;
  }
}

@media (min-width:769px) and (max-width:860px) {
  #section-flow .flow-box-inn-02 p {
    font-size: 2.8vw;
  }
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media (max-width: 768px) {
  #section-flow .flow-wrap {
    margin-block-end: 2rem;
  }

  #section-flow .flow-box {
    max-width: inherit;
    margin-block-end: var(--size16);
  }

  #section-flow .flow-box:not(:last-child)::after {
    width: .25rem;
  }

  #section-flow .flow-box:has(.flow-box-inn-04) {
    padding-block: var(--size24);
  }

  #section-flow .flow-box:has(.flow-box-inn-04)::after {
    height: 1.25rem;
    width: 3.5rem;
  }

  #section-flow .flow-box-inn-01 {
    padding-block: var(--size16);
    padding-inline: var(--size16);
    align-items: center;
    font-size: 4vw;
  }

  #section-flow .flow-box-inn-01 .flow-img {
    width: var(--size40);
    margin-inline-end: var(--size16);
    flex-shrink: 0;
  }

  #section-flow .flow-box-inn-02 p {
    font-size: 4vw;
    text-align: justify;
  }

  #section-flow .flow-box-inn-03 p {
    font-size: 4vw;
  }

  #section-flow .flow-box-inn-04 p {
    font-size: 4vw;
    line-height: 1em;
    padding-block: var(--size8);
    padding-inline: var(--size40);
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  #section-flow .flow-box-inn-02 p {
    font-size: 3vw;
  }
}

@media (min-width: 415px) and (max-width: 768px) {
  #section-flow .flow-box-inn-01 .flow-text br {
    display: none;
  }
}

/*
***************************************************************
#section-subarukinto
***************************************************************
*/
#section-subarukinto {
  overflow: hidden;
  margin: var(--size64) auto;
}

#section-subarukinto .bnr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #333;
  max-width: 648px;
  min-height: 298px;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}

#section-subarukinto .bnr-wrap:hover {
  background-color: #f7f6f5;
  opacity: 0.8;
}

#section-subarukinto .bnr-wrap h2.bnr {
  text-align: center;
}

#section-subarukinto .bnr-wrap h2.bnr img {
  position: relative;
  max-width: 387px;
  display: block;
  margin: 0 auto;
  z-index: 10;
}

#section-subarukinto .bnr-wrap h3 {
  position: absolute;
  bottom: var(--size8);
  right: var(--size40);
  font-size: 2.2rem;
}

#section-subarukinto .bnr-wrap h3::before {
  position: absolute;
  content: "";
  display: block;
  bottom: calc(50% - 8px);
  right: -16px;
  transform: rotate(45deg);
  width: var(--size16);
  height: var(--size16);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

#section-subarukinto .bnr-wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  #section-subarukinto {
    margin: var(--size48) var(--size16);
  }

  #section-subarukinto .bnr-wrap {
    max-width: inherit;
    min-height: auto;
    margin: 0 auto;
    padding: var(--size32) var(--size16) var(--size16);
  }

  #section-subarukinto .bnr-wrap a {
    width: 100%;
  }

  #section-subarukinto .bnr-wrap img {
    width: 80%;
  }

  #section-subarukinto .bnr-wrap h3 {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
    margin-top: var(--size40);
    padding-right: var(--size16);
  }

  #section-subarukinto .bnr-wrap h3::before {
    top: 50%;
    bottom: auto;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 1.2rem;
    height: 1.2rem;
  }
}

/*
***********************************************************
固定追従しないバージョン（通常ページ内）
***********************************************************
*/
#campaign-contents .btn-section {
  background-color: #dde2e6;
  max-width: var(--contentMaxW);
  margin: 0 auto 80px;
}

#campaign-contents .btn-section .btn-wrap-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: var(--size40) var(--size16);
}

#campaign-contents .btn-section .btn-nml.cv-btn {
  animation: none !important;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 326px;
  margin-top: 0;
}

#campaign-contents .btn-section .btn-wrap-container .btn-wrap .btn-nml {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #campaign-contents .btn-section .btn-wrap-container {
    display: block;
    width: 100%;
    padding: var(--size32) var(--size16);
  }

  #campaign-contents .btn-section .btn-wrap-container .btn-wrap {
    max-width: inherit;
    padding: var(--size8) 0;
  }
}

/*
***********************************************************
キャンペーン終了エリア
***********************************************************
*/
/*
  テキストを縦並び＆中央寄せ
  module.css のレイアウトをベースに、余白を最適化
*/
.notice-area-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notice-area.alert .notice-area-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
***********************************************************
SNS注意喚起
***********************************************************
*/
#section-notice {
  margin: 0 auto;
  padding: 0 var(--size16);
  margin-bottom: 0;
}

#section-notice .notice-area {
  max-width: 1130px;
  margin: 0 auto 170px;
}

#section-notice .notice-area .notice-txt {
  text-align: justify !important;
}

/* ---------------------------------------------- */
/* ------------------- SP ----------------------- */
/* ---------------------------------------------- */
@media (max-width: 768px) {
  #section-notice .notice-area {
    max-width: inherit;
  }

  #section-notice .notice-area {
    max-width: inherit;
    margin: 0 auto 140px;
  }
}

/*
***********************************************************
.follow-menu-wrap
***********************************************************
*/
.follow-menu-wrap {
  display: none;
  justify-content: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-block: var(--size16);
  padding-inline: var(--size16);
}

.follow-menu-wrap.is_visible {
  display: flex;
}

.follow-menu-wrap.is_bottom {
  position: absolute;
}

.page-btm-row {
  margin-top: 0;
}

/* ---------------------------------------------  */
/* --------------------- SP --------------------  */
/* ---------------------------------------------  */
@media screen and (max-width: 768px) {
  .follow-menu-wrap {
    padding-block: var(--size8);
    padding-inline: var(--size16);
  }

  .follow-menu-wrap .btn-wrap {
    width: 100%;
  }
}

/*
***********************************************************
PRINT
***********************************************************
*/
#campaign-contents img.pr-img {
  display: none !important;
}

@media print {
  #fixedBottomBtn {
    display: none;
  }

  #section-greeting .greeting-lead {
    font-size: 30px;
  }

  #section-bodycolor .photo-wrap .caption {
    font-size: 14px;
  }
}



