@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.inner {
  max-width: 1180px; }

.sec01 p, .sec02 p {
  letter-spacing: 0.1em; }
.sec01 .item_ttl .en_ttl::after, .sec01 .item_ttl .en_ttl::before, .sec02 .item_ttl .en_ttl::after, .sec02 .item_ttl .en_ttl::before {
  background: #9a8071; }

.sec01 {
  position: relative;
  background: #062e5d;
  color: #fff;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 50px; } }
  .sec01::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90.44%;
    aspect-ratio: 1447/833;
    background: url("../images/design/filter.png") center center/cover no-repeat;
    z-index: -1; }
  .sec01 .item_ttl .en_ttl::after, .sec01 .item_ttl .en_ttl::before {
    background: #9a8071; }
  .sec01 .ttl_wrap .sec_ttl {
    color: #fff; }
  .sec01 .flex_wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: clamp(-50px, -4.16%, -10px); }
    @media screen and (max-width: 480px) {
      .sec01 .flex_wrap {
        margin-top: 0;
        flex-direction: column;
        row-gap: 30px; } }
    .sec01 .flex_wrap .big_img {
      width: 75.5%;
      margin-right: -12.2%; }
      @media screen and (max-width: 480px) {
        .sec01 .flex_wrap .big_img {
          margin-right: 0;
          width: 100%; } }
    .sec01 .flex_wrap .in_box {
      width: 23.5%;
      max-width: 376px;
      display: flex;
      flex-direction: column;
      row-gap: clamp(20px, 2.5vw, 30px); }
      @media screen and (max-width: 480px) {
        .sec01 .flex_wrap .in_box {
          width: calc(100% - 40px);
          margin-inline: auto; } }
      @media screen and (max-width: 480px) {
        .sec01 .flex_wrap .in_box .img {
          width: 70%;
          margin-inline: auto; } }
      .sec01 .flex_wrap .in_box .lead {
        font-size: clamp(16px, 1.5vw, 18px); }
        @media screen and (max-width: 480px) {
          .sec01 .flex_wrap .in_box .lead {
            text-align: center; } }
      .sec01 .flex_wrap .in_box .read {
        font-size: clamp(13px, 1.167vw, 14px); }

.sec02 {
  padding: 60px 0 120px;
  background: url("../images/design/bg02.jpg") center center/cover no-repeat; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding-top: 50px;
      padding-bottom: 80px; } }
  .sec02 .ttl_wrap .item_ttl .en_ttl {
    color: #9a8071; }
    .sec02 .ttl_wrap .item_ttl .en_ttl::after, .sec02 .ttl_wrap .item_ttl .en_ttl::before {
      background: #9a8071; }
  .sec02 .ttl_wrap .sec_ttl {
    color: #333; }
  .sec02 .grid_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 59.84% 35.6%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec02 .grid_wrap {
        grid-template-columns: 1fr; } }
    .sec02 .grid_wrap .img01 {
      grid-row: span 2; }
      @media screen and (max-width: 480px) {
        .sec02 .grid_wrap .img01 {
          margin-bottom: 30px; } }
    .sec02 .grid_wrap .item_wrap01 .txt, .sec02 .grid_wrap .item_wrap02 .txt {
      text-align: center;
      font-size: clamp(14px, 1.417vw, 17px);
      line-height: 1.2;
      letter-spacing: 0; }
      .sec02 .grid_wrap .item_wrap01 .txt .min, .sec02 .grid_wrap .item_wrap02 .txt .min {
        font-size: 70%; }
      .sec02 .grid_wrap .item_wrap01 .txt .cap01, .sec02 .grid_wrap .item_wrap02 .txt .cap01 {
        font-size: 10px; }
    .sec02 .grid_wrap .item_wrap01 {
      flex-wrap: wrap;
      margin-bottom: 17px;
      padding-bottom: 16px;
      border-bottom: 1px solid #00326b; }
      @media screen and (max-width: 480px) {
        .sec02 .grid_wrap .item_wrap01 {
          margin-bottom: 15px;
          padding-bottom: 15px; } }
      .sec02 .grid_wrap .item_wrap01 .item {
        width: 50%; }
        .sec02 .grid_wrap .item_wrap01 .item:nth-child(1) {
          width: 100%; }
        .sec02 .grid_wrap .item_wrap01 .item .img {
          margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      .sec02 .grid_wrap .item_wrap02 {
        margin-bottom: 30px; } }
    .sec02 .grid_wrap .item_wrap02 .item_in {
      flex-wrap: wrap;
      row-gap: clamp(20px, 1.667vw, 20px); }
    .sec02 .grid_wrap .item_wrap02 .item {
      width: 48.58%; }
      @media screen and (max-width: 480px) {
        .sec02 .grid_wrap .item_wrap02 .item {
          width: 48%; } }
      .sec02 .grid_wrap .item_wrap02 .item .img {
        margin-bottom: 5px; }
    .sec02 .grid_wrap .item_wrap03 {
      grid-column: span 2;
      align-items: flex-start;
      margin-top: clamp(30px, 8.334vw, 100px); }
      @media screen and (max-width: 480px) {
        .sec02 .grid_wrap .item_wrap03 {
          grid-column: span 1;
          flex-direction: column;
          margin-top: 0;
          row-gap: 20px; } }
      .sec02 .grid_wrap .item_wrap03 .text_wrap {
        width: 30.85%; }
        @media screen and (max-width: 480px) {
          .sec02 .grid_wrap .item_wrap03 .text_wrap {
            width: 100%; } }
        .sec02 .grid_wrap .item_wrap03 .text_wrap .lead {
          font-size: clamp(16px, 1.417vw, 17px);
          margin-bottom: 1em; }
        .sec02 .grid_wrap .item_wrap03 .text_wrap .read {
          font-size: clamp(13px, 1.167vw, 14px); }
      .sec02 .grid_wrap .item_wrap03 .in_box {
        width: 65.68%; }
        @media screen and (max-width: 480px) {
          .sec02 .grid_wrap .item_wrap03 .in_box {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sec02 .grid_wrap .item_wrap03 .in_box .img_wrap {
            flex-wrap: wrap;
            justify-content: space-between;
            row-gap: 10px; } }
        .sec02 .grid_wrap .item_wrap03 .in_box .img_wrap .img {
          width: 16%;
          position: relative; }
          @media screen and (max-width: 480px) {
            .sec02 .grid_wrap .item_wrap03 .in_box .img_wrap .img {
              width: 32%; } }
          .sec02 .grid_wrap .item_wrap03 .in_box .img_wrap .img .txt {
            position: absolute;
            inset: 0;
            top: auto;
            font-size: 11px;
            padding: 5px 0;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 1;
            text-align: center; }

.ls12 {
  letter-spacing: -0.12em !important; }

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