/*! Writen  by SCSS */
.item_ttl .text_in .head {
  width: 96.59%; }
  @media screen and (max-width: 480px) {
    .item_ttl .text_in .head {
      width: 96.59%; } }

.read.color {
  display: inline-block;
  margin-top: 0.5em;
  color: #7c3825; }

.sec01 .img_cont {
  margin-bottom: clamp(50px, 7.5%, 90px);
  display: flex;
  flex-direction: column;
  row-gap: 3px; }
.sec01 .img_wrap {
  display: grid;
  grid-template-columns: 29.75% 23% 23% 23.25%;
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  justify-content: space-between;
  row-gap: clamp(3px, 0.467vw, 7px); }
  @media screen and (max-width: 480px) {
    .sec01 .img_wrap {
      grid-template-columns: 56.14% 43.4%;
      gap: 3px; } }
  .sec01 .img_wrap .img01 {
    grid-row: span 2; }
  .sec01 .img_wrap .img03 {
    grid-column: span 2; }
    @media screen and (max-width: 480px) {
      .sec01 .img_wrap .img03 {
        grid-column: span 2; } }
  @media screen and (max-width: 480px) {
    .sec01 .img_wrap .img04 {
      grid-column: 2/3;
      grid-row: 2/3; } }
  .sec01 .img_wrap .img .cap {
    font-size: clamp(12px, 1.667vw, 20px); }
.sec01 .img_wrap02 {
  display: none;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .sec01 .img_wrap02 {
      display: flex; } }
  .sec01 .img_wrap02 .img {
    width: calc(50% - 1px); }

.sec02 .head {
  position: relative;
  display: flex;
  padding-top: 115px;
  font-size: clamp(20px, 2.667vw, 32px);
  text-align: center;
  justify-content: center;
  margin-bottom: clamp(50px, 9.167vw, 110px); }
  .sec02 .head::after {
    content: '';
    width: 1px;
    height: 70px;
    background: #333333;
    position: absolute;
    inset: 0;
    margin-inline: auto;
    bottom: auto; }
.sec02 .ttl_wrap {
  margin-inline: 20px;
  margin-bottom: clamp(30px, 3.75vw, 45px);
  margin-inline: 40px; }
  @media screen and (max-width: 480px) {
    .sec02 .ttl_wrap {
      margin-inline: auto; } }
  .sec02 .ttl_wrap .en_txt {
    font-weight: 100;
    font-size: clamp(20px, 2.834vw, 34px);
    display: flex;
    column-gap: 5px;
    align-items: baseline;
    margin-bottom: 1.5em; }
    .sec02 .ttl_wrap .en_txt span {
      line-height: 1; }
    .sec02 .ttl_wrap .en_txt .nur {
      font-size: 300%; }
    .sec02 .ttl_wrap .en_txt .icon {
      font-size: 120%; }
  .sec02 .ttl_wrap .sec_lead {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
    line-height: 1; }
    .sec02 .ttl_wrap .sec_lead::after {
      content: '';
      width: calc(100% + 80px);
      height: 1px;
      position: absolute;
      bottom: 0;
      background-color: #333333;
      left: -40px;
      right: -40px; }
      @media screen and (max-width: 480px) {
        .sec02 .ttl_wrap .sec_lead::after {
          left: 0;
          right: 0;
          width: 100%; } }
.sec02 .sec02_wrap {
  margin-bottom: clamp(80px, 10%, 120px); }
.sec02 .sec02_wrap01 .item_wrap {
  display: flex;
  justify-content: space-between;
  row-gap: 3.58%;
  flex-wrap: wrap;
  row-gap: clamp(40px, 3.572vw, 50px); }
  .sec02 .sec02_wrap01 .item_wrap .item {
    width: 47.72%;
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item_wrap .item {
        row-gap: 20px;
        width: 100%; } }
    .sec02 .sec02_wrap01 .item_wrap .item .text_wrap .lead {
      line-height: 1;
      margin-bottom: 1em; }
  .sec02 .sec02_wrap01 .item_wrap .item01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 .item_wrap .item01 {
        flex-wrap: wrap; } }
    .sec02 .sec02_wrap01 .item_wrap .item01 .img {
      width: 67.43%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .item_wrap .item01 .img {
          width: 100%; } }
    .sec02 .sec02_wrap01 .item_wrap .item01 .text_wrap {
      width: 27.93%;
      margin-top: 20px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .item_wrap .item01 .text_wrap {
          width: 100%;
          margin-top: 0; } }
.sec02 .sec02_wrap02 .item_wrap .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(40px, 5.84%, 70px);
  margin-bottom: clamp(40px, 5.84%, 70px);
  align-items: center;
  border-bottom: 1px solid #333333; }
  .sec02 .sec02_wrap02 .item_wrap .item:nth-last-child(1) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .sec02 .sec02_wrap02 .item_wrap .item:nth-child(2) {
    flex-direction: row-reverse; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap02 .item_wrap .item {
      flex-wrap: wrap;
      row-gap: 20px;
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .sec02 .sec02_wrap02 .item_wrap .item .img_wrap {
    width: 57.15%;
    display: grid;
    grid-template-columns: 68.25% 30.5%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between;
    row-gap: clamp(5px, 1vw, 12px); }
    .sec02 .sec02_wrap02 .item_wrap .item .img_wrap .img01 {
      grid-row: span 2; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .item_wrap .item .img_wrap {
        width: 100%; } }
  .sec02 .sec02_wrap02 .item_wrap .item .text_wrap {
    width: 34.58%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .item_wrap .item .text_wrap {
        width: 100%; } }
    .sec02 .sec02_wrap02 .item_wrap .item .text_wrap .en_txt {
      position: relative;
      color: #77909c;
      font-weight: 100;
      margin-bottom: 0.5em;
      padding-bottom: 5px;
      width: fit-content;
      line-height: 1;
      font-size: clamp(30px, 3.429vw, 48px); }
      .sec02 .sec02_wrap02 .item_wrap .item .text_wrap .en_txt::after {
        content: '';
        width: 100%;
        height: 1px;
        max-width: 28px;
        background: #77909c;
        position: absolute;
        inset: 0;
        top: auto;
        margin-inline: auto;
        text-align: center; }
    .sec02 .sec02_wrap02 .item_wrap .item .text_wrap .lead {
      margin-bottom: 1em; }
    .sec02 .sec02_wrap02 .item_wrap .item .text_wrap .read {
      letter-spacing: 0.09em; }
.sec02 .sec02_wrap03 .item {
  padding-bottom: clamp(40px, 5.84%, 70px);
  margin-bottom: clamp(40px, 5.84%, 70px);
  align-items: center;
  border-bottom: 1px solid #333333; }
  .sec02 .sec02_wrap03 .item:nth-last-child(1) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }
.sec02 .sec02_wrap03 .item01 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap03 .item01 {
      flex-wrap: wrap; } }
  .sec02 .sec02_wrap03 .item01 .ttl_wrap {
    width: 46.79%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap03 .item01 .ttl_wrap {
        width: 100%; } }
    .sec02 .sec02_wrap03 .item01 .ttl_wrap .sec_lead {
      line-height: 1.48; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap03 .item01 .ttl_wrap .sec_lead {
          margin-bottom: 0; } }
      .sec02 .sec02_wrap03 .item01 .ttl_wrap .sec_lead::after {
        display: none; }
  .sec02 .sec02_wrap03 .item01 .img {
    width: 42%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap03 .item01 .img {
        width: 100%; } }
.sec02 .sec02_wrap03 .item02 {
  padding-inline: 70px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap03 .item02 {
      flex-direction: column;
      row-gap: 20px;
      padding: 0;
      padding-bottom: 40px; } }
  .sec02 .sec02_wrap03 .item02 .img {
    width: 16.04%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap03 .item02 .img {
        width: 150px;
        margin-inline: auto; } }
  .sec02 .sec02_wrap03 .item02 .text_wrap {
    width: 80.16%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap03 .item02 .text_wrap {
        width: 100%; } }
    .sec02 .sec02_wrap03 .item02 .text_wrap .ttl {
      font-size: clamp(20px, 2.429vw, 34px);
      color: #783724;
      margin-bottom: 0.5em; }
    .sec02 .sec02_wrap03 .item02 .text_wrap .color {
      text-align: right;
      margin-left: auto;
      margin-right: 0;
      display: block; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap03 .item02 .text_wrap .color {
          text-align: left; } }
.sec02 .sec02_wrap03 .item03_wrap {
  display: flex;
  justify-content: space-between;
  row-gap: 3.58%;
  flex-wrap: wrap;
  row-gap: clamp(40px, 3.572vw, 50px);
  align-items: flex-start; }
  .sec02 .sec02_wrap03 .item03_wrap .item_in {
    width: 31.72%;
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap03 .item03_wrap .item_in {
        row-gap: 20px;
        width: 48%; } }
    .sec02 .sec02_wrap03 .item03_wrap .item_in .text_wrap .lead {
      line-height: 1;
      margin-bottom: 1em; }
    .sec02 .sec02_wrap03 .item03_wrap .item_in .text_wrap .read {
      letter-spacing: 0.06em; }
  .sec02 .sec02_wrap03 .item03_wrap .item_in01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap03 .item03_wrap .item_in01 {
        flex-direction: column; } }
    .sec02 .sec02_wrap03 .item03_wrap .item_in01 .img {
      width: 48.15%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap03 .item03_wrap .item_in01 .img {
          width: 100%; } }
    .sec02 .sec02_wrap03 .item03_wrap .item_in01 .text_wrap {
      width: 44.22%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap03 .item03_wrap .item_in01 .text_wrap {
          width: 100%; } }
.sec02 .sec02_wrap04 .item {
  margin-bottom: clamp(40px, 5.715vw, 80px); }
.sec02 .sec02_wrap04 .item01 {
  position: relative; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap04 .item01 .img {
      aspect-ratio: 1; }
      .sec02 .sec02_wrap04 .item01 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .sec02 .sec02_wrap04 .item01 .text_wrap {
    position: absolute;
    left: 0;
    top: 17.11%;
    width: 100%;
    display: grid;
    place-items: center;
    align-items: center;
    align-content: flex-start; }
    @media screen and (max-width: 768px) {
      .sec02 .sec02_wrap04 .item01 .text_wrap {
        top: 20px; } }
    .sec02 .sec02_wrap04 .item01 .text_wrap .ttl {
      font-size: clamp(20px, 3.334vw, 40px);
      margin-bottom: 2em;
      color: #fff;
      font-weight: 100; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_wrap04 .item01 .text_wrap .ttl {
          margin-bottom: 0.5em; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap04 .item01 .text_wrap .ttl {
          margin-bottom: 1em; } }
    .sec02 .sec02_wrap04 .item01 .text_wrap .icon_wrap {
      width: 100%;
      display: flex;
      justify-content: center;
      column-gap: 9.29%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap04 .item01 .text_wrap .icon_wrap {
          flex-wrap: wrap;
          column-gap: 0;
          row-gap: 20px; } }
      .sec02 .sec02_wrap04 .item01 .text_wrap .icon_wrap .icon {
        text-align: center; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap04 .item01 .text_wrap .icon_wrap .icon {
            width: 48%; } }
        .sec02 .sec02_wrap04 .item01 .text_wrap .icon_wrap .icon .txt {
          color: #fff;
          display: block;
          font-size: clamp(16px, 1.715vw, 24px);
          margin-top: 1.5em; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap04 .item01 .text_wrap .icon_wrap .icon .txt {
              margin-top: 0.5em;
              line-height: 1; } }
.sec02 .sec02_wrap04 .item02 {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7.15%;
  margin-inline: 75px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap04 .item02 {
      flex-direction: column;
      margin-inline: 0; } }
  .sec02 .sec02_wrap04 .item02 .txt_img {
    position: absolute;
    inset: 0;
    margin-inline: auto;
    margin-inline: -7.14%;
    bottom: auto;
    z-index: -1; }
  .sec02 .sec02_wrap04 .item02 .img {
    width: 37.44%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap04 .item02 .img {
        width: 100%;
        max-width: 220px;
        margin-inline: auto;
        margin-bottom: 20px; } }
  .sec02 .sec02_wrap04 .item02 .text_wrap {
    width: 52.4%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap04 .item02 .text_wrap {
        width: 100%; } }
    .sec02 .sec02_wrap04 .item02 .text_wrap .ttl {
      margin-bottom: 1em;
      font-size: clamp(20px, 2.858vw, 40px); }
.sec02 .sec02_wrap04 .item03 {
  display: flex;
  justify-content: space-between;
  row-gap: 3.58%;
  flex-wrap: wrap;
  row-gap: clamp(40px, 3.572vw, 50px);
  align-items: flex-start; }
  .sec02 .sec02_wrap04 .item03 .item_in {
    width: 31.72%;
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap04 .item03 .item_in {
        row-gap: 20px;
        width: 48%; } }
    .sec02 .sec02_wrap04 .item03 .item_in .text_wrap .lead {
      line-height: 1;
      margin-bottom: 1em; }
    .sec02 .sec02_wrap04 .item03 .item_in .text_wrap .read {
      letter-spacing: 0.06em; }
  .sec02 .sec02_wrap04 .item03 .item_in01, .sec02 .sec02_wrap04 .item03 .item_in02 {
    width: 47.72%;
    display: flex;
    justify-content: space-between;
    width: 47.72%;
    flex-direction: column; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap04 .item03 .item_in01, .sec02 .sec02_wrap04 .item03 .item_in02 {
        width: 100%; } }
    .sec02 .sec02_wrap04 .item03 .item_in01 .img, .sec02 .sec02_wrap04 .item03 .item_in02 .img {
      position: relative; }
      .sec02 .sec02_wrap04 .item03 .item_in01 .img .icon, .sec02 .sec02_wrap04 .item03 .item_in02 .img .icon {
        position: absolute;
        right: -30px;
        bottom: -30px; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap04 .item03 .item_in01 .img .icon, .sec02 .sec02_wrap04 .item03 .item_in02 .img .icon {
            width: 100px;
            bottom: -5px;
            right: -5px; } }
.sec02 .sec02_wrap05 {
  margin-bottom: 120px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap05 {
      margin-bottom: 80px; } }
  .sec02 .sec02_wrap05 .iframe_wrap {
    width: 100%;
    height: 600px;
    height: 100%;
    position: relative; }
    .sec02 .sec02_wrap05 .iframe_wrap iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block; }
