@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
.cont_btn {
  display: inline-block;
  background: #fff;
  color: #2BB5D0;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 56px;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .cont_btn {
    font-size: 3.8461538462vw;
    padding: 3.0769230769vw 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .cont_btn:hover {
    opacity: 0.7;
  }
}

.wide_inner {
  max-width: 1420px;
  margin: 0 auto;
}

.wide_wrap {
  max-width: 1500px;
  margin: 0 auto;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/*-------------------------------------------------------------------
LP - シマノ ファミリーイベント2026
/*-------------------------------------------------------------------*/
.application_btn {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 168px;
  height: 168px;
  background-image: url("../images/application_btn_pc.svg");
  background-size: cover;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  color: #FFE200;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .application_btn {
    font-size: 3.8461538462vw;
    width: 55.641025641vw;
    height: 10.2564102564vw;
    background-image: url("../images/application_btn_sp.svg");
    background-size: 100%;
    right: 20.5128205128vw;
    bottom: 3.8461538462vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.7692307692vw;
    padding-right: 3.8461538462vw;
  }
}

/* ----------------------------------------
pagetop
----------------------------------------- */
.pagetop {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: none;
  border-radius: 50%;
  background-color: #08a7e1;
  cursor: pointer;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 860px) {
  .pagetop {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    right: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
}
.pagetop__arrow {
  display: block;
}

/* ヘッダー
----------------------------------------------- */
.header {
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header_logo {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .header .header_logo {
    display: none;
  }
}

/* mv
----------------------------------------------- */
.mv {
  padding: 124px 0 0;
  background-image: url("../images/mv_bg01.png");
  background-size: 1500px;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 0;
    background-image: url("../images/mv_bg01_sp.png");
    background-size: 100%;
  }
}
.mv .mv_ttl {
  margin-bottom: -220px;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    margin-bottom: 0;
  }
}

/* intro
----------------------------------------------- */
.intro {
  background-color: #fff;
  padding-top: 140px;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 0;
    border-radius: 0;
    background: none;
  }
}
.intro .intro_ttl {
  text-align: center;
  letter-spacing: 0px;
  color: #005971;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.75;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl {
    font-size: 4.8717948718vw;
    line-height: 1.7;
    margin-top: -11.5384615385vw;
    margin-bottom: 5.1282051282vw;
    letter-spacing: 0;
  }
}
.intro .intro_txt {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.88;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .intro .intro_txt {
    font-size: 3.8461538462vw;
    margin-bottom: 12.8205128205vw;
  }
}

/* teamBox_wrap
----------------------------------------------- */
.teamBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.6923076923vw;
  }
}
.teamBox_wrap .teamBox_baloon {
  width: 448px;
  margin: 0 auto -53px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_baloon {
    width: 89.7435897436vw;
    margin: 0 auto -10.2564102564vw;
  }
}
.teamBox_wrap .teamBox_cont {
  background-color: #FFFCEA;
  padding: 70px 50px 50px;
  width: 520px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_cont {
    border-radius: 5.1282051282vw;
    width: 94.8717948718vw;
    padding: 17.9487179487vw 8.9743589744vw 10.2564102564vw;
  }
}
.teamBox_wrap .teamBox_table th {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #113c4e;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table th {
    display: block;
    font-size: 5.1282051282vw;
    line-height: 1;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table td {
    display: block;
  }
}
.teamBox_wrap .teamBox_table .teamBox_time {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #113c4e;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_time {
    font-size: 7.6923076923vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_fee dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_fee dl {
    font-size: 7.6923076923vw;
    gap: 2.5641025641vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_fee dt {
  font-size: 20px;
  font-weight: bold;
  color: #113c4e;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_fee dt {
    font-size: 5.1282051282vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_fee dd {
  color: #113c4e;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_fee dd {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.teamBox_wrap .teamBox_table .teamBox_fee dd .num {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_fee dd .num {
    font-size: 7.6923076923vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_fee dd .unit {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_fee dd .unit {
    font-size: 5.1282051282vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_fee dd .note {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_fee dd .note {
    font-size: 5.1282051282vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.teamBox_wrap .teamBox_table .teamBox_groupTtl {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.teamBox_wrap .teamBox_table .num {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .num {
    font-size: 12.8205128205vw;
  }
}
.teamBox_wrap .teamBox_table .unit {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .unit {
    font-size: 7.6923076923vw;
  }
}
.teamBox_wrap .teamBox_table .teamBox_groupNote {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .teamBox_wrap .teamBox_table .teamBox_groupNote {
    font-size: 3.3333333333vw;
  }
}
.teamBox_wrap .teamBox_img {
  margin-top: 15px;
}

.mv_ttl {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.intro_img {
  width: 800px;
  margin: 0 auto 35px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro_img {
    width: 94.8717948718vw;
    margin: -10.2564102564vw auto 16.6666666667vw;
  }
}

.taiken {
  max-width: 1092px;
  margin: 0 auto 75px;
  border-radius: 20px;
  background: #DDF7FF;
  padding: 27px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .taiken {
    padding: 4.1025641026vw 0vw;
    border-radius: 0;
  }
}

.taiken_ttl {
  width: 1052px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .taiken_ttl {
    width: 94.8717948718vw;
  }
}

.taiken_listWrap {
  max-width: 1000px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .taiken_listWrap {
    max-width: 94.8717948718vw;
    margin: 7.6923076923vw auto 0;
  }
}

.taiken_listTtl {
  background-color: #3081BC;
  height: 54px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-left: 20px;
  border-radius: 10px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .taiken_listTtl {
    height: 13.8461538462vw;
    font-size: 6.6666666667vw;
    padding-left: 5.1282051282vw;
    border-radius: 2.5641025641vw;
    gap: 2.5641025641vw;
  }
}

.taiken_listNum {
  font-size: 26px;
  font-weight: bold;
  color: #FFF8CC;
}
@media screen and (max-width: 768px) {
  .taiken_listNum {
    font-size: 6.6666666667vw;
  }
}

.taiken_txt {
  margin-top: 15px;
  font-size: 20px;
  padding-left: 10px;
  line-height: 1.8;
  color: #113C4E;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .taiken_txt {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}

.num02 {
  margin-top: 45px;
  width: 605px;
}
@media screen and (max-width: 768px) {
  .num02 {
    width: 94.8717948718vw;
    margin-top: 11.5384615385vw;
  }
}

.taiken_foot {
  width: 1000px;
  margin: 40px auto 0;
  font-size: 16px;
  background: #fff;
  text-align: center;
  padding: 20px 0;
  color: #113C4E;
}
@media screen and (max-width: 768px) {
  .taiken_foot {
    width: 92.3076923077vw;
    margin: 10.2564102564vw auto 7.6923076923vw;
    padding: 5.1282051282vw;
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
}

.taiken_foot_img {
  width: 379px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .taiken_foot_img {
    width: 92.3076923077vw;
    position: static;
  }
}

.taiken_foot_img02 {
  width: 89.7435897436vw;
  margin: 5.1282051282vw auto 0;
}

.teamBox.close {
  position: relative;
}
.teamBox.close::before {
  content: "募集受付を終了いたしました";
  display: block;
  width: 520px;
  height: 430px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .teamBox.close::before {
    content: "募集受付を\a終了いたしました";
    width: 100%;
    height: 110.2564102564vw;
    font-size: 6.6666666667vw;
    white-space: pre;
    text-align: center;
  }
}

.schedule-free_allwrap {
  background: #FCF4E0;
  padding: 70px 0;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .schedule-free_allwrap {
    padding: 7.6923076923vw 0 9.7435897436vw;
    margin: 15.3846153846vw auto 17.9487179487vw;
  }
}

.schedule-free {
  margin: 0 auto;
}

/*-------------------------------------------------------------------
bg01
/*-------------------------------------------------------------------*/
.bg01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg01 {
    overflow: hidden;
  }
}
.bg01:before {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  z-index: -1;
  background: url(../images/bg_nami.svg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg01:before {
    background: url(../images/bg_nami_sp.svg) center 0 no-repeat;
    background-size: cover;
    top: 15.3846153846vw;
  }
}

/*-------------------------------------------------------------------
experienceParty
/*-------------------------------------------------------------------*/
.experienceParty {
  background: #FFFCEA;
  max-width: 1000px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  margin-top: 68px;
  padding: 90px 40px 40px;
}
@media screen and (max-width: 768px) {
  .experienceParty {
    width: 94.8717948718vw;
    border-radius: 5.1282051282vw;
    margin-top: 7.9487179487vw;
    padding: 17.9487179487vw 5.1282051282vw 13.8461538462vw;
  }
}
.experienceParty .experienceParty_ttl {
  width: 714px;
  position: absolute;
  top: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_ttl {
    width: 89.7435897436vw;
    top: -7.9487179487vw;
  }
}
.experienceParty .experienceParty_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body {
    margin-bottom: 12.8205128205vw;
  }
}
.experienceParty .experienceParty_body_txt {
  width: 51.4%;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.experienceParty .experienceParty_body_txt dl {
  color: #113C4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.experienceParty .experienceParty_body_txt dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl + dl {
    margin-top: 5.1282051282vw;
  }
}
.experienceParty .experienceParty_body_txt dl dt {
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl dt {
    width: 100%;
    font-size: 5.1282051282vw;
    padding-top: 0;
    text-align: left;
  }
}
.experienceParty .experienceParty_body_txt dl dt span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl dt span {
    display: inline;
    font-size: 3.8461538462vw;
  }
}
.experienceParty .experienceParty_body_txt dl dd {
  width: 65%;
  font-weight: 700;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl dd {
    width: 100%;
    font-size: 7.4358974359vw;
  }
}
.experienceParty .experienceParty_body_txt dl dd .fs43 {
  font-size: 43px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl dd .fs43 {
    font-size: 11.0256410256vw;
  }
}
.experienceParty .experienceParty_body_txt dl dd .fs50 {
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl dd .fs50 {
    font-size: 12.8205128205vw;
  }
}
.experienceParty .experienceParty_body_txt dl dd .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3571428571;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_txt dl dd .note {
    font-size: 3.5897435897vw;
  }
}
.experienceParty .experienceParty_body_img {
  width: 43.3%;
  margin-left: 2.7%;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_body_img {
    width: 100%;
    margin-left: 0;
    margin-top: 12.8205128205vw;
  }
}
.experienceParty .experienceParty_house {
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house {
    border-radius: 2.0512820513vw;
    padding: 5.1282051282vw 5.1282051282vw 8.9743589744vw;
  }
}
.experienceParty .experienceParty_house_img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house_img {
    width: 52.8205128205vw;
    margin: 0 auto;
  }
}
.experienceParty .experienceParty_house_txt {
  margin-left: 3.7%;
  width: 72.3%;
  color: #113C4E;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house_txt {
    margin-left: 0;
    margin-top: 6.4102564103vw;
    width: 100%;
  }
}
.experienceParty .experienceParty_house_txt h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house_txt h4 {
    font-size: 5.641025641vw;
    margin-bottom: 4.1025641026vw;
  }
}
.experienceParty .experienceParty_house_txt p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house_txt p {
    font-size: 4.1025641026vw;
  }
}
.experienceParty .experienceParty_house_txt .btn {
  margin-left: auto;
  margin-top: 18px;
  width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #0092e6;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house_txt .btn {
    width: 66.6666666667vw;
    height: 15.3846153846vw;
    font-size: 4.6153846154vw;
    margin-top: 11.5384615385vw;
  }
}
.experienceParty .experienceParty_house_txt .btn::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .experienceParty .experienceParty_house_txt .btn::before {
    width: 7.4358974359vw;
    height: 7.4358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .experienceParty .experienceParty_house_txt .btn:hover {
    opacity: 0.7;
  }
}

/*-------------------------------------------------------------------
hallMap
/*-------------------------------------------------------------------*/
.hallMap {
  margin-top: 96px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hallMap {
    margin-top: 60.7692307692vw;
    padding-bottom: 15.3846153846vw;
  }
}
.hallMap:before {
  content: "";
  width: 340px;
  height: 340px;
  background: url(../images/hallMap_img02.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -38px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .hallMap:before {
    width: 45.3846153846vw;
    height: 45.3846153846vw;
    top: -58.7179487179vw;
    right: 5.1282051282vw;
  }
}
.hallMap:after {
  content: "";
  width: 293px;
  height: 293px;
  background: url(../images/hallMap_img03.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 98px;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .hallMap:after {
    width: 45.3846153846vw;
    height: 45.3846153846vw;
    top: -47.9487179487vw;
    bottom: auto;
    left: 5.1282051282vw;
  }
}
.hallMap .hallMap_img {
  width: 666px;
  margin: 0 auto 0;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hallMap .hallMap_img {
    width: 89.7435897436vw;
  }
}
.hallMap p {
  color: #113C4E;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .hallMap p {
    margin-top: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.hallMap .requirements-btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .hallMap .requirements-btn {
    margin-top: 7.6923076923vw;
  }
}

/*-------------------------------------------------------------------
challenge
/*-------------------------------------------------------------------*/
.challenge_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .challenge_photo {
    margin-bottom: 10.2564102564vw;
    margin-left: -1.5384615385vw;
  }
}
.challenge_photo li {
  list-style: none;
  margin-left: 10px;
  width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
  .challenge_photo li {
    margin-left: 1.5384615385vw;
    margin-top: 1.5384615385vw;
    width: calc(50% - 1.5384615385vw);
  }
}

.challenge {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .challenge {
    padding-top: 10.2564102564vw;
  }
}

.challenge_ttl {
  color: #005971;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .challenge_ttl {
    font-size: 7.1794871795vw;
    margin-bottom: 8.7179487179vw;
  }
}
@media screen and (max-width: 768px) {
  .challenge_ttl .small {
    font-size: 5.1282051282vw;
  }
}
.challenge_ttl .large {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .challenge_ttl .large {
    font-size: 8.7179487179vw;
  }
}

.challenge_txt {
  font-size: 18px;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .challenge_txt {
    font-size: 3.8461538462vw;
    padding: 0 5.1282051282vw;
  }
}

.challenge_img_01 {
  width: 233px;
  position: absolute;
  top: 634px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .challenge_img_01 {
    width: 43.0769230769vw;
    top: 293.5897435897vw;
    left: 5.1282051282vw;
  }
}

.challenge_img_02 {
  width: 293px;
  position: absolute;
  top: 730px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .challenge_img_02 {
    width: 54.1025641026vw;
    top: 298.7179487179vw;
    right: 6.6666666667vw;
  }
}

/*-------------------------------------------------------------------
fishing
/*-------------------------------------------------------------------*/
.fishing {
  padding-top: 80px;
  padding-bottom: 90px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fishing {
    padding: 0 5.1282051282vw 25.641025641vw;
  }
}

.fishing_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .fishing_ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 47.1794871795vw;
  }
}

.fishing_ttl:after {
  content: "";
  width: 60px;
  height: 4px;
  background: #338FFA;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .fishing_ttl:after {
    width: 15.3846153846vw;
    height: 1.0256410256vw;
    margin-left: -7.6923076923vw;
    bottom: -5.1282051282vw;
  }
}

.fishing_body {
  border-radius: 20px;
  background: #e0f5fe;
  -webkit-box-shadow: 0px 0px 6px rgba(87, 87, 87, 0.16);
          box-shadow: 0px 0px 6px rgba(87, 87, 87, 0.16);
  position: relative;
  padding: 40px 50px 40px 388px;
}
@media screen and (max-width: 768px) {
  .fishing_body {
    border-radius: 5.1282051282vw;
    padding: 30.7692307692vw 7.6923076923vw 10.2564102564vw;
  }
}

.fishing_img {
  width: 377px;
  position: absolute;
  left: 0;
  top: -124px;
}
@media screen and (max-width: 768px) {
  .fishing_img {
    width: 65.8974358974vw;
    left: 14.6153846154vw;
    top: -31.2820512821vw;
  }
}

.fishing_txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fishing_txt {
    font-size: 4.6153846154vw;
  }
}

/* introFoot
----------------------------------------------- */
.introFoot {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .introFoot {
    margin-top: 8.9743589744vw;
    margin-bottom: 91.0256410256vw;
  }
}
.introFoot .introFoot_listWrap {
  max-width: 527px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-radius: 20px;
  border: solid 2px #19759d;
  padding: 25px 50px;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .introFoot .introFoot_listWrap {
    max-width: 89.7435897436vw;
    padding: 8.7179487179vw 5.1282051282vw;
  }
}
.introFoot .introFoot_list {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  color: #19759d;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .introFoot .introFoot_list {
    font-size: 4.1025641026vw;
    line-height: 1.7;
    text-indent: 0;
    padding-left: 0;
  }
}

/*-------------------------------------------------------------------
schedule
/*-------------------------------------------------------------------*/
.schedule-box_itemImg img + img {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemImg img + img {
    margin-top: 5.1282051282vw;
  }
}
.schedule-box_itemImg p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemImg p {
    font-size: 4.1025641026vw;
    margin-top: 1.2820512821vw;
  }
}
.schedule-box_itemImg p span {
  font-weight: 400;
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemImg p span {
    font-size: 3.3333333333vw;
  }
}

/*-------------------------------------------------------------------
rental
/*-------------------------------------------------------------------*/
.rental {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .rental .roud-ttl {
    height: 17.4358974359vw;
  }
}
.rental .rental_img {
  width: 923px;
  margin: 50px auto 0;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rental .rental_img {
    width: 100vw;
    margin: 7.6923076923vw auto 76.9230769231vw;
  }
}

.requirements-btn.disabled {
  pointer-events: none;
  background: #B7B7B7;
}

.roud-ttl {
  font-size: 30px;
  font-weight: 700;
  width: 760px;
  height: 72px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #18759d;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #6fb1ce;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .roud-ttl {
    font-size: 5.3846153846vw;
    width: 79.4871794872vw;
    height: 25.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .roud-ttl br {
    display: none;
  }
}

.line-ttl {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .line-ttl {
    font-size: 6.1538461538vw;
  }
}
.line-ttl::after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #08a7e1;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.present {
  padding: 70px 0 86px;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .present {
    margin-top: 7.6923076923vw;
    padding: 7.6923076923vw 10.2564102564vw;
  }
}
.present::before {
  content: "";
  display: block;
  width: 97%;
  height: 1308px;
  background: #38c4e5 url(../images/present-bg.png) no-repeat center 30px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 200px 0 0 0;
}
@media screen and (max-width: 768px) {
  .present::before {
    background: #38c4e5 url(../images/present-bg_sp.svg) no-repeat center top/cover;
    border-radius: 12.8205128205vw 0 0 0;
    width: 91.7948717949vw;
    height: 556.6666666667vw;
  }
}
.present::after {
  content: "";
  display: block;
  width: 86px;
  height: 409px;
  background: url(../images/present.svg) center/contain no-repeat;
  position: absolute;
  top: 62px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .present::after {
    width: 14.6153846154vw;
    height: 69.7435897436vw;
    top: 7.6923076923vw;
  }
}
.present-inner {
  position: relative;
  z-index: 2;
}
.present-wrap {
  width: 1092px;
  margin: 76px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .present-wrap {
    width: 71.7948717949vw;
    margin-top: 17.4358974359vw;
    gap: 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.present-item {
  width: 259px;
}
@media screen and (max-width: 768px) {
  .present-item {
    width: 100%;
  }
}
.present-item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 28/20;
  border-radius: 12px;
  overflow: hidden;
}
.present-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.present-item_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 22px;
  color: #005971;
}
@media screen and (max-width: 768px) {
  .present-item_ttl {
    font-size: 4.6153846154vw;
    margin-top: 3.3333333333vw;
  }
}
.present-item_ttl span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .present-item_ttl span {
    font-size: 4.1025641026vw;
  }
}

.support {
  position: relative;
  z-index: 2;
  padding: 70px 0 150px;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 7.6923076923vw 0 73.0769230769vw;
  }
}
.support::before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 100%;
  background: #fff;
  border-radius: 0 40px 0 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .support::before {
    width: 97.4358974359vw;
  }
}
.support::after {
  content: "";
  display: block;
  width: 110px;
  height: 424px;
  background: url(../images/support.svg) center/contain no-repeat;
  position: absolute;
  top: 62px;
  left: -6px;
  z-index: 2;
}
.support-inner {
  position: relative;
  z-index: 3;
}
.support-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
  margin: 60px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .support-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.9230769231vw;
    margin-top: 9.2307692308vw;
    width: 66.6666666667vw;
  }
}
.support-item {
  width: 259px;
}
@media screen and (max-width: 768px) {
  .support-item {
    width: 100%;
  }
}
.support-item_img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.support-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-item_name {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .support-item_name {
    margin-top: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
.support-item_name span {
  font-size: 15px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .support-item_name span {
    font-size: 3.8461538462vw;
  }
}

.schedule {
  position: relative;
  z-index: 2;
  padding: 80px 0 105px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 20.5128205128vw 0 12.8205128205vw;
    margin-top: -12.8205128205vw;
  }
}
.schedule::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcf4e0;
  border-radius: 60px 0 0 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .schedule::before {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
}
.schedule::after {
  content: "";
  display: block;
  width: 383px;
  height: 309px;
  background: url(../images/family.png) center/contain no-repeat;
  position: absolute;
  top: -100px;
  right: 40px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .schedule::after {
    width: 89.7435897436vw;
    height: 72.3076923077vw;
    top: -58.9743589744vw;
    right: 5.1282051282vw;
  }
}
.schedule-inner {
  position: relative;
  z-index: 2;
}
.schedule-ttl::before {
  content: "";
  display: block;
  width: 656px;
  height: 112px;
  background: url(../images/schedule.svg) center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .schedule-ttl::before {
    width: 84.1025641026vw;
    height: 15.3846153846vw;
  }
}
.schedule-wrap {
  margin: 140px auto 0;
  width: 1200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .schedule-wrap {
    margin-top: 36.4102564103vw;
    width: 89.7435897436vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 41.0256410256vw;
  }
}
.schedule-box.big {
  width: 903px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .schedule-box.big {
    width: 89.7435897436vw;
    margin-top: 8.9743589744vw;
  }
}
.schedule-box_ttl {
  width: 580px;
  height: 86px;
  font-weight: 700;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 2px solid #3081bc;
  color: #18759d;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .schedule-box_ttl {
    width: 89.7435897436vw;
    height: 27.1794871795vw;
    font-size: 8.7179487179vw;
    text-align: center;
    line-height: 1.25;
  }
  .schedule-box_ttl.wide {
    height: 22.0512820513vw;
  }
}
.schedule-box_ttl.item-1, .schedule-box_ttl.item-2 {
  position: relative;
}
.schedule-box_ttl.item-1::before, .schedule-box_ttl.item-2::before {
  content: "";
  display: block;
  width: 130px;
  height: 124px;
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .schedule-box_ttl.item-1::before, .schedule-box_ttl.item-2::before {
    width: 26.1538461538vw;
    height: 28.7179487179vw;
    top: -25.1282051282vw;
  }
}
.schedule-box_ttl.item-1::before {
  background: url(../images/fukidasi-1.svg) center/contain no-repeat;
}
.schedule-box_ttl.item-2::before {
  background: url(../images/fukidasi-2.svg) center/contain no-repeat;
}
.schedule-box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .schedule-box_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.schedule-box_item:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .schedule-box_item:first-of-type {
    margin-top: 2.5641025641vw;
  }
}
.schedule-box_item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .schedule-box_item:not(:first-of-type) {
    margin-top: 7.1794871795vw;
  }
}
.schedule-box_itemWrap {
  position: relative;
}
.schedule-box_itemWrap::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 24px);
  background: #08a7e1;
  position: absolute;
  top: 12px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemWrap::after {
    left: 1.2820512821vw;
    height: calc(100% - 3.5em);
  }
}
.schedule-box_itemLeft {
  width: 170px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemLeft {
    width: 100%;
    padding-left: 7.6923076923vw;
    display: contents;
  }
}
.schedule-box_itemLeft::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #08a7e1;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemLeft::before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.schedule-box_itemRight {
  width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  .schedule-box_itemRight {
    width: 100%;
    display: contents;
  }
}
.schedule-box_itemTime {
  font-size: 18px;
  font-weight: 700;
  color: #08a7e1;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemTime {
    font-size: 4.6153846154vw;
    padding-left: 5.1282051282vw;
  }
}
.schedule-box_itemImg {
  width: 120px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemImg {
    width: 48.7179487179vw;
    margin: 7.4358974359vw auto 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.schedule-box_itemImg img {
  width: 100%;
  height: auto;
}
.schedule-box_itemTtl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemTtl {
    font-size: 5.1282051282vw;
    padding-left: 5.1282051282vw;
    margin-top: 2.0512820513vw;
  }
}
.schedule-box_itemDesc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemDesc {
    margin-top: 3.8461538462vw;
    font-size: 3.8461538462vw;
    padding-left: 5.1282051282vw;
  }
}
.schedule-free {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .schedule-free {
    margin: 5.1282051282vw auto 0;
    width: 94.8717948718vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule-free::before {
    content: none;
  }
}
.schedule-free_inner {
  position: relative;
  z-index: 2;
  width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 0 6px rgba(87, 87, 87, 0.16);
          box-shadow: 0 0 6px rgba(87, 87, 87, 0.16);
}
@media screen and (max-width: 768px) {
  .schedule-free_inner {
    background: #fff;
    border-radius: 5.1282051282vw;
    -webkit-box-shadow: 0 0 6px rgba(87, 87, 87, 0.16);
            box-shadow: 0 0 6px rgba(87, 87, 87, 0.16);
    padding: 12.8205128205vw 2.5641025641vw;
    width: 100%;
  }
}
.schedule-free .schedule-box_ttl {
  margin: 0 auto;
}
.schedule-free_txt {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .schedule-free_txt {
    margin-top: 7.6923076923vw;
    padding: 0 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.schedule-free_wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .schedule-free_wrap {
    margin: 10.2564102564vw auto 0;
    gap: 7.6923076923vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 79.4871794872vw;
  }
}
.schedule-free_img:first-of-type {
  width: 273px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .schedule-free_img:first-of-type {
    width: 70vw;
    margin-inline: auto;
  }
}
.schedule-free_img:not(:first-of-type) {
  width: 378px;
  height: auto;
  aspect-ratio: 378/273;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .schedule-free_img:not(:first-of-type) {
    width: 100%;
  }
}

.hogosha {
  width: 1200px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .hogosha {
    width: 94.8717948718vw;
    margin-top: 12.8205128205vw;
  }
}
.hogosha-box {
  margin-top: 50px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hogosha-box {
    margin-top: 23.0769230769vw;
    padding: 41.0256410256vw 7.6923076923vw 11.5384615385vw;
  }
}
.hogosha-box::before {
  content: "";
  display: block;
  width: 377px;
  height: 341px;
  background: url(../images/hogosya.png) center/contain no-repeat;
  position: absolute;
  top: -100px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .hogosha-box::before {
    width: 68.4615384615vw;
    height: 61.7948717949vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -22.0512820513vw;
  }
}
.hogosha-box p {
  width: 760px;
  margin-right: 0;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .hogosha-box p {
    width: auto;
    font-weight: 700;
    font-size: 5.1282051282vw;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .hogosha-box p br {
    display: none;
  }
}

.requirements {
  padding: 70px 0 85px;
}
@media screen and (max-width: 768px) {
  .requirements {
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
}
.requirements-ttl::before {
  content: "";
  display: block;
  width: 989px;
  height: 150px;
  background: url(../images/requirements.svg) center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .requirements-ttl::before {
    width: 91.7948717949vw;
    height: 13.8461538462vw;
  }
}
.requirements-wrap {
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .requirements-wrap {
    margin-top: 8.7179487179vw;
  }
}
.requirements-btn {
  width: 490px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #0092e6;
  color: #fff;
  position: relative;
  margin: 100px auto 0;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .requirements-btn {
    width: 89.7435897436vw;
    height: 20.5128205128vw;
    font-size: 4.6153846154vw;
    margin-top: 12.8205128205vw;
  }
}
.requirements-btn::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .requirements-btn::before {
    width: 7.4358974359vw;
    height: 7.4358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .requirements-btn:hover {
    opacity: 0.7;
  }
}

.essentialPoint_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .essentialPoint_box {
    display: block;
  }
}
.essentialPoint_box:last-child {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .essentialPoint_box:last-child {
    margin-bottom: 13.9534883721vw;
  }
}
@media screen and (max-width: 768px) {
  .essentialPoint_box {
    width: 90.6976744186vw;
  }
}
.essentialPoint_box .essentialPoint_boxTtl {
  width: 185px;
  font-size: 16px;
  color: #34576a;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxTtl {
    width: 100%;
    margin-bottom: 2.3255813953vw;
    font-size: 4.1025641026vw;
  }
}
.essentialPoint_box .essentialPoint_boxCont {
  width: calc(100% - 185px);
  font-weight: 400;
  line-height: 1.93;
  padding-left: 2em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont {
    font-size: 4.1025641026vw;
  }
}
.essentialPoint_box .essentialPoint_boxCont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont ul li {
    font-size: 4.1025641026vw;
  }
}
.essentialPoint_box .essentialPoint_boxCont ul li::before {
  content: "◯";
  padding-right: 8px;
}
.essentialPoint_box .essentialPoint_boxCont ul li.li-mt {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont ul li.li-mt {
    margin-top: 6.1538461538vw;
  }
}
.essentialPoint_box .essentialPoint_boxCont ul li.cation::before {
  content: "※";
}
.essentialPoint_box .essentialPoint_boxCont .red {
  color: #ff0000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 36px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont .red {
    font-size: 4.6153846154vw;
    margin-top: 9.2307692308vw;
  }
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont .red br {
    display: none;
  }
}
.essentialPoint_box .essentialPoint_boxCont .big {
  margin-top: 36px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont .big {
    font-size: 4.6153846154vw;
    margin-top: 9.2307692308vw;
  }
}
.essentialPoint_box .essentialPoint_boxCont .bold {
  font-weight: 700;
}
.essentialPoint_box .essentialPoint_boxCont a {
  color: #08a7e1;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont a {
    font-size: 4.6153846154vw;
    word-break: break-all;
  }
}
.essentialPoint_box .essentialPoint_boxCont a.tell-link {
  color: inherit;
  font-weight: 700;
  font-size: inherit;
}
.essentialPoint_box .essentialPoint_boxCont .yellow-box {
  background: #ffffea;
  padding: 28px 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont .yellow-box {
    padding: 7.1794871795vw 7.6923076923vw;
  }
}

@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxCont {
    width: 100%;
    padding-left: 0;
  }
}
.essentialPoint_box .essentialPoint_boxTxtBig {
  font-size: 16px;
  font-weight: 500;
}

.essentialPoint_box .essentialPoint_boxTxtSmall {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .essentialPoint_box .essentialPoint_boxTxtSmall {
    font-size: 4.1025641026vw;
  }
}

.essentialPoint_box .essentialPoint_boxTxtSmall a:hover {
  text-decoration: none;
}

.essentialPoint_boxContBtn {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 490px;
  height: 80px;
  border-radius: 10px;
  background-color: #0092e6;
  margin: 0 auto;
  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;
  background-image: url(../img/overview_btnIco01.svg);
  background-size: 30px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .essentialPoint_boxContBtn {
    width: 90.6976744186vw;
    margin-top: 4.6511627907vw;
    margin-bottom: 0vw;
    font-size: 4.6511627907vw;
    height: 18.6046511628vw;
    background-size: 6.976744186vw;
    background-position: right 4.6511627907vw center;
    border-radius: 2.3255813953vw;
    margin-bottom: 6.976744186vw;
  }
}
.essentialPoint_boxContBtn.registration {
  width: 420px;
  background-color: #34576a;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .essentialPoint_boxContBtn.registration {
    width: 100%;
    margin-top: 6.976744186vw;
  }
}
.footer {
  height: 400px;
  background: url(../images/footer.svg) center top/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 75.641025641vw;
    background-position: 55% 50%;
  }
}
.footer__copy {
  color: #fff;
  font-size: 14px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 3.5897435897vw;
    margin-top: 15.3846153846vw;
  }
}

.schedule-box_itemDescImg {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 48.7179487179vw;
  margin: 5.1282051282vw auto 2.5641025641vw;
}

.schedule-box_itemDescBigImg {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .schedule-box_itemDescBigImg {
    margin-top: 7.6923076923vw;
    width: 84.6153846154vw;
    margin-right: 0;
    margin-left: 5.1282051282vw;
  }
}

.essentialPoint_boxCont .requirements-btn {
  margin: 0 auto !important;
  color: #fff !important;
}

.essentialPoint_box .essentialPoint_boxCont .txt_normal {
  font-size: 16px;
  font-weight: 400;
}