@charset "UTF-8";
.main img {
  width: 100%;
}

#hero {
  background: url(/img/advance/main.jpg) no-repeat center/cover;
  height: 400px;
}
#hero img {
  display: none;
}

@media screen and (max-width: 768px) {
  #hero {
    background: none;
    height: auto;
  }
  #hero img {
    width: 100%;
    display: block;
  }
}
.w900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 9.8%;
  box-sizing: border-box;
}

.pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .w900 {
    margin: 0 auto;
    padding: 0 2%;
  }
  .sp_only {
    display: none;
  }
  .pc_only {
    display: inherit;
  }
}
@media screen and (min-width: 1000px) {
  .w900 {
    padding: 0;
  }
}
#word {
  position: relative;
  margin-bottom: 0;
  padding: 60px 0;
  color: #0091DA;
}
#word .word__ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: clamp(20px, 2.6vw, 26px);
}
#word .word__txt {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
}
#word .word__name {
  margin: 0 auto;
}
#word .word__name .word__name-txt {
  margin-bottom: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: clamp(12px, 1.4vw, 14px);
  text-align: center;
}
#word .word__name .word__name-img {
  max-width: 140px;
  margin: 0 auto;
}

#about {
  margin-bottom: 50px;
}
#about .about__ttl {
  margin-bottom: 20px;
  color: #0091DA;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: normal;
  line-height: 1;
}
#about .about__txt {
  margin-bottom: 65px;
  color: #0091DA;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.85;
  letter-spacing: 0;
}
#about .about__txt--or {
  color: #F08300;
}
#about .about__box .about__box-ttl {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0091DA;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  line-height: 2;
}
#about .about__box .about__box-txt {
  margin: -10px 0 15px;
  font-size: clamp(13px, 1.5vw, 15px);
  color: #0091DA;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}
#about .about__box .about__box-img {
  max-width: 400px;
  margin: 0 auto 80px;
}
#about .plan {
  margin-bottom: 40px;
}
#about .plan .plan__table-wp {
  overflow: scroll;
}
#about .plan .plan__table {
  width: 100%;
  min-width: 700px;
}
#about .plan .plan__table tr {
  border-bottom: 1px solid #ACACAC;
  background: #FFF;
  font-size: clamp(13px, 1.5vw, 15px);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.5;
}
#about .plan .plan__table tr:first-child {
  border-left: 1px solid #0091DA;
  border-right: 1px solid #0091DA;
  border-bottom: none;
}
#about .plan .plan__table tr:first-child th {
  border-right: 1px solid #ACACAC;
  background: #0091DA;
  color: #FFF;
}
#about .plan .plan__table tr th {
  padding: 1em 5px;
  border-left: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
  font-weight: normal;
  vertical-align: middle;
}
#about .plan .plan__table tr td {
  padding: 1em 5px;
  border-right: 1px solid #ACACAC;
  font-weight: normal;
  vertical-align: middle;
}
#about .plan .plan__note {
  font-size: clamp(11px, 1.2vw, 12px);
  margin: 10px auto;
  color: #0091DA;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  text-align: left;
}
#about .plan .plan__note--or {
  color: #F08300;
}
#about .type .type__wp {
  margin-bottom: 50px;
}
#about .type .type__wp--or .type__ttl {
  color: #EB702F;
}
#about .type .type__wp--or .type__box-ttl {
  color: #EB702F;
}
#about .type .type__wp--or .type__box-ttl::before {
  background: #EB702F;
}
#about .type .type__wp--gr .type__ttl {
  color: #678E38;
}
#about .type .type__wp--gr .type__box-ttl {
  color: #678E38;
}
#about .type .type__wp--gr .type__box-ttl::before {
  background: #678E38;
}
#about .type .type__wp--bl .type__ttl {
  color: #2083D8;
}
#about .type .type__wp--bl .type__box-ttl {
  color: #2083D8;
}
#about .type .type__wp--bl .type__box-ttl::before {
  background: #2083D8;
}
#about .type .type__ttl {
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
#about .type__cont {
  display: grid;
  gap: 25px;
  margin-bottom: 40px;
}
#about .type__cont .type__box {
  padding: 20px 25px 25px;
  background: rgba(0, 145, 218, 0.1);
  border-radius: 10px;
}
#about .type__cont .type__box .type__box-ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0.75em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(16px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
#about .type__cont .type__box .type__box-ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
}
#about .type__cont .type__box .type__box-txt {
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1.85;
  text-align: left;
}
#about .type__cont .type__box .type__box-btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
  background: #C1AE8A;
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(15px, 1.5vw, 15px);
  text-align: center;
}
#about .type__cont .type__box .type__box-btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  content: "";
}
#about .type__cont--or .type__box .type__box-ttl {
  color: #EB702F;
}
#about .type__cont--or .type__box .type__box-ttl::before {
  background: #EB702F;
}
#about .about__note {
  padding: 18px 20px 15px;
  border: 1px solid #0091DA;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#about .about__note .about__note-ttl {
  margin-bottom: 8px;
  color: #0091DA;
  font-size: 14px;
  line-height: 1;
}
#about .about__note .about__note-txt {
  font-size: clamp(13px, 1.4vw, 14px);
}

#movie {
  margin-bottom: 0;
  padding: 30px 0;
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#movie .movie__ttl {
  position: relative;
  margin-bottom: 35px;
  padding-left: 0.75em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: left;
  line-height: 1.4;
}
#movie .movie__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #333;
  content: "";
}
#movie .movie__wp {
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
#movie .movie__wp:last-of-type {
  border: none;
}
#movie .movie__wp--or .movie__box .movie__box-ttl {
  color: #EB702F;
}
#movie .movie__wp--gr .movie__box .movie__box-ttl {
  color: #678E38;
}
#movie .movie__wp--bl .movie__box .movie__box-ttl {
  color: #2083D8;
}
#movie .movie__box {
  margin-bottom: 30px;
}
#movie .movie__box .movie__box-ttl {
  margin-bottom: 20px;
  color: #0091DA;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#movie .movie__box .movie__cont-wp {
  display: grid;
  gap: 20px;
}
#movie .movie__box .movie__cont-wp .movie__thumb-wp {
  order: 1;
}
#movie .movie__box .movie__cont-wp .movie__thumb-wp .movie__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#movie .movie__box .movie__cont-wp .movie__thumb-wp .movie__thumb iframe {
  width: 100%;
  height: 100%;
}
#movie .movie__box .movie__cont-wp .movie__cont {
  order: 2;
  text-align: left;
}
#movie .movie__box .movie__cont-wp .movie__cont .movie__cont-txt {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.85;
}
#movie .movie__box .movie__cont-wp .movie__cont .movie__cont-note {
  padding-top: 10px;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: 1.85;
}

#price {
  margin-bottom: 50px;
  padding-bottom: 20px;
  background: #FFF;
}
#price .price_box {
  margin-bottom: 50px;
}
#price .price_box h4 {
  font-size: clamp(15px, 1.8vw, 18px);
  padding: 5px 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #fff;
  background: #0091DA;
}
#price .price_box h4 .price_title_attn {
  font-size: clamp(12px, 1.4vw, 14px);
  display: inline-block;
  padding-left: 10px;
}
#price .price_box h5 {
  font-size: clamp(15px, 1.8vw, 18px);
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
#price .price_box .price_txt {
  font-size: clamp(12px, 1.5vw, 15px);
  margin: 10px auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
}
#price .price_box .price_attn {
  font-size: clamp(10px, 1.3vw, 13px);
  margin: 10px auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  text-align: left;
}
#price .price_box .price_attn span {
  display: block;
  text-align: right;
}
#price .price_box .price_note {
  font-size: clamp(10px, 1.3vw, 13px);
  margin: 10px auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  text-align: right;
}
#price .price_box table {
  width: 100%;
}
#price .price_box table tr {
  font-size: clamp(13px, 1.5vw, 15px);
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid #ACACAC;
}
#price .price_box table tr:first-child th, #price .price_box table tr:first-child td {
  border-top: 1px solid #ACACAC;
}
#price .price_box table tr th, #price .price_box table tr td {
  padding: 15px 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border-right: 1px solid #ACACAC;
}
#price .price_box table tr th {
  width: 40%;
  text-align: left;
  font-weight: normal;
  border-left: 1px solid #ACACAC;
}
#price .price_box table tr td {
  width: 30%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-all;
}
#price .price_box table tr td.null:before {
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #333;
}
#price .price_box table tr td.sel_2 {
  width: 60%;
}
#price .price_box table tr td.price_sel-txt {
  font-size: clamp(12px, 1.3vw, 13px);
}
#price .price_box table .s_txt {
  display: block;
  font-size: clamp(12px, 1.2vw, 12px);
}

.font_beta {
  font-family: "メイリオ", Meiryo, Osaka, "sans-serif";
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 768px) {
  #word .word__txt {
    padding: 0 2em;
  }
  #about {
    margin-bottom: 95px;
  }
  #about .about__ttl {
    margin-bottom: 40px;
  }
  #about .about__txt {
    margin-bottom: 90px;
    text-align: center;
    line-height: 2;
  }
  #about .about__box:first-of-type .about__box-ttl {
    margin-bottom: 25px;
  }
  #about .about__box .about__box-ttl {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
  #about .about__box .about__box-txt {
    margin: 0 0 30px;
    text-align: center;
  }
  #about .about__box .about__box-img {
    max-width: none;
    margin-bottom: 90px;
  }
  #about .type {
    margin-bottom: 40px;
  }
  #about .type .type__ttl {
    margin-bottom: 30px;
  }
  #about .type__cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 6%;
    margin-bottom: 20px;
  }
  #about .type__cont .type__box {
    padding: 25px 20px 20px 30px;
    box-sizing: border-box;
  }
  #about .type__cont .type__box .type__box-ttl {
    margin-bottom: 15px;
  }
  #about .type__cont .type__box .type__box-txt {
    width: 90%;
    margin-bottom: 15px;
  }
  #about .type__cont .type__box .type__box-btn a {
    max-width: 170px;
    margin: 0 0 0 auto;
    padding-left: 20px;
    text-align: left;
  }
  #about .type__cont .type__box .type__box-btn a::after {
    right: 15px;
  }
  #about .about__note {
    padding: 25px 45px 25px;
  }
  #movie {
    padding: 100px 0;
  }
  #movie .movie__ttl {
    margin-bottom: 60px;
  }
  #movie .movie__wp {
    margin-bottom: 70px;
  }
  #movie .movie__wp:last-of-type {
    margin-bottom: 0;
  }
  #movie .movie__wp:last-of-type .movie__box:last-of-type {
    margin-bottom: 0;
  }
  #movie .movie__box {
    margin-bottom: 75px;
  }
  #movie .movie__box .movie__cont-wp {
    grid-template-columns: 48% 45%;
    gap: 20px 7%;
  }
  #movie .movie__box .movie__cont-wp .movie__cont {
    order: 1;
  }
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-txt {
    line-height: 2;
  }
  #movie .movie__box .movie__cont-wp .movie__cont .movie__cont-note {
    width: 90%;
    padding-top: 15px;
  }
  #movie .movie__box .movie__cont-wp .movie__thumb-wp {
    order: 2;
  }
  #price {
    padding-bottom: 80px;
  }
  #price .price_box table tr th, #price .price_box table tr td {
    padding: 10px 15px;
  }
}
/*------------------------------
		901px以上
------------------------------*/
@media screen and (min-width: 901px) {
  #word .word__ttl {
    margin-bottom: 15px;
  }
  #word .word__txt {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.8;
  }
  #word .word__name {
    margin: 0 0 0 auto;
  }
  #word .word__name .word__name-txt {
    margin-bottom: 20px;
    text-align: right;
  }
  #word .word__name .word__name-img {
    max-width: 200px;
    margin: 0 0 0 auto;
  }
  #about .about__txt {
    letter-spacing: 0.1em;
  }
}
/*------------------------------
		1281px以上
------------------------------*/