@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*************************************************
レスポンシブ設定
*************************************************/
/*************************************************
色指定
*************************************************/
/*************************************************
基本設定
*************************************************/
html, body {
  height: 100%;
  font-size: 15px;
}
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
}
html, body {
  font-family: "Zen Kaku Gothic New", "serif,ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  font-weight: 400;
  color: #333;
  font-feature-settings: "pkna";
  line-height: 1.8;
  letter-spacing: 0.01em;
  scroll-behavior: smooth;
}

.pcOnly {
  display: block;
}
@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul.notes {
  font-size: 12px;
}
@media (max-width: 767px) {
  ul.notes li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
  ul.notes li span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*************************************************
mv
*************************************************/
img.kisslogo {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 11%;
  height: auto;
}
@media (max-width: 767px) {
  img.kisslogo {
    max-width: 30%;
    top: 11px;
    left: 11px;
  }
}

/*************************************************
about
*************************************************/
.about {
  position: relative;
  overflow: hidden;
}
.about .about__inner {
  max-width: 1100px;
  padding: 80px 20px clamp(180px, 25vw, 300px);
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .about .about__inner {
    padding: 0;
    text-align: left;
    text-align: justify;
  }
}
.about .about__inner h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about .about__inner h2 {
    margin-bottom: 20px;
    padding: 40px 30px 0;
  }
}
.about .about__inner h2 img {
  max-width: 560px;
  height: auto;
}
.about .about__inner h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about .about__inner h3 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.about .about__inner h3 span {
  font-size: 30px;
  color: #196dbf;
}
@media (max-width: 767px) {
  .about .about__inner h3 span {
    font-size: 22px;
    padding-right: 5px;
  }
}
.about .about__inner ul.about-comment {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 60px;
}
@media (max-width: 767px) {
  .about .about__inner ul.about-comment {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 50px auto 30px;
  }
}
.about .about__inner ul.about-comment li {
  max-width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .about .about__inner ul.about-comment li {
    max-width: 300px;
    width: 60%;
    height: auto;
  }
}
.about .about__inner h4 {
  position: relative;
  z-index: 3;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about .about__inner h4 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 80px;
  }
}
.about .cloud-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 110%;
  max-width: none;
  transform: translateX(-50%);
  z-index: 2;
}

/*************************************************
content
*************************************************/
.content .content__inner {
  max-width: 1100px;
  padding: 80px 20px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .content .content__inner {
    padding: 35px 25px;
  }
}
.content .content__inner .content-mane {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .content .content__inner .content-mane {
    display: block;
    margin-bottom: 30px;
  }
}
.content .content__inner .content-cmn {
  background-color: #f1f6fa;
  padding: 50px 60px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .content .content__inner .content-cmn {
    padding: 30px;
  }
}
.content .content__inner .apply, .content .content__inner .period {
  max-width: 500px;
}
.content .content__inner .apply img.ttllogo, .content .content__inner .period img.ttllogo {
  max-width: 290px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .content .content__inner .apply img.ttllogo, .content .content__inner .period img.ttllogo {
    max-width: 180px;
    margin-bottom: 20px;
  }
}
.content .content__inner .soundcrew, .content .content__inner .present {
  max-width: 930px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .content .content__inner .apply {
    margin: 0 auto 40px;
  }
}
.content .content__inner .apply .entrybtn {
  margin-top: 30px;
  text-align: center;
}
.content .content__inner .apply .entrybtn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #196dbf;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}
.content .content__inner .apply .entrybtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(../../../img/skymarkdokoiku/img_btn.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .content .content__inner .apply .entrybtn a {
    font-size: 16px;
    padding: 15px;
  }
  .content .content__inner .apply .entrybtn a::after {
    right: 20px;
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) {
  .content .content__inner .apply .entrybtn a:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .content .content__inner .apply {
    margin: 0 auto 30px;
  }
}
.content .content__inner .period {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .content .content__inner .period {
    margin-top: 0;
  }
}
.content .content__inner .soundcrew {
  position: relative;
}
@media (max-width: 767px) {
  .content .content__inner .soundcrew {
    text-align: left;
    text-align: justify;
    margin-bottom: 80px;
  }
}
.content .content__inner .soundcrew img.ttllogo {
  max-width: 440px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .content .content__inner .soundcrew img.ttllogo {
    margin-bottom: 20px;
  }
}
.content .content__inner .soundcrew img.soundcrew-illust1 {
  position: absolute;
  top: -20px;
  right: -30px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .content .content__inner .soundcrew img.soundcrew-illust1 {
    display: none;
  }
}
.content .content__inner .soundcrew img.soundcrew-illust2 {
  position: absolute;
  bottom: -30px;
  left: -40px;
  max-width: 180px;
}
@media (max-width: 767px) {
  .content .content__inner .soundcrew img.soundcrew-illust2 {
    display: none;
  }
}
.content .content__inner .soundcrew img.soundcrew-illust-sp {
  display: none;
}
@media (max-width: 767px) {
  .content .content__inner .soundcrew img.soundcrew-illust-sp {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    width: 100%;
    height: auto;
  }
}
.content .content__inner .present {
  position: relative;
}
@media (max-width: 767px) {
  .content .content__inner .present {
    margin-bottom: 80px;
  }
}
.content .content__inner .present img.ttllogo {
  max-width: 290px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .content .content__inner .present img.ttllogo {
    max-width: 180px;
    margin-bottom: 20px;
  }
}
.content .content__inner .present picture.present_txt {
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 20px auto 30px;
}
@media (max-width: 767px) {
  .content .content__inner .present picture.present_txt {
    max-width: 180px;
  }
}
.content .content__inner .present img.present-airplane {
  max-width: 630px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content .content__inner .present ul.notes {
    text-align: left;
  }
  .content .content__inner .present ul.notes li {
    margin-bottom: 0;
  }
}
.content .content__inner .present img.present-illust1 {
  position: absolute;
  top: -20px;
  right: -30px;
  max-width: 170px;
}
@media (max-width: 767px) {
  .content .content__inner .present img.present-illust1 {
    display: none;
  }
}
.content .content__inner .present img.present-illust2 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  max-width: 110px;
}
@media (max-width: 767px) {
  .content .content__inner .present img.present-illust2 {
    display: none;
  }
}
.content .content__inner .present img.present-illust-sp {
  display: none;
}
@media (max-width: 767px) {
  .content .content__inner .present img.present-illust-sp {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 190px;
    width: 100%;
    height: auto;
  }
}

/*************************************************
agreement
*************************************************/
.agreement {
  background-color: #e9efd5;
}
.agreement .agreement__inner {
  max-width: 1100px;
  padding: 80px 20px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .agreement .agreement__inner {
    padding: 50px 25px;
    text-align: left;
    text-align: justify;
  }
}
.agreement .agreement__inner p.agreement-ttl {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .agreement .agreement__inner p.agreement-ttl {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
  }
}
.agreement .agreement__inner ul {
  background-color: #fff;
  padding: 80px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .agreement .agreement__inner ul {
    padding: 30px;
    margin-top: 30px;
  }
}
.agreement .agreement__inner ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .agreement .agreement__inner ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.agreement .agreement__inner ul li dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #196dbf;
  border-bottom: 1px solid #196dbf;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .agreement .agreement__inner ul li dl dt {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 6px;
  }
}
.agreement .agreement__inner ul ul.notes {
  padding: 0px;
  margin-top: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .agreement .agreement__inner ul ul.notes {
    font-size: 14px;
  }
}
.agreement .agreement__inner ul ul.notes li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .agreement .agreement__inner ul ul.notes li:not(:last-child) {
    margin-bottom: 3px;
  }
}

/*************************************************
form
*************************************************/
.form .form__inner {
  max-width: 1100px;
  padding: 80px 20px 0;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .form .form__inner {
    padding: 50px 25px 0;
  }
}
.form .form__inner img.form-ttl {
  max-width: 290px;
  height: auto;
}
@media (max-width: 767px) {
  .form .form__inner img.form-ttl {
    max-width: 230px;
  }
}