@charset "utf-8";

/*===========================================
 reset 触らない
========================================== */
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

progress {
  display: inline-block;
}

small {
  font-size: 80%;
  font-size: 0.8em;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  outline-offset: -0.125rem;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===========================================
 base プロジェクトによって編集可
========================================== */

html {
  font-size: 100%;
}

@media (max-width: 414px) {
  html {
    font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
  }
}

@media (min-width: 414px) and (max-width: 699.98px) {
  html {
    font-size: calc((100vw - 414px) / 352 * 4 + 16px);
  }
}

@media (min-width: 700px) {
  html {
    font-size: 22px;
  }
}

:root {
  --color__txt: #001C31;
}

body {
  color: var(--color__txt);
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  /* -webkit-font-smoothing: antialiased; */
}

p a {
  font-weight: bold;
  text-decoration: underline;
}

a>* {}

a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

a img:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  /* margin-top: -0.3px;
  margin-bottom: -0.3px; */
}

picture {
  display: block;
  line-height: 0;
  font-size: 0;
}

picture>img {
  font-size: 0px;
  font-size: 0rem;
}

::placeholder {
  color: #333;
  opacity: 0.25;
}

*:focus {
  outline: none;
}

form input,
form textarea {
  /* -webkit-appearance: none; */
}

h1,
h2,
h3 {
  /* font-family: var(--font-family__mincho); */
  /* color: #fff; */
}

.is-show {
  opacity: 1 !important;
}

.is-hide {
  opacity: 0 !important;
}

@media (min-width: 700px) {
  .pc {
    display: block;
  }

  .pc--inline {
    display: inline;
  }

  .sp {
    display: none !important;
  }

  .sp--inline {
    display: none !important;
  }
}

@media (max-width: 699.98px) {
  .pc {
    display: none !important;
    pointer-events: none;
  }

  .pc--inline {
    display: none !important;
  }

  .sp {
    display: block;
  }

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

@media (max-width: 767.98px) {
  p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*===========================================
 Project ここから独自CSS記載
========================================== */
a {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

.bz {
  background-color: #fff;
  position: relative;
}

.cir-logo-pc {
  position: fixed;
  z-index: 2;
  width: 25%;
  top: 0;
  left: 34%;
}

@media (min-width: 1040px) and (max-width: 1398px) {
  .cir-logo-pc {
    width: 400px;
    left: 30%;
  }
}

@media (min-width: 700px) {
  .bz {
    display: flex;
    justify-content: center;
  }

  .pc-logo__wrapper {
    position: fixed;
    left: 43px;
    top: 24px;
    width: calc(179 / 1680 * 100%);
  }

  .pc-logo {
    aspect-ratio: 301 /110;
    object-fit: contain;
  }

  /* logo {
  padding-top: 21px;
    padding-left: 24px;
    width: 120px;
} */

  .pc-bg {
    position: fixed;
    inset: 0;
    aspect-ratio: 1680/913;
    object-fit: cover;
    height: 100%;
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz {
    justify-content: center;
    padding-inline: 20px;
  }

  .bz-page {
    margin-left: calc(100 / 1040 * 100%);
  }
}

@media (min-width: 1400px) {
  .bz {
    padding-inline: 20px;
  }

  .bz-page {
    margin-left: 12vw;
  }
}

@media (min-width: 1700px) {
  .bz {
    justify-content: center;
  }
}

/* PC部分 */
.bz-pc,
.pc-logo__wrapper,
.pc-bg {
  display: none;
}

.bz-pc__box {
  position: fixed;
  top: 29%;
  left: 6%;

}

@media (min-width: 1800px) {
  .bz-pc__box {
    left: 4%;
  }
}

@media (max-width: 1039px) {
  .bz-pc__box {
    display: none;
  }
}

.pc-01 {
  aspect-ratio: 440 / 549;
  max-width: 440px;
  width: 100%;
}

.pc-btn01 {
  display: block;
  width: 70%;
  min-width: 260px;
  margin-top: -31%;
  margin-left: 13%;
}

@media (max-width: 1180px) {
  .pc-btn01 {
    margin-inline: auto;
  }
}

.pc-btn01 {
  object-fit: cover;
}

.bz-page {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 9;
}

@media (min-width: 700px) {
  .bz-pc__content {
    padding-bottom: 0 !important;
    /* position: sticky; */
    position: fixed;
    top: 20%;
    transform: translate(0%, -50%);
    left: 5%;
    width: calc(500 / 1600 * 100%);
    max-width: 500px;
  }

  @media (min-width: 1399px) {
    .bz-pc__content {
      left: 11.5%;
    }

  }

  .bz-page {
    max-width: 586px;
    min-width: 580px;
    flex: 1;
    box-shadow: 0 0 19.35px rgba(75, 81, 105, 0.36);
  }

  .pc-bg {
    display: block;
  }
}

@media (min-width: 1040px) {
  .bz-pc {
    display: block;
    position: relative;
    width: min(356px, 33%);
    z-index: 9;
  }

  .pc-logo__wrapper {
    display: block;
  }
}

/* SP部分 */
/* スライダー*/
.slider {
  margin-top: 3%;
  padding-bottom: 5%;
}

.splide01 {
  padding-top: 3%;
  padding-bottom: 5%;
}

/* フッター */
.bz-footer {
  /* margin-top: -89px;
  margin-top: -5.5625rem; */
  position: relative;
  background: url(../../assets/img/s87.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1035 / 378;
}

.footer-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 22%;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ボタン関連 */
.cta-exist {
  position: relative;
}

.bz-cta-group--pc {
  max-width: 413px;
  bottom: 8.4%;
  left: min(60%, 495px);
}

.bz-cta-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-inline: auto;
}

.bz-cta-group--01 {
  bottom: 21.2%;
}

.bz-cta-group--02 {
  bottom: 2%;
}

.bz-cta-group--03 {
  bottom: 7%;
}

.bz-cta-group--04 {
  bottom: 6%;
}

.bz-cta__button {
  position: absolute;
  display: block;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
}

.bz-cta__button02 {
  bottom: 10%;
  top: unset;
}

/* 他コンテンツ */
.bz-01,
.bz-34,
.bz-53,
.bz-80 {
  position: relative;
}

.bz-09,
.bz-10,
.bz-11,
.bz-12,
.bz-13,
.bz-14,
.bz-15,
.bz-16,
.bz-35,
.bz-36,
.bz-37,
.bz-38,
.bz-39,
.bz-40,
.bz-41,
.bz-42,
.bz-43,
.bz-44,
.bz-46,
.bz-49,
.bz-50,
.bz-51,
.bz-52,
.bz-53,
.bz-57,
.bz-69,
.bz-72,
.bz-74,
.bz-78,
.bz-79,
.bz-80 {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

/* お問い合わせ（フォーム関連はもう少し下） */
.contact-page {
  background-color: #EBF2FA;
}

.contact__inner {
  overflow: hidden;
  padding-block: 17px 43px;
  padding-block: 1.0625rem 2.6875rem;

}

.bz-contact__logo {
  padding-top: 21px;
  padding-left: 24px;
  width: 29%;
}

.bz-contact__logo02 {
  margin-inline: auto;
  width: 55.2%;
}

.contact__image {
  position: relative;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.contact__image::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/cir-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 450 / 651;
  width: 49%;
  top: -23%;
  right: -15%;
  z-index: 2;
  opacity: 0.82;
}


.contact__sub-title {
  padding-top: 11px;
  padding-top: 0.6875rem;
}

.contact__description {
  padding-inline: 6% 5%;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 154%;
  letter-spacing: 0.08em;
  font-weight: 400
}

/*===========================================
 お問い合わせフォーム
========================================== */
.contact__box {
  padding-block: 23px 43px;
  padding-block: 1.4375rem 2.6875rem;
  margin-inline: 25px;
  margin-inline: 1.5625rem;
  background-color: #fff;
}

.bz-contact__form-body {
  margin-top: 30px;
  /* margin-top: 2.125rem; */
}

.c-form {
  text-align-last: left;
  padding-inline: 22px;
  padding-inline: 1.375rem;
}

.bz-contact__form-body {}

.c-form-item {}

.c-form-item+.c-form-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.c-form-item__ttl {
  display: flex;
  align-items: center;
  column-gap: 4px;
  column-gap: 0.25rem;
  margin-left: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.required {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.11em;
  color: #fff;
  background-color: #AC181A;
  width: 41px;
  width: 2.5625rem;
  display: grid;
  place-items: center;
  border-radius: 3px;
}

.c-input {
  margin-top: 1%;
  border: 1px solid #D8E3F0;
  border: 0.0625rem solid #D8E3F0;
  border-radius: 10px;
  border-radius: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding: 18px 19px 18px 17px;
  padding: 1.125rem 1.1875rem 1.125rem 1.0625rem;
  width: 100%;
}

.c-form-item__label {}

.c-form-item__label-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 10px;
  column-gap: 0.625rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.c-select {
  position: relative;
  border: 1px solid #D8E3F0;
  border: 0.0625rem solid #D8E3F0;
  border-radius: 10px;
  border-radius: 0.625rem;
  width: 100%;
  background-color: #fff;
}

.c-select select {
  width: 100%;
  padding: 10px;
  padding: 1.025rem;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-indent: 0.000625rem;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  height: 62px !important;
  height: 3.875rem !important;
  color: #001C31;
}

.c-date-placeholder {
  position: absolute;
  font-size: 15px;
  font-size: 0.9375rem;
  left: 14px;
  /* 調整が必要 */
  left: 0.875rem;
  /* 調整が必要 */
  top: 50%;
  transform: translateY(-50%);
  color: #001C31;
  /* プレースホルダーっぽい色 */
  pointer-events: none;
  /* クリックイベントを無効化 */
  transition: 0.3s ease;
  /* スムーズな移動 */
  font-weight: 400;
}

.c-date-placeholder.is-hidden {
  display: none;
  /* 値が入力されたら非表示 */
}

.c-select .c-input {
  margin-top: 0;
}

.c-select__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  width: 12px;
  width: 0.75rem;
  aspect-ratio: 2/1;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

input#c-date.c-input {
  height: 62px !important;
  height: 3.875rem !important;
  border: none;
}

input[type="date"],
input[type="time"] {
  width: 100%;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Android Chrome / iPhone Safari 共通 */
/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  appearance: none;
} */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* firefox用 */
input[type="date"]::-moz-calendar-picker-indicator {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-moz-inner-spin-button {
  -moz-appearance: none;
}

input[type="date"]::-moz-clear-button {
  -moz-appearance: none;
}

/* ここまでfirefox用 */
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type="date"] {
  color: transparent;
  /* テキストを非表示 */
  font-size: 14px;
  font-size: 0.875rem;
}

input[type="date"]:focus {
  color: #001C31;
  /* フォーカス時に入力値を表示 */
  font-size: 14px;
  font-size: 0.875rem;
}

input[type="date"].has-value {
  color: #001C31;
  /* 値が入力済みの場合にテキストを表示 */
}

/* Firefox専用のスタイル */
.firefox .js-date-input:focus+.c-select__arrow-firefox {
  display: none;
  /* フォーカス時も矢印を非表示 */
}

.firefox .js-date-input.has-value+.c-select__arrow-firefox {
  display: none;
  /* 値が入力済みの場合も矢印を非表示 */
}

.c-input__textarea {
  height: 162px;
  height: 10.125rem;
}

.bz-contact__form-btn {
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: center;
}

button#submit-btn {
  border: none;
  cursor: pointer;
}

@media (any-hover: hover) {
  .c-cta-btn__btn:hover {
    opacity: 0.8;
  }
}

.placeholder {
  color: #d1d1d1;
}

/* サンクスページ */
.bz-thanks__page {
  background-color: #EBF2FA;
  overflow: hidden;
}

.bz-thanks__logo {
  margin: 20px 15px 22px;
  width: 192px;
}

.bz-thanks {
  margin-top: 4%;
}

.bz-thanks__inner {
  position: relative;
  background-color: #fff;
  width: 89%;
  margin-inline: auto;
  padding-block: 22px 83px;
  padding-block: 1.375rem 5.1875rem;
}

.bz-thanks__title {
margin-inline: auto;
  padding-top: 10px;
  padding-top: 0.625rem;
  width: 94%;
}

.bz-thanks__text-wrap {
  padding-block-start: 31px;
  padding-block-start: 1.9375rem;
  padding-inline: 26px;
  padding-inline: 1.625rem;
}

.bz-thanks__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 160%;
  letter-spacing: 0.07em;
}

.bz-thanks__back-link {
  display: block;
  margin-top: 13px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #001C31;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.bz-thanks-footer {
  margin-top: -20%;
  position: relative;
  background: url(../../assets/img/footer-thanks.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1034 / 811;
}

.thanks-footer-copy {
  bottom: 14%;
}

/* safariのみ適用 */
.safari a img {
  transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

.safari a:hover img {
  opacity: 0.7;
}

/* よくあるご質問 */
.faq {
  padding-bottom: 5px;
}

.faq-item {
  background-color: #ECEFF2;
  border-radius: 3px;
  border-radius: 0.1875rem;
  width: 88%;
  margin-inline: auto;
  padding: 17px 13px 5px 15px;
  padding: 1.0625rem 0.8125rem 0.3125rem 0.9375rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.faq-question {
  width: 100%;
  border: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  gap: 0.75rem;
  cursor: pointer;
}

.faq-icon-q,
.faq-icon-toggle {
  display: block;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.faq-icon-q img {
  width: 13px;
  height: auto;
  margin-top: -2px;
}

.faq-text {
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: 0.06em;
  text-align: left;
}

.faq-icon-toggle img {
  width: 16px;
  height: auto;
}

.faq-answer {
  padding: 10px 10px 12px 23px;
  padding: 0.625rem 0.625rem 0.75rem 1.4375rem;
}


.faq-answer p {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 166%;
  letter-spacing: 0.05em;
}

.faq-item.active .faq-answer p {
  display: block;
}

/* 画像切り替え */
.card__content {
  background: url("../../assets/img/s58.png") no-repeat center/contain;
  aspect-ratio: 414 / 410;
}

.card__text {
  width: 73%;
  margin-inline: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  text-align: justify;
  padding-right: 6px;
  padding-right: 0.375rem;
}

.pt6 {
  padding-top: 6px;
  padding-top: 0.375rem;
}

.card__open {
  display: block;
  margin-top: 2%;
  margin-inline: auto;
  width: 31%;
  background: none;
  border: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}

.card__content-hide {
  margin-top: -1px;
  margin-top: -0.0625rem;
  aspect-ratio: 1035 / 1581;
}

/* ▼ 初期状態：短い文章を表示、長い文章は非表示 */
.card__content {
  display: block;
}

.card__content-hide {
  display: none;
}

/* ▼ クリック後：短い文章を非表示 */
.card__content.is-open {
  display: none;
  /* ← ここが大事！ */
}

/* ▼ クリック後：長い文章を表示 */
.card__content-hide.is-open {
  display: block;
}