@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;bold;700&display=swap");

html {
  font-size: 62.5%;
}

html .zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

html .zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html .zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html .zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W6 JIS2004", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
  color: #333;
}

body .header_box_txt {
  font-family: 'Hiragino Maru Gothic W6 JIS2004';
  font-weight: 600;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

/* 背景画像 */
.image_background .overlay-image {
  position: absolute;
  padding-left: 3rem;
  padding-top: 3rem;
}

.image_background .overlay-image img {
  width: 15.5vw;
  max-width: 15.5rem;
  position: fixed;
}

.image_background .backimage {
  position: absolute;
  left: 6%;
  top: 40%;
}

.image_background .backimage img {
  max-width: 20vw;
  position: fixed;
  bottom: 30%;
  top: 30%;
  min-width: 300px;
  right: 70%;
}

.image_background .right_image {
  left: 74%;
  position: absolute;
  bottom: 35vw;
}

.image_background .right_image img {
  max-width: 30vw;
  position: fixed;
}

.image_background::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  background: linear-gradient(15deg, #FFEFF7 45%, #FFF8F0 50%);
}

.wrapper {
  position: relative;
  box-shadow: 0 0 8px #dfdfdf;
  margin: 0 auto;
  width: 22vw;
  max-width: 464px;
  min-width: 375px;
  background-color: #FFF8F0;
}

header {
  background-color: #fff;
  box-sizing: border-box;
}

header .header_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 16px;
}

header img {
  width: 10rem;
  margin-left: 1.7rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}

.section_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 1.6rem;
  line-height: 3rem;
}

.kv {
  margin: 0;
}

.kv img {
  max-width: 100%;
}

.kv .sub_catch_copy {
  padding: 0 3.2rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 auto 2.4rem;
}

/* 大きいボタンC */
.big_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 1.6rem 3rem 1.6rem;
}

.big_button .button_large_black {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 2.2rem 1rem;
  background-color: #454545;
  color: white;
  border-radius: 4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* ホバーエフェクトのためのトランジション */
  font-size: 2rem;
  line-height: 3rem;
}

.big_button .button_large_black:hover {
  background-color: #E62150;
  /* ホバーの色 */
}

.catch_copy {
  padding: 4rem 0 2rem;
}
.kv_bottom{
  width: 80%;
  display: block;
  margin: 1.6rem auto 2.4rem;

}

/* 画像と説明　縦ver */
.plain_type_A {
  margin: 0 1.6rem 1.6rem;
}

.plain_type_A h2 {
  margin-top: 2rem;
}

.plain_type_A .plain_box_A {
  display: flex;
  padding-bottom: 1.6rem;
}

.plain_type_A .plain_box_A .plain_image_type_A {
  padding-right: 1.9rem;
}

.plain_type_A .plain_box_A .plain_image_type_A img {
  width: 8.4rem;
}

.plain_type_A .content_box {
  padding-left: 0.2rem;
  width: 100%;
}

.plain_type_A .content_box .plain_A_title {
  position: relative;
  color: #333;
  display: inline-block;
  border-radius: 6rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 8px;
}

.plain_type_A .content_box .plain_A_title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #CE9000;
  border-radius: 5px;
  margin-right: 4px;
}



.plain_type_A .content_box .plain_A_text {
  margin-left: 0.2rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

.plain_type_A .content_box iframe {
  width: 100%;
  margin: 16px 0;
}

.plain_type_A .attention {
  font-size: 1.4rem;
}

.plain_type_A .right {
  text-align: right;
}

/* よくある質問 アコーディオンあり */
.question_type_B {
  background-image: url(../img/bg-img2.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

.question_type_B .accordion_area {
  margin: 0 1.6rem;
}

.question_type_B .section_title {
  text-align: center;
  color: #CE9000;
}

.accordion {
  background-color: #fff;
  border-radius: 1.6rem;
  cursor: pointer;
  margin-bottom: 8px;
  border: solid 1px #FFE8CE;
}

.accordion .accordion_column {
  display: flex;
  flex-direction: column;
}

.accordion .accordion-title {
  position: relative;
  font-size: 1.6rem;
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  line-height: 2.7rem;
}

.accordion .accordion-title .typeB {
  padding-right: 1.6rem;
}

.accordion .accordion-title::before,
.accordion .accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto 0;
  text-align: center;
  background-color: #FFBF2A;
  transition: transform 0.5s;
  border-radius: 20px;
}

.accordion .accordion-title::before {
  top: 50%;
  left: calc(100% - 27px);
  transform: translateY(-50%);
  height: 20px;
  width: 3px;
}

.accordion .accordion-title::after {
  top: calc(50% - 1.5px);
  right: 15px;
  width: 20px;
  height: 3px;
}

.accordion .accordion-title.open::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion .accordion-sub_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px 12px;
}

.accordion .accordion-sub_content p {
  width: auto;
  color: #CE9000;
  font-weight: bold;
}

.accordion .accordion-sub_wrap {
  flex-direction: column;
}

.accordion .accordion-content {
  font-size: 1.6rem;
  line-height: 2.1rem;
  padding: 2rem 2rem 2.4rem 2rem;
  display: flex;
  border-radius: 0.75px;
  position: relative;
}

.accordion .accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: #FFE8CE;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.2s;
}

.accordion .accordion-content.show::before {
  opacity: 1;
}

.accordion .accordion-content .typeA {
  font-size: 1.6rem;
  padding-right: 1em;
}

.accordion .accordion-content .attention {
  margin-top: .2rem;
  font-size: 1.4rem;
}

/* 表1 */
.table_A {
  max-width: 100%;
  margin-bottom: 6.7rem;
  margin: 0 1.6rem;
  padding-bottom: 6.7rem;
}

.table_A table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #454545;
}

.table_A table tr .no_border_left {
  border-left: none;
}

.table_A table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}

.table_A table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}

.table_A table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}

.table_A table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}

.table_A table th,
.table_A table td {
  word-break: break-all;
  font-size: 1.6rem;
  line-height: 2.1rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
  vertical-align: middle;
}

.table_A table th {
  background-color: #E2E2E2;
  font-weight: bold;
  border-left: 1px solid #454545;
}

.table_A table tr:first-child th {
  border-top: 1px solid #454545;
  /* 一番上の行のセルにだけボーダーを適用 */
}

.table_A table tr:first-child th:nth-child(2) {
  border-left: none;
}

.table_A .attention {
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: 0 0.5rem;
  line-height: 1.8;
}

/* 表2 */
.table_B {
  max-width: 100%;
  margin-bottom: 6.7rem;
  margin: 0 1.6rem;
  padding-bottom: 6.7rem;
}

.table_B table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #454545;
}

.table_B table tr .no_border_left {
  border-left: none;
}

.table_B table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}

.table_B table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}

.table_B table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}

.table_B table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}

.table_B table th,
.table_B table td {
  font-size: 1.6rem;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
  word-break: break-all;
  line-height: 2.1rem;
  vertical-align: middle;
}

.table_B table th {
  background-color: #E2E2E2;
  font-weight: bold;
  border-left: 1px solid #454545;
}

.table_B table tr:first-child th {
  border-top: 1px solid #454545;
  /* 一番上の行のセルにだけボーダーを適用 */
}

.table_B table tr:first-child th:nth-child(2) {
  border-left: none;
}

.table_B table tr:first-child td {
  border-top: 1px solid #454545;
  /* 一番上の行のセルにだけボーダーを適用 */
}

.table_B .attention {
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.8rem;
}

.step_flow {
  text-align: center;
}

.step_flow .step_box {
  position: relative;
  background-color: #fff;
  align-items: center;
  margin: 6rem 1.6rem 8rem 1.6rem;
  border-radius: 1.6rem;
}

.step_flow .step_box:not(:last-child):after {
  content: '';
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background-image: url(../img/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -6rem;
  transform: translateX(-50%);
}

.step_flow .step_box .step_top_text {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ADADAD;
  height: 3rem;
  width: 10.5rem;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.step_flow .step_box .step_title {
  font-size: 2rem;
  font-weight: bold;
  padding: 3.5rem 1.6rem 2rem 1.6rem;
  line-height: 3rem;
}

.step_flow .step_box .step_text {
  font-size: 1.6rem;
  line-height: 2.1rem;
  padding: 0 1.6rem 2rem 1.6rem;
  text-align: left;
}

.step_flow .step_box:last-child {
  margin-bottom: 0;
  /* 最後の要素だけmargin-bottomを無効にする */
}

/* ボタン小 */
.button_area_small {
  text-align: center;
  padding: 0 1.6rem;
}

.button_area_small .button_text {
  display: inline-block;
  background-color: #ADADAD;
  cursor: pointer;
  color: #fff;
  border-radius: 10rem;
  border: none;
  transition: background-color 0.3s ease;
  /* ホバーエフェクトのためのトランジション */
  text-align: center;
  padding: 2rem 3rem 2rem 3rem;
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.button_area_small .button_text:hover {
  background-color: #E62150;
}

/* 参加条件などテキスト */
.conditions_box {
  padding: 3.2rem 1.6rem 0 1.6rem;
  display: grid;
  margin-bottom: 40px;
}

.conditions_box .attention {
  margin-top: .2rem;
  font-size: 1.4rem;
}

.conditions_box .conditions_base {
  background-color: #fff;
  border-radius: 1.6rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 8px;
  border: solid 1px #FFE8CE;
}

.conditions_box .detail_area {
  padding-top: 1rem;
  padding-left: 1.8rem;
  display: inline-block;
}

.conditions_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
}

.conditions_box .detail_area:after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 1rem;
  /*画像の幅*/
  height: 1.5rem;
  /*画像の高さ*/
  background-image: url(../img/right_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.2rem;
  cursor: pointer;
}

.conditions_box .detail_area:hover {
  opacity: 0.5;
}

.conditions_title_txt {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 600;
}

.border_line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FFE8CE;
  border-radius: 1px;
    margin: 2rem 0;
}

.conditions_area .conditions_sub_title {
  background-color: #D49911;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 1.2rem;
  line-height: 1.95rem;
}

.conditions_area .text_detail {
  padding: 1rem 0 1.2rem 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.conditions_area .text_detail .plain_b_title {
  background-color: #FFF3E6;
  color: #333;
  display: inline-block;
  border-radius: 6rem;
  padding: 0.7rem 1.3rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  /* パディングが要素の幅に含まれるようにする */
  overflow: hidden;
  /* テキストがはみ出さないようにする */

}
.plain_b_box{
  margin-bottom: 2rem;
}


/* 注意事項 */
.notes_box {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  margin: 0 1.6rem 0 1.6rem;
}

.notes_box .notes_area {
  padding: 0 1.8rem 0 1.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
}

.notes_box .notes_area .notes_title_txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.notes_box .notes_area ul {
  padding-left: 1.6rem;
  font-size: 1.3rem;
  padding-bottom: 2rem;
  list-style-type: disc;
}

.notes_box .notes_area ul li {
  line-height: 2rem;
  padding-bottom: 2rem;
}

.notes_box .detail_area_notes {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  position: relative;
}

.notes_box .detail_area_notes a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
  margin-right: 1.5rem;
}

.notes_box .detail_area_notes:after {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 1rem;
  /*画像の幅*/
  height: 1.5rem;
  /*画像の高さ*/
  background-image: url(../img/right_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  cursor: pointer;
}

.notes_box .detail_area_notes:hover {
  opacity: 0.5;
}

/* フッター */
footer {
  background-color: #454545;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-bottom: 15rem;
}

footer a {
  text-decoration: none;
  display: inline-block;
  margin: 0 8px 16px;
}

footer .note_img {
  width: 89.4%;
  margin: 0 auto 24px;
}

footer .instagram_img {
  width: 32px;
}

footer img {
  width: 100%;
}

footer .navi_txt {
  font-size: 1.4rem;
  color: #333;
}

footer .footer_middle {
  display: flex;
  width: 100%;
  max-width: 1320px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  flex-direction: column;
  margin: 30px auto 20px;
  padding: 24px 0;
}

footer .note {
  padding-top: 2rem;
  padding-bottom: 0.8rem;
  margin-left: 3.4rem;
  margin-right: 3.4rem;
}

footer .note p {
  text-align: center;
}

footer .note_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .note_flex .navi_txt {
  color: white;
}

footer .company {
  padding-bottom: 0.5rem;
  margin-left: 3.4rem;
  margin-right: 3.4rem;
  max-width: 40rem;
}

footer .company img {
  width: 60%;
}

footer .note {
  line-height: 2rem;
  text-decoration: none;
  margin-left: 3.4rem;
  margin-right: 3.4rem;
}

footer .note a {
  text-decoration: none;
  color: #fff;
}

footer .logo {
  padding-top: 3rem;
  padding-left: 2.6rem;
}

footer .logo img {
  width: 8rem;
}

/* フローティングボックス */
.floating_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  background-color: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.floating_box .floating_area {
  display: block;
  line-height: 2.5rem;
  background: #FF3A69;
  padding: 2.3rem 2.3rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  border-radius: 20vw;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  word-wrap: break-word;
  box-shadow: 0px 4px 4px 0px rgba(33, 33, 33, 0.65);
  /* 英語を折り返す */
}

/* モーダル */
.modal_area {
  display: none;
}

.modal_area.is-shown {
  display: flex;
}

.modal_area .modal_contents {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006e;
  padding: 6vw;
  overflow: auto;
  transition: .3s;
  box-sizing: border-box;
}

.modal_area .modal_contents .modal {
  position: relative;
  margin: 0 auto;
  max-width: 335px;
  background-color: #fff;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.6rem;
}

.modal_area .modal_contents .modal .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -45%);
  /* 上半分がはみ出るように調整 */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.modal_area .modal_contents .modal .modal_close img {
  width: 39px;
}

.modal_area .modal_contents .modal .modal_copy {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2.6rem;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 3.9rem;
}

.modal_area .modal_contents .modal .modal_img {
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
  /* 英語を折り返す */
  padding: 0 1rem;
}

.modal_area .modal_contents .modal .modal_img img {
  width: 100%;
}

.modal_area .modal_contents .modal .modal_txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 2.6rem 1rem;
}

.modal_area .modal_contents .modal .floating_area {
  text-decoration: none;
}

.modal_area .modal_contents .modal .floating_area .apply_txt {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 2rem 3rem;
  text-align: center;
  line-height: 2.5rem;
  background-color: #E2E2E2;
  color: #333;
  border-radius: 20vw;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* ホバーエフェクトのためのトランジション */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}

.modal_area .modal_contents .modal .floating_area .apply_txt:hover {
  background-color: #E62150;
  /* ホバーの色 */
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .wrapper {
    width: 77vw;
  }

  .image_background img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .floating_box .floating_area {
    box-sizing: border-box;
    width: 77vw;
    max-width: 464px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
    /* 英語を折り返す */
  }
}

@media screen and (min-width: 1024px) {
  .floating_box .floating_area {
    box-sizing: border-box;
    width: 22vw;
    max-width: 464px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
    transition: background-color 0.2s ease;
  }

  .floating_box .floating_area:hover {
    background-color: #CF1D47;
    /* ホバーの色 */
    color: #fff;
  }
}

/*# sourceMappingURL=common.css.map */