@charset "UTF-8";
.pc_only {
  display: none;
}
/*-------------------------------------------------
  header
-------------------------------------------------*/
header {
  width: 100%;
  position: relative;
}
.pfix {
  width: 100%;
  position: fixed;
  z-index: 2;
}
.nav {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: -100%;
  top: 0;
  background: #fff;
  opacity: .9;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  height: calc(100vh/7);
  line-height: 180px;
  list-style-type: none;
  text-align: center;
}
.nav a {
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
  color: #333333;
}
.nav li:last-child a {
  color: #333333;
}
/* hamburger_line */
#target {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 13px;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.target_inner {
  width: 30px;
  height: 30px;
  position: relative;
}
.target_inner_line {
  display: block;
  width: 30px;
  height: 2px;
  background: #222;
  -webkit-transition: 1.5s;
  border-radius: 50px;
  position: absolute;
}
.target_inner_1 {
  top: 0;
}
.target_inner_2 {
  top: 10px;
}
.target_inner_3 {
  top: 20px;
}
/* 動き */
.fadein {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.linea, .lineb, .linec {
  background: #222;
}
.linea {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 13px;
}
.lineb {
  opacity: 0;
}
.linec {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 13px;
}
/*-------------------------------------------------
  Common
-------------------------------------------------*/
.contents {
  box-sizing: border-box;
  padding: 5em 1em;
}
.contents h2 {
  font-size: 3rem;
  text-align: center;
  padding: 0 0 1.8em;
  line-height: 1.7;
  color: #f382ae;
}
/*応募ボタン*/
.applicationBtn a {
  display: block;
  width: 260px;
  height: 55px;
  line-height: 55px;
  font-size: 1.8rem;
  color: #fff;
  background: #f382ae;
  text-align: center;
  border-radius: 6px;
  margin: 2em auto 0;
}
/*横並びレイアウト*/
.itemlist {
  display: flex;
  box-sizing: border-box;
}
.itemlist li {
  padding: 0 .5em;
  box-sizing: border-box;
}
.marker {
  background: linear-gradient(transparent 95%, #f382ae 95%);
}
/*-------------------------------------------------
  Main Visual
-------------------------------------------------*/
.main-visual {
  width: 100%;
  margin: 0 auto;
}
.main-logo {
  width: 95%;
  margin: 0 auto 1em;
}
.top-lead {
  font-size: 2rem;
  text-align: center;
  padding: 3em 0;
  line-height: 1.5;
  letter-spacing: 3px;
}
.main h2 {
  color: #f382ae;
  font-size: 2.4rem;
}
/*-------------------------------------------------
  Schedule Area
-------------------------------------------------*/
.scheduleArea .contents {
  border: solid 1px #f382ae;
  padding: 2em 1em;
  margin: 0 1em;
}
.scheduleArea .row__text h2 {
  padding: 0 0 1.2em;
}
.scheduleArea .row__text {
  padding: 0 0 1em;
}
.scheduleArea .row__text p {
  font-size: 1.8rem;
  text-align: center;
}
.scheduleArea .top-lead {
  font-size: 2rem;
  text-align: center;
  padding: 1em 0 0 0;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .scheduleArea .row {
    display: flex;
    box-sizing: border-box;
    flex-flow: row-reverse;
  }
  .scheduleArea .row__text {
    width: 45%;
    padding: 0 0 0 1em;
  }
  .scheduleArea .row__text p {
    font-size: 1.8rem;
  }
  .scheduleArea .row__img {
    width: 55%;
  }
}
/*-------------------------------------------------
  Sns Area
-------------------------------------------------*/
.snsArea .row__text {
  padding: 0 0 2em;
}
.snsArea .sns {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.snsArea .row__text p {
  line-height: 2;
  text-align: center;
}
.sns li {
  display: inline-block;
  padding: 0 1em;
  vertical-align: middle;
}
.sns li i {
  color: #222;
  font-size: 4.5rem;
}
.sns li img.sns__icon {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .snsArea .row {
    display: flex;
    box-sizing: border-box;
  }
  .snsArea .row__text {
    width: 50%;
  }
  .snsArea .sns {
    width: 50%;
  }
  .snsArea .row__text p {
    font-size: 1.8rem;
    line-height: 2;
  }
  .sns li img.sns__icon {
    position: absolute;
    top: 3px;
    left: 35px;
}
}
/*-------------------------------------------------
  PR Area
-------------------------------------------------*/
.prArea h2 {
  font-size: 2.3rem;
}
.prArea .itemlist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prArea .itemlist .prTop {
  width: 100%;
  margin: 0 0 2em;
}
.prArea .itemlist iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.prArea .itemlist li:nth-child(n+2) {
  width: 50%;
  margin: 0 0 2em;
}
.prArea .itemlist li:nth-child(n+2) iframe {
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .prArea .itemlist .prTop iframe {
    height: 350px;
  }
  .prArea .itemlist li:nth-child(n+2) iframe {
    height: 150px;
  }
}
.prArea .itemlist li p {
  font-size: 1.6rem;
  text-align: center;
  padding: .5em 0 0;
}
/*-------------------------------------------------
  Method Area
-------------------------------------------------*/

.methodArea .row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 2em 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .methodArea .row {
    flex-wrap: nowrap;
  }
}
.method-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
.methodArea .row .row__mov {
  width: 50%;
  padding: 0 1.5em 1em 0;
  box-sizing: border-box;
}
.methodArea .row__mov video {
  border-radius: 30px;
  max-width: 100%;
  margin: 0;
}
.methodArea .row .row__text {
  width: 50%;
  padding: 0 0 1em 0;
}
.methodArea .row__text p {
  font-size: 1.4rem;
  padding-top: 20%;
}
.methodArea .row__text p span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f382ae;
  display: block;
}
.methodArea .row__img img {
  border-radius: 30px;
}
.methodArea .itemlist {
  margin: 3em auto 2em;
}
@media screen and (min-width: 768px) {
  .methodArea .itemlist {
    width: 60%;
  }
}
.methodArea .itemlist img {
  border-radius: 30px;
}
.methodArea .attention {
  color: #f382ae;
  text-align: left;
}

.methodArea .contents {
  text-align: center;
}

/*-------------------------------------------------
  Capacity Area
-------------------------------------------------*/
.capacityList li {
  margin: 0 0 1.5em;
  line-height: 1.7;
  position: relative;
  padding: 0 0 0 1.3em;
}
.capacityList li:before {
  content: "●";
  color: #333;
  font-size: 1.2rem;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.capacityList li:last-child {
  margin: 0;
}
.capacityList li span {
  padding: 0 0 1em 1em
}
/*-------------------------------------------------
  flow Area
-------------------------------------------------*/
.flowArea h3 {
  font-size: 1.8rem;
  padding: 0 0 .6em .8em;
  position: relative;
  line-height: 1.7;
}
.flowArea h3:before {
  content: "●";
  color: #333;
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  left: -6px;
}
.itemlist.flowlist {
  display: block;
  text-align: left;
}
.itemlist.flowlist li {
  margin: 0 0 3em;
}
@media screen and (min-width: 768px) {
  .flowArea .itemlist {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flowArea .itemlist li {
    width: 50%;
  }
}
.flowArea .itemlist li:last-child {
  margin: 0;
}
.flowArea .itemlist p {
  padding: 0 0 0 1em;
}
.flowArea .applicationBtn a {
  margin: 4em auto 0;
}
/*-------------------------------------------------
  Notes Area
-------------------------------------------------*/
.notesArea .contents {
  padding: 5em 0;
  margin: 0 1em;
  border-top: solid 1px #BFBFBF;
}
.notesArea h2 {
  font-size: 2.4rem;
}
.notesArea ul {
  list-style-type: disc;
  padding: 0 0 0 0;
}
.notesArea ul li {
  margin: 0 0 .5em;
  line-height: 1.7;
}
.notesArea ul li:last-child {
  margin: 0;
}
/*-------------------------------------------------
  フォームボタン
-------------------------------------------------*/
#formBtn {
  bottom: 0;
  left: 0;
  width: 100%;
}
#formBtn a {
  font-size: 1.8rem;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
#formBtn a span {
  position: relative;
}
#formBtn a span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 4px;
  right: -17px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
}
/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/
footer {
  padding: 2em 0 0;
}
footer ul {
  padding: 20px;
}
footer ul li {
  padding-bottom: 1em;
}
.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 5em;
}
/*-------------------------------------------------
  PAGE TOP
-------------------------------------------------*/
#page-top {
  bottom: 13%;
  right: 3%;
}
/*-------------------------------------------------
  movie 0125
-------------------------------------------------*/
.movieArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}