@charset "UTF-8";
img, a {
  display: block;
  width: 100%;
  height: auto;
}
*, *::before, *::after {
  box-sizing: border-box;
}
section {
  float: none;
  clear: both;
}
@media screen and (min-width: 770px) {
  /* 共通見出し */
  .common_title {
    display: flex;
    width: fit-content;
    font-size: 20px;
    line-height: 1;
    flex-direction: column;
    position: relative;
    span {
      display: block;
    }
    .eng_title {
      font-size: 60px;
      font-weight: 300;
    }
    .jp_title {
      display: flex;
      width: 100%;
      gap: 10px;
      white-space: nowrap;
      padding-inline: 2px 4px;
      align-items: center;
    }
    .jp_title::before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0;
      border-bottom: 1px solid;
      position: relative;
    }
  }
  /* conts_top */
  #conts_top {
    position: relative;
    .main_title {
      width: 334px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }
    .swiper-slide {
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_intro */
  #conts_intro {
    padding-block: 122px 165px;
    .text_box {
      text-align: center;
      margin-bottom: 96px;
    }
    .section_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 28px;
    }
    .text {
      margin-bottom: 30px;
    }
    .btn_arrow {
      width: fit-content;
      margin-inline: auto;
    }
    .block_img {
      position: relative;
    }
    .block_img::before {
      content: "";
      display: block;
      width: 200px;
      height: 125px;
      background-color: #e7f1f9;
      position: absolute;
      top: 42px;
      left: 77%;
    }
    .img_01 {
      width: 65.6%;
      height: 400px;
      position: relative;
      right: auto;
    }
    .img_02 {
      width: 400px;
      position: absolute;
      bottom: -92px;
      left: 61%;
    }
    .img_02 .img_inner {
      width: 400px;
      height: 250px;
    }
    .img .img_text {
      display: block;
      width: 100%;
      line-height: 1.3;
      text-align: right;
      margin-bottom: 6px;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_sale */
  #conts_sale {
    padding: 125px 0 128px;
    background-color: var(--color-bg-main);
    .wrapper_block {
      display: flex;
      justify-content: space-between;
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      width: 900px;
    }
    .wrapper_block .area_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .block_img {
      display: flex;
      width: 100%;
      height: 550px;
      padding-bottom: 100px;
      position: relative;
      justify-content: space-between;
      margin-bottom: 61px;
      overflow-x: hidden;
    }
    .block_img::after {
      content: "";
      display: block;
      width: 500px;
      height: 0;
      border-bottom: 1px solid var(--color-thema);
      opacity: .4;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .block_img::before {
      content: "";
      display: block;
      width: 200px;
      height: 125px;
      background-color: #e7f1f9;
      position: absolute;
      top: 296px;
      left: calc(50% + 224px);
    }
    .block_img .img {
      overflow: hidden;
      position: absolute;
    }
    .block_img .img_01 {
      width: 46.5%;
      height: 450px;
      right: calc(50% + 59px);
    }
    .block_img .img_02 {
      width: 400px;
      height: 250px;
      top: 92px;
      left: calc(50% - 15px);
    }
    .block_img .img_03 {
      width: 20%;
      height: 350px;
      top: 52px;
      left: calc(50% + 466px);
    }
    .block_img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .area_items .area_title {
      text-align: center;
      font-size: 42px;
      line-height: 1.3;
      font-weight: 300;
      margin-bottom: 14px;
    }
    .area_items .title_box {
      margin-bottom: 49px;
    }
    .area_items .text {
      text-align: center;
    }
    .area_items .item_wrapper {
      display: flex;
      width: 955px;
      gap: 25px;
      margin: 0 auto 48px;
      flex-wrap: wrap;
    }
    .area_items .sales_item {
      width: 220px;
      font-size: 14px;
    }
    .area_items .sales_item .time, .area_items .sales_item .catch_phrase, .area_items .sales_item .catch_phrase_br {
      display: none;
    }
    .area_items .image {
      position: relative;
      margin-bottom: 9px;
    }
    .area_items .new_icon {
      width: fit-content;
      font-size: 13px;
      line-height: 1;
      color: #fff;
      padding: 5px 6px 2px;
      background-color: var(--color-thema);
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
    }
    .area_items .thumb {
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .area_items .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .3s;
    }
    .sales_item a:hover {
      opacity: 1;
    }
    .sales_item a:hover .thumb img {
      opacity: 1;
      transform: scale(1.04);
    }
    .area_items .brand_name {
      line-height: 1.5;
      font-weight: 600;
    }
    .area_items .small {
      font-size: inherit;
    }
    .area_items .btn_arrow {
      width: fit-content;
      margin: 0 auto 32px;
    }
    .area_items .btn_common {
      margin-inline: auto;
    }
  }

  /* conts_rent */
  #conts_rent {
    padding: 125px 0 130px;
    .wrapper_block {
      display: flex;
      justify-content: space-between;
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      width: 900px;
    }
    .wrapper_block .area_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .block_img {
      display: flex;
      width: 100%;
      height: 450px;
      position: relative;
      justify-content: space-between;
      overflow-x: hidden;
    }
    .block_img::before {
      content: "";
      display: block;
      width: 200px;
      height: 125px;
      background-color: #e7f1f9;
      position: absolute;
      top: 296px;
      left: calc(50% + 224px);
    }
    .block_img .img {
      overflow: hidden;
      position: absolute;
    }
    .block_img .img_01 {
      width: 46.5%;
      height: 450px;
      right: calc(50% + 59px);
    }
    .block_img .img_02 {
      width: 400px;
      height: 250px;
      top: 92px;
      left: calc(50% - 15px);
    }
    .block_img .img_03 {
      width: 20%;
      height: 350px;
      top: 52px;
      left: calc(50% + 466px);
    }
    .block_img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_keep */
  #conts_keep {
    padding: 113px 0 116px;
    background-color: var(--color-bg-main);
    overflow-x: hidden;

    .auto {
      position: relative;
    }
    .wrapper_block {
      min-height: 400px;
      padding: 17px 50% 0 0;
    }
    .common_title {
      margin-bottom: 40px;
    }
    .wrapper_block .area_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-right: auto;
    }
    .img {
      width: 50vw;
      height: 400px;
      position: absolute;
      top: 0;
      left: calc(50% + 25px);
      overflow: hidden;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_care */
  #conts_care {
    padding: 113px 0 116px;
    overflow-x: hidden;
    .auto {
      position: relative;
    }
    .wrapper_block {
      min-height: 400px;
      padding-right: 50%;
    }
    .common_title {
      margin-bottom: 40px;
    }
    .wrapper_block .area_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-right: auto;
    }
    .img {
      width: 50vw;
      height: 400px;
      position: absolute;
      top: 0;
      left: calc(50% + 25px);
      overflow: hidden;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_calendar */
  #conts_calendar {
    padding: 128px 0 116px;
    background-color: var(--color-bg-main);
    .wrapper_block {
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px;
    }
    .wrapper_block .eng_title {
      margin-bottom: 6px;
    }
    .wrapper_block .block_text {
      width: 840px;
    }
    .wrapper_block .area_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 24px;
    }
    .wrapper_block .text:not(:last-child) {
      margin-bottom: 36px;
    }
    .schedule_calendar {
      width: 800px;
      margin: 0 auto;
    }
    .schedule_calendar iframe {
      width: 100%;
    }
  }


  /* conts_info */
  #conts_info {
    padding: 128px 0 116px;
    .wrapper_block {
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px;
    }
    .wrapper_block .eng_title {
      margin-bottom: 6px;
    }
    .wrapper_block .jp_title {
      font-size: 17px;
    }
    .wrapper_block .block_text {
      width: 750px;
    }
    .wrapper_block .area_title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 24px;
    }
    .wrapper_block .box_text {
      font-size: 17px;
      line-height: 2;
    }
    .wrapper_block .text:not(:last-child) {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .block_img {
      display: flex;
      width: 100%;
      height: 450px;
      position: relative;
      justify-content: space-between;
      overflow-x: hidden;
    }
    .block_img::before {
      content: "";
      display: block;
      width: 200px;
      height: 125px;
      background-color: #e7f1f9;
      position: absolute;
      top: 292px;
      left: calc(50% + 200px);
    }
    .block_img .img {
      overflow: hidden;
      position: absolute;
    }
    .block_img .img_01 {
      width: 46.5%;
      height: 450px;
      right: calc(50% + 59px);
    }
    .block_img .img_02 {
      width: 400px;
      height: 250px;
      top: 92px;
      left: calc(50% - 15px);
    }
    .block_img .img_03 {
      width: 20%;
      height: 323px;
      margin-top: 48px;
      top: 48px;
      left: calc(50% + 466px);
    }
    .block_img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .list_link {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }
    .list_link li {
      width: calc(100%/3 - 20px);
    }
    .img {
      aspect-ratio: 8 / 5;
      overflow: hidden;
      margin-bottom: 26px;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .3s;
    }
    .img:hover img {
      transform: scale(1.04);
    }
    .link_title {
      text-align: right;
      font-size: 27px;
      line-height: 1.3;
      margin-bottom: 3px;
    }
    .btn_arrow {
      margin-left: auto;
    }
  }

  /* conts_news */
  #conts_news {
    padding-block: 129px 120px;
    background-color: var(--color-bg-main);
    overflow-x: hidden;


    .wrapper_block {
      margin-bottom: 10px;
    }
    .common_title {
      margin-bottom: 48px;
    }
    .news_wrapper {
      display: flex;
      gap: 25px;
      margin-bottom: 36px;
    }
    .news_wrapper .img {
      aspect-ratio: 22 / 13;
      overflow: hidden;
      margin-bottom: 7px;
    }
    .news_wrapper .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .3s;
    }
    .news_wrapper a:hover img {
      transform: scale(1.04);
    }
    .news_wrapper .day {
      line-height: 1.5;
    }
    .news_wrapper .inner {
      font-size: 14px;
    }
    .news_wrapper .title {
      line-height: 1.6;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .btn_arrow {
      margin-left: auto;
    }
  }

}




@media screen and (max-width: 769px) {
  /* 共通見出し */
  .common_title {
    display: flex;
    width: fit-content;
    font-size: 15px;
    line-height: 1;
    flex-direction: column;
    span {
      display: block;
    }
    .eng_title {
      font-size: 44px;
      font-weight: 300;
      margin-bottom: 4px;
    }
    .jp_title {
      display: flex;
      width: 100%;
      gap: 8px;
      white-space: nowrap;
      padding-inline: 2px 4px;
      align-items: center;
    }
    .jp_title::before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0;
      border-bottom: 1px solid;
      position: relative;
    }
  }

  /* conts_top */
  #conts_top {
    position: relative;
    .main_title {
      width: 64%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
    }
    .swiper-slide {
      width: 100%;
      height: 100dvh;
      overflow: hidden;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_intro */
  #conts_intro {
    padding-block: 80px 60px;
    .text_box {
      text-align: center;
      margin-bottom: 64px;
    }
    .section_title {
      font-size: 26px;
      line-height: 1.3;
      margin-bottom: 28px;
    }
    .text {
      text-align: left;
      margin-bottom: 30px;
    }
    .btn_arrow {
      width: fit-content;
      margin-inline: auto;
    }
    .block_img {
      padding-bottom: 48vw;
      position: relative;
    }
    .block_img::before {
      content: "";
      display: block;
      width: 33%;
      height: 22vw;
      background-color: #e7f1f9;
      position: absolute;
      bottom: 0;
      left: 18%;
    }
    .img_01 {
      width: 83%;
      height: 54vw;
      position: relative;
      right: auto;
    }
    .img_02 {
      width: 50%;
      position: absolute;
      bottom: 6vw;
      right: 5%;
    }
    .img_02 .img_inner {
      display: block;
      height: 31vw;
    }
    .img .img_text {
      display: block;
      width: 100%;
      font-size: 2.8vw;
      line-height: 1.3;
      text-align: right;
      margin-bottom: 5px;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_sale */
  #conts_sale {
    padding: 75px 0 80px;
    background-color: var(--color-bg-main);
    .wrapper_block {
      margin-bottom: 34px;
    }
    .wrapper_block .common_title {
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      margin-bottom: 60px;
    }
    .wrapper_block .area_title {
      font-size: 24px;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .block_img {
      display: flex;
      width: 100%;
      padding-bottom: 100vw;
      position: relative;
      justify-content: space-between;
      margin-bottom: 61px;
      overflow-x: hidden;
    }
    .block_img::after {
      content: "";
      display: block;
      width: 90%;
      height: 0;
      border-bottom: 1px solid var(--color-thema);
      opacity: .4;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .block_img::before {
      content: "";
      display: block;
      width: 36%;
      height: 23vw;
      background-color: #e7f1f9;
      position: absolute;
      bottom: 53vw;
      left: 6%;
    }
    .block_img .img {
      overflow: hidden;
      position: absolute;
    }
    .block_img .img_01 {
      width: 92%;
      height: 60vw;
      position: relative;
      right: auto;
    }
    .block_img .img_02 {
      width: 70%;
      height: 44vw;
      position: absolute;
      bottom: 19vw;
      right: 15%;
      z-index: 1;
    }
    .block_img .img_03 {
      width: 41%;
      height: 47vw;
      margin-top: 48px;
      bottom: 58vw;
      right: 0;
    }
    .block_img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .area_items .area_title {
      text-align: center;
      font-size: 32px;
      line-height: 1.3;
      font-weight: 300;
      letter-spacing: .06em;
      margin-bottom: 18px;
    }
    .area_items .title_box {
      margin-bottom: 49px;
    }
    .area_items .item_wrapper {
      display: flex;
      width: 100%;
      gap: 30px 4%;
      margin: 0 auto 38px;
      flex-wrap: wrap;
    }
    .area_items .sales_item {
      width: 48%;
      font-size: 13px;
    }
    .area_items .image {
      position: relative;
      margin-bottom: 9px;
    }
    .area_items .sales_item .time, .area_items .sales_item .catch_phrase, .area_items .sales_item .catch_phrase_br {
      display: none;
    }
    .area_items .new_icon {
      width: fit-content;
      font-size: 12px;
      line-height: 1;
      color: #fff;
      padding: 4px 5px 2px;
      background-color: var(--color-thema);
      position: absolute;
      bottom: 0;
      right: 0;
    }
    .area_items .thumb {
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .area_items .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .area_items .brand_name {
      line-height: 1.5;
      font-weight: 600;
    }
    .area_items .small {
      font-size: inherit;
    }
    .area_items .btn_arrow {
      width: fit-content;
      margin: 0 auto 32px;
    }
    .area_items .btn_common {
      margin-inline: auto;
    }
  }

  /* conts_rent */
  #conts_rent {
    padding: 75px 0 0;
    overflow: hidden;













    .wrapper_block {
      margin-bottom: 34px;
    }
    .wrapper_block .common_title {
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      margin-bottom: 60px;
    }
    .wrapper_block .area_title {
      font-size: 24px;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .block_img {
      display: flex;
      width: 100%;
      padding-bottom: 100vw;
      position: relative;
      justify-content: space-between;
      overflow-x: hidden;
    }
    .block_img::before {
      content: "";
      display: block;
      width: 36%;
      height: 23vw;
      background-color: #e7f1f9;
      position: absolute;
      bottom: 53vw;
      left: 6%;
    }
    .block_img .img {
      overflow: hidden;
      position: absolute;
    }
    .block_img .img_01 {
      width: 92%;
      height: 60vw;
      position: relative;
      right: auto;
    }
    .block_img .img_02 {
      width: 70%;
      height: 44vw;
      position: absolute;
      bottom: 19vw;
      right: 15%;
      z-index: 1;
    }
    .block_img .img_03 {
      width: 41%;
      height: 47vw;
      margin-top: 48px;
      bottom: 58vw;
      right: 0;
    }
    .block_img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_keep */
  #conts_keep {
    padding: 75px 0 80px;
    background-color: var(--color-bg-main);
    overflow-x: hidden;
    .auto {
      position: relative;
    }
    .wrapper_block {
      margin-bottom: 10px;
    }
    .wrapper_block .common_title {
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      margin-bottom: 60px;
    }
    .wrapper_block .area_title {
      font-size: 24px;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .img {
      width: 100%;
      height: 60vw;
      overflow: hidden;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_care */
  #conts_care {
    padding: 75px 0 80px;
    overflow-x: hidden;
    .auto {
      position: relative;
    }
    .wrapper_block {
      margin-bottom: 10px;
    }
    .wrapper_block .common_title {
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      margin-bottom: 60px;
    }
    .wrapper_block .area_title {
      font-size: 24px;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .wrapper_block .btn_arrow {
      width: fit-content;
      margin-left: auto;
    }
    .img {
      width: 100%;
      height: 60vw;
      overflow: hidden;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  /* conts_calendar */
  #conts_calendar {
    padding: 75px 0 80px;
    background-color: var(--color-bg-main);

    .wrapper_block {
      margin-bottom: 34px;
    }
    .wrapper_block .common_title {
      margin-bottom: 34px;
    }
    .wrapper_block .block_text {
      margin-bottom: 50px;
    }
    .wrapper_block .area_title {
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 24px;
    }
    .wrapper_block .text:not(:last-of-type) {
      margin-bottom: 36px;
    }
    .schedule_calendar {
      width: 100%;
      margin: 0 auto;
    }
    .schedule_calendar iframe {
      width: 100%;
    }
  }

  /* conts_info */
  #conts_info {
    padding: 75px 0 80px;



    .wrapper_block {
      margin-bottom: 34px;
    }
    .wrapper_block .common_title {
      margin-bottom: 34px;
    }
    .wrapper_block .jp_title {
      font-size: 12px;
    }
    .wrapper_block .block_text {
      margin-bottom: 60px;
    }
    .wrapper_block .area_title {
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 24px;
    }
    .wrapper_block .text {
      margin-bottom: 36px;
    }
    .block_img {
      display: flex;
      width: 100%;
      height: 450px;
      position: relative;
      justify-content: space-between;
      overflow-x: hidden;
    }
    .block_img::before {
      content: "";
      display: block;
      width: 200px;
      height: 125px;
      background-color: #e7f1f9;
      position: absolute;
      top: 292px;
      left: calc(50% + 200px);
    }
    .block_img .img {
      overflow: hidden;
      position: absolute;
    }
    .block_img .img_01 {
      width: 46.5%;
      height: 450px;
      right: calc(50% + 59px);
    }
    .block_img .img_02 {
      width: 400px;
      height: 250px;
      top: 92px;
      left: calc(50% - 15px);
    }
    .block_img .img_03 {
      width: 20%;
      height: 323px;
      margin-top: 48px;
      top: 48px;
      left: calc(50% + 466px);
    }
    .block_img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .list_link li {
      display: flex;
      margin-bottom: 40px;
      flex-wrap: wrap;
      align-items: center;
    }
    .list_link li:last-child {
      margin-bottom: 0;
    }
    .img {
      aspect-ratio: 8 / 5;
      overflow: hidden;
      margin-bottom: 17px;
    }
    .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .3s;
    }
    .img:hover img {
      transform: scale(1.04);
    }
    .link_title {
      text-align: right;
      font-size: 21px;
      line-height: 1.3;
    }
    .btn_arrow {
      margin: 4px 0 0 auto;
    }
  }

  /* conts_news */
  #conts_news {
    padding-block: 75px 80px;
    background-color: var(--color-bg-main);
    overflow-x: hidden;

    .wrapper_block {
      margin-bottom: 10px;
    }
    .common_title {
      margin-bottom: 34px;
    }
    .news_wrapper {
      margin-bottom: 36px;
    }
    .news_wrapper .detail_box {
      margin-bottom: 16px;
    }
    .news_wrapper a {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .news_wrapper .img {
      width: 120px;
      aspect-ratio: 22 / 13;
      overflow: hidden;
    }
    .news_wrapper .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .news_wrapper .inner {
      font-size: 13px;
      width: calc(100% - 134px);
    }
    .news_wrapper .title {
      line-height: 1.6;
      font-weight: 600;
      margin-bottom: 2px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* 表示したい行数 */
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .news_wrapper .day {
      line-height: 1.5;
    }
    .btn_arrow {
      margin-left: auto;
    }
  }
}