@keyframes animTitleLine {
  100% {
    opacity: 1;
    width: 100%;
  }
}
.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.44rem, 3.47vw, 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.column_1 .page_content {
  margin: 0 auto;
  max-width: calc(var(--content-max-width-sm));
  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(21.5px, 8.13vw, 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(9.5px, 3.87vw, 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 {
  margin-left: calc(-50vw + 50%);
  width: calc(50vw + 50%);
}
.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_left .sec_img .img.img_fit {
  background-color: var(--color-black);
}
.site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img.img_fit img {
  height: 100%;
  left: auto;
  right: 0;
  transform: scale(1) translate(0, -50%);
  transform-origin: center right;
  width: auto;
}
.site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img {
  margin-right: calc(-50vw + 50%);
  width: calc(50vw + 50%);
}
.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.aboutus .page_content .sec_title_02 {
  margin-bottom: 35px;
  overflow: hidden;
}
.site_container.page.aboutus .page_content .sec_title_02 > span {
  display: block;
  font-feature-settings: "palt" 1;
  font-size: clamp(1.44rem, 3.97vw, 3.38rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  letter-spacing: 0.04em;
  line-height: 1.59;
  text-align: justify;
}
.site_container.page.aboutus .page_content p {
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt" 1;
  font-size: clamp(0.81rem, 1.1vw, 0.94rem);
  letter-spacing: 0.06em;
  line-height: 1.76;
  text-align: justify;
}
.site_container.page.aboutus .page_content .section.mission {
  padding-bottom: 95px;
}
.site_container.page.aboutus .page_content .section.mission .sec_title_02 {
  margin-bottom: 0;
}
.site_container.page.aboutus .page_content .section.vision .sec_title_02 {
  margin-bottom: 0;
}
.site_container.page.aboutus .page_content .section.value .img_wrap p {
  font-feature-settings: "palt" 1;
  font-size: clamp(0.94rem, 1.4vw, 1.19rem);
  letter-spacing: 0.04em;
  line-height: 1.79;
  margin-bottom: 50px;
  margin-top: -0.47rem;
  text-align: justify;
}
.site_container.page.aboutus .page_content .section.value .value_lists {
  counter-reset: valueItem;
}
.site_container.page.aboutus .page_content .section.value .value_lists li {
  border-bottom: 1px solid var(--color-black);
  counter-increment: valueItem;
  margin-top: 30px;
  padding: 0 0 18px 55px;
  position: relative;
}
.site_container.page.aboutus .page_content .section.value .value_lists li:first-of-type {
  margin-top: 0;
}
.site_container.page.aboutus .page_content .section.value .value_lists li::after {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
  border-radius: 100vmax;
  color: #fff;
  content: counter(valueItem, decimal-leading-zero);
  display: flex;
  font-family: var(--font-en);
  font-size: 1.03rem;
  font-weight: 700;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 36px;
}
.site_container.page.aboutus .page_content .section.value .value_lists li p {
  font-size: clamp(0.81rem, 1.4vw, 1.19rem);
  line-height: 1.79;
}
.site_container.page.aboutus .page_content .section.value .value_lists li p.tit {
  font-size: clamp(1.06rem, 1.91vw, 1.63rem);
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}
.site_container.page.aboutus .page_content .section.promise .txt_wrap p {
  font-feature-settings: "palt" 1;
  font-size: clamp(0.45rem, 3.87vw, 1.19rem);
  letter-spacing: 0.04em;
  line-height: 1.79;
  text-align: justify;
}
.js-enabled .site_container.page.aboutus .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.aboutus .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.aboutus .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.aboutus .js-observe.sec_title_01.is_inview::before {
  opacity: 1;
  width: clamp(3rem, 5vw, 4.25rem);
}
.js-enabled .site_container.page.aboutus .js-observe.sec_title_01.is_inview span {
  opacity: 1;
  transform: none;
}
.js-enabled .site_container.page.aboutus .js-observe.sec_title_02.is_inview > span, .js-enabled .site_container.page.aboutus .js-observe.upin_title.is_inview > span {
  opacity: 1;
  transform: none;
}
.js-enabled .site_container.page.aboutus .js-observe.sec_title_03 > span {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.6s;
  will-change: opacity;
}
.js-enabled .site_container.page.aboutus .js-observe.sec_title_03.is_inview > span {
  opacity: 1;
}
.js-enabled .site_container.page.aboutus .js-observe.anm_fade_in {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.6s;
  will-change: opacity;
}
.js-enabled .site_container.page.aboutus .js-observe.anm_fade_in.is_inview {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1210px) and (min-width: 601px) {
  .site_container.page.aboutus .page_content .section.value .img_wrap .sec_img {
    flex: 1;
  }
  .site_container.page.aboutus .page_content .section.value .img_wrap .sec_img .img {
    height: 100%;
  }
}
@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);
  }
}
@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, 3.13rem);
    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 {
    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:not(.js-observe)::before {
    width: clamp(24px, 12.8vw, 48px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img {
    border-radius: 0 40px 40px 0;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img .img {
    border-radius: 40px 0 0 40px;
  }
  .site_container.page .page_content .article_body > .section:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .site_container.page.aboutus .page_content .sec_title_02 {
    margin-bottom: clamp(12.5px, 6.67vw, 25px);
  }
  .site_container.page.aboutus .page_content .sec_title_02 > span {
    font-size: clamp(0.72rem, 6.13vw, 2.19rem);
    line-height: 1.59;
  }
  .site_container.page.aboutus .page_content .section.mission {
    padding-bottom: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page.aboutus .page_content .section.mission .sec_title_02 > span {
    font-size: clamp(1.09rem, 9.33vw, 2.81rem);
    line-height: 1.37;
  }
  .site_container.page.aboutus .page_content .section.vision {
    padding-bottom: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page.aboutus .page_content .section.value {
    padding-bottom: clamp(30px, 16vw, 60px);
  }
  .site_container.page.aboutus .page_content .section.value .column_wrap {
    margin-top: clamp(26.25px, 14vw, 52.5px);
  }
  .site_container.page.aboutus .page_content .section.value .img_wrap p {
    font-size: clamp(0.45rem, 3.87vw, 0.94rem);
    line-height: 1.79;
    margin-bottom: clamp(21.25px, 11.33vw, 42.5px);
  }
  .site_container.page.aboutus .page_content .section.value .value_lists li {
    margin-top: clamp(9.5px, 5.07vw, 19px);
    padding: 0 0 clamp(5.5px, 2.93vw, 11px) clamp(16.75px, 9.87vw, 37.5px);
  }
  .site_container.page.aboutus .page_content .section.value .value_lists li::after {
    font-size: clamp(0.41rem, 2.93vw, 0.69rem);
    width: clamp(12px, 6.4vw, 24px);
  }
  .site_container.page.aboutus .page_content .section.value .value_lists li p {
    font-size: clamp(0.47rem, 3.47vw, 0.81rem);
  }
  .site_container.page.aboutus .page_content .section.value .value_lists li p.tit {
    font-size: clamp(0.53rem, 4.67vw, 1.06rem);
    line-height: clamp(12px, 6.4vw, 24px);
    margin-bottom: clamp(2.5px, 1.33vw, 5px);
  }
  .site_container.page.aboutus .page_content .section.promise .txt_wrap p {
    line-height: 1.79;
  }
}
@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_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 10.67vw 10.67vw 0;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img .img {
    border-radius: 10.67vw 0 0 10.67vw;
  }
  .site_container.page.aboutus .page_content p {
    font-size: clamp(0.41rem, 3.47vw, 0.81rem);
  }
  .site_container.page.aboutus .page_content .section.promise .sec_title_02 {
    margin-bottom: clamp(19.5px, 10.4vw, 39px);
  }
  .js-enabled .site_container.page.aboutus .js-observe.sec_title_01.is_inview::before {
    width: 12.8vw;
  }
  .js-enabled .site_container.page.aboutus .js-observe.sec_title_02 > span, .js-enabled .site_container.page.aboutus .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.aboutus .js-observe.sec_title_02.is_inview > span + span, .js-enabled .site_container.page.aboutus .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;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img.img_fit.img_hover:hover img {
    transform: scale(1.05) translate(0, -50%);
  }
}
@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;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img.img_fit.img_hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img.img_fit.img_hover:active img {
    transform: scale(1.05) translate(0, -50%);
  }
}
@media screen and (min-width: 1211px), print {
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img {
    background-color: var(--color-black);
  }
  .site_container.page.aboutus .page_content .section.value .img_wrap .sec_img {
    margin-top: auto;
  }
}
@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.aboutus .page_content .section.value .img_wrap {
    display: flex;
    flex-direction: column;
  }
  .js-enabled .site_container.page.aboutus .js-observe.sec_title_02 > span, .js-enabled .site_container.page.aboutus .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.aboutus .js-observe.sec_title_02.is_inview > span + span, .js-enabled .site_container.page.aboutus .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.column_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3.68%;
    justify-content: space-between;
    width: 100%;
  }
  .site_container.page .page_content.column_2 .article_head {
    width: 100%;
  }
  .site_container.page .page_content.column_2 .article_body {
    flex: 1;
  }
  .site_container.page .page_content.column_2 .page_side {
    width: 16.53%;
  }
  .site_container.page.aboutus .page_content .section:not(:has(.column_wrap.pc_column_2)) .txt_wrap {
    padding-left: 21.9%;
  }
  .site_container.page.aboutus .page_content .section.mission .sec_title_01 {
    margin-bottom: 65px;
  }
  .site_container.page.aboutus .page_content .section.mission .sec_title_02 > span {
    display: inline-block;
    font-size: clamp(2.19rem, 4.26vw, 3.63rem);
    line-height: 1;
  }
  .site_container.page.aboutus .page_content .section.vision {
    padding-bottom: 85px;
  }
  .site_container.page.aboutus .page_content .section.vision .sec_title_01 {
    margin-bottom: 45px;
  }
  .site_container.page.aboutus .page_content .section.value .column_wrap {
    margin-top: 80px;
  }
  .site_container.page.aboutus .page_content .section.promise {
    padding-bottom: clamp(2.5rem, 8.46vw, 7.19rem);
  }
  .site_container.page.aboutus .page_content .section.promise .sec_title_01 {
    margin-bottom: 45px;
  }
  .site_container.page.aboutus .page_content .section.promise .sec_title_02 {
    margin-bottom: 45px;
  }
}