@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Outfit&display=swap');


img {
  width: 100%;
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}


@media screen and (max-width: 768px) {

  .-pc {
    display: none;
  }
  
  .-sp {
    display: block;
  }

}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

/* header */

.header {
  background-image: url(../../../../../cms/sc/img/event/scr2023/apply/header_bg.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.header-wrapper {
  padding: 128px 0 78px;
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
}

.header-ttl {
  font-size: 66px;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 26px;
}

.header-ttl::before {
  content: '';
  background-color: #fff;
  width: 97%;
  height: 69%;
  position: absolute;
  top: 12px;
  left: 4px;
  margin: auto;
  z-index: -1;
  line-height: 1;
}

.header-subttl-txt {
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.header-subttl-txt::before {
  content: '';
  background-color: #fff;
  width: 97%;
  height: 89%;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: auto;
  z-index: -1;
  line-height: 1;
}

@media screen and (max-width: 768px) {

  .header {
    background-image: url(../../../../../cms/sc/img/event/scr2023/apply/header_bg_sp.png);
  }

  .header-wrapper {
    padding: 57px 0 38px;
    width: 84%;
  }

  .header-ttl {
    font-size: 35px;
    margin-bottom: 12px;
  }

  .header-ttl::before {
    width: 97%;
    height: 69%;
    top: 5px;
    left: 2px;
  }

  .header-subttl-txt {
    font-size: 12px;
  }

  .header-subttl-txt::before {
    top: 1px;
    left: 1px;
  }
}

/* form */


.form {
}

.form-wrapper {
  width: 692px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form-wrapper {
    width: 90%;
  }

}

/* footer */

.footer {
  width: 100%;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.footer-inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 55px 0;
}

.footer-logo {
  width: 32.78%;
  max-width: 376px;
  margin: 0 auto 22px auto;
}

.contact-ttl {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.contact-office {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
}

.contact-list {
  font-size: 14px;
  text-align: center;
}

.contact-item {
  margin: 0 1.5em 0 0;
}

.contact-item:last-of-type {
  margin-right: 0;
}

.contact-link {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.contact-link:hover {
  color: #54cfce;
}

.footer-copy {
  padding: 40px 0 0;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 768px) {

  .footer-inner {
    width: 80%;
    padding: 40px 0;
  }

  .footer-logo {
    width: 87.3%;
    margin: 0 auto 14px;
  }

  .contact-list {
    line-height: 1.8;
  }

  .contact-item:nth-child(2) {
    margin-right: 0;
  }

  .contact-ttl {
    font-size: 10px;
  }

  .contact-office {
    font-size: 14px;
  }

  .contact-list {
    font-size: 11px;
  }

  .footer-copy {
    padding: 30px 0 0;
    font-size: 10px;
  }

}

