@charset "utf-8";

/*----- achievement -----*/
#achievement_img01 {
  width: 12.3rem;
  position: absolute;
  bottom: 0;
  right: -2rem;
}
.achievement_img {
  width: 16rem;
}
.achievement_ttl {
  background: #1A4369;
  border-radius: 0.6rem;
  position: relative;
  padding: 0 0 0 2.6rem;
}
.achievement_ttl::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #FFC902;
  border-radius: 0.3rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0,-50%);
}

/*----- compare -----*/
#compare_box li {
  padding: 4rem 1.5rem 3rem 1.5rem;
}
#compare_box h3 {
  border-bottom: 0.1rem solid #cccccc;
}
.compare_num {
  width: 11.6rem;
  position: absolute;
  top: -7.5rem;
  left: 0;
  right: 0;
}

/*----- issue -----*/
.issue_area {
  width: 22rem;
  height: 22rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7rem;
}

.issue_box {
  display: flex;
  width: 71rem;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

#issue_arw {
  width: 55.9rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
#issue_img05 {
  height: 26rem;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
}

/*----- strong -----*/
.strong_ttl {
  width: 26rem;
  position: absolute;
  top: -7.5rem;
  left: 0;
  right: 0;
}
.strong_ttl02 {
  width: 33rem;
}

#strong_img03b {
  width: 11.2rem;
  position: absolute;
  top: -6.5rem;
  right: 3rem;
}
.strong03_ttl {
  padding: 0 0 0 2.1rem;
  background: url(../img/strong/icon.svg) no-repeat left center;
  background-size: 1.8rem;
}
#strong_img03e {
  width: 13.4rem;
  position: absolute;
  top: -3rem;
  left: 3rem;
}

.strong_img06 {
  width: 72rem;
  position: absolute;
  top: -6rem;
  left: 0;
  right: 0;
}

/*----- banner -----*/
.banner_ttl {
  width: 29.4rem;
}


/*----- voice -----*/
.voice_ttl {
  width: 46rem;
  position: absolute;
  top: 1.5rem;
  right: 0;
}
.voice_ttl h3 {
  background: #1a4369;
  border-radius: 0.6rem;
  padding: 0 1rem;
}
.voice_ttl dt {
  width: 11rem;
}
.voice_ttl dd {
  width: 35rem;
}
.voice_btn {
  width: 23.5rem;
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.voice_txt {
  overflow: hidden;
  height: 24rem;
}
.voice_txt.open {
  height: auto;
}
.fadeout {
  width: 100%;
  height: 14rem;
  background: #ffffff;
  background: -webkit-linear-gradient(90deg, #ffffff, #ffffff00);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#voice_img03 {
  width: 50rem;
}
#voice_img04 {
  width: 18.2rem;
  position: absolute;
  top: 0;
  right: 3rem;
}
#voice_ttl02 {
  border-top: 0.1rem solid #ff5a5a;
  border-bottom: 0.1rem solid #ff5a5a;
  padding: 1.5rem 0;
}

/*----- course -----*/
#course_ttl {
  background: url(../img/course/img_bn01.svg) no-repeat;
  background-size: cover;
  height: 13.2rem;
  padding: 4.5rem 0 0 0;
}
#course_ttl01 {
  background: url(../img/course/img_bn02.svg) no-repeat;
  background-size: cover;
  height: 13.2rem;
  padding: 4.5rem 0 0 0;
}
.course_ttl02 {
  background: #1a4369;
  border-radius: 0.6rem;
}
#course_img06 {
  width: 13.4rem;
  position: absolute;
  bottom: 0.2rem;
  right: 4.1rem;
}

.course_ttl03 {
  position: relative;
  z-index: 1;
}
.course_ttl03 span {
  background: #ffffff;
  display: inline-block;
}
.course_ttl03::after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 65rem;
  background: #199342;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}


/*----- step -----*/

.step_box {
  border-radius: 1.5rem;
  padding: 4rem 3rem 3rem 3rem;
}
.step_ttl {
  position: absolute;
  top: -3.3rem;
  width: 18rem;
  left: 0;
  right: 0;
}
#step_tel {
  width: 19.3rem;
}
#step_btn {
  width: 38.3rem;
}
#step02_ttl {
  border-bottom: 0.5rem solid #199342;
}
#step02_li li {
  border-bottom: 0.1rem dashed #ff5a5a;
}

.step_box p{
  font-weight: 500;
}

/*----- faq -----*/
.faq_btn {
  display: block;
  width: 35rem;
  height: 8.3rem;
  line-height: 8.3rem;
  text-decoration: none;
  background: url(../img/faq/btn.svg) no-repeat center top, url(../img/faq/btn_h.svg) no-repeat center top; /* 予めhover時の画像を読み込むことでチラつき防止 */
  background-size: cover;
}
.faq_btn:hover {
  background: url(../img/faq/btn_h.svg) no-repeat center top;
  background-size: cover;
}
.faq_ttl {
  background: #199342 url(../img/faq/ttl.svg) no-repeat 3rem center;
  background-size: 1rem;
  border-radius: 0.9rem;
  padding: 2rem 2rem 2rem 5rem;
}

.accordion_box {
  border: 0.1rem solid #199342;
  background: #FFF;
  margin-right: 0.5rem;
  box-shadow: 0.5rem 0.5rem 0 #00000026;
}
/*アコーディオンタイトル*/
.faq_q {
  cursor: pointer;
  padding: 0 2rem 0 5rem;
  position: relative;
}
.faq_q::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/faq/q.svg) no-repeat center top;
  background-size: 4.2rem;
  position: absolute;
  top: calc(50% - 2.1rem);
  left: 0;
}
/*アコーディオンで現れるエリア*/
.faq_a {
  display: none;/*はじめは非表示*/
  background: #FFF;
  padding: 2rem 0 0 5rem;
  margin-top: 2rem;
  position: relative;
  border-top: 0.1rem solid #199342;
}
.faq_a::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/faq/a.svg) no-repeat center top;
  background-size: 4.2rem;
  position: absolute;
  top: 2rem;
  left: 0;
}

/*アイコンの＋と×*/
.faq_q::after {
    position: absolute;
    content:'';
    width: 0.8rem;
    height: 1.4rem;
    top: calc(50% - 0.4rem);
    right: 0;
    background: url(../img/faq/arw.svg) no-repeat center top;
    background-size: contain;
    transition: 0.3s;
}
/*　closeというクラスがついたら形状変化　*/
.faq_q.close::after {
  transform: rotate(90deg);
}


/*----- footer_on -----*/
#footer_on {
  background: url(../img/footer/bg.svg) no-repeat center top;
  background-size: contain;
}
#footer_on .flex li {
  margin: 0 1.5rem;
}
#f_logo01 {
  width: 20rem;
}
#f_logo02 {
  width: 23.2rem;
}
/*----- footer -----*/
footer {
  background: #199342;
  color: #FFF;
}
footer a {
  display: inline-block;
  margin: 0 1rem 2rem;
  color: #FFF;
}

.youtubeIF {
  height: 43rem;
}

@media screen and (min-width:600px) {

}

@media screen and (max-width:599px) {
}