@charset "utf-8";

#contents {
    padding: 0;
    line-height: 1.3;
    background: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.img_box img, a img{
    width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
}

.img_box {
    font-size: 0;
    line-height: 0;
} 

.campaign_box {
    position: relative;
}
.campaign_btn01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 9%;
  width: 72%;
  overflow: hidden;
}
.campaign_btn02 {
	position: absolute;
	left: 0;
	right: 0;
  margin: auto;
  bottom: 9%;
  width: 80%;
	overflow: hidden;
}


.contents_menu {
	position: relative;
}
.contents_menu ul {
	margin: 0;
	padding: 0;
  display: flex;
  flex-flow: wrap;
	justify-content: center;
  position: absolute;
  top: -1%;
}
.contents_menu ul li {
	list-style: none;
  padding: 1.5% 4.5%;
  position: relative;
}
.contents_menu ul li a,
.contents_menu ul li a picture {
  display: block;
}
.contents_menu ul li a img {
	line-height: 0;
  vertical-align: top;
}
.contents_menu .menu_img {
	position: absolute;
  z-index: 1;
  bottom: 1%;
  right: 1.5%;
  pointer-events: none;
  width: 56%;
}

.about_cource {
    height: auto;
    padding: 5vw 4vw 0;
    font-size: 2.4vw;
    line-height: 1.8!important;
    text-align: left!important;
}

.attention {
    padding: 8vw 4.5vw 8vw;
    font-size: 2.65vw;
}

.attention .border_box {
    margin-bottom: 2.65vw;
    padding: 2vw;
    font-size: 2.75vw;
    border: solid 0.25vw #858585;
}
.mb5 {
  margin-bottom: 1.5vw;
}
.caution {
    padding: 4vw;
    font-size: 3vw;
}

.caution_att {
    padding-left: 0;
}

.underline {
    text-decoration: underline;
}

.fv_cta {
  position: relative;
}

.footer_cta {
  position: relative;
}

.lp22_img {
  position: absolute;
  margin: -19% auto 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 58%;
}

/* qa
--------------------------------------------- */
.qa {
	background: #c2e9f4;
	padding:  0 4% 12%;
}
.qa dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 0 4%;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: 6%;
  cursor: pointer;
}
.webp .qa dt {
	background: #fff url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/spn/50/BD/pw2s/omg/idom36/img/q.webp") no-repeat top 3.6vw left 2%;
  background-size: 8%;
}
.no-webp .qa dt {
	background: #fff url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/spn/50/BD/pw2s/omg/idom36/img/q.png") no-repeat top 3.6vw left 2%;
  background-size: 8%;
}
.qa dt:first-child {
	margin-top: 0;
}
.qa dt span {
  display: block;
  padding: 0 1% 0 13%;
  font-size: 4.6vw;
	font-weight: bold;
  color: #068aae;
}
.qa dt::after {
  content: "＋";
  color: #068aae;
  font-weight: 400;
  font-size: 5vw;
  font-weight: bold;
  width: 1rem;
  text-align: center;
  padding-right: 6%;
}
.qa dt.active::after {
	content: "－";
}
.qa dd {
  padding: 0 0 0 13%;
  font-size: 4vw;
  display: none;
  margin: 5% 2% 0 0;
  line-height: 1.6em;
}
.webp .qa dd {
	background: url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/spn/50/BD/pw2s/omg/idom36/img/a.webp") no-repeat top left 2%;
  background-size: 8%;
}
.no-webp .qa dd {
	background: url("https://838b311d46dc2310ea26750bf0a20f37.cdnext.stream.ne.jp/spn/50/BD/pw2s/omg/idom36/img/a.png") no-repeat top left 2%;
  background-size: 8%;
}


.anim {
  opacity: 0;
}
.anim.active {
  opacity: 1;
}


@keyframes shiny {
  0% {
    left: -20%;
  }

  20% {
    left: 140%;
  }

  100% {
    left: 140%;
  }
}

.slide_shiny {
	-webkit-animation: shiny 3s linear both infinite;
	-moz-animation: shiny 3s linear both infinite;
  animation: shiny 3s linear both infinite;
}
.btn_shiny {
    position: absolute;
    top: 0;
    left: 0;
    width: 8vw;
    height: 20.13333vw;
    top: 0;
    transform: skew(20deg, 0deg);
    background-image: linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(000, 255, 255, 0) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(255, 255, 255, 0))
    );
}

/* float-btn
--------------------------------------------- */
#float-btn {
  display: none;
  position: fixed;
  height: auto;
  width: 100%;
  text-align: center;
  z-index: 99;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

/* アニメーションcss
--------------------------------------------- */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from,
  10%,
  26.5%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20%,
  21.5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30%, 0) scaleY(1.1);
    transform: translate3d(0, -30%, 0) scaleY(1.1);
  }

  35% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15%, 0) scaleY(1.05);
    transform: translate3d(0, -15%, 0) scaleY(1.05);
  }

  40% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  45% {
    -webkit-transform: translate3d(0, -4%, 0) scaleY(1.02);
    transform: translate3d(0, -4%, 0) scaleY(1.02);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.00);
    transform: translate3d(0, 0, 0) scaleY(1.00);
  }
}
.bounce {
  -webkit-animation: bounce 2s both;
          animation: bounce 2s both;
}