@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap");
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

body {
  margin: 0;
  padding: 0;
  background: url("../img/bg-dots.png"), url("../img/bg.jpg");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-position: top center, center;
  font-family: "Yu Gothic", "YuGothic", 'Noto Sans JP', sans-serif;
  position: relative; }
  body::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3 {
  line-height: 100%; }

.global_head, footer {
  margin: 0;
  position: relative;
  z-index: 99; }

.wrap {
  position: relative;
  z-index: 99; }

@media only screen and (max-width: 767px) {
  .hero {
    padding: 25px 15px; } }
@media only screen and (min-width: 768px) {
  .hero {
    padding: 55px 0; } }
.hero__img {
  text-align: center; }

.title {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .title {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .title {
      margin: 0 0 60px; } }
  .title__name {
    background: -webkit-linear-gradient(0deg, #2451ca, #defbff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 767px) {
      .title__name {
        font-size: 1.7rem;
        margin: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .title__name {
        font-size: 2.9rem;
        margin: 0 0 25px;
        line-height: 100%; } }
  .title__caption {
    color: #fff;
    margin: 0;
    display: block; }
    @media only screen and (max-width: 767px) {
      .title__caption {
        font-size: 1.1rem;
        line-height: 1.7rem; } }
    @media only screen and (min-width: 768px) {
      .title__caption {
        font-size: 1.5rem; } }

.content {
  background-color: #000;
  color: #fff;
  line-height: 160%;
  text-align: left;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 50px 15px; } }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 110px 0; } }
  .content__container {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .content__container {
        max-width: 1000px; } }
  @media only screen and (max-width: 767px) {
    .content__comment {
      margin: 0 0 40px;
      font-size: 1.05rem;
      line-height: 2.1rem; } }
  @media only screen and (min-width: 768px) {
    .content__comment {
      text-align: center;
      font-size: 1.2rem;
      line-height: 2.9rem;
      margin: 0 0 80px; } }
  @media only screen and (max-width: 767px) {
    .content__detail_item {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .content__detail_item {
      margin: 0 0 60px; } }
  .content__detail_item:last-child {
    margin: 0; }
  .content__detail .item-prod {
    /*
    border: #ccc solid 1px;
    @include mq-sp {
    	padding: 20px;
    }
    @include mq-pc {
    	padding: 35px;
    }
    */ }
  .content__detail_ttl {
    margin: 0 0 20px;
    font-weight: bold;
    border-bottom: #fff solid 2px; }
    @media only screen and (max-width: 767px) {
      .content__detail_ttl {
        font-size: 1.3em;
        padding: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .content__detail_ttl {
        font-size: 1.7rem;
        padding: 0 0 13px; } }
  @media only screen and (min-width: 768px) {
    .content__detail_container {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .content__detail_pic {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .content__detail_pic {
      width: 450px; } }
  @media only screen and (min-width: 768px) {
    .content__detail_text {
      width: calc(100% - 490px);
      padding: 20px 0 0; } }
  .content__detail_text dl {
    display: flex;
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .content__detail_text dl {
        font-size: 0.95rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .content__detail_text dl {
        font-size: 1.05rem;
        line-height: 1.9rem; } }
    .content__detail_text dl:last-child {
      margin: 0; }
    .content__detail_text dl dt {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .content__detail_text dl dt {
          width: 25%; } }
      @media only screen and (min-width: 768px) {
        .content__detail_text dl dt {
          width: 18%; } }
    .content__detail_text dl dd {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .content__detail_text dl dd {
          width: 75%; } }
      @media only screen and (min-width: 768px) {
        .content__detail_text dl dd {
          width: 82%; } }
  .content__detail p {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .content__detail p {
        font-size: 0.95rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .content__detail p {
        font-size: 1.1rem;
        line-height: 2.1rem; } }
  @media only screen and (max-width: 767px) {
    .content__application {
      margin: 35px 0 0; } }
  @media only screen and (min-width: 768px) {
    .content__application {
      margin: 35px 0 0; } }
  .content__application p {
    border: #fff solid 2px;
    padding: 10px 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .content__application p {
        display: inline-block; } }
  .content__application_link {
    background: #FF1F23;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    cursor: pointer;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .content__application_link {
        width: 100%;
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 768px) {
      .content__application_link {
        width: 380px;
        height: 55px;
        line-height: 55px; } }
    .content__application_link:hover {
      opacity: 0.8;
      transform: 0.5s; }
    .content__application_link::before {
      content: '';
      border: 0px;
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 41%;
      right: 5%;
      width: 7px;
      height: 7px;
      pointer-events: none; }
    .content__application_link a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .content__application_link a {
          font-size: 1.0rem; } }
      @media only screen and (min-width: 768px) {
        .content__application_link a {
          font-size: 1.1rem; } }

.description {
  background-color: rgba(255, 255, 255, 0.85); }
  @media only screen and (min-width: 768px) {
    .description {
      padding: 100px 0; } }
  .description__inner {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .description__inner {
        padding: 50px 15px; } }
    @media only screen and (min-width: 768px) {
      .description__inner {
        max-width: 1000px;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .description__ttl {
      font-size: 1.3rem;
      line-height: 1.8rem;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .description__ttl {
      font-size: 1.5rem;
      margin: 0 0 40px; } }
  @media only screen and (max-width: 767px) {
    .description__text {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .description__text {
      margin: 0 0 35px; } }
  .description__text p {
    margin: 0 0 15px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .description__text p {
        font-size: 0.95rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .description__text p {
        font-size: 1.05rem;
        line-height: 1.95rem; } }
    .description__text p:last-child {
      margin: 0; }
  @media only screen and (min-width: 768px) {
    .description__img {
      display: flex;
      justify-content: space-between;
      margin: 50px 0 0; } }
  @media only screen and (max-width: 767px) {
    .description__img_item {
      margin: 0 0 15px; } }
  .description__img_item:last-child {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .description__img_item img {
      height: 485px; } }

.slick-dots li button::before {
  color: #fff !important; }

.application {
  background: #000;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .application .wrap {
      margin: 50px 0; } }
  @media only screen and (min-width: 768px) {
    .application .wrap {
      margin: 100px 0 150px; } }
  @media only screen and (max-width: 767px) {
    .application .form {
      margin: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .application .form {
      max-width: 800px;
      width: calc(100% - 45px);
      margin: 0 auto; } }
  .application .form h1 {
    text-align: center;
    letter-spacing: 0.3rem; }
    @media only screen and (max-width: 767px) {
      .application .form h1 {
        font-size: 1.4rem;
        line-height: 2.0rem;
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .application .form h1 {
        font-size: 2.2rem;
        line-height: 3.0rem;
        margin: 0 0 50px; } }
  .application .form__note {
    margin: 0 0 35px; }
    @media only screen and (min-width: 768px) {
      .application .form__note {
        text-align: center; } }
  .application .form__date {
    font-weight: bold;
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .application .form__date {
        font-size: 1.1rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .application .form__date {
        font-size: 1.2rem; } }
  .application .form__text {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .application .form__text {
        line-height: 1.8rem; } }
  .application .form__container {
    border: #fff solid 2px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application .form__container {
        padding: 40px 20px; } }
    @media only screen and (min-width: 768px) {
      .application .form__container {
        padding: 70px 60px;
        width: 85%;
        margin: 0 auto; } }
  .application .form h2 {
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 100%; }
    @media only screen and (max-width: 767px) {
      .application .form h2 {
        font-size: 1.3rem;
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .application .form h2 {
        font-size: 1.6rem;
        margin: 0 0 40px; } }
  .application .form dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .application .form dl {
        margin: 0 auto 30px;
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .application .form dl {
        margin: 0 auto 30px; } }
    .application .form dl dt {
      text-align: left;
      font-weight: bold;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .application .form dl dt {
          margin: 0 0 8px; } }
      @media only screen and (min-width: 768px) {
        .application .form dl dt {
          margin: 0 0 10px;
          font-size: 1.1rem; } }
      .application .form dl dt .required {
        color: #fff;
        background: #E84447;
        font-size: 0.6rem;
        margin-left: 7px;
        padding: 3px 7px;
        position: relative;
        top: -2px; }
    .application .form dl dd {
      text-align: left;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .application .form dl dd {
          margin: 0;
          width: 100%; } }
      @media only screen and (min-width: 768px) {
        .application .form dl dd {
          margin: 0; } }
  .application .form input[type="text"],
  .application .form input[type="mail"] {
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 0.95rem;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .application .form input[type="text"],
      .application .form input[type="mail"] {
        padding: 9px 7px; } }
    @media only screen and (min-width: 768px) {
      .application .form input[type="text"],
      .application .form input[type="mail"] {
        padding: 10px 8px; } }
    .application .form input[type="text"]:focus,
    .application .form input[type="mail"]:focus {
      outline: 0; }
  @media only screen and (max-width: 767px) {
    .application .form .submit-container {
      margin: 35px auto 0; } }
  @media only screen and (min-width: 768px) {
    .application .form .submit-container {
      margin: 60px auto 0;
      max-width: 550px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
      text-align: center; } }
  .application .form input[type="submit"] {
    -webkit-appearance: none;
    margin: auto;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border: #fff solid 2px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    height: 45px;
    line-height: 45px; }
    @media only screen and (max-width: 767px) {
      .application .form input[type="submit"] {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application .form input[type="submit"] {
        cursor: pointer;
        width: 255px; } }
    .application .form input[type="submit"]:hover {
      background: #f1f1f1;
      border: #f1f1f solid 2px;
      color: #333;
      transition: 0.5s; }
    .application .form input[type="submit"]:first-child {
      background: #ff0000;
      border: none; }
      @media only screen and (max-width: 767px) {
        .application .form input[type="submit"]:first-child {
          margin: 0 0 15px; } }
      .application .form input[type="submit"]:first-child:hover {
        opacity: 0.8;
        color: #fff; }

.complete {
  background: #000; }
  .complete .inner {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .complete .inner {
        height: 100vh;
        margin: 0 10px;
        padding: 0 40px; } }
    @media only screen and (min-width: 768px) {
      .complete .inner {
        max-width: 1100px;
        width: calc(100% - 45px);
        margin: 0 auto;
        height: 80vh; } }
  .complete .complete_content {
    display: flex;
    flex-direction: column; }
  .complete p {
    text-align: center;
    line-height: 1.7rem;
    margin: 0;
    padding: 0; }
  .complete .back {
    margin: 40px auto 0;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background: #ff0000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 767px) {
      .complete .back {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 0.85rem; } }
    @media only screen and (min-width: 768px) {
      .complete .back {
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 1.0rem; } }
    .complete .back a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%; }
    .complete .back:hover {
      opacity: 0.8;
      transition: 0.5s; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }
