.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
}

.notscroll_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
#ajax_loding {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#ajax_loding img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: auto;
  max-width: 220px;
  min-width: 160px;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
section {
  padding: 120px 0;
}
.headline_area {
  text-align: center;
  margin-bottom: 60px;
}

.headline {
  font-size: 38px;
  font-weight: 800;
  white-space: wrap;
  flex-shrink: 1;
  text-align: center;
  line-height: 1.4;
}
.sub_headline {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 15px;
  text-align: center;
}
.eng_headline {
  font-size: 30px;
  font-weight: 600;
  color: var(--brandColor);
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
em {
  display: inline-block;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  border-radius: 10px;
}

.enter_430,
.enter_500,
.enter_586,
.enter_767,
.enter_959 {
  display: none;
}

@media (max-width: 1023px) {
  section {
    padding: 80px 0;
  }
  .headline {
    font-size: 34px;
  }
}

@media (max-width: 959px) {
  .headline_area {
    margin-bottom: 40px;
  }
  .headline {
    font-size: 32px;
  }
  .sub_headline {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .headline {
    font-size: 28px;
  }
}

@media (max-width: 586px) {
  .inner {
    width: calc(100% - 50px);
  }

  .headline_area {
    margin-bottom: 30px;
  }
  .headline {
    font-size: 24px;
  }
  .sub_headline {
    font-size: 16px;
    margin-top: 12px;
  }
  .eng_headline {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

@media (max-width: 430px) {
  .inner {
    width: calc(100% - 30px);
  }
}
