@charset "UTF-8";
/* =============================================
# Font
============================================= */
/* Zen Kaku Gothic New */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* =============================================
# Base
============================================= */
html {
  position: relative;
  z-index: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.625rem, 0.063rem + 1.17vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}

a {
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

/* PCでは電話番号のクリックを無効にする */
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

img:not([alt]) {
  filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

/* =============================================
# Layout
============================================= */
/* inner
=============================== */
.inner {
  position: relative;
  width: 1840px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 2.5rem 0 4rem;
  }
}

.section__title {
  font-size: 1.66666667rem;
  text-align: center;
  font-weight: bold;
}

.note {
  font-size: 0.83333333rem;
  font-weight: 500;
  line-height: 1.7;
  display: block;
}

@media screen and (max-width: 768px) {
  .note {
    font-size: 10px;
    line-height: 1.3;
  }
}

/* l-to-top
===============================*/
.l-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .l-to-top {
    bottom: 20px;
    right: 20px;
  }
}

.l-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fcfaf2;
  border-radius: 50%;
  border: 1px solid #cf000e;
  color: #cf000e;
}

/* header
=============================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 1.5rem 0.5rem 1.3rem;
  background-color: #fff;
}

.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.site-header__logo {
  max-width: 507.7852px;
  width: 20vw;
  margin: 0 auto;
}

.site-header__nav {
  display: block;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

.site-header__menu-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__menu-item {
  margin: 0;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s, color 0.3s;
}

.site-header__menu-link {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}

.site-header__menu-item.is-active {
  border-bottom-color: #00abeb;
}


@media screen and (max-width: 768px) {
  .site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    padding: 1.5rem 0.5rem 2rem;
  }

  .site-header__logo {
    width: 55vw;
  }

  .site-header__menu-list {
    gap: 20px;
  }

  .site-header__menu-item {
    margin: 0;
    text-align: center;
    line-height: 1.2;
  }

  .site-header__menu-link {
    font-size: 13px;
    color: #333;
  }

  .site-header__menu-item.is-active {
    border-bottom-color: #00abeb;
  }
}

/* footer
=============================== */
.footer {
  background-color: #f7e6e0;
  padding: 5rem 0;
  font-family: "Noto Sans JP", sans-serif;
}

.footer__name {
  margin-top: 4.375rem;
  width: 32.0242rem;
  max-width: 100%;
  margin-inline: auto;
}
.footer__contact {
  margin-top: 3.5625rem;
}
.footer__contact-text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__contact-text {
    font-size: 14px;
  }
}
.footer__contact-tel {
  width: 20.09026875rem;
  max-width: 100%;
  margin-top: 1.6875rem;
  margin-inline: auto;
}
.footer__contact-mail {
  width: 29.94803125rem;
  max-width: 100%;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__contact-mail {
    width: 243.9692px;
    margin-top: 25px;
  }
}



.footer__text {
  font-size: 1rem;
  margin-top: 2.5em;
  text-align: center;
  color: #313232;
}

.footer__text a {
  text-decoration: underline;
  margin-right: 4em;
}

@media screen and (max-width: 768px) {
  .footer__text a {
    display: block;
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 14px;
  }
}

/* main__visual
=============================== */
.mv__title {
  width: 100%;
}



/* =============================================
# Utility
============================================= */
/* u-display
=============================== */
.u-show-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-show-sp {
    display: block;
  }
}

.u-show-pc {
  display: block;
}

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

/* ---------------------------
  注意事項セクション
--------------------------- */
.section-attention {
  padding-bottom: 5rem;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .section-attention {
    padding-bottom: 5rem;
    padding-inline: 10px;
  }
}
.section-attention .inner {
  max-width: 100%;
  width: 62.5rem;
  margin: 0 auto;
  border: 3px solid #d21e28;
  padding: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .section-attention .inner {
    padding: 20px 10px;
  }
}
.section-attention__text {
  font-size: 1.45833333rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-attention__text {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.section-attention__underline {
  background: linear-gradient(transparent 50%, #fff100 50%);
}
.section-attention__underline .-red {
  color: #d21e28;
  font-weight: bold;
}
.section-attention__underline .-red small {
  font-size: 0.5em;
  vertical-align: text-top;
}
.section-attention__note {
  font-size: 1rem;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .section-attention__note {
    font-size: 10px;
    letter-spacing: 0;
  }
}


/* ---------------------------
  購入・利用方法セクション
--------------------------- */
.section-howto {
  background-color: #f7e6e0;
}

.section-howto__container {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 62.33333333rem;
  max-width: 100%;
  border-radius: 1rem;
  padding: 2rem 3.5rem;
  margin: 3.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .section-howto__container {
    margin-top: 3.5rem;
    padding: 2rem 2em 1rem;
  }
}

.section-howto__note {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .section-howto__note {
    text-align: left;
    margin-top: 3rem;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 10%;
  height: 4rem;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .tab_item {
    width: 25%;
  }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  border-top: 3px solid #f4dbd2;
  display: none;
  padding-top: 2.5rem;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content,
#step4:checked~#step4_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  color: #cf000e;
  border-bottom: 3px solid #cf000e;
}

.tab_content_description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .tab_content_description {
    flex-direction: column;
  }
}

.section--howto__tab-text {
  width: 67%;
}

@media screen and (max-width: 768px) {
  .section--howto__tab-text {
    width: auto;
  }
}

.section--howto__tab-date {
  width: 34%;
}

@media screen and (max-width: 768px) {
  .section--howto__tab-date {
    width: auto;
  }
}

.section--howto__tab-title {
  color: #cf000e;
  font-size: 1.66666667rem;
}

.section--howto__tab-about {
  margin-top: 0.5em;
  font-size: 1rem;
}
.section--howto__tab-about span {
  display: block;
  font-size: 0.59259259em;
  margin-top: 0.5em;
}

.section--howto__tab-date-text {
  display: inline-block;
  font-size: 0.85em;
  background-color: #f4dbd2;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .section--howto__tab-date-text {
    margin-top: 0.5em;
  }
}

.swiper-container {
  margin-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    padding-bottom: 6rem;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide:not(:last-child)::after {
  content: url(../images/icon-arrow-red.svg);
  position: absolute;
  top: 40%;
  right: 0%;
  z-index: 10;
  width: 1.232em;
  height: 1.27017em;
}

.swiper-slide {
  /* width: auto; */
}

.swiper-slide img {
  /* max-height: 60rem; */
}

/* .swiper1 .swiper-slide:nth-child(3)::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -42%);
  z-index: 1;
  width: 100%;
  height: 53%;
  background: url(../images/step1-03_icon.png) no-repeat center center / contain;
} */
/* ページネーション */
.swiper-button-next,
.swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  border: 1.5px solid #000;
  border-radius: 50%;
  right: auto;
  left: auto;
  top: auto;
  bottom: 0;
}

.swiper-button-next {
  left: 3rem;
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    left: 3rem;
  }
}

.swiper-button-next:after {
  content: "";
  position: relative;
  background: url(../images/icon-arrow.svg) center / cover no-repeat;
  width: 0.5rem;
  height: 0.8rem;
  /* padding-left: 5px; */
}

@media screen and (max-width: 768px) {
  .swiper-button-next:after {
    width: 6px;
    height: 10px;
  }
}

.swiper-button-prev:after {
  content: "";
  position: relative;
  display: block;
  background: url(../images/icon-arrow.svg) center / cover no-repeat;
  width: 0.5rem;
  height: 0.8rem;
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .swiper-button-prev:after {
    width: 6px;
    height: 10px;
  }
}


/* ---------------------------
  発行総額セクション
--------------------------- */
.section-summary .inner {
  width: 62.20833333rem;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .section-summary .inner {
    width: 100%;
  }
}

/* 発行総額 */
.section--summary__money {
  margin-bottom: 2rem;
  width: 55.9974375rem;
  max-width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .section--summary__money {
    margin-top: 1rem;
  }
}
.section-summary__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.64rem;
  border-top: 1px solid #000;
  height: 8rem;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .section-summary__list {
    flex-direction: column;
    height: auto;
    row-gap: 10px;
    padding: 20px 0;
  }
}

.section-summary__list:last-of-type {
  border-bottom: 1px solid #000;
}

.section-summary__item--title {
  font-size: 1.25rem;
  font-weight: bold;
  border: 0.15rem solid #000;
  border-radius: 5rem;
  padding: 0.2em 1em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12.5rem;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .section-summary__item--title {
    display: inline-flex;
    width: initial;
    max-width: initial;
    min-width: 167.5px;
  }
}

.section-summary__item--content {
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .section-summary__item--content {
    width: 100%;
    font-size: 17.5px;
    text-align: center;
  }
}

.section-summary__item--content img {
  width: 20em;
}
.note.section-summary__note:first-child {
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .section-summary__item--content img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .note.section-summary__note {
    line-height: 1.5;
    text-align: left;
    width: 73%;
    margin-inline: auto;
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .note.section-summary__note:first-child {
    margin-top: 0.5em;
  }
}

p.section-summary__note {
  text-align: center;
  margin-top: 1.76em;
}

@media screen and (max-width: 768px) {
  p.section-summary__note {
    text-align: center;
  }
}

/* ---------------------------
  概要セクション
--------------------------- */
.section-overview {
  background-color: #8cd9ff;
  background-image: url(../images/overview_bg.png?v=3);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .section-overview {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-overview .inner {
  background-color: #fff;
  border-radius: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 5.16666667rem;
  padding-right: 5.16666667rem;
  width: 57rem;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .section-overview .inner {
    width: 100%;
    max-width: 100%;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section-overview__table {
  width: 100%;
  max-width: 862px;
  margin: 0 auto;
  margin-top: 3.5rem;
  background-color: #fff;
  border: none;
}

@media screen and (max-width: 768px) {
  .section-overview__table {
    margin-top: 2.5rem;
  }
}

.section-overview__text {
  text-align: center;
}

.section-overview__cell {
  padding: 1em 0.5em;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
}

@media screen and (max-width: 768px) {
  .section-overview__cell {
    padding: 12px 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

.section-overview__cell--th {
  background-color: #f0f0f0;
  text-align: center;
  width: 19%;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .section-overview__cell--th {
    width: 32%;
  }
}

.section-overview__cell--th-small {
  font-size: 0.84175084em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .section-overview__cell--th-small {
    font-size: 12x;
    letter-spacing: 0.01em;
  }
}

.section-overview__cell--th-small2 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-overview__cell--th-small2 {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}

.section-overview__cell--th-small2::after {
  content: "※";
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 0.5em;
}

.section-overview__cell--td {
  vertical-align: middle;
  border-top: 2px solid #f0f0f0;
  padding-left: 1.5em;
}

.section-overview__table .section-overview__row:last-child .section-overview__cell--td {
  border-bottom: 2px solid #f0f0f0;
}

.section-overview__table .section-overview__row:last-child .section-overview__cell--th {
  border-bottom: none;
}

.section-overview__note {
  max-width: 800px;
  margin: 1em auto 0;
}

.section-overview__cell--td .section-overview__note {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.section-overview__support {
  text-align: center;
  margin-top: 6.5rem;
}

@media screen and (max-width: 768px) {
  .section-overview__support {
    margin-top: 3.5rem;
    position: relative;
  }
  .section-overview__support::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/overview_bg_sp.png?v=2);
    background-size: cover;
    background-position: center center;
    z-index: 1;
  }
}

.section-overview__support-title {
  font-size: 1.66666667rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.section-overview__support-title::before {
  content: url(../images/deco_support.svg);
  position: absolute;
  bottom: -5px;
  left: -1.5em;
  width: 2.35rem;
}

.section-overview__support-title::after {
  content: url(../images/deco_support.svg);
  position: absolute;
  bottom: -5px;
  right: -1em;
  width: 2.35rem;
  transform: scaleX(-1);
}

.section-overview__support-text {
  font-size: 1.04166667rem;
  font-weight: bold;
  margin-top: 1em;
}

.section-overview__support-btn a {
  display: block;
  width: 30rem;
  max-width: 100%;
  background-color: #fcee21;
  border-radius: 3em;
  margin: 1em auto 0;
  text-align: center;
  padding: 0.8em;
  box-shadow: 5px 7px 0 rgba(180, 108, 108, 0.75);
  transition: .3s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.41666667rem;
}

.section-overview__support-btn a:hover {
  opacity: 1;
  box-shadow: unset;
  transform: translate(4px, 6px);
}

.section-faq {
  /* display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem; */
  padding: 5rem 1rem;
}

.section-faq__btn a {
  display: block;
  background-color: #cf000e;
  border-radius: 3em;
  width: 50.08333333rem;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.41666667rem;
  padding: 1em;
  box-shadow: 3px 5px 0 rgba(180, 108, 108, 0.75);
  transition: .3s;
}

.section-faq__btn a:hover {
  opacity: 1;
  box-shadow: unset;
  transform: translate(4px, 6px);
}

/* 2025.09.16 追加 */
.c-btn {
  display: block;
  background-color: #cf000e;
  border-radius: 3em;
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.44392917rem;
  padding: 1em;
  box-shadow: 3px 5px 0 rgba(180, 108, 108, 0.75);
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 420px;
  }
}

.c-btn:hover {
  opacity: 1;
  box-shadow: unset;
  transform: translate(4px, 6px);
}

.section-howto__app {
  margin-top: 80px;
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}

@media screen and (max-width: 767px) {
  .section-howto__app {
    margin-top: 18px;
  }
}


.p-app__box {
  padding: 4.16666667rem 20px 3.5rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 62.33333333rem;
  max-width: 100%;
  margin-inline: auto;

}
@media screen and (max-width: 767px) {
  .p-app__box {
    padding: 22px 22px 25px;
    border-radius: 10px;
  }
}

.p-app__title {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.p-app__title span {
  display: inline-block;
  position: relative;
  color: #cf000e;
  font-size: 1.66666667rem;
  font-weight: 500;
  /* letter-spacing: 0.025em; */
  line-height: 1.65625;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-app__title span {
    font-size: 16px;
    font-size: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-app__title.u-show-sp::before,
  .p-app__title.u-show-sp::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
  .p-app__title.u-show-sp::before {
    background: url(../images/decoration-left.svg) no-repeat center center / contain;
    left: 0;
  }
  .p-app__title.u-show-sp::after {
    background: url(../images/decoration-right.svg) no-repeat center center / contain;
    right: 0;
  }
}

.p-app__items {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 3rem;
  width: 50.96666667rem;
  max-width: 100%;
  margin-top: 2.91666667rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-app__items {
    grid-template-columns: 1fr 1.3fr;
    column-gap: 20px;
    margin-top: 16px;
    margin-top: clamp(1rem, 0.046rem + 4.07vw, 2rem);
    width: 375px;
  }
}

.p-app__item {}

.p-app__btn {
  margin-top: 1.66666667rem;
  width: 50.96666667rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-app__btn {
    margin-top: 18px;
    margin-top: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
  }
}

.p-app__note {
  margin-top: 2.70833333rem;
  width: 50.96666667rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-app__note {
    margin-top: 18px;
    margin-top: clamp(1.125rem, 0.052rem + 4.58vw, 2.25rem);
  }
}