@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#wrapper {
  background: url(../images/top/bg.jpg) center top;
}

.en {
  font-family: "Oswald", sans-serif;
}

.section__title {
  margin-bottom: 60px;
  color: #1f286f;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
}
.section__title .en {
  display: block;
  font-size: 84px;
  letter-spacing: 0;
  line-height: 1;
}
.section__title .en:after {
  content: "";
  display: block;
  width: 420px;
  height: 0;
  margin: 20px auto;
  border-top: 2px solid #1f286f;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: url(../images/top/bg.jpg) center top;
    background-size: 200%;
  }

  .section__title {
    margin-bottom: 6vw;
    font-size: 6vw;
  }
  .section__title .en {
    font-size: 12vw;
  }
  .section__title .en:after {
    width: 240px;
    max-width: 100%;
    margin: 4vw auto;
  }
}
/* ---------------------------------------------------
	main
------------------------------------------------------ */
#mainvisual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
  background: url(../images/top/main_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#mainvisual h1 {
  transition-delay: 500ms;
}
#mainvisual img {
  width: 92%;
  max-height: 100vh;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    display: block;
    height: auto;
    padding: 10vw 2vw 4vw;
    background: url(../images/top/main_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
  #mainvisual img {
    padding-top: 0;
  }
}
/* ---------------------------------------------------
	program
------------------------------------------------------ */
#program {
  padding: 60px 0;
}
#program .program__list .list__item {
  position: relative;
  width: 616px;
  margin-bottom: 15px;
  color: #FFF;
  background: #ff0b0f;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1.4;
}
#program .program__list .list__item .item__pic {
  position: relative;
  text-align: center;
}
#program .program__list .list__item .item__pic > img {
  border-radius: 30px;
  margin-top: 6px;
}
#program .program__list .list__item .item__pic .pic__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding-right: 50px;
}
#program .program__list .list__item .item__pic .pic__title img {
  max-width: 94%;
}
#program .program__list .list__item .item__pic .display__sp {
  display: none;
}
#program .program__list .list__item .item__text {
  padding: 20px 20px 12px;
}
#program .program__list .list__item .item__text .text__title {
  margin-bottom: 10px;
}
#program .program__list .list__item .item__text .text__box {
  width: 50%;
}
#program .program__list .list__item .item__text .text__box .text__part {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#program .program__list .list__item .item__text .text__box .text__part::after {
  content: "";
  border-top: 3px dashed;
  width: 8em;
}
#program .program__list .list__item .item__text .text__box .text__part span {
  font-size: 30px;
}
#program .program__list .list__item .item__text .text__box .text__partTitle {
  font-size: 20px;
  font-weight: 700;
  color: #ffff00;
  margin-bottom: 10px;
}
#program .program__list .list__item .item__text .text__box .text__desc {
  width: 55%;
  margin-bottom: 24px;
}
#program .program__list .list__item .item__text p {
  line-height: 1.5;
}
#program .program__list .list__item .item__text dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
}
#program .program__list .list__item .item__text dl dt {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 5px 0;
  background: #1f286f;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#program .program__list .list__item .item__text dl dd {
  width: calc(100% - 60px);
  margin-top: 6px;
  margin-bottom: 8px;
}
#program .program__list .item02 {
  width: 577px;
  background: #4fc2f1;
}
#program .program__list .item02 .item__pic {
  padding-top: 15px;
}
#program .program__list .item02 .item__text {
  padding: 12px 20px 12px 15px;
}
#program .program__list .item02 .item__text .text__box {
  width: 100%;
  position: relative;
}
#program .program__list .item02 .item__text .text__box .text__image {
  position: absolute;
  top: -45px;
  right: -15px;
}
#program .program__list .item02 .item__text .text__box dl dt,
#program .program__list .item02 .item__text .text__box dl dd {
  font-size: 14px;
  margin-bottom: 5px;
}
#program .row__text {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #program {
    padding: 8vw 0;
  }
  #program .program__list .list__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5vw;
    border-radius: 20px;
    font-size: 15px;
  }
  #program .program__list .list__item .item__pic {
    padding: 0 10px;
  }
  #program .program__list .list__item .item__pic > img {
    width: 100%;
    border-radius: 20px;
  }
  #program .program__list .list__item .item__pic .pic__title img {
    max-width: 60%;
  }
  #program .program__list .list__item .item__pic .display__sp {
    display: block;
  }
  #program .program__list .list__item .item__pic .display__pc {
    display: none;
  }
  #program .program__list .list__item .item__text {
    padding: 15px 15px 12px;
  }
  #program .program__list .list__item .item__text .text__box {
    width: 100%;
  }
  #program .program__list .list__item .item__text .text__box .text__part,
  #program .program__list .list__item .item__text .text__box .text__partTitle {
    font-size: 18px;
  }
  #program .program__list .list__item .item__text .text__box .text__part::after,
  #program .program__list .list__item .item__text .text__box .text__partTitle::after {
    width: 10em;
  }
  #program .program__list .list__item .item__text .text__box .text__desc {
    width: 100%;
  }
  #program .program__list .list__item .item__text .text__left {
    margin-bottom: 20px;
  }
  #program .program__list .item02 .item__text .text__box .text__image {
    display: none;
  }
  #program .row__text {
    font-size: 12px;
  }
}
/* ---------------------------------------------------
	contact
------------------------------------------------------ */
#contact {
  padding: 60px 0 50px;
}
#contact .contact__footer {
  margin-top: 100px;
}
#contact .contact__footer .footer__title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
#contact .contact__footer .footer__title:after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  margin-left: 10px;
  border-top: 1px solid #000;
  flex-grow: 1;
}
#contact .contact__footer .footer__block {
  align-items: flex-end;
}
#contact .contact__footer .footer__block .block__name {
  width: 60%;
  font-size: 26px;
  line-height: 1.4;
}
#contact .contact__footer .footer__block .block__name span {
  font-weight: bold;
}
#contact .contact__footer .footer__block .block__name .name {
  font-size: 42px;
}
#contact .contact__footer .footer__block .block__name .name02 {
  font-size: 32px;
}
#contact .contact__footer .footer__block .block__address {
  width: 40%;
}
#contact .contact__footer .footer__block .block__address .address__text {
  font-size: 21px;
  line-height: 1.2;
}
#contact .contact__footer .footer__block .block__address .address__mail {
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.2;
}
#contact .contact__footer .footer__list {
  margin-top: 50px;
  color: #1f286f;
  line-height: 1.4;
}
#contact .contact__footer .footer__list li {
  font-size: 23px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 8vw 0 8vw;
  }
  #contact .contact__footer {
    margin-top: 20px;
  }
  #contact .contact__footer .footer__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #contact .contact__footer .footer__block {
    display: block;
  }
  #contact .contact__footer .footer__block .block__name {
    width: 100%;
    font-size: 18px;
  }
  #contact .contact__footer .footer__block .block__name .name {
    font-size: 24px;
  }
  #contact .contact__footer .footer__block .block__name .name02 {
    font-size: 20px;
  }
  #contact .contact__footer .footer__block .block__address {
    width: 100%;
    margin-top: 20px;
  }
  #contact .contact__footer .footer__block .block__address .address__text {
    font-size: 16px;
  }
  #contact .contact__footer .footer__block .block__address .address__mail {
    font-size: 14px;
  }
  #contact .contact__footer .footer__list {
    display: block;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  #contact .contact__footer .footer__list li {
    font-size: 16px;
  }
}
