/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .contents_wrap {
    margin-top: 60px; } }

.inner_main {
  height: auto;
  margin-bottom: clamp(40px, 8.334vw, 100px); }

.read {
  line-height: 2.34; }

.sec0 {
  margin-bottom: clamp(50px, 6.25vw, 75px); }
  .sec0 .read {
    line-height: 2.34;
    margin-bottom: 4em; }
    @media screen and (max-width: 480px) {
      .sec0 .read {
        margin-bottom: 40px; } }
  .sec0 .btn_wrap {
    column-gap: 2.5%;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .sec0 .btn_wrap {
        flex-direction: column;
        gap: 20px;
        width: 80%;
        margin-inline: auto; } }
    .sec0 .btn_wrap li {
      width: 30%; }
      @media screen and (max-width: 480px) {
        .sec0 .btn_wrap li {
          width: 100%; } }

.sec {
  margin-top: -90px;
  padding-top: 90px; }
  @media screen and (max-width: 480px) {
    .sec {
      margin-top: -50px;
      padding-top: 50px; } }
  .sec .head {
    font-size: clamp(18px, 2.667vw, 32px);
    display: flex;
    align-items: center;
    column-gap: 3.34%;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .sec .head {
        flex-direction: column;
        justify-content: center;
        gap: 20px; } }
    @media screen and (max-width: 480px) {
      .sec .head {
        text-align: center;
        margin-bottom: 30px; } }
    .sec .head .txt_img {
      position: relative;
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 0 5px 10px; }
      .sec .head .txt_img::before {
        content: '';
        position: absolute;
        inset: 0;
        top: 50%;
        z-index: -1; }

.number_head {
  align-items: center;
  font-size: clamp(16px, 1.847vw, 24px);
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.7em;
  margin-bottom: 0.62em; }
  .number_head .number {
    width: 1.66em;
    height: 1.66em;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.25);
    padding-bottom: 0.15em;
    letter-spacing: 0; }
    @media screen and (max-width: 480px) {
      .number_head .number {
        border: 2px solid; } }
  .number_head .text {
    line-height: 1.4; }

.sec01 {
  margin-bottom: clamp(50px, 5.834vw, 70px); }
  .sec01 .head {
    color: #4472c4; }
    .sec01 .head .txt_img::before {
      background-color: rgba(68, 114, 196, 0.4); }
  .sec01 .sec01_wrap {
    display: grid;
    grid-template-columns: 49.17% 41.67%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-row-gap: clamp(30px, 3.75vw, 45px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto; } }
    .sec01 .sec01_wrap .map {
      grid-row: span 2;
      padding-left: 8.47%; }
    .sec01 .sec01_wrap .wrap01 {
      display: flex;
      flex-direction: column;
      row-gap: clamp(15px, 2.084vw, 25px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .wrap01 {
          grid-row: 1/2; } }
      .sec01 .sec01_wrap .wrap01 .type_wrap {
        display: flex;
        width: 100%;
        background: url("../images/special/type_bg.jpg") center center/cover no-repeat;
        aspect-ratio: 46/8;
        align-items: center;
        column-gap: 5%;
        justify-content: center;
        position: relative; }
        .sec01 .sec01_wrap .wrap01 .type_wrap::after {
          content: "";
          display: block;
          position: absolute;
          inset: 0;
          z-index: 1;
          pointer-events: none;
          border: 1px solid #c9c9c8; }
        .sec01 .sec01_wrap .wrap01 .type_wrap .type_head {
          color: #161e40;
          font-size: clamp(20px, 2.25vw, 27px);
          line-height: 1;
          margin-bottom: clamp(10px, 1.25vw, 15px);
          font-weight: 500; }
          .sec01 .sec01_wrap .wrap01 .type_wrap .type_head .big {
            font-size: 170%; }
        .sec01 .sec01_wrap .wrap01 .type_wrap .icon {
          background: linear-gradient(90deg, #7f6e38 0%, #b8a677 50%, #7f6e38 100%);
          color: #fff;
          width: 100%;
          width: 180px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .sec01 .sec01_wrap .wrap01 .type_wrap .icon {
              width: 100px; } }
      .sec01 .sec01_wrap .wrap01 .size_inner {
        align-self: center; }
      .sec01 .sec01_wrap .wrap01 .text01 {
        font-size: clamp(26px, 3.077vw, 40px);
        line-height: 1;
        color: #82713b;
        width: 100%;
        letter-spacing: -0.05em;
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-bottom: 0.6em; }
        @media screen and (max-width: 768px) {
          .sec01 .sec01_wrap .wrap01 .text01 {
            font-size: 23px; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .wrap01 .text01 {
            font-size: 26px; } }
        .sec01 .sec01_wrap .wrap01 .text01 .small {
          font-size: 70%; }
      .sec01 .sec01_wrap .wrap01 .text_in {
        color: #000000;
        font-weight: 500; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .wrap01 .text_in {
            text-align: center; } }
        .sec01 .sec01_wrap .wrap01 .text_in .text02 {
          font-size: clamp(26px, 3.334vw, 40px);
          line-height: 1;
          margin-bottom: 0.4em; }
          .sec01 .sec01_wrap .wrap01 .text_in .text02 .small {
            font-size: 50%; }
          .sec01 .sec01_wrap .wrap01 .text_in .text02 .small02 {
            font-size: 70%; }
          .sec01 .sec01_wrap .wrap01 .text_in .text02 .small03 {
            font-size: 40%; }
        .sec01 .sec01_wrap .wrap01 .text_in .text03 {
          font-size: clamp(12px, 1.5vw, 18px); }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_wrap .wrap01 .text_in .text03 {
              font-size: 14px; } }
    .sec01 .sec01_wrap .wrap02 {
      display: flex;
      flex-direction: column;
      row-gap: clamp(20px, 2.917vw, 35px); }
      .sec01 .sec01_wrap .wrap02 .item {
        align-items: flex-start;
        flex-wrap: wrap; }
        .sec01 .sec01_wrap .wrap02 .item .number_head {
          color: #4472c4; }
          .sec01 .sec01_wrap .wrap02 .item .number_head .number {
            color: #fff;
            background: #4472c4; }
        .sec01 .sec01_wrap .wrap02 .item .read {
          width: 50%;
          letter-spacing: -0.07em;
          line-height: 1.78;
          font-size: clamp(10px, 1.154vw, 15px); }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_wrap .wrap02 .item .read {
              font-size: 11px; } }
        .sec01 .sec01_wrap .wrap02 .item .img {
          width: 48%; }
      .sec01 .sec01_wrap .wrap02 .cap_in {
        margin-top: -10px; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .wrap02 .cap_in {
            margin-top: 0; } }
        .sec01 .sec01_wrap .wrap02 .cap_in .cap_l {
          padding-left: 1em;
          text-indent: -1em; }

.sec02 {
  margin-top: 0;
  padding-top: 0;
  padding: clamp(50px, 7.5vw, 90px) 0;
  margin-bottom: clamp(50px, 7.5vw, 90px);
  background: #f2f2f2; }
  .sec02 .head {
    color: #ed7d31; }
    @media screen and (max-width: 480px) {
      .sec02 .head {
        margin-bottom: 20px; } }
    .sec02 .head .txt_img {
      z-index: 1; }
      .sec02 .head .txt_img::before {
        background-color: rgba(237, 125, 49, 0.4); }
  .sec02 .sec02_wrap {
    display: grid;
    grid-template-columns: 47.34% 52.34%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-row-gap: clamp(30px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap {
        row-gap: 30px;
        grid-template-columns: 1fr;
        grid-auto-rows: auto; } }
    .sec02 .sec02_wrap .number_head {
      color: #e25b00; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .number_head {
          text-align: center; }
          .sec02 .sec02_wrap .number_head .text {
            width: 100%; } }
      .sec02 .sec02_wrap .number_head .number {
        color: #fff;
        background: #e25b00; }
    .sec02 .sec02_wrap .read {
      letter-spacing: -0.01em;
      margin-right: -20%; }
      @media screen and (max-width: 1200px) {
        .sec02 .sec02_wrap .read {
          margin-right: 0;
          letter-spacing: -0.0em; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .read {
          text-align: center;
          letter-spacing: 0; } }
      @media screen and (max-width: 375px) {
        .sec02 .sec02_wrap .read {
          letter-spacing: -0.02em; } }
    .sec02 .sec02_wrap .img01 {
      grid-column: 1/2;
      grid-row: 2/3; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .img01 {
          grid-row: 3/4; } }
    .sec02 .sec02_wrap .img02 {
      grid-column: 2/3;
      grid-row: span 2; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .img02 {
          grid-column: auto;
          grid-row: 1 / 2; } }

.sec03 .head {
  color: #70ad47; }
  @media screen and (max-width: 480px) {
    .sec03 .head {
      margin-bottom: 20px; } }
  .sec03 .head .txt_img::before {
    background-color: rgba(112, 173, 71, 0.4); }
.sec03 .read {
  margin-bottom: 4.5em; }
  @media screen and (max-width: 480px) {
    .sec03 .read {
      margin-bottom: 30px; } }

.no_shadow .cap {
  text-shadow: none !important; }
