@charset "UTF-8";

:root {
  --main-back-color: #e2e1dd;
}

a.page_top {
  @media (width <= 900px) {
    bottom: 50px;
    position: absolute;
  }
}

body:has(#crossPage) {
  #header_area {
    background: transparent;
  }
}

.cross {
  background: var(--main-back-color);
  overflow: clip;
  padding-block: 156px 82px;
  height: fit-content;
  min-height: calc(100vh - 100px);

  @media (width <= 900px) {
    padding-block: 80px 100px;
    min-height: calc(100vh - 50px);
  }

  &.crossSub {
    padding-block: 215px 120px;

    @media (width <= 900px) {
      padding-block: 85px 75px;
    }
  }
}

.inner {
  max-width: 970px;
  margin-inline: auto;
  padding-inline: 20px;
}

.cross__inner {
  max-width: 1025px;
}

.cross__head {
  position: relative;

  @media (width <= 900px) {
    max-width: 375px;
    margin-inline: auto;
  }

  &.sub {
    @media (width <= 900px) {
      max-width: 100%;
    }
  }
}

.cross__title {
  position: relative;
  width: fit-content;

  @media (width <= 900px) {
    position: static;
    margin-inline: auto;
  }

  &.sub {
    @media (width <= 900px) {
      width: 100%;
    }
  }
}

.cross__mainImg {
  width: 621px;
  position: absolute;
  top: 25%;
  right: -80px;
  transform: translate(0, -50%);

  @media (width <= 900px) {
    width: min(375px, 100vw);
    position: static;
    transform: translateX(-50px);
  }

  img {
    width: 100%;
    height: auto;
  }
}

.cross__subTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(24 / 18);
  
  
  @media (width <= 900px) {
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: 0.01em;
    writing-mode: vertical-rl;
    position: absolute;
    top: 22px;
    right: 0;
  }
}

.cross__titleEn {
  font-size: 55px;
  font-weight: 300;
  line-height: calc(66 / 55);
  letter-spacing: 0.17em;
  margin-block-start: 8px;
  position: relative;
  width: 100%;
  max-width: 385px;
  z-index: 2;

  img {
    width: 100%;
  }
  
  @media (width <= 900px) {
    font-size: min(48px, calc(48 / 375 * 100vw));
    text-align: center;
    margin-block-start: 13px;
    max-width: 350px;
  }
  
  span {
    color: #f15a24;
    font-weight: 700;
    margin-inline-end: 5px;
    width: 325px;
  }

  &.sub {
    @media (width <= 900px) {
      font-size: 34px;
      text-align: left;
    }
  }
}

.cross__titleJa {
  font-size: 14px;
  line-height: calc(24 / 14);
  position: relative;
  z-index: 2;
  margin-block-start: -5px;
}

.cross__titleJa.sub {
  font-size: 20px;
  font-weight: 500;

  @media (width <= 900px) {
    font-size: 14px;
  }
}

.cross__decoImg {
  width: 320px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 43px;
  transform: translate(-100%, -50%);

  @media (width <= 900px) {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  &.sub {
    @media (width <= 900px) {
      display: block;
      width: 120px;
      left: 50px;
    }
  }
}

.cross__num {
  font-size: 186px;
  font-weight: 700;
  color: color-mix(in srgb, #fff 30%, transparent);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  letter-spacing: 0.033em;
  line-height: 1;

  @media (width <= 900px) {
    font-size: 93px;
  }
}

.cross__body {
  margin-block-start: 100px;
  position: relative;
  z-index: 2;

  @media (width <= 900px) {
    margin-block-start: 43px;
  }
}

.cross__items {
}

.crossItem {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: stretch;
  background: #fff;
  min-height: 206px;
  position: relative;
  transition: opacity 0.3s;

  /* @media (any-hover: hover) {
    &:hover {
      opacity: 0.9;
    }
  } */

  @media (width <= 900px) {
    height: initial;
    grid-template-columns: 1fr;
    align-items: initial;
  }

  &::after {
    content: "01";
    display: block;
    font-size: 149px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.033em;
    color: color-mix(in srgb, #ebeae9 30%, transparent);
    position: absolute;
    bottom: -17px;
    right: 50px;

  }
  
  @media (width <= 900px) {
    &::after {
      font-size: 96px;
      right: 10px;
      bottom: -12px;
    }
  }

  &.st_2 {
    &::after {
      content: "02";
    }
  }
}

.crossItem + .crossItem {
  margin-block-start: 14px;

  @media (width <= 900px) {
    margin-block-start: 26px;
  }
}

.crossItem__img {
  width: 100%;
  height: 100%;
  overflow: hidden;

  @media (width <= 900px) {
    height: initial;
    aspect-ratio: 689 / 349;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.crossItem__contents {
  padding-block: 29px 29px;
  padding-inline: 42px 93px;
  position: relative;

  @media (width <= 900px) {
    padding-block: 15px 18px;
    padding-inline: 13px;
  }

  &::after {
    content: "";
    display: block;
    width: 17px;
    aspect-ratio: 17 / 35;
    mask: url("../img/ic_arrow_next.png") no-repeat center center / contain;
    background-color: #f15a24;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translate(0, -50%);

  }
  @media (width <= 900px) {
    &::after {
      width: 7px;
      transform: initial;
      top: 29px;
      right: 13px;
    }
  }
}

.crossItem__head {
}

.crossItem__title {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;

  span {
    font-size: 25px;
    font-weight: 700;
    color: #e55927;
    letter-spacing: 0.1em;
    margin-inline-start: 5px;
  }
}

.crossItem__body {
  margin-block-start: 8px;
  padding-block-start: 10px;
  border-top: 1px solid #ebeae9;
  position: relative;
  z-index: 2;

  @media (width <= 900px) {
    margin-block-start: 7px;
    padding-block-start: 10px;
  }
}

.crossItem__text {
  font-size: 16px;
  line-height: calc(29 / 16);

  @media (width <= 900px) {
    font-size: 14px;
  }
}

.crossItem__textMain {
  margin-block-start: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20);

  @media (width <= 900px) {
    font-size: 16px;
    line-height: calc(44 / 32);
    margin-block-start: 4px;
  }
}

.crossSub__heading {
  margin-block-start: 57px;

  @media (width <= 900px) {
    margin-block-start: 23px;
  }
}

.crossSub__img {
  margin-inline-end: calc(50% - 50vw);
  aspect-ratio: 1167 / 464;
  position: relative;
  z-index: 2;

  @media (width <= 900px) {
    aspect-ratio: 710 / 380;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.crossSub__title {
  margin-block-start: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: calc(24 / 20);
  text-transform: uppercase;
  padding-block-end: 5px;
  position: relative;

  @media (width <= 900px) {
    margin-block-start: 8px;
    padding-block-end: 6px;
    font-size: 15.5px;
  }

  span {
    font-size: 30px;
    font-weight: 700;
    color: #ec4117;
    letter-spacing: 0.153em;
    margin-inline-start: 5px;

    @media (width <= 900px) {
      font-size: 26px;
      letter-spacing: 0;
      margin-inline-start: 10px;
    }
  }

  &::before {
    content: "";
    display: block;
    width: calc(100% + calc(50vw - 50%));
    height: 100%;
    border-bottom: 1px solid #b3b3b3;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.crossSub__topText {
  font-size: 29px;
  font-weight: 500;
  line-height: calc(40 / 29);
  margin-block-start: 23px;

  @media (width <= 900px) {
    font-size: 17px;
    line-height: calc(46 / 34);
    margin-block-start: 22px;
  }
}

.crossSub__topTextSub {
  font-size: 16px;
  line-height: calc(27 / 16);
  margin-block-start: 23px;

  @media (width <= 900px) {
    font-size: 14px;
    line-height: calc(44 / 28);
    margin-block-start: 15px;
  }
}

.crossSec {
  margin-block-start: 60px;

  @media (width <= 900px) {
    margin-block-start: 55px;
  }
}

.crossSec__title {
  border: 1px solid #707070;
  padding-block: 28px;
  padding-inline: 10px;

  @media (width <= 900px) {
    padding-block: 13px;
  }

  span {
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: 26px;
    font-weight: 500;
    line-height: calc(40 / 26);

    @media (width <= 900px) {
      font-size: 19px;
      line-height: calc(50 / 38);
    }
  }
}

.crossSec__subTitle {
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(34 / 24);
  letter-spacing: 0.07em;

  &::before {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    background: #a4a4a4;
    margin-block-start: 20px;
    flex-shrink: 0;
  }

  @media (width <= 900px) {
    font-size: 17px;
    line-height: calc(46 / 34);
    gap: 8px;

    &::before {
      width: 20px;
      margin-block-start: 13px;
    }
  }
}

.crossSec__head {
  margin-block-start: 50px;

  @media (width <= 900px) {
    margin-block-start: 25px;
  }
}

.crossSec__body {
  margin-block-start: 50px;
  display: grid;
  gap: 30px;

  @media (width <= 900px) {
    margin-block-start: 25px;
  }

  &.margin {
    @media (width <= 900px) {
      margin-block-start: 48px;
    }
  }

  &.large {
    gap: 50px;

    @media (width <= 900px) {
      gap: 35px;
    }
  }
}

.crossSub__bottom {
  margin-block-start: 40px;
  padding-block-start: 38px;
  border-top: 1px solid #a4a4a4;

  @media (width <= 900px) {
    margin-block-start: 20px;
    padding-block-start: 24px;
  }
}

.crossSub__bottomText {
  font-size: 18px;
  line-height: calc(30 / 18);

  @media (width <= 900px) {
    font-size: 14px;
    line-height: calc(44 / 28);
  }
}

.crossSub__bottomBody {
  margin-block-start: 60px;

  @media (width <= 900px) {
    margin-block-start: 68px;
  }
}

.crossMember {
  background: #ebeae9;
  position: relative;
  padding-block: 67px 52px;
  padding-inline: 52px;

  @media (width <= 900px) {
    padding-block: 35px 12px;
    padding-inline: 15px;
  }

  &.st_second {
    padding-block: 54px 35px;
    padding-inline: 45px;

    @media (width <= 900px) {
      padding-block: 60px 35px;
      padding-inline: 34px;
    }
  }
}

.crossMember__title {
  display: grid;
  place-content: center;
  min-height: 30px;
  padding-inline: 20px;
  padding-block: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.153em;
  line-height: calc(17 / 14);
  background: #ec4117;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;

  @media (width <= 900px) {
    font-size: 13px;
    padding-inline: 24px;
  }
}

.crossMember__items {
  margin-block-start: 56px;
  display: grid;
  gap: 50px;

  @media (width <= 900px) {
    margin-block-start: 22px;
    gap: 24px;
  }
}

.crossMember__item {
}

.crossMember__itemInner {
  display: grid;
  grid-template-columns: 158px 1fr;
  align-items: flex-start;
  gap: 25px;

  @media (width <= 900px) {
    grid-template-columns: 1fr 66px;
    gap: 0;
  }
}

.crossMember__itemImg {
  aspect-ratio: 1 / 1;

  @media (width <= 900px) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin-block-start: -3px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.crossMember__itemMainWrap {
  @media (width <= 900px) {
    display: contents;
  }
}

.crossMember__itemHead {
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  padding-block: 15px;
  padding-inline-start: 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;

  @media (width <= 900px) {
    gap: 5px 8px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding-inline-start: 10px;
    padding-block: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  &::before {
    content: "";
    display: block;
    width: 6px;
    height: 19px;
    background: #f15a24;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  @media (width <= 900px) {
    &::before {
      width: 3px;
      height: 36px;
    }
  }
}

.crossMember__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;

  @media (width <= 900px) {
    font-size: 17px;
  }
}

.crossMember__position {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;

  @media (width <= 900px) {
    font-size: 13px;

    span {
      font-size: 10px;
    }
  }
}

.crossMember__itemDiscription {
  margin-block-start: 14px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 28px;

  @media (width <= 900px) {
    margin-block-start: 0;
    gap: 0 4px;
    grid-column: 1 / 3;
  }
}

.crossMember__itemDt {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14);

  @media (width <= 900px) {
    font-size: 13px;
    line-height: calc(40 / 26);
  }
}

.crossMember__itemDd {
  font-size: 14px;
  line-height: calc(24 / 14);

  @media (width <= 900px) {
    font-size: 13px;
    line-height: calc(40 / 26);
  }
}

.crossMember__itemBody {
  margin-block-start: 17px;

  @media (width <= 900px) {
    margin-block-start: 17px;
  }
}

.crossMember__mainText {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(35 / 15);
  text-align: center;
  background: color-mix(in srgb, #fff 40%, transparent);
  border-radius: 25px;
  padding-block: 8px;
  padding-inline: 8px;

  @media (width <= 900px) {
    font-size: 14px;
    line-height: calc(38 / 28);
    padding-block: 9px;
    border-radius: 60px;
  }
}

.crossMember__subText {
  margin-block-start: 15px;
  font-size: 14px;
  line-height: calc(24 / 14);

  @media (width <= 900px) {
    line-height: calc(44 / 28);
  }
}

.crossMedia {
  display: flex;
  gap: 18px;

  @media (width <= 900px) {
    gap: 9px;

    &.st_1 {
      order: 1;
    }
    &.st_2 {
      order: 2;
    }
    &.st_3 {
      order: 3;
    }
  }

  &.st_center {
    align-items: center;

    .crossMedia__text {
      padding-block-end: 27px;

      @media (width <= 900px) {
        padding-block-end: 15px;
      }
    }
  }
}

.crossMedia__img {
  flex: 0 0 94px;

  @media (width <= 900px) {
    flex: 0 0 47px;
  }

  img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }
}

.crossMedia__name {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(16 / 14);
  margin-block-start: 8px;

  @media (width <= 900px) {
    margin-block-start: 3px;
  }
}

.crossMedia__body {
  flex: 1;

  @media (width <= 900px) {
    flex: initial;
  }
}

.crossMedia__text {
  font-size: 14px;
  line-height: calc(24 / 14);

  @media (width <= 900px) {
    line-height: calc(44 / 28);
  }

  strong {
    font-weight: 500;
  }
}

.crossMediaWrap {
  display: flex;
  gap: 20px;

  @media (width <= 900px) {
    flex-direction: column;
    gap: 20px;
  }
}

.crossMediaWrap__main {
  display: grid;
  gap: 35px;

  @media (width <= 900px) {
    gap: 20px;

    &.st_1 {
      order: 1;
    }
    &.st_2 {
      order: 2;
    }
    &.st_3 {
      order: 3;
    }
    &.st_none {
      display: contents;
    }
  }
}

.crossMediaWrap__place {
  flex: 0 0 270px;
  margin-inline-start: 40px;

  @media (width <= 900px) {
    margin-inline-start: initial;
    flex: initial;
  }
}

.crossMediaWrap__placeImg {
  img {
    aspect-ratio: 270 / 180;
    width: 100%;
    object-fit: cover;
    object-position: center;

    @media (width <= 900px) {
      aspect-ratio: 670 / 350;
    }
  }
}

.crossMediaWrap__placeText {
  font-size: 14px;
  line-height: calc(22 / 14);
  margin-block-start: 0px;

  @media (width <= 900px) {
    margin-block-start: 0px;
  }
}

.crossMediaWrap__human {
  flex: 0 0 272px;

  @media (width <= 900px) {
    flex: initial;

    &.st_1 {
      order: 1;
    }
    &.st_2 {
      order: 2;
    }
    &.st_3 {
      order: 3;
    }
  }
}

.crossMediaWrap__humanImg {
  img {
    aspect-ratio: 272 / 310;
    width: 100%;
    object-fit: cover;
    object-position: center;

    @media (width <= 900px) {
      aspect-ratio: 670 / 350;
    }
  }
}

.crossMediaWrap__human.st_row {
  flex: 0 0 464px;

  @media (width <= 900px) {
    flex: initial;

    &.st_1 {
      order: 1;
    }
    &.st_2 {
      order: 2;
    }
    &.st_3 {
      order: 3;
    }
  }
}

.crossMediaWrap__humanImg.st_row {
  img {
    aspect-ratio: 464 / 245;
    width: 100%;
    object-fit: cover;
    object-position: center;

    @media (width <= 900px) {
      aspect-ratio: 669 / 350;
    }
  }
}

.crossSecImg {
  margin-block-start: 60px;

  @media (width <= 900px) {
    margin-block-start: 50px;
  }

  img {
    width: 100%;
    aspect-ratio: 930 / 358;
    object-fit: cover;
    object-position: center;

    @media (width <= 900px) {
      aspect-ratio: 670 / 258;
    }
  }
}

.crossMember__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;

  @media (width <= 900px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}

.crossMember__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.crossMember__img {
  aspect-ratio: 260 / 145;

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.crossMember__head {
  padding-block: 17px 13px;
}

.crossMember__name {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;

  small {
    font-size: 14px;
    margin-inline-start: 5px;
  }

  &.left_border {
    padding-inline-start: 20px;
    &::before {
      content: "";
      display: block;
      width: 6px;
      height: 19px;
      background: #f15a24;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
    }
  }
}

.crossMember__body {
  padding-block: 15px;
  border-top: 1px solid color-mix(in srgb, #a4a4a4 40%, transparent);
}

.crossMember__text {
  font-size: 14px;
  line-height: calc(20 / 14);
}

.crossSec__titleSecond {
  background: #ebeae9;
  border-radius: 32px;
  padding-block: 15px;

  @media (width <= 900px) {
    border-radius: 30px;
    padding-block: 20px;
  }

  span {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    width: fit-content;
    margin-inline: auto;
    display: block;

    @media (width <= 900px) {
      font-size: 16px;
    }
  }
}

.crossSec__graphItems {
  margin-block-start: 45px;
  display: grid;
  gap: 70px;

  @media (width <= 900px) {
    margin-block-start: 15px;
    gap: 10px;
  }
}

.crossSec__graphItem {
  margin-inline: auto;

  img {
    width: 100%;
    height: auto;
  }

  &:nth-child(1) {
    width: calc(800 / 930 * 100%);

    @media (width <= 900px) {
      width: 100%;
    }
  }
  &:nth-child(2) {
    width: calc(796 / 930 * 100%);

    @media (width <= 900px) {
      width: 100%;
    }
  }
  &:nth-child(3) {
    width: calc(876 / 930 * 100%);

    @media (width <= 900px) {
      width: 100%;
    }
  }
}
