/*! Writen  by SCSS */
.main_wrap .text_box {
  width: 100%; }

.inner .sec {
  margin-top: clamp(50px, 6.25%, 80px); }

.sec02_wrap {
  margin-bottom: clamp(50px, 5vw, 60px); }
  .sec02_wrap:nth-last-child(1) {
    margin-bottom: clamp(60px, 7.5vw, 90px); }
  .sec02_wrap .read {
    font-size: clamp(12px, 1.167vw, 14px);
    line-height: 1.72; }
    @media screen and (max-width: 480px) {
      .sec02_wrap .read {
        line-height: 1.5; } }
  .sec02_wrap .item_box .text_wrap .ttl {
    border-bottom-color: #898989; }
  .sec02_wrap.border_wrap {
    position: relative;
    padding: clamp(20px, 2.5vw, 30px) clamp(10px, 1.667vw, 20px); }
    .sec02_wrap.border_wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid;
      pointer-events: none; }

.sec02_wrap01 .list {
  flex-wrap: wrap;
  row-gap: clamp(30px, 4.167vw, 50px); }
  .sec02_wrap01 .list .item {
    width: 31.09%;
    border-color: #898989; }
    @media screen and (max-width: 480px) {
      .sec02_wrap01 .list .item {
        width: 48%; } }
    .sec02_wrap01 .list .item .img.small {
      width: 71.05%;
      margin-inline: auto; }
    .sec02_wrap01 .list .item .cap_l {
      margin-top: 5px; }
  @media screen and (max-width: 480px) {
    .sec02_wrap01 .list .item15 {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      .sec02_wrap01 .list .item15 .img {
        width: 48%;
        height: fit-content; }
      .sec02_wrap01 .list .item15 .text_wrap {
        width: 48%; } }
  .sec02_wrap01 .list .item16 {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap01 .list .item16 {
        flex-direction: column;
        row-gap: 20px; } }
    .sec02_wrap01 .list .item16 .img_wrap {
      max-width: 179px;
      width: 14.92%;
      margin-inline: auto; }
      @media screen and (max-width: 480px) {
        .sec02_wrap01 .list .item16 .img_wrap {
          width: 37.3%; } }
    .sec02_wrap01 .list .item16 .text_wrap {
      width: 73.84%;
      display: flex;
      flex-direction: column;
      grid-row-gap: 10px; }
      @media screen and (max-width: 480px) {
        .sec02_wrap01 .list .item16 .text_wrap {
          width: 100%; } }
      .sec02_wrap01 .list .item16 .text_wrap .ttl_wrap {
        display: flex;
        align-items: center;
        column-gap: clamp(10px, 3.177vw, 25px);
        padding-bottom: 10px;
        border-bottom: 1px solid #898989; }
        @media screen and (max-width: 480px) {
          .sec02_wrap01 .list .item16 .text_wrap .ttl_wrap {
            flex-direction: column;
            text-align: center;
            row-gap: 10px; } }
        .sec02_wrap01 .list .item16 .text_wrap .ttl_wrap .ttl {
          font-size: clamp(14px, 1.584vw, 19px); }
      .sec02_wrap01 .list .item16 .text_wrap .sub_ttl {
        font-size: clamp(13px, 1.334vw, 16px); }
      .sec02_wrap01 .list .item16 .text_wrap .flex_box {
        display: flex;
        column-gap: clamp(20px, 3.334vw, 40px); }
        .sec02_wrap01 .list .item16 .text_wrap .flex_box .img02 .cap {
          display: block; }

.sec02_wrap02 {
  position: relative;
  flex-wrap: wrap;
  gap: clamp(20px, 3.334vw, 40px); }
  .sec02_wrap02 .item:nth-child(n+3) .text_wrap .ttl {
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .sec02_wrap02 .sec02_wrap02_top {
    align-items: flex-start;
    margin-bottom: clamp(25px, 3.13%, 40px); }
    @media screen and (max-width: 480px) {
      .sec02_wrap02 .sec02_wrap02_top {
        flex-direction: column;
        gap: 20px; } }
    .sec02_wrap02 .sec02_wrap02_top .item01 {
      width: 74.17%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap02 .sec02_wrap02_top .item01 {
          width: 100%; } }
      .sec02_wrap02 .sec02_wrap02_top .item01 .sub_ttl {
        margin-bottom: clamp(10px, 1.25vw, 15px);
        font-size: clamp(13px, 1.334vw, 16px); }
    .sec02_wrap02 .sec02_wrap02_top .item02 {
      width: 22.5%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap02 .sec02_wrap02_top .item02 {
          width: 60%;
          align-self: center; } }
  .sec02_wrap02 .sec02_wrap02_bottom {
    border: 1px solid;
    align-items: flex-start;
    padding: 1.66%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap02 .sec02_wrap02_bottom {
        flex-direction: column;
        gap: 20px; } }
    .sec02_wrap02 .sec02_wrap02_bottom .item03,
    .sec02_wrap02 .sec02_wrap02_bottom .item04,
    .sec02_wrap02 .sec02_wrap02_bottom .item05 {
      width: 30.18%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap02 .sec02_wrap02_bottom .item03,
        .sec02_wrap02 .sec02_wrap02_bottom .item04,
        .sec02_wrap02 .sec02_wrap02_bottom .item05 {
          width: 100%;
          row-gap: 20px; } }

@media screen and (max-width: 480px) {
  .sec02_wrap03 {
    flex-direction: column;
    row-gap: 20px; } }
@media screen and (max-width: 480px) {
  .sec02_wrap03 .item {
    width: 100% !important; } }
.sec02_wrap03 .item01 {
  width: 29.17%; }
.sec02_wrap03 .item02 {
  width: 15%; }
  @media screen and (max-width: 480px) {
    .sec02_wrap03 .item02 {
      text-align: center; } }
.sec02_wrap03 .item03 {
  width: 48.34%; }
  .sec02_wrap03 .item03 .img .cap {
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .sec02_wrap03 .item03 .img .cap {
        font-size: 8px; } }

.sec02_wrap04 .ttl_wrap {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: clamp(10px, 1.667vw, 20px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #898989;
  column-gap: clamp(10px, 1.667vw, 20px); }
  @media screen and (max-width: 480px) {
    .sec02_wrap04 .ttl_wrap {
      flex-direction: column-reverse; } }
  .sec02_wrap04 .ttl_wrap .ttl {
    font-size: clamp(14px, 1.584vw, 19px); }
    @media screen and (max-width: 480px) {
      .sec02_wrap04 .ttl_wrap .ttl {
        text-align: center; } }
  .sec02_wrap04 .ttl_wrap .img {
    width: 10%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap04 .ttl_wrap .img {
        width: 100%;
        text-align: center; } }
.sec02_wrap04 .flex_box {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(10px, 1.25vw, 15px); }
  @media screen and (max-width: 480px) {
    .sec02_wrap04 .flex_box {
      flex-direction: column; } }
  .sec02_wrap04 .flex_box .img01 {
    width: 31.17%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap04 .flex_box .img01 {
        width: 100%; } }
  .sec02_wrap04 .flex_box .read {
    width: 65.42%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap04 .flex_box .read {
        width: 100%; } }
  .sec02_wrap04 .flex_box .img02 {
    width: 35%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap04 .flex_box .img02 {
        width: 100%; } }
    .sec02_wrap04 .flex_box .img02 .cap {
      display: block; }
  .sec02_wrap04 .flex_box .img03 {
    width: 63.09%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap04 .flex_box .img03 {
        width: 100%; } }
.sec02_wrap04 .cap_l {
  width: 35%;
  margin-top: 5px; }
  @media screen and (max-width: 480px) {
    .sec02_wrap04 .cap_l {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .sec02_wrap05 {
    flex-direction: column;
    row-gap: 20px; } }
.sec02_wrap05 .cont01 {
  width: 65.59%;
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 1.667vw, 20px); }
  @media screen and (max-width: 480px) {
    .sec02_wrap05 .cont01 {
      width: 100%; } }
  .sec02_wrap05 .cont01 .head_wrap {
    align-items: center;
    margin-bottom: clamp(5px, 0.834vw, 10px); }
    @media screen and (max-width: 480px) {
      .sec02_wrap05 .cont01 .head_wrap {
        flex-direction: column-reverse;
        row-gap: 5px; } }
    .sec02_wrap05 .cont01 .head_wrap .img01 {
      width: 63.54%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap05 .cont01 .head_wrap .img01 {
          width: 100%; } }
    .sec02_wrap05 .cont01 .head_wrap .img02 {
      width: 15.25%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap05 .cont01 .head_wrap .img02 {
          width: 100%;
          text-align: center; } }
  .sec02_wrap05 .cont01 .ttl_wrap {
    border-bottom: 1px solid #898989;
    padding-bottom: 10px;
    align-items: center; }
    .sec02_wrap05 .cont01 .ttl_wrap .ttl {
      font-size: clamp(14px, 1.584vw, 19px); }
      @media screen and (max-width: 480px) {
        .sec02_wrap05 .cont01 .ttl_wrap .ttl {
          width: 56.72%; } }
    .sec02_wrap05 .cont01 .ttl_wrap .img {
      width: 25.42%; }
      @media screen and (max-width: 480px) {
        .sec02_wrap05 .cont01 .ttl_wrap .img {
          width: 38.81%; } }
  .sec02_wrap05 .cont01 .text_wrap .read {
    margin-bottom: 5px; }
  .sec02_wrap05 .cont01 .img01_wrap .text_in {
    width: 100%;
    display: flex;
    column-gap: 10px;
    padding-block: 5px;
    font-size: 13px;
    background-color: #587a86;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center; }
    .sec02_wrap05 .cont01 .img01_wrap .text_in .icon {
      width: 20px; }
      .sec02_wrap05 .cont01 .img01_wrap .text_in .icon img {
        width: 100%; }
    .sec02_wrap05 .cont01 .img01_wrap .text_in .text {
      color: #fff;
      font-size: 13px;
      line-height: 1; }
.sec02_wrap05 .item_box.cont02 {
  width: 31.09%;
  row-gap: clamp(15px, 2.917vw, 35px); }
  @media screen and (max-width: 480px) {
    .sec02_wrap05 .item_box.cont02 {
      width: 100%; } }
  .sec02_wrap05 .item_box.cont02 .text_wrap .cap {
    margin-top: 5px; }
  .sec02_wrap05 .item_box.cont02 .text_inner {
    align-items: center;
    margin-bottom: 15px; }
    .sec02_wrap05 .item_box.cont02 .text_inner .logo_box {
      max-width: 120px;
      width: 32.18%; }
    .sec02_wrap05 .item_box.cont02 .text_inner .read {
      width: 61.67%; }

/*# sourceMappingURL=style03.css.map */
