/*! Writen  by SCSS */
.sec_main {
  position: relative; }
  .sec_main .main_image img {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sec_main .main_image img {
        display: block;
        height: 100%;
        line-height: 0;
        aspect-ratio: 6 / 4;
        object-fit: cover;
        object-position: top center; } }
  .sec_main .main_head {
    position: absolute;
    font-size: clamp(36px, 4.83vw, 60px);
    line-height: 1;
    color: #007272;
    top: 57.5%;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2; }

.sec_head {
  text-align: center;
  font-size: clamp(24px, 3.87vw, 48px);
  line-height: 1.59;
  color: #007272; }

.sec_lead {
  font-size: clamp(20px, 2.41vw, 30px); }

.read {
  font-size: clamp(13px, 1.29vw, 16px);
  line-height: 2; }

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