/*! Writen  by SCSS */
section.first_sec {
  padding-top: 60px; }
  @media screen and (max-width: 820px) {
    section.first_sec {
      padding-top: 50px; } }

.sec01 .img_wrap {
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .sec01 .img_wrap {
      flex-direction: column; } }
  .sec01 .img_wrap .img02 {
    width: 100%; }

@media screen and (max-width: 768px) {
  .text_wrap {
    text-align: center;
    width: 100% !important; } }
.text_wrap .sec_ttl {
  line-height: 1;
  margin-bottom: 1em;
  font-size: clamp(30px, 3.334vw, 40px);
  color: #c27d2d;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .text_wrap .sec_ttl {
      font-size: 7vw;
      margin-bottom: 15px; } }

@media screen and (min-width: 960px) {
  .read {
    font-size: clamp(11px, 1.143vw, 16px); } }
.read.ls0 {
  letter-spacing: 0; }

.sec02 {
  padding: 45px 0 80px;
  background-image: url("../../gm_common/images/design/bg.jpg");
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  .sec02 .sec02_wrap {
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sec02 .sec02_wrap {
        flex-direction: column; } }
    .sec02 .sec02_wrap .text_wrap {
      width: 39.68%; }
      .sec02 .sec02_wrap .text_wrap .sec_ttl {
        color: #ffe7ac; }
      .sec02 .sec02_wrap .text_wrap .read {
        color: #fff;
        margin-right: -14%; }
        @media screen and (max-width: 768px) {
          .sec02 .sec02_wrap .text_wrap .read {
            margin-right: 0; } }
    .sec02 .sec02_wrap .img {
      width: 59.44%; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_wrap .img {
          width: 100%; } }

.sec03 {
  display: flex;
  flex-direction: column;
  margin-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .sec03 {
      flex-direction: column-reverse;
      margin-bottom: 60px; } }
  .sec03 .text_wrap {
    margin: 40px 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec03 .text_wrap {
        margin: 0px 0 30px; } }

.sec04 .sec04_wrap {
  align-items: center;
  margin-bottom: clamp(60px, 8.871vw, 110px); }
  @media screen and (max-width: 768px) {
    .sec04 .sec04_wrap {
      flex-direction: column;
      row-gap: 30px; } }
  .sec04 .sec04_wrap .text_wrap {
    width: 41.38%; }
    @media screen and (max-width: 768px) {
      .sec04 .sec04_wrap .text_wrap {
        width: 100%; } }
    .sec04 .sec04_wrap .text_wrap .read {
      letter-spacing: -0.02em; }
  .sec04 .sec04_wrap .img {
    width: 56.46%; }
    @media screen and (max-width: 768px) {
      .sec04 .sec04_wrap .img {
        width: 100%;
        max-width: 700px;
        margin-inline: auto; } }

.black.no_shadow .cap {
  text-shadow: none; }

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