/*! Writen  by SCSS */
.inner {
  max-width: 1300px; }

.sec1 {
  margin-top: clamp(50px, 9.167vw, 110px);
  margin-bottom: clamp(50px, 7.5vw, 90px); }
  .sec1 .img {
    width: 83.42%;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec1 .img {
        width: 100%; } }
  .sec1 .txt_img {
    width: 22.34%;
    margin-inline: auto;
    font-size: 0;
    line-height: 1;
    margin-bottom: clamp(30px, 5vw, 60px); }
    @media screen and (max-width: 480px) {
      .sec1 .txt_img {
        width: 50%; } }

.sec2 {
  margin-bottom: clamp(40px, 8.334vw, 100px); }
  .sec2 .item_wrap .read {
    margin-top: 1em;
    font-weight: bold;
    line-height: 2.5; }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap .read {
        letter-spacing: -0.08em;
        font-size: 12px; } }
  .sec2 .item_wrap.col2 {
    justify-content: center;
    column-gap: 8.34%;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col2 {
        column-gap: 0;
        justify-content: space-between; } }
    .sec2 .item_wrap.col2 .item01 {
      width: 28.25%; }
      @media screen and (max-width: 480px) {
        .sec2 .item_wrap.col2 .item01 {
          width: 44.61%; } }
    .sec2 .item_wrap.col2 .item02 {
      width: 33.42%; }
      @media screen and (max-width: 480px) {
        .sec2 .item_wrap.col2 .item02 {
          width: 52.77%; } }
  .sec2 .item_wrap.col4 {
    justify-content: space-between;
    row-gap: clamp(30px, 5.834vw, 70px);
    display: grid;
    grid-template-columns: 22.62% 27.54% 25.7% 21.85%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense; }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 {
        grid-template-columns: repeat(3, 1fr); } }
    .sec2 .item_wrap.col4 .item .cap_l {
      width: fit-content;
      margin-inline: auto;
      padding-left: 1em;
      text-indent: -1em; }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item {
        margin-inline: auto; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item01 {
        width: 82.13%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item02 {
        width: 89.11%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item03 {
        width: 84.64%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item04 {
        width: 79.33%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item05 {
        width: 70.4%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item06 {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item07 {
        width: 93.3%; } }
    @media screen and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item08 {
        width: 74.59%; }
        .sec2 .item_wrap.col4 .item08 .cap_l {
          margin-right: -150%;
          letter-spacing: -0.05em; } }
    @media screen and (max-width: 480px) and (max-width: 480px) {
      .sec2 .item_wrap.col4 .item08 .cap_l {
        font-size: 8px;
        font-size: 5px;
        font-weight: bold; } }

.sec3 .ttl {
  background: #5aa572;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 3.334vw, 40px);
  margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    .sec3 .ttl {
      padding-top: 10px; } }
  .sec3 .ttl span {
    color: #ffff99;
    font-size: 150%; }
.sec3 .in_box {
  display: grid;
  grid-template-columns: 38.47% 53.85%;
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  justify-content: space-between; }
  @media screen and (min-width: 960px) {
    .sec3 .in_box {
      grid-auto-rows: 1fr;
      grid-template-rows: auto; } }
  @media screen and (max-width: 480px) {
    .sec3 .in_box {
      grid-template-columns: 1fr;
      row-gap: 30px; } }
  .sec3 .in_box .txt_img {
    padding-bottom: clamp(20px, 2.5vw, 30px);
    margin-bottom: clamp(20px, 2.5vw, 30px);
    border-bottom: 1px solid #333; }
    @media screen and (max-width: 480px) {
      .sec3 .in_box .txt_img {
        width: 70%;
        margin-inline: auto;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .sec3 .in_box .img {
    grid-row: span 2; }
    .sec3 .in_box .img .cap_l {
      margin-top: 5px;
      font-size: 10px; }

/*# sourceMappingURL=style.css.map */
