/*! Writen  by SCSS */
.item_ttl .text_in .head {
  width: 72.5%; }

.sec01 .img {
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .sec01 .img {
      margin-bottom: 50px; } }

.sec02 {
  margin-bottom: clamp(80px, 10%, 120px); }
  @media screen and (max-width: 480px) {
    .sec02 {
      margin-bottom: 50px; } }
  .sec02 .sec02_wrap01 {
    display: flex;
    align-items: center;
    margin-bottom: clamp(50px, 6.67%, 80px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 {
        flex-direction: column-reverse;
        row-gap: 30px;
        overflow: hidden; } }
    .sec02 .sec02_wrap01 .img {
      width: 69.5%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .img {
          width: calc(100% + 40px);
          margin-right: -40px; } }
      .sec02 .sec02_wrap01 .img .cap {
        right: 10%;
        bottom: 2%; }
    .sec02 .sec02_wrap01 .txt_img {
      max-width: 407px;
      width: 25.44%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .txt_img {
          width: calc(100% - 40px); } }
  .sec02 .sec02_wrap02 {
    display: flex;
    column-gap: 5%;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .sec02 .sec02_wrap02 {
        align-items: center;
        flex-direction: column; } }
    .sec02 .sec02_wrap02 .text_wrap {
      width: 30.63%;
      flex-direction: column;
      row-gap: clamp(40px, 5.834vw, 70px);
      display: flex; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_wrap02 .text_wrap {
          row-gap: 30px;
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .text_wrap {
          text-align: center;
          margin-bottom: 40px; } }
      .sec02 .sec02_wrap02 .text_wrap .text_in .lead {
        margin-bottom: .5em; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap02 .text_wrap .text_in .lead {
            margin-bottom: 1em; } }
    .sec02 .sec02_wrap02 .img {
      width: 53.25%;
      height: fit-content; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .img {
          width: 100%; } }

.sec03 {
  padding-bottom: 150px; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding-bottom: 80px; } }
  .sec03 .inner {
    max-width: 1260px; }
  .sec03 .sec03_wrap {
    padding: 35px 50px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .sec03 .sec03_wrap {
        padding: 35px 3.97%;
        flex-direction: column;
        row-gap: 20px; } }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap {
        padding: 20px 15px; } }
    .sec03 .sec03_wrap .img {
      width: 19.66%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap .img {
          width: 100%;
          max-width: 170px;
          margin-inline: auto; } }
    .sec03 .sec03_wrap .text_wrap {
      width: 58.37%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      row-gap: 10px; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap .text_wrap {
          width: 100%; } }
      .sec03 .sec03_wrap .text_wrap .txt {
        font-size: clamp(13px, 1.667vw, 20px); }
        @media screen and (max-width: 768px) {
          .sec03 .sec03_wrap .text_wrap .txt {
            line-height: 1.4; } }
    .sec03 .sec03_wrap .name {
      width: fit-content;
      font-size: clamp(24px, 3.334vw, 40px);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap .name {
          width: 100%;
          margin-top: -10px; } }
      .sec03 .sec03_wrap .name .small {
        font-size: 50%;
        line-height: 1.1;
        display: block; }

/*# sourceMappingURL=style.css.map */
