@charset "UTF-8";
/************************************************
@PC - style.css v1.0.0
(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* 1-foundation import */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/************************************************
common
************************************************/
/* breakpoints setting */
/* all selecter */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* type selecter */
html, body {
  /* font: 13px/1em "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body {
  background-image: url("../img/bg_pc.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

@media screen and (max-width: 768px) {
  body {
    background-image: url("../img/bg_sp.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center top;
  }
}
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

picture {
  pointer-events: none;
  display: block;
}

img {
  pointer-events: none;
  width: 100%;
  vertical-align: middle;
}

source {
  pointer-events: none;
  width: 100%;
  vertical-align: middle;
}

/* id selecter */
#wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: block;
  position: relative;
}

/* class selecter */
.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.none {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

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

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

/* @font-face {
	font-family:'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
} */
/* @font-face {
	font-family:'###';
	src: url('###.otf') format('opentype');
} */
/* 2-layout import */
/*******************************************************
header
********************************************************/
/*******************************************************
main
********************************************************/
/*******************************************************
footer
********************************************************/
footer {
  background: repeating-linear-gradient(-45deg, #feeacc, #feeacc 3px, #ffffff 3px, #ffffff 6px);
  width: 768px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.6666666667vw 0;
    width: 100%;
  }
}
footer > small {
  display: block;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  footer > small {
    font-size: 2.6666666667vw;
    margin: 0 auto 0;
  }
}

.footer__link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer__link:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .footer__link:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footer__title {
  color: #fff;
  background: #C10F1A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  padding: 10px 0 10px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__title {
    line-height: 1.5;
    font-size: 6.4vw;
  }
}
.footer__title__annotation {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__title__annotation {
    width: 95%;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
  }
}

/* 3-object import */
/* pages */
.hero {
  width: 100%;
}
.hero__mv {
  width: 100%;
}
.hero__list {
  list-style: none;
  width: 90%;
  padding: 0;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
}
.hero__list li a {
  display: block;
  width: 100%;
}
.hero__list li a:hover {
  opacity: 0.6;
}
.hero__list li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hero__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}
.hero__modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.hero__modal-content {
  background-color: #5B3718;
  margin: 15% auto;
  padding: 15px 20px 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .hero__modal-content {
    font-size: 5.3333333333vw;
  }
}
.hero__modal-content a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .hero__modal-content a {
    font-size: 6.4vw;
  }
}
.hero__modal-text {
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 20px 0 0;
}
.hero__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.hero__close:hover, .hero__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.youtube {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .youtube {
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
}
.youtube__contents {
  position: relative;
  display: block;
  width: 50%;
  height: 0;
  padding-bottom: 28.125%;
  margin: 0 auto 0;
  border: solid 1px red;
  background: #000;
}
@media screen and (max-width: 768px) {
  .youtube__contents {
    width: 90%;
    padding-bottom: 50.625%;
  }
}
.youtube__contents > video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apply {
  width: 100%;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .apply {
    padding: 5.3333333333vw 0;
  }
}
.apply__title, .apply__button {
  width: 240px;
  margin: 0 auto 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .apply__title, .apply__button {
    width: 40vw;
  }
}
.apply__title > a, .apply__button > a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.apply__title > a:hover, .apply__button > a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.apply__end {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .apply__end {
    font-size: 3.7333333333vw;
  }
}
.apply__desc {
  width: 90%;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .apply__desc {
    width: 94%;
  }
}
.apply__annotation {
  width: 90%;
  margin: 0 auto;
}
.apply__annotation > li {
  list-style-type: none;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .apply__annotation > li {
    font-size: 3.2vw;
    padding-left: 0;
    margin-left: 5.3333333333vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0.28vw;
  }
}
.apply__annotation > li > a {
  text-decoration: underline;
  color: #000;
}
.apply__term {
  width: 85%;
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 100px 50px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .apply__term {
    width: 100%;
    padding: 50px 30px;
  }
}
.apply__term .title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .apply__term .title {
    font-size: 3.7333333333vw;
  }
}
.apply__term ul.terms {
  width: 90%;
  margin: 0 auto;
}
.apply__term ul.terms > li {
  list-style-type: disc;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .apply__term ul.terms > li {
    font-size: 3.2vw;
    padding-left: 0;
    margin-left: 5.3333333333vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0.28vw;
  }
}
.apply__term ul.terms > li > a {
  text-decoration: underline;
  color: #000;
}
.apply .contact {
  text-align: center;
  margin: 40px auto 0;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .apply .contact {
    margin: 4vw auto 0;
    padding: 2.6666666667vw 0;
  }
}
.apply .contact a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .apply .contact a {
    font-size: 3.2vw;
  }
}
.apply .contact a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.caution {
  width: 800px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .caution {
    width: 90%;
    margin: 10.6666666667vw auto;
  }
}
.caution > p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 28px;
  font-weight: bold;
  margin: 75px 0 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .caution > p {
    width: 90%;
    font-size: 4.2666666667vw;
    margin: 10vw auto 0;
  }
}
.caution > ul {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  border-top: 2px solid #fff;
  margin: 25px 0 0;
  padding: 25px 0 0;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .caution > ul {
    width: 90%;
    font-size: 3.2vw;
    margin: 3.3333333333vw auto 0;
    padding: 3.3333333333vw 0 0;
  }
}
.caution > ul > li {
  margin: 0 0 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .caution > ul > li {
    margin: 0 0 2.6666666667vw;
  }
}
.caution > ul > li > p > span:first-of-type {
  color: #FFE4C4;
  text-decoration: underline;
}
.caution > ul > li > p > span:last-of-type {
  display: block;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .caution > ul > li > p > span:last-of-type {
    margin: 2vw 0 0;
  }
}

.upload__logo {
  width: 40%;
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .upload__logo {
    width: 60%;
    padding: 1.3333333333vw 0;
  }
}
.upload__ttl {
  width: 100%;
}
.upload__step {
  width: 95%;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .upload__step {
    width: 95%;
    padding: 2.6666666667vw 0;
  }
}

.form {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
  /* margin: 100px auto; */
}
@media screen and (max-width: 768px) {
  .form {
    /* margin: calc(100 / 750 * 100vw) auto; */
    padding: 0 0 6.6666666667vw;
  }
}
.form__wrap {
  background: #fff;
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form__wrap {
    width: 100%;
  }
}
.form__inner {
  width: 100%;
}
.form__box {
  width: 90%;
  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;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form__box {
    width: 90%;
    max-width: auto;
    margin: 5.3333333333vw auto 0;
  }
}
.form__receiptBox {
  width: 90%;
  margin: 0 auto;
  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;
  margin: 0px auto 0;
}
@media screen and (max-width: 768px) {
  .form__receiptBox {
    width: 90%;
  }
}
.form__receiptBox > .form__boxL {
  width: 100%;
}
.form__receiptBox > .form__boxL > .form__itemName {
  width: 100%;
  line-height: 1.5;
}
.form__receiptBox > .form__boxR {
  width: 100%;
}
.form__agreeBox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form__agreeBox {
    margin: 4vw auto 0;
  }
}
.form__agreeBox > .form__boxR {
  display: block;
  line-height: 1;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .form__agreeBox > .form__boxR {
    padding-left: 2vw;
  }
}
.form__agreeBox > .form__boxL > input[type=checkbox] {
  font-size: 100%;
  height: 24px;
  width: 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .form__agreeBox > .form__boxL > input[type=checkbox] {
    font-size: 100%;
    height: 3.2vw;
    width: 3.2vw;
  }
}
.form__red {
  color: #bb121a;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .form__red {
    margin-left: 2vw;
  }
}
.form__black {
  color: #000;
}
.form__itemName {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .form__itemName {
    font-size: 3.7333333333vw;
  }
}
.form__itemNameSub1 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  margin: 20px 0 20px;
  font-weight: bold;
  color: yellow;
}
@media screen and (max-width: 768px) {
  .form__itemNameSub1 {
    font-size: 6.9333333333vw;
    margin: 2.6666666667vw 0 2.6666666667vw;
    text-align: justify;
  }
}
.form__radioLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__radioLabel {
    font-size: 3.4666666667vw;
  }
}
.form__select {
  display: block;
  width: 100%;
  background: #eeefef;
  border: solid 1px #646464;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  color: #646464;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 15px 0 15px 15px;
  cursor: pointer;
  margin: 20px auto 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #646464 50%), linear-gradient(135deg, #646464 50%, transparent 50%);
  background-size: 10px 10px, 10px 10px;
  background-position: calc(100% - 25px) 50%, calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .form__select {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.form__input {
  width: 100%;
  background: #eeefef;
  border: solid 1px #646464;
  font-size: 16px;
  padding: 15px 0 15px 15px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .form__input {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    margin: 2.6666666667vw 0 0;
  }
}
.form__previewImg {
  width: 80%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .form__previewImg {
    margin: 2.6666666667vw auto 0;
  }
}
.form__uploadBtn {
  width: 60%;
  background: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 26px;
  font-weight: bold;
  color: #de7419;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 0.6em 0 0.6em 0;
  border: solid 2px #de7419;
  border-radius: 7.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .form__uploadBtn {
    width: 60%;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0;
    margin: 4vw auto 0;
  }
}
.form__uploadBtn:hover {
  background: #de7419;
  color: #fff;
}
.form__checkBtn {
  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: #d31177;
  width: 300px;
  margin: 50px auto 0;
  padding: 10px 0;
  border: 2px solid #d31177;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .form__checkBtn {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 0;
    padding: 2.6666666667vw 0;
  }
}
.form__checkBtn:hover {
  background: #fff;
  color: #d31177;
}
.form__text {
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .form__text {
    margin: 10vw auto 0;
  }
}
.form__text-ttl {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #eeefef;
  color: #000;
  padding: 5px 0 5px 10px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .form__text-ttl {
    font-size: 3.2vw;
    padding: 0.6666666667vw 0 0.6666666667vw 1.3333333333vw;
    margin: 0 auto 4vw;
  }
}
.form__text-list {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .form__text-list {
    margin: 0 auto 4vw;
  }
}
.form__text-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .form__text-list > li {
    font-size: 3.2vw;
  }
}
.form__text-list > li > span > a {
  display: inline;
  text-decoration: underline;
  word-wrap: break-word;
  color: #000;
}
.form__text-list > li > span:first-of-type {
  display: block;
  width: 2%;
}
.form__text-list > li > span:last-of-type {
  display: block;
  width: 95.5%;
  margin-left: 2.5%;
}
.form__red {
  color: #bb121a;
}
.form__text-caution {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__text-caution {
    font-size: 3.2vw;
  }
}
.form__confirmBtnWrap {
  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;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .form__confirmBtnWrap {
    margin: 6.6666666667vw auto 0;
  }
}
.form__confirmBtnWrap > button:first-of-type {
  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: #d31177;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #d31177;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .form__confirmBtnWrap > button:first-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.form__confirmBtnWrap > button:first-of-type:hover {
  background: #fff;
  color: #d31177;
}
.form__confirmBtnWrap > button:last-of-type {
  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;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #646464;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .form__confirmBtnWrap > button:last-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.form__confirmBtnWrap > button:last-of-type:hover {
  background: #646464;
  color: #fff;
}

#J-file-upload-input {
  display: none;
}

#J-file-upload-input2 {
  display: none;
}

#J-file-upload-input3 {
  display: none;
}

#J-file-upload-input4 {
  display: none;
}

.confirm {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .confirm {
    padding: 0 0 6.6666666667vw;
  }
}
.confirm__inner {
  width: 100%;
}
.confirm__box {
  width: 90%;
  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;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .confirm__box {
    width: 90%;
    margin: 4vw auto 0;
  }
}
.confirm__itemName {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .confirm__itemName {
    font-size: 3.7333333333vw;
  }
}
.confirm__confirmTxt {
  background: #eeefef;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 15px auto 0;
  padding: 15px 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .confirm__confirmTxt {
    font-size: 3.7333333333vw;
    margin: 2vw auto 0;
    padding: 2vw 0 2vw 2vw;
  }
}
.confirm__confirmImg {
  display: block;
  width: 80%;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .confirm__confirmImg {
    margin: 2vw auto 0;
  }
}
.confirm__confirmImgNone {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm__confirmImgNone {
    font-size: 3.2vw;
  }
}
.confirm__confirmBtnWrap {
  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;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .confirm__confirmBtnWrap {
    margin: 6.6666666667vw auto 0;
  }
}
.confirm__confirmBtnWrap > button:first-of-type {
  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: #d31177;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #d31177;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .confirm__confirmBtnWrap > button:first-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.confirm__confirmBtnWrap > button:first-of-type:hover {
  background: #fff;
  color: #d31177;
}
.confirm__confirmBtnWrap > button:last-of-type {
  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;
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border: 2px solid #646464;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .confirm__confirmBtnWrap > button:last-of-type {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto 4vw;
    padding: 2.6666666667vw 0;
  }
}
.confirm__confirmBtnWrap > button:last-of-type:hover {
  background: #646464;
  color: #fff;
}
.confirm__confirmBtn {
  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-color: #009944;
  width: 320px;
  margin: 20px 10px 0;
  padding: 10px 0;
  border: 2px solid #009944;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .confirm__confirmBtn {
    width: 60%;
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto 0;
    padding: 4vw 0;
  }
}
.confirm__confirmBtn:last-of-type {
  background-color: #e60012;
  border: 2px solid #e60012;
}
.confirm__confirmBtn:hover {
  background-color: #fff;
}

.compleat {
  width: 100%;
  min-height: 100vh;
  padding: 0 0 50px;
  /* margin: 100px auto; */
}
@media screen and (max-width: 768px) {
  .compleat {
    /* margin: calc(100 / 750 * 100vw) auto; */
    padding: 0 0 6.6666666667vw;
  }
}
.compleat > p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .compleat > p {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.compleat__topBtnWrap {
  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;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .compleat__topBtnWrap {
    margin: 9.3333333333vw auto 0;
  }
}
.compleat__topBtnWrap > a {
  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: #646464;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  border: 2px solid #646464;
  border-radius: 7.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .compleat__topBtnWrap > a {
    width: 50%;
    font-size: 3.7333333333vw;
    margin: 0 auto;
    padding: 2.6666666667vw 0;
  }
}
.compleat__topBtnWrap > a:first-of-type:hover {
  background: #fff;
  color: #000;
}

.present {
  width: 100%;
  padding: 4.8611111111vw 0 0;
  /* anchor buttons container */
}
@media screen and (max-width: 768px) {
  .present {
    padding: 9.3333333333vw 0;
  }
}
.present__ttl {
  display: block;
  width: 240px;
  margin: 0 auto 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .present__ttl {
    width: 40vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.present__anchor_container {
  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;
  gap: 20px;
  width: 85%;
  margin: 0 auto 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .present__anchor_container {
    gap: 2.1333333333vw;
    width: 95%;
    margin: 0 auto 9.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.present__anchor_container .present__anchor {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.present__anchor_container .present__anchor .present__ttl {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .present__anchor_container .present__anchor .present__ttl {
    width: 100%;
  }
}
.present__anchor_container .present__anchor:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.present__anchor_container .present__anchor:hover .present__ttl img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.present__anchor_container .present__anchor:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.present__list {
  width: 85%;
  margin: 0 auto;
  /* Media query for small screens (smartphone) */
}
@media screen and (max-width: 768px) {
  .present__list {
    width: 94%;
  }
}
.present__list.present2 {
  padding-top: 40px;
}
.present__list > .present__header {
  width: 100%;
  border: 4px solid #cbdee7;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.present__list > .present__header .present__header__title {
  background: #1a509a; /* 濃い青 */
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 12px 12px 0 0;
  padding: 18px 12px;
  font-size: 2.0833333333vw;
}
@media screen and (min-width: 1024px) {
  .present__list > .present__header .present__header__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .present__list > .present__header .present__header__title {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 1.6vw;
  }
}
.present__list > .present__header.present2 {
  border: 4px solid #e9cce2;
  border-bottom: 0;
}
.present__list > .present__header.present2 .present__header__title {
  background: #d31277;
}
.present__list .none {
  display: none;
}
.present__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 0 10px;
}
.present__list ul > li {
  width: 50%;
  padding: 1.25vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: white;
  font-size: 2.6388888889vw;
  font-weight: bold;
  background-color: #7c7c7c;
}
@media screen and (min-width: 1024px) {
  .present__list ul > li {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .present__list ul > li {
    font-size: 5.0666666667vw;
    padding: 3.4666666667vw;
  }
}
.present__list ul > li.active-orange {
  background: #dc6219;
}
.present__list ul > li.active-purple {
  background: #cc126b;
}
.present__list ul > li:hover {
  opacity: 0.75;
}
.present__list picture {
  width: 100%;
}
.present__list .container {
  width: 100%;
  margin: 0 auto;
  background-color: #f1f8fb;
  border: 4px solid #cbdee7;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}
.present__list .container.present2 {
  background-color: #fbebe8;
  border: 4px solid #e9cce2;
  border-top: 0;
}
.present__list img {
  max-width: 100%;
  height: auto;
  display: block;
}
.present__list img.img-sp {
  display: none;
}
.present__list .section {
  margin-bottom: 20px;
}
.present__list .section__ttl {
  width: 20%;
  margin: 30px auto 0;
}
.present__list .section__num {
  width: 8%;
  margin: 0 auto;
}
.present__list .section__line {
  padding: 50px 50px 0px;
}
.present__list .section__present2 {
  width: 75%;
  margin: 50px auto 20px;
}
.present__list .section__present2 .official_btn {
  width: 30%;
  margin: 10px auto;
}
.present__list .section__present3 {
  width: 50%;
  margin: 50px auto 20px;
}
.present__list .section__present3 .official_btn {
  width: 20%;
  margin: 10px auto;
}
.present__list .section__present4 {
  width: 75%;
  margin: 50px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.present__list .section__present4.only_one {
  width: 50%;
}
.present__list .section__present4__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.present__list .section__present4__item img {
  width: 100%;
  height: auto;
}
.present__list .section__present4__item a {
  display: block;
}
.present__list .section__present4__item .official_btn {
  width: 60%;
  margin: 10px auto;
}
.present__list .section__nijigaku {
  width: 55%;
  margin: 70px auto 0px;
}
.present__list .section__form1_btn {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.present__list .section__form1_btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.present__list .section__form1_btn:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.present__list .section__form1_btn:hover img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.present__list .section__form1_btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.present__list .facility-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.present__list .facility-images a {
  max-width: 30%;
}
.present__list .facility-images img {
  width: 100%;
  height: auto;
}
.present__list .facility-images img.official_btn {
  width: 40%;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .present__list .section__ttl {
    width: 60%;
    margin: 20px auto 20px;
  }
  .present__list .section__num {
    width: 15%;
  }
  .present__list .section__present2 {
    width: 90%;
  }
  .present__list .section__present2 .official_btn {
    width: 40%;
  }
  .present__list .section__present3 {
    width: 80%;
  }
  .present__list .section__present3 .official_btn {
    width: 40%;
  }
  .present__list .section__present4 {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .present__list .section__present4.only_one {
    width: 80%;
  }
  .present__list .section__present4__item {
    width: 100%;
  }
  .present__list .section__present4__item .official_btn {
    width: 70%;
  }
  .present__list .section__nijigaku {
    width: 80%;
  }
  .present__list .section__form1_btn {
    max-width: 75%;
    margin: 5.3333333333vw auto 4vw;
  }
  .present__list .facility-images {
    -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;
  }
  .present__list .facility-images a {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .present__list img.img-sp {
    display: block;
  }
  .present__list img.img-pc {
    display: none;
  }
}

.story {
  width: 100%;
  padding: 85px 0;
  background-image: url("../img/lineup/lineup_bg_pc.jpg");
}
@media screen and (max-width: 768px) {
  .story {
    padding: 11.3333333333vw 0;
    background-image: url("../img/lineup/lineup_bg_sp.jpg");
  }
}
.story__lineup {
  width: 80%;
  margin: 0 auto;
}
.story__annotation {
  display: block;
  width: 70%;
  max-width: 1080px;
  color: #0b0c0b;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: justify;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 10px auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .story__annotation {
    width: 90%;
    max-width: auto;
    font-size: 2vw;
    margin: 2.6666666667vw auto 6.6666666667vw;
  }
}
.story__title {
  display: block;
  width: 50%;
  max-width: 660px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .story__title {
    width: 80%;
    max-width: auto;
    margin: 13.3333333333vw auto 0;
  }
}
.story__list {
  list-style: none;
  width: 50%;
  padding: 0;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.story__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
}
.story__list li a {
  display: block;
  width: 100%;
}
.story__list li a:hover {
  opacity: 0.6;
}
.story__list li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .story__list {
    width: 90%;
  }
}
.story__inquiry {
  display: block;
  color: #0b0c0b;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 50px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .story__inquiry {
    font-size: 2.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.story__inquiry:hover {
  opacity: 0.8;
}
.story > footer {
  width: 100%;
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  .story > footer {
    padding: 13.3333333333vw 0 2.6666666667vw;
  }
}
.story > footer > small {
  display: block;
  color: #000000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .story > footer > small {
    font-weight: bold;
    font-size: 2.6666666667vw;
    margin: 0 auto 0;
  }
}

.footer {
  padding: 1.3888888889vw 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 2.6666666667vw 0;
    padding-bottom: 76px;
  }
}
.footer p {
  margin-bottom: 3.4722222222vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer p {
    margin-bottom: 6.6666666667vw;
  }
}
.footer p a.inquiry {
  text-decoration: underline;
  color: #000;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .footer p a.inquiry {
    font-size: 2.9333333333vw;
  }
}
.footer p.copyright {
  font-weight: bold;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .footer p.copyright {
    font-size: 2.1333333333vw;
  }
}
.footer__sp_buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__sp_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    margin: 0;
  }
}
.footer__sp_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__sp_btn {
    display: block;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__sp_btn img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
  }
  .footer__sp_btn:active {
    opacity: 0.7;
  }
}

/* componentes */
/* @import '3-object/_c-xxx.scss'; *//*# sourceMappingURL=style.css.map */