@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.mw-80 {
  width: 100%;
  max-width: 80%;
}

@font-face {
  font-family: "Hiragino Kaku Gothic Std";
  src: url("/absolute/path/to/fonts/Hiragino Kaku Gothic Std W8.otf") format("opentype"); /* Safariでは絶対パスを推奨 */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Hiragino Kaku Gothic StdN";
  src: url("/absolute/path/to/fonts/Hiragino Kaku Gothic StdN W8.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
html {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: max(16px, 14px);
  font-weight: 300;
}

.content-wrapper {
  margin: 0 auto;
}

.header {
  border-bottom: 1px solid #000;
  padding: 16px 40px;
}

.top-content {
  width: 100%;
}

/* デフォルトではPC用の画像を非表示にし、SP用の画像を表示する */
.top-img-pc {
  display: block;
}

.top-img-sp {
  display: none;
}

@media (max-width: 960px) {
  .top-img-pc {
    -webkit-object-fit: cover;
        object-fit: cover;
    /* height: 302px; */
  }
}

.toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .toggle-container {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.toggle-container :first-of-type {
  margin-right: 20px;
}

.toggle-button {
  width: 128px;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 24px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .toggle-button {
    width: 112px;
    font-size: 12px;
    padding: 11px 0;
  }
}

.toggle-button.active {
  background-color: #c00000;
  border-color: #c00000;
  color: white;
}

.step {
  width: 270px;
  height: auto;
  text-align: center;
}

.slide_title {
  margin: 0 auto 24px;
  width: 146px;
  font-size: 12px;
  padding: 12px 0;
  border: 1px solid #CC0033;
  color: #CC0033;
  text-align: center;
  font-weight: 600;
  border-radius: 24px;
}

.slide_start_description {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.slide_start_description > .grey-text {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #6E6E73;
}

.slide_description {
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
}

.slide_description >.grey-text {
  color: #6E6E73;
  font-size: 14px;
}

.slide_description >.bold-text {
  display: block;
}

.caution-text {
  margin-top: 30px;
  text-align: center;
  color: #6E6E73;
  margin-bottom: 66px;
}


@media screen and (max-width: 767px) {
  .caution-text {
    font-size: 12px;
    padding: 0 24px;
  }
}

.slide_description >.caution-text {
  display: block;
  margin-bottom: 8px;
  margin-top: 0px;
  font-size: 10px;
  color: #6E6E73;
}

.slide_description >.small-text {
  display: block;
  margin: 8px 0;
  font-weight: 600;
  font-size: 14px;
  color: #6E6E73;
}

.slide_small_description {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  color: #6E6E73;
}

.small_text {
  font-size: 12px;
  margin-top: 12px;
  font-weight: 600;
  color: #6E6E73;
}

.small_text a{
text-decoration: underline;}

/* Swiperに関するスタイル */
.swiper-slide {
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px)  {
  .swiper-slide {
    opacity: 1;
  }
}

.swiper-slide-active {
  opacity: 1.0;
}

.swiper-container {
  display: none;
  padding: 60px 30px 30px;
  width: 100%;
  max-height: 989px;
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .swiper-container {
    display: none;
    padding: 0 30px 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: none;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .swiper-wrapper {
    display: block;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}

.swiper-container.active {
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle-arrow {
  width: 36px;
  height: 36px;
  background-color: #CC0033;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d78599;
  box-shadow: 0 4px 8px rgba(204, 0, 51, 0.2);
  margin-bottom: 8px;
}

.swiper-text {
  color: #CC0033;
  font-size: 14px;
  font-weight: 600;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

#android-swiper .swiper-button-prev {
  top: 50%;
  left: 30%;
}

#android-swiper .swiper-button-next {
  top: 50%;
  right: 30%;
}

#ios-swiper .swiper-button-prev {
  top: 40%;
  left: 30%;
}

#ios-swiper .swiper-button-next {
  top: 40%;
  right: 30%;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

#android-swiper .prev-bar, #android-swiper .next-bar {
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  background-color: #CC0033;
}

#ios-swiper .prev-bar, #ios-swiper .next-bar {
  width: 1px;
  height: calc(100% - 200px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  background-color: #CC0033;
}

.prev-bar {
  left: 27%;
  z-index: 5;
  display: block;
}

.next-bar {
  right: 27%;
  z-index: 5;
  display: block;
}

@media screen and (max-width: 767px) {
  .prev-bar,
  .next-bar {
    display: none;
  }
}

.swiper-pagination {
  top: 0;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 15px;
  height: 4px;
  margin: 0 !important;
  background-color: rgba(204, 0, 51, 0.5);
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 4px;
    height: 15px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #CC0033;
}

/* footer */

.footer01 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FAF9F7;
}

.footer01 .footer__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1084px) {
  .inner {
    max-width: 1024px;
  }
}

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

.footer01 .footer__mainNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease;
  font-weight: 300;
}

.footer01 .footer__mainNav ul li a:hover {
  opacity: 0.7;
}

.footer01 .footer__mainNav ul li a::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #868686;
  border-bottom: 1px solid #868686;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 20px;
}

.footer01 .footer__subNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 8px;
}

.footer01 .footer__subNav ul li a {
  color: #868686;
  font-size: 12px;
  transition: all 0.3s ease;
}

.footer01 .footer__subNav ul li a:hover {
  opacity: 0.7;
}

.footer01 .footer__bottom {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer01 .footer__bottom {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .footer01 .footer__bottom {
    border-top: 1px solid #d9d9d9;
    margin-top: 32px;
    padding-top: 32px;
  }
}

.footer01 .footer__logo {
  margin-left: auto;
  margin-right: auto;
}

.footer01 .footer__logo a {
  transition: all 0.3s ease;
  display: inline-block;
}

.footer01 .footer__copyright small {
  display: block;
  font-family: Arial, sans-serif;
  color: #868686;
  font-size: 12px;
  margin-top: 12px;
}

.footer01 .footer__copyright small span {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .footer01 .footer__mainNav {
    padding-bottom: 32px;
  }

  .footer01 .footer__mainNav ul li a {
    padding: 8px 0;
  }

  .footer01 .footer__subNav {
    padding-top: 32px;
    border-top: 1px solid #d9d9d9;
  }

  .footer01 .footer__subNav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    column-gap: 20px;
    row-gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer01 .footer__logo a {
    max-width: 240px;
  }
}

@media screen and (min-width: 768px) {
  .footer01 .footer__mainNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 16px;
  }

  .footer01 .footer__subNav {
    margin-top: 40px;
    max-width: 832px;
  }
}

@media screen and (min-width: 768px) {
  .footer01 .footer__logo a {
    max-width: 256px !important;
  }
}

.mail-link-overlay{
  position: absolute;
  top: 17%;   /* 調整必要 */
  left: 57%;  /* 調整必要 */
  width: 80px;
  height: 80px;
  display: block;
  z-index: 2;
}

  @media screen and (max-width: 767px) {
    .mail-link-overlay{
    left: 55%;
    }
}

