@charset "UTF-8";
.site_container.page .page_head {
  border-bottom: 1px solid var(--color-border);
  height: 536px;
  padding: 176px var(--content-margin) 20px;
}
.site_container.page .page_head .head_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.site_container.page .page_head .head_title {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(2.38rem, 5.59vw, 4.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 40px;
  order: 1;
  padding-top: 50px;
  position: relative;
}
.site_container.page .page_head .head_title::before {
  background-color: var(--title-color-gray);
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
}
.js-enabled .site_container.page .page_head .head_title::before {
  opacity: 0;
  transition: width 1s ease 0.2s, opacity 0.3s ease 0.2s;
  width: 0;
  will-change: width opacity;
}
.site_container.page .page_head .head_title > span {
  display: block;
  line-height: inherit;
  opacity: 0;
  overflow: hidden;
  transform: translateY(101%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.4s ease-in-out 0.2s;
  will-change: opacity transform;
}
.site_container.page .page_head .head_title > span span {
  display: inline-block;
  opacity: 0;
  transform: translateY(101%);
  transition: transform 1.6s cubic-bezier(0.58, 0, 0.07, 1) 0.6s, opacity 1.6s cubic-bezier(0.58, 0, 0.07, 1) 0.6s;
  will-change: opacity, transform;
}
body.is_loaded .site_container.page .page_head .head_title > span span {
  opacity: 1;
  transform: translateY(0);
}
.js-enabled body.is_loaded .site_container.page .page_head .head_title::before {
  opacity: 1;
  width: clamp(3.75rem, 8.82vw, 7.5rem);
}
.js-enabled body.is_loaded .site_container.page .page_head .head_title > span {
  opacity: 1;
  transform: none;
}
.site_container.page .page_head .head_title_en {
  color: var(--title-color-gray);
  font-size: clamp(2.38rem, 4.85vw, 4.13rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.77;
  margin-top: auto;
  order: 3;
}
.js-enabled .site_container.page .page_head .head_title_en {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
.js-enabled body.is_loaded .site_container.page .page_head .head_title_en {
  opacity: 1;
  transition-delay: 0.6s;
}
.site_container.page .page_head .head_title_en > span {
  line-height: inherit;
}
.site_container.page .page_head .head_desc {
  font-feature-settings: "palt" 1;
  font-size: clamp(0.81rem, 1.25vw, 1.06rem);
  letter-spacing: 0.02em;
  line-height: 1.76;
  min-height: calc(clamp(0.81rem, 1.25vw, 1.06rem) * 1.76 * 3);
  order: 2;
  text-align: justify;
}
.js-enabled .site_container.page .page_head .head_desc {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
.js-enabled body.is_loaded .site_container.page .page_head .head_desc {
  opacity: 1;
  transition-delay: 0.6s;
}

.site_container.page .page_content {
  margin: 0 auto;
  max-width: calc(var(--content-max-width) + var(--content-margin) * 2);
  padding: clamp(3.13rem, 5.88vw, 5rem) var(--content-margin);
  width: 100%;
}
.site_container.page .page_content .section {
  padding-bottom: clamp(3.13rem, 7.35vw, 6.25rem);
  padding-top: clamp(3.13rem, 7.35vw, 6.25rem);
}
.site_container.page .page_content .sec_title_01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.site_container.page .page_content .sec_title_01::before {
  background-color: #e2dfd7;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
}
.site_container.page .page_content .sec_title_01 .title_en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(1.94rem, 3.16vw, 2.69rem);
  font-weight: 800;
  line-height: 0.78;
  line-height: 1.07;
  order: 1;
  overflow: hidden;
}
.site_container.page .page_content .sec_title_01 .title_jp {
  font-family: var(--font-jp);
  font-size: clamp(0.91rem, 1.4vw, 1.19rem);
  font-weight: 700;
  line-height: 1;
  margin-top: clamp(7.5px, 3.33vw, 20px);
  order: 2;
  overflow: hidden;
}
.site_container.page .page_content .sec_title_01 span {
  display: block;
}
.site_container.page .page_content .sec_title_01:not(.js-observe)::before {
  width: clamp(3rem, 5vw, 4.25rem);
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img {
  display: block;
  height: 460px;
  height: clamp(14.38rem, 33.82vw, 28.75rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  left: 50%;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover {
  cursor: pointer;
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover img {
  transform: scale(1) translate(-50%, -50%);
  transform-origin: left top;
  transition: transform 0.32s cubic-bezier(0, 0, 0.58, 1);
  will-change: transform;
}
.site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img {
  width: calc(700 / 1360 * 100vw);
}
.site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img {
  border-radius: 0 80px 80px 0;
}
.site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img .img {
  border-radius: 80px 0 0 80px;
}
.site_container.page .page_content .article_body > .section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.site_container.page .page_head .head_title b {
  font-family: var(--font-en);
  font-weight: 800;
}
.site_container.page .page_content .index_box .index_title {
  font-family: var(--font-en);
  font-size: clamp(7.5px, 4vw, 0.94rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: clamp(10px, 3.73vw, 20px);
}
.site_container.page .page_content .index_box .index_lists li + li {
  margin-top: 15.5px;
}
.site_container.page .page_content .index_box .index_lists li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.site_container.page .page_content .index_box .index_lists li a span {
  flex: 1;
  font-size: clamp(7.5px, 3.47vw, 0.81rem);
  font-weight: 600;
  line-height: 1.4;
}
.site_container.page .page_content .index_box .index_lists li a::after {
  aspect-ratio: 1/1;
  background: var(--color-black) url(../img/arr_01_white.svg) center center/42.86% auto no-repeat;
  border-radius: 100vmax;
  content: "";
  display: block;
  transform: rotate(90deg);
  width: clamp(7px, 3.73vw, 0.88rem);
}
.site_container.page .page_content .section .txt_bold {
  font-weight: 700;
}
.site_container.page .page_content .section .sec_title_02 {
  margin-bottom: clamp(2.61rem, 3.68vw, 3.13rem);
  overflow: hidden;
}
.site_container.page .page_content .section .sec_title_02 span {
  display: block;
  font-size: clamp(1.19rem, 1.91vw, 1.63rem);
  font-weight: 700;
  line-height: 1.58;
  padding-left: clamp(19px, 7.2vw, 38px);
  position: relative;
}
.site_container.page .page_content .section .sec_title_02 span::before {
  aspect-ratio: 1/1;
  background: url(../img/title_icon_01_gray.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: calc((clamp(1.19rem, 1.91vw, 1.63rem) * 1.58 - clamp(11px, 4.53vw, 22px)) / 2);
  width: clamp(11px, 4.53vw, 22px);
}
.site_container.page .page_content .section .head_wrap .txt_wrap p {
  font-feature-settings: "palt" 1;
  font-size: clamp(0.91rem, 1.4vw, 1.19rem);
  letter-spacing: 0.06em;
  line-height: 1.79;
  text-align: justify;
}
.site_container.page .page_content .section .head_wrap .txt_wrap p + p {
  margin-top: calc(clamp(9.5px, 3.87vw, 1.19rem) * 1.79);
}
.site_container.page .page_content .section.approach .head_wrap {
  margin-bottom: clamp(3.44rem, 11.03vw, 9.38rem);
}
.site_container.page .page_content .section.approach .column_wrap .list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 0;
  width: 100%;
}
.site_container.page .page_content .section.approach .column_wrap .list_wrap dt {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: clamp(0.63rem, 0.96vw, 0.81rem);
  color: #fff;
  display: flex;
  font-size: clamp(0.88rem, 1.32vw, 1.13rem);
  font-weight: 700;
  justify-content: center;
  line-height: 1.47;
  text-align: center;
  width: clamp(55px, 22.67vw, 110px);
}
.site_container.page .page_content .section.approach .column_wrap .list_wrap dd {
  align-items: center;
  display: flex;
  padding-left: clamp(10px, 3.73vw, 20px);
  width: calc(100% - clamp(55px, 22.67vw, 110px));
}
.site_container.page .page_content .section.approach .column_wrap .list_wrap dd p {
  font-feature-settings: "palt" 1;
  font-size: clamp(0.81rem, 1.25vw, 1.06rem);
  letter-spacing: 0.06em;
  line-height: 1.77;
  margin-top: calc((clamp(0.81rem, 1.25vw, 1.06rem) * 1.77 - clamp(0.81rem, 1.25vw, 1.06rem)) * 0.5 * -1);
  text-align: justify;
}
.site_container.page .page_content .section.model .head_wrap {
  margin-bottom: clamp(20px, 10.67vw, 100px);
}
.site_container.page .page_content .section.process .head_wrap {
  margin-bottom: clamp(20px, 11.73vw, 80px);
}
.site_container.page .page_content .section.process .column_wrap .txt_wrap .title {
  font-size: clamp(0.75rem, 1.29vw, 1.09rem);
  font-weight: 700;
  margin-bottom: clamp(0.63rem, 1.62vw, 1.38rem);
}
.site_container.page .page_content .section.process .column_wrap .txt_wrap li {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1.73;
  text-align: justify;
}
.site_container.page .page_content .section.process .column_wrap .txt_wrap li::before {
  content: "・ ";
}
.site_container.page .page_content .section.platform .head_wrap .txt_wrap {
  padding-top: 0;
}
.site_container.page .page_content .section.platform .wrap_01 .sec_title_02 {
  margin-bottom: 18px;
}
.site_container.page .page_content .section.platform .wrap_02 {
  position: relative;
}
.site_container.page .page_content .section.platform .wrap_02::before {
  aspect-ratio: 265/180;
  background: url(../img/succession-ma_line_01.svg) center center/100% auto no-repeat;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 265px;
}
.site_container.page .page_content .section.platform .wrap_02 p {
  overflow: hidden;
  text-align: center;
}
.site_container.page .page_content .section.platform .wrap_02 p > span {
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-size: clamp(1.75rem, 2.79vw, 2.38rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  letter-spacing: 0.04em;
  line-height: 1.58;
  text-align: justify;
}
.site_container.page .page_content .section.platform .wrap_03 {
  position: relative;
}
.site_container.page .page_content .section.platform .wrap_03::before {
  background-color: var(--color-border-accent);
  content: "";
  height: clamp(45px, 16vw, 90px);
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.site_container.page .page_content .section.platform .wrap_03 .txt_01 {
  margin-bottom: clamp(20px, 6.67vw, 60px);
  overflow: hidden;
  text-align: center;
}
.site_container.page .page_content .section.platform .wrap_03 .txt_01 > span {
  display: inline-block;
  font-size: clamp(1rem, 1.76vw, 1.5rem);
  font-weight: 800;
  line-height: 1;
  padding-bottom: clamp(3px, 1.2vw, 6px);
  position: relative;
}
.site_container.page .page_content .section.platform .wrap_03 .txt_01 > span::after {
  background-color: var(--color-black);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
}
.site_container.page .page_content .section.platform .wrap_03 .txt_02 {
  overflow: hidden;
  text-align: center;
}
.site_container.page .page_content .section.platform .wrap_03 .txt_02 > span {
  display: block;
  font-feature-settings: "palt" 1;
  font-size: clamp(1.63rem, 3.97vw, 3.38rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  letter-spacing: 0.04em;
  line-height: 1.59;
  text-align: justify;
  text-align: center;
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_01::before {
  opacity: 0;
  transition: width 1s ease 0.2s, opacity 0.3s ease 0.2s;
  width: 0;
  will-change: width opacity;
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_01 .title_jp span {
  opacity: 0;
  transform: translateY(101%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.4s ease-in-out 0.2s;
  will-change: opacity transform;
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_01 .title_en span {
  opacity: 0;
  transform: translateY(101%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.4s ease-in-out 0.2s;
  will-change: opacity transform;
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_01.is_inview::before {
  opacity: 1;
  width: clamp(3rem, 5vw, 4.25rem);
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_01.is_inview span {
  opacity: 1;
  transform: none;
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_02 > span, .js-enabled .site_container.page .page_content .js-observe.sec_title_03 > span {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.6s;
  will-change: opacity;
}
.js-enabled .site_container.page .page_content .js-observe.sec_title_02.is_inview > span, .js-enabled .site_container.page .page_content .js-observe.sec_title_03.is_inview > span {
  opacity: 1;
}
.js-enabled .site_container.page .page_content .js-observe.upin_title.is_inview > span {
  opacity: 1;
  transform: none;
}
.js-enabled .site_container.page .page_content .js-observe.anm_fade_in {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.6s;
  will-change: opacity;
}
.js-enabled .site_container.page .page_content .js-observe.anm_fade_in.is_inview {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1210px){
  .site_container.page .page_content {
    padding-bottom: clamp(25px, 13.33vw, 50px);
    padding-top: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title {
    margin-bottom: clamp(0.63rem, 1.32vw, 1rem);
  }
}
@media screen and (max-width: 960px) and (orientation: portrait){
  .site_container.page .page_head .head_title_en {
    font-size: clamp(1.19rem, 10.13vw, 2.38rem);
    line-height: 0.97;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape){
  .site_container.page .page_head .head_title > span:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 960px){
  .site_container.page .page_head {
    height: 380px;
    max-height: var(--win-vh);
    padding-top: 106px;
  }
  .site_container.page .page_head .head_title {
    font-size: clamp(1.19rem, 10.13vw, 2.38rem);
    margin-bottom: clamp(0.63rem, 5.33vw, 1.25rem);
    padding-top: clamp(0.7rem, 6vw, 1.41rem);
  }
  .site_container.page .page_head .head_title::before {
    height: 5px;
  }
  .site_container.page .page_head .head_desc {
    font-size: clamp(0.44rem, 3.47vw, 0.81rem);
    letter-spacing: 0.06em;
    line-height: 1.77;
  }
  .site_container.page .page_content .section {
    padding-bottom: clamp(25px, 13.33vw, 50px);
    padding-top: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page .page_content .sec_title_01 {
    margin-bottom: clamp(26.25px, 12vw, 45px);
    padding-top: clamp(12.5px, 6.67vw, 25px);
  }
  .site_container.page .page_content .sec_title_01::before {
    height: clamp(2px, 0.8vw, 3px);
  }
  .site_container.page .page_content .sec_title_01 .title_en {
    font-size: clamp(0.95rem, 8.13vw, 1.91rem);
  }
  .site_container.page .page_content .sec_title_01 .title_jp {
    font-size: clamp(0.45rem, 3.87vw, 0.91rem);
  }
  .site_container.page .page_content .sec_title_01:not(.js-observe)::before {
    width: clamp(24px, 12.8vw, 48px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img {
    height: clamp(115px, 61.33vw, 230px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img {
    border-radius: 0 clamp(20px, 10.67vw, 40px) clamp(20px, 10.67vw, 40px) 0;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img .img {
    border-radius: clamp(20px, 10.67vw, 40px) 0 0 clamp(20px, 10.67vw, 40px);
  }
  .site_container.page .page_content .article_body > .section:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .site_container.page .page_content .index_box {
    background-color: #f5f5f5;
    border-radius: clamp(10px, 5.33vw, 20px);
    margin-bottom: clamp(25px, 13.33vw, 50px);
    padding: clamp(12.5px, 5.07vw, 25px) clamp(12.5px, 6.67vw, 25px) clamp(12.5px, 6.67vw, 25px);
  }
  .site_container.page .page_content .index_box .index_lists li + li {
    margin-top: clamp(10px, 4.53vw, 17.5px);
  }
  .site_container.page .page_content .section .sec_title_02 {
    margin-bottom: clamp(20.4px, 6.67vw, 41.8px);
  }
  .site_container.page .page_content .section .sec_title_02 span {
    font-size: clamp(13px, 5.07vw, 1.19rem);
  }
  .site_container.page .page_content .section .head_wrap .txt_wrap p {
    font-size: clamp(7.25px, 3.87vw, 0.91rem);
  }
  .site_container.page .page_content .section .column_wrap.pc_column_2 {
    display: block;
  }
  .site_container.page .page_content .section .column_wrap.pc_column_2 .img_wrap {
    width: 100%;
  }
  .site_container.page .page_content .section .column_wrap.pc_column_2 .txt_wrap {
    flex: none;
  }
  .site_container.page .page_content .section.approach .head_wrap {
    margin-bottom: clamp(40px, 14.67vw, 55px);
  }
  .site_container.page .page_content .section.approach .column_wrap .img_wrap .sec_img {
    margin-bottom: clamp(25px, 14.67vw, 55px);
    margin-right: calc(var(--content-margin) * -1);
    width: calc(100% + var(--content-margin));
  }
  .site_container.page .page_content .section.approach .column_wrap .txt_wrap {
    width: 100%;
  }
  .site_container.page .page_content .section.approach .column_wrap .list_wrap {
    gap: clamp(15px, 7.47vw, 30px) 0;
  }
  .site_container.page .page_content .section.approach .column_wrap .list_wrap dt {
    border-radius: clamp(5px, 2.67vw, 10px);
    font-size: clamp(9px, 3.73vw, 0.88rem);
  }
  .site_container.page .page_content .section.approach .column_wrap .list_wrap dd p {
    font-size: clamp(8.5px, 3.47vw, 0.81rem);
    margin-top: calc((clamp(8.5px, 3.47vw, 0.81rem) * 1.77 - clamp(8.5px, 3.47vw, 0.81rem)) * 0.5 * -1);
  }
  .site_container.page .page_content .section.model .img_wrap {
    margin: 0 auto;
    max-width: 650px;
  }
  .site_container.page .page_content .section.process .head_wrap .txt_wrap p {
    letter-spacing: 0.04em;
  }
  .site_container.page .page_content .section.process .column_wrap {
    margin: 0 auto;
    max-width: 650px;
  }
  .site_container.page .page_content .section.process .column_wrap .img_wrap {
    margin-bottom: clamp(10px, 5.73vw, 21.5px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap {
    counter-reset: process_number;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item {
    border-bottom: 1px solid var(--color-black);
    padding-bottom: clamp(9px, 4.53vw, 18px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item:not(:last-of-type) {
    margin-bottom: clamp(12px, 6.4vw, 24px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title {
    display: flex;
    font-size: clamp(8.75px, 4.67vw, 1.25rem);
    line-height: clamp(12px, 6.4vw, 24px);
    margin-bottom: clamp(5px, 2.67vw, 10px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title::before {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-black);
    border-radius: 100vmax;
    color: #fff;
    content: counter(process_number, decimal-leading-zero);
    counter-increment: process_number;
    display: flex;
    font-family: var(--font-en);
    font-size: clamp(6px, 2.93vw, 0.69rem);
    justify-content: center;
    width: clamp(12px, 6.4vw, 24px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title span {
    flex: 1;
    padding-left: clamp(6px, 3.2vw, 12px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap li {
    font-size: clamp(7px, 3.47vw, 1rem);
    line-height: 1.77;
  }
  .site_container.page .page_content .section.platform {
    padding-bottom: clamp(20px, 10.67vw, 40px);
  }
  .site_container.page .page_content .section.platform .head_wrap {
    margin-bottom: clamp(20px, 12vw, 80px);
  }
  .site_container.page .page_content .section.platform .wrap_01 .sec_title_02 {
    margin-bottom: clamp(12px, 8vw, 30px);
  }
  .site_container.page .page_content .section.platform .wrap_01 .sec_img {
    margin: 0 auto;
    max-width: 650px;
  }
  .site_container.page .page_content .section.platform .wrap_02 {
    margin-top: clamp(17.5px, 9.33vw, 35px);
    padding-top: clamp(45px, 24vw, 120px);
  }
  .site_container.page .page_content .section.platform .wrap_02::before {
    background-color: var(--color-border-accent);
    height: clamp(45px, 16vw, 90px);
    width: 1px;
  }
  .site_container.page .page_content .section.platform .wrap_02 p {
    margin-bottom: clamp(15px, 8vw, 30px);
  }
  .site_container.page .page_content .section.platform .wrap_03 {
    padding-top: clamp(55px, 24vw, 140px);
  }
}
@media screen and (max-width: 600px) and (orientation: portrait){
  .site_container.page .page_head {
    height: 130.13vw;
    padding: 42.13vw var(--content-margin) 7.33vw;
  }
  body.is_loaded:not(:has(.site_header.is_fixed)) .site_container.page .page_content .article_body > .section:first-child > .sec_title_01.js-observe:first-child span {
    opacity: 1;
    transform: none;
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 600px){
  .site_container.page .page_head .head_title::before {
    height: 1.33vw;
  }
  .js-enabled body.is_loaded .site_container.page .page_head .head_title::before {
    width: 16vw;
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img {
    margin-bottom: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img {
    margin-left: calc(var(--content-margin) * -1);
    width: calc(100% + var(--content-margin));
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img {
    margin-right: calc(var(--content-margin) * -1);
    width: calc(100% + var(--content-margin));
  }
  .site_container.page .page_head .head_title_en {
    max-width: 69.33vw;
  }
  .site_container.page .page_content .section .sec_title_02 span::before {
    top: calc((clamp(13px, 5.07vw, 1.19rem) * 1.58 - clamp(11px, 4.53vw, 22px)) / 2);
  }
  .site_container.page .page_content .section.platform .wrap_02 p > span {
    font-size: clamp(9.5px, 5.07vw, 1.19rem);
  }
  .site_container.page .page_content .section.platform .wrap_03 .txt_01 > span {
    font-size: clamp(0.38rem, 2.72vw, 0.64rem);
  }
  .site_container.page .page_content .section.platform .wrap_03 .txt_02 > span {
    font-size: clamp(1.44rem, 6.13vw, 1.44rem);
    line-height: 1.59;
  }
  .js-enabled .site_container.page .page_content .js-observe.sec_title_01.is_inview::before {
    width: 12.8vw;
  }
  .js-enabled .site_container.page .page_content .js-observe.upin_title > span {
    opacity: 0;
    transform: translateY(101%);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 0.4s ease-in-out 0.4s;
    will-change: opacity transform;
  }
  .js-enabled .site_container.page .page_content .js-observe.upin_title.is_inview > span + span {
    transition-delay: 0.6s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover){
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover:hover img {
    transform: scale(1.05) translate(-50%, -50%);
    transition-duration: 0.64s;
  }
}
@media (hover: none){
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover:active img {
    transform: scale(1.05) translate(-50%, -50%);
    transition-duration: 0.64s;
  }
}
@media print{
  .site_container.page .page_head {
    height: auto !important;
    padding: 0 0 30px;
  }
  .site_container.page .page_head .head_title {
    margin-bottom: 15px;
    padding-top: 25px;
  }
  .page_content {
    padding: 5mm 0 10mm !important;
  }
  .page_content .section {
    padding: 5mm 0 !important;
  }
  .page_content .column_wrap.pc_column_2 {
    display: block !important;
  }
  .page_content .column_wrap.pc_column_2 .img_wrap,
  .page_content .column_wrap.pc_column_2 .txt_wrap {
    margin: 5mm 0 !important;
    width: 100% !important;
  }
  .page_content .column_wrap.pc_column_2 .img_wrap .sec_img {
    width: 100% !important;
  }
  .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img {
    aspect-ratio: 740/460 !important;
    border-radius: 40px !important;
    height: 400px !important;
    margin: 0 auto !important;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap {
    height: auto !important;
    position: static !important;
    width: 100% !important;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item {
    border-bottom: 1px solid var(--color-black);
    padding-bottom: clamp(9px, 4.53vw, 18px);
    position: static !important;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item:not(:last-of-type) {
    margin-bottom: clamp(12px, 6.4vw, 24px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title {
    display: flex;
    font-size: clamp(8.75px, 4.67vw, 1.25rem);
    line-height: clamp(12px, 6.4vw, 24px);
    margin-bottom: clamp(5px, 2.67vw, 10px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title::before {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-black);
    border-radius: 100vmax;
    color: #fff;
    content: counter(process_number, decimal-leading-zero);
    counter-increment: process_number;
    display: flex;
    font-family: var(--font-en);
    font-size: clamp(6px, 2.93vw, 0.69rem);
    justify-content: center;
    width: clamp(12px, 6.4vw, 24px);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .title span {
    flex: 1;
    padding-left: clamp(6px, 3.2vw, 12px);
  }
  .js-enabled .site_container.page .page_content .js-observe.sec_title_01::before {
    opacity: 1;
    width: clamp(3rem, 5vw, 4.25rem);
  }
  .js-enabled .site_container.page .page_content .js-observe.sec_title_01 .title_jp span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .page_content .js-observe.sec_title_01 .title_en span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .page_content .js-observe.sec_title_01.is_inview span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .page_content .js-observe.sec_title_02 > span, .js-enabled .site_container.page .page_content .js-observe.sec_title_03 > span {
    opacity: 1;
  }
  .js-enabled .site_container.page .page_content .js-observe.upin_title > span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .page_content .js-observe.anm_fade_in {
    opacity: 1;
  }
}
@media screen and (min-width: 601px), print{
  .site_container.page .page_content .sec_title_01 .title_en {
    margin-left: clamp(-0.06rem, -0.41vw, -0.31rem);
  }
  .site_container.page .page_content .column_wrap.pc_column_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8.68%;
    justify-content: space-between;
    width: 100%;
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .txt_wrap {
    flex: 1;
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap {
    width: 51.65%;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img {
    width: calc(700 / 1360 * 100vw);
  }
  .js-enabled .site_container.page .page_content .js-observe.upin_title > span {
    opacity: 0;
    transform: translateY(101%);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 0.4s ease-in-out 0.4s;
    will-change: opacity transform;
  }
  .js-enabled .site_container.page .page_content .js-observe.upin_title.is_inview > span + span {
    transition-delay: 0.6s;
  }
}
@media screen and (min-width: 961px), print{
  .site_container.page .page_head .head_title > span:first-of-type {
    width: 100%;
  }
  .site_container.page .page_head .head_title_en {
    text-align: right;
  }
  .site_container.page .page_content .index_box {
    display: none;
  }
  .site_container.page .page_content .section .head_wrap {
    display: flex;
    justify-content: space-between;
  }
  .site_container.page .page_content .section .head_wrap .sec_title_01 {
    margin-bottom: 0;
  }
  .site_container.page .page_content .section .head_wrap .sec_title_01 .title_jp {
    margin-top: clamp(7.5px, 4vw, 22px);
  }
  .site_container.page .page_content .section .head_wrap .txt_wrap {
    flex: 1;
    padding-top: 30px;
  }
  .site_container.page .page_content .section .column_wrap.pc_column_2 {
    gap: 0 6.61%;
  }
  .site_container.page .page_content .section.approach {
    padding-top: 0;
  }
  .site_container.page .page_content .section.approach .head_wrap .sec_title_01 {
    width: 29.75%;
  }
  .site_container.page .page_content .section.approach .column_wrap .img_wrap {
    order: 2;
  }
  .site_container.page .page_content .section.approach .column_wrap .txt_wrap {
    margin-top: -0.5rem;
    order: 1;
  }
  .site_container.page .page_content .section.model .head_wrap .sec_title_01 {
    width: 38.02%;
  }
  .site_container.page .page_content .section.process .head_wrap .sec_title_01 {
    width: 42.98%;
  }
  .site_container.page .page_content .section.process .column_wrap {
    aspect-ratio: 1105/500;
    position: relative;
    width: 91.32%;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap {
    height: 100%;
    left: 72.85%;
    position: absolute;
    top: 0;
    width: calc(100% - 72.85%);
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item {
    left: 0;
    position: absolute;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item:nth-of-type(3) {
    top: 0;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item:nth-of-type(2) {
    top: 23.6%;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap .item:nth-of-type(1) {
    top: 57.6%;
  }
  .site_container.page .page_content .section.process .column_wrap .txt_wrap li {
    font-size: clamp(0.69rem, 1.1vw, 0.94rem);
    margin-right: -10%;
  }
  .site_container.page .page_content .section.platform {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6.61%;
  }
  .site_container.page .page_content .section.platform .head_wrap {
    display: block;
    margin-bottom: 0;
    width: 37.19%;
  }
  .site_container.page .page_content .section.platform .head_wrap .sec_title_01 {
    margin-bottom: clamp(35px, 11.6vw, 75px);
  }
  .site_container.page .page_content .section.platform .wrap_01 {
    padding-top: 37px;
    width: 56.2%;
  }
  .site_container.page .page_content .section.platform .wrap_02 {
    margin-bottom: 70px;
    padding-top: 250px;
    width: 100%;
  }
  .site_container.page .page_content .section.platform .wrap_03 {
    padding-top: 170px;
    width: 100%;
  }
}