/*! Writen by SCSS */
.caption_area .no_indent {
  text-indent: 0;
  padding-left: 0; }

.sec_lead {
  padding-top: clamp(50px, 6.67%, 80px);
  padding-bottom: clamp(50px, 6.67%, 80px); }

.sec_main {
  position: relative; }

.head_outer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff; }

.main_image {
  position: relative; }
  .main_image::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(20, 53, 92, 0.5); }
  .main_image img {
    width: 100%;
    display: block;
    line-height: 0; }
    @media screen and (max-width: 480px) {
      .main_image img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 1200 / 560; } }

.inner_head {
  font-size: clamp(40px, 6.45vw, 80px);
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
  justify-content: center; }
  .inner_head .text_min {
    font-size: 0.8em; }

.sec_head {
  font-size: clamp(24px, 3.7vw, 46px);
  text-align: center;
  color: #9f9177;
  line-height: 1; }

.lead_lg {
  font-size: clamp(20px, 2.41vw, 30px);
  line-height: 1.6; }

.lead {
  font-size: clamp(18px, 1.93vw, 24px); }

.read {
  font-size: clamp(14px, 1.334vw, 16px);
  line-height: 2.5; }
  @media screen and (max-width: 480px) {
    .read {
      line-height: 2; } }

.ls_n005 {
  letter-spacing: -0.05em; }

.ls_n01 {
  letter-spacing: -0.1em; }

.ls_02 {
  letter-spacing: -0.02em !important; }

.ls_04 {
  letter-spacing: -0.04em !important; }

.ls_06 {
  letter-spacing: -0.06em !important; }

.ls_08 {
  letter-spacing: -0.08em !important; }

.ls_1 {
  letter-spacing: -0.1em !important; }

@media screen and (max-width: 480px) {
  .ls02_sp {
    letter-spacing: -0.02em !important; }

  .ls04_sp {
    letter-spacing: -0.04em !important; }

  .ls06_sp {
    letter-spacing: -0.06em !important; }

  .ls08_sp {
    letter-spacing: -0.08em !important; }

  .ls1_sp {
    letter-spacing: -0.1em !important; } }

/*# sourceMappingURL=inner.css.map */
