@charset "UTF-8";
:root {
  --sds-typography-weight-semibold: 600;
}

/* ===================================
 * Our MVV
 * =================================== */
.our-mvv {
  margin-bottom: 200px;
}
@media screen and (max-width: 960px) {
  .our-mvv {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
.our-mvv .inner {
  padding-top: 90px;
  position: relative;
}
.our-mvv .inner::before {
  background: url("../img/company/our-mvv-bg.webp") no-repeat center center;
  content: "";
  position: absolute;
  left: 220px;
  top: 0;
  width: 465px;
  height: 1310px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .our-mvv .inner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 200px;
  }
}

.our-mvv__container {
  margin-top: 60px;
}

.our-mvv__block {
  margin-left: auto;
  padding: 20px 35px 20px 0;
  background: rgba(0, 0, 5, 0.8);
  max-width: 929px;
  min-height: 252px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .our-mvv__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    max-width: 100%;
    min-height: initial;
    height: 100%;
  }
}
.our-mvv__block + .our-mvv__block {
  margin-top: 68px;
}
.our-mvv__block:nth-child(3) .our-mvv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-mvv__header {
  min-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .our-mvv__header {
    min-width: initial;
  }
}

.our-mvv__title {
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1111111111;
}
@media screen and (max-width: 960px) {
  .our-mvv__title {
    font-size: 42px;
  }
}

.our-mvv__label {
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 960px) {
  .our-mvv__label {
    font-size: 20px;
  }
}

.our-mvv__quote,
.our-mvv__text .highlight {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .our-mvv__quote,
  .our-mvv__text .highlight {
    margin-top: 20px;
    font-size: 18px;
  }
}

.our-mvv__quote {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .our-mvv__quote {
    margin-bottom: 15px;
  }
}

.our-mvv__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .our-mvv__text {
    font-size: 16px;
  }
}

/* ===================================
 * Insights×Execution
 * =================================== */
.insights-execution .section-title--en .small {
  font-size: 68px;
}

.insights-execution__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 140px;
}
@media screen and (max-width: 960px) {
  .insights-execution__list {
    gap: 60px;
  }
}

.insights-execution__item {
  max-width: 836px;
  width: 85%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .insights-execution__item {
    max-width: 100%;
  }
}

.insights-execution__item--right {
  margin-left: auto;
}

.insights-execution__num {
  color: rgba(0, 0, 0, 0.1);
  font-family: "Roboto Slab";
  font-size: 300px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .insights-execution__num {
    font-size: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.insights-execution__emphasis {
  font-size: 38px;
  font-style: normal;
  font-weight: var(--sds-typography-weight-semibold);
  line-height: normal;
}
@media screen and (min-width: 961px) {
  .insights-execution__emphasis {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .insights-execution__emphasis {
    font-size: 24px;
  }
}

.insights-execution__text {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .insights-execution__text {
    font-size: 16px;
  }
}

/* ===================================
 * Letter from the CEO
 * =================================== */
.ceo {
  position: relative;
}
@media screen and (min-width: 961px) {
  .ceo {
    margin-top: 100px;
  }
}
.ceo::before {
  background: url("../img/top/bg-gray.webp") no-repeat center center;
  content: "";
  position: absolute;
  width: 34%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.ceo .section-title {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .ceo__box {
    padding-bottom: 200px;
    position: relative;
    min-height: 742px;
  }
}

.ceo__img {
  margin-left: 148px;
  margin-top: -95px;
  width: 47.672%;
}
@media screen and (max-width: 960px) {
  .ceo__img {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.ceo__content {
  margin-top: -280px;
  margin-left: auto;
  max-width: 605px;
}
@media screen and (min-width: 961px) {
  .ceo__content {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .ceo__content {
    margin-top: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .ceo__name {
    margin-top: 20px;
  }
}

.ceo__name--jp {
  padding-left: 132px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 960px) {
  .ceo__name--jp {
    padding-left: 100px;
    font-size: 18px;
  }
}
.ceo__name--jp::before {
  background: #000;
  content: "";
  position: absolute;
  width: 116px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .ceo__name--jp::before {
    width: 84px;
  }
}

.ceo__name--en {
  font-family: "Roboto Slab";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .ceo__name--en {
    font-size: 40px;
  }
}

.ceo__text {
  margin-top: 30px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .ceo__text {
    margin-top: 20px;
  }
}

/* ===================================
 * Information
 * =================================== */
.information {
  position: relative;
}
.information::before {
  background: url("../img/common/common-bg-gray.webp") repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.information-table {
  margin-top: 27px;
  max-width: 950px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .information-table {
    max-width: 100%;
  }
}
.information-table::after {
  background: url("../img/common/common-logo.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 770px;
  height: 770px;
  left: -236px;
  bottom: -210px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .information-table::after {
    width: 500px;
    height: 500px;
  }
}

.information-table tr {
  border-bottom: 3px solid #D9D9D9;
}
@media screen and (min-width: 961px) {
  .information-table tr {
    height: 84px;
  }
}
@media screen and (max-width: 960px) {
  .information-table tr {
    border-bottom: 1px solid #A32C00;
  }
}

.information-table th,
.information-table td {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 4;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .information-table th,
  .information-table td {
    display: block;
  }
}

.information-table th {
  border-bottom: 3px solid #A32C00;
  min-width: 200px;
}
@media screen and (max-width: 960px) {
  .information-table th {
    padding: 24px 0 12px;
    border-bottom: none;
    line-height: 1;
    min-width: initial;
    text-align: left;
  }
}

.information-table td {
  padding-left: 40px;
  line-height: 1.35;
}
@media screen and (max-width: 960px) {
  .information-table td {
    padding: 12px 0 24px;
  }
}

.information_img {
  margin: 130px calc(50% - 50vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .information_img {
    margin-top: 60px;
  }
}

/* ===================================
 * access
 * =================================== */
.access .inner {
  padding-bottom: 0;
}

.access__description {
  margin-top: 40px;
  padding: 50px;
  background: #A32C00;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .access__description {
    padding: 30px 15px;
    font-size: 18px;
  }
}
.access__description::before {
  background: #A32C00;
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  margin: 0 calc((100vw - 100%) / 2 * -1);
  top: 0;
  left: 0;
  z-index: -1;
}

.g-map-wrap {
  margin: 0 calc(50% - 50vw);
  background: #A32C00;
  width: 100%;
}

.g-map-wrap iframe {
  width: 100vw;
  height: 560px;
}
@media screen and (max-width: 960px) {
  .g-map-wrap iframe {
    height: 250px;
  }
}