@charset "UTF-8"; /**/
/*
## メッセージ
*/
.section-message {
}

.section-message .column {
  /* justify-content: space-between; */
}

.message-pt {
  flex-basis: 50%;
  padding-right: 4.5vw;
  position: relative;
}

.message-pt figure img {
  aspect-ratio: 4 / 3.3;
  object-fit: cover;
}

.message-pt figure:nth-child(1) {
  /* flex-basis: 50%; */
}

.message-pt figure:nth-child(2) {
  width: 40%;
  margin-top: -3rem;
  margin-right: -3rem;
  margin-left: auto;
  /* position: absolute; */
  /* right: 0; */
}

/*
## ミッション
*/
.section-mission {
  overflow: hidden;
  background: var(--c-sub-dark);
  /* padding-top: initial!important; */
}

section-mission .u-inner {
  /* padding-top: 40%; */
}

.section-mission .section-title {
  position: absolute;
  top: var(--m-xl);
  z-index: 1;
  color: #fff;
}

.section-mission .section-title .title-jp {
  color: #fff;
}

.section-mission .u-inner > figure {
  position: relative;
  margin: 0 calc(min(6%, 30px) * -1);
  /* left: 0; */
  /* width: 100vw; */
  height: auto;
  overflow: hidden;
  padding-top: 40%;
  border-radius: var(--m-xxs);
  min-height: 450px;
}

.section-mission .u-inner > figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: 65% 70%;
}

.section-mission .u-inner > figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
  -webkit-mask-image: linear-gradient(to top, rgb(255 255 255) 5%, rgb(255 255 255 / 1%) 50%);
}

.section-mission .text_box .lead {
  display: block;
  font-size: max(9vmax, 8vw);
  line-height: 0.9;
  letter-spacing: -0.05rem;
  font-family: var(--f-en);
  font-weight: var(--w-b);
  font-style: italic;
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  color: #fff;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* mix-blend-mode: color-burn; */
  position: relative;
  overflow: visible;
  margin-top: -7.5rem;
  margin-bottom: 1rem;
}

.section-mission .text_box h3 {
  font-size: var(--f-xxxl);
  font-weight: 900;
  z-index: 1;
  position: relative;
  color: var(--c-sub);
}

.section-mission .text_box h3 + p {
  /* font-size: var(--f-m); */
  /* font-weight: var(--w-m); */
}

/*
## 5つの理由
*/
.section-strength h3.copy {
  font-size: var(--f-xxxl);
  font-weight: 800;
}

.section-strength h3.copy + p {
  /* font-size: var(--f-m); */
  /* font-weight: var(--w-m); */
  margin-bottom: var(--m-xxl);
}

.section-strength .column .box {
  display: flex;
  margin-bottom: var(--m-xxl);
  width: 100vw;
}

.section-strength .column .box figure {
  position: relative;
  flex-basis: 53%;
  padding-top: 38%;
  align-self: flex-start;
  /* margin-bottom: 2rem; */
  min-height: 280px;
  width: 100vw;
  margin: 0 calc(var(--m-fix) + 1rem) var(--m-m);
  /* flex: 1; */
}

.section-strength .column .box figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-strength .column .box figure figcaption {
  position: absolute;
  top: 0;
  right: -5%;
  font-size: var(--f-xxxl);
  color: var(--c-03);
  line-height: 1;
  font-style: italic;
  text-align: right;
}

.section-strength .column .box .heading {
  display: flex;
  line-height: 1;
  font-style: italic;
  color: var(--c-accent);
  align-items: baseline;
  margin-bottom: var(--m-r);
  font-weight: var(--w-eb);
}

.section-strength .column .box .heading small {
  font-size: var(--f-m);
  top: -5px;
  position: relative;
}

.section-strength .column .box .heading .num {
  font-size: var(--f-xxxxl);
  font-weight: var(--w-m);
  letter-spacing: -0.05em;
  /* line-height: 0.7; */
}

.section-strength .column .box:nth-child(even) {
  margin-right: initial;
}

.section-strength .column .box:nth-child(even) figure {
  margin-right: 4.16667vw;
}

.section-strength .column .box:nth-child(odd) {
  margin-left: initial;
  flex-direction: row-reverse;
}

.section-strength .column .box:nth-child(odd) figure {
  flex-basis: 50%;
  padding-top: 38%;
  margin-left: 4.16667vw;
}

.section-strength .column .box .text_box {
  flex: 1;
}

.section-strength .column .box > .text_box h3 {
  font-size: 4vmax;
  line-height: 0.7;
  color: var(--c-04);
  margin-bottom: 3rem;
}

.section-strength .column .box > .text_box h4 + p {
  font-size: var(--f-r);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  body:not(.p-home) .contents section.section-strength .column > .box {
    flex-direction: column;
    width: 100%;
  }

  .section-strength .column .box:nth-child(even) figure {
    margin-right: initial;
    align-self: flex-end;
  }

  .section-strength .column .box:nth-child(odd) figure {
    margin-left: initial;
    align-self: flex-start;
  }
}
