.greeting {
  background: url(../img/about/greeting_bg.png) no-repeat center center/cover;
  color: #fff;
  position: relative;
  z-index: 0;
}
.greeting::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .greeting__inner {
    padding-top: 2.5em;
    padding-bottom: 3em;
  }
}
.greeting__upper {
  text-align: center;
}
.greeting__logo {
  display: inline-block;
  margin-bottom: 2.34575em;
}
@media (max-width: 768px) {
  .greeting__logo {
    max-width: 150px;
    margin-bottom: 1.35em;
  }
}
.greeting__lead {
  margin-bottom: 8em;
}
@media (max-width: 768px) {
  .greeting__lead {
    letter-spacing: 0.088em;
    line-height: 2.21;
    margin-bottom: 4em;
  }
}
.greeting__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.greeting__contents {
  width: 44%;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .greeting__contents {
    width: 100%;
    padding-top: 0;
  }
}
.greeting__title {
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .greeting__title {
    margin-bottom: 0.75em;
  }
}
.greeting__title-en {
  letter-spacing: 0.15em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 768px) {
  .greeting__title-en {
    position: initial;
    left: inherit;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }
}
@media (max-width: 768px) {
  .greeting__title-jp {
    text-align: left;
  }
}
.greeting__text {
  line-height: 2.64;
  margin-bottom: 3.625em;
}
@media (max-width: 768px) {
  .greeting__text {
    margin-bottom: 1.5em;
  }
}
.greeting__signature {
  font-size: 1.125em;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 768px) {
  .greeting__signature {
    font-size: 1em;
  }
}
.greeting__image {
  width: 51.53%;
}
@media (max-width: 768px) {
  .greeting__image {
    width: 100%;
  }
}

.mvv {
  background: url(../img/about/mvv_bg.jpg) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 768px) {
  .mvv {
    background: url(../img/about/mvv_bg-sp.png) no-repeat bottom center/cover;
  }
}
.mvv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7ED8F7;
  opacity: 0.23;
  position: absolute;
  top: 0;
  left: 0;
}
.mvv__inner {
  padding: 4em 0;
}
@media (max-width: 768px) {
  .mvv__inner {
    padding: 3em 0;
  }
}
.mvv__container {
  max-width: 802px;
  margin-left: auto;
}
.mvv__list {
  margin-bottom: 3.4375em;
}
.mvv__item:nth-child(n+2) {
  margin-top: 1.75em;
}
.mvv__item-title {
  color: #0078AC;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .mvv__item-title {
    color: #fff;
  }
}
.mvv__item-title .en {
  font-size: 1.25em;
  letter-spacing: 0.15em;
  padding-right: 0.6875rem;
  line-height: 1.5625rem;
}
.mvv__item-title .jp {
  font-size: 1.375em;
  letter-spacing: 0.14em;
  padding-right: 0.6875rem;
  line-height: 1.5625rem;
  border-left: 1px solid #0078AC;
  padding-left: 0.6875rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .mvv__item-title .jp {
    border-left: 1px solid #fff;
  }
}
.mvv__item-catch {
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.mvv__item-text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1.428;
}
.mvv__guideline-title {
  font-size: 1.375em;
  color: #0078AC;
  letter-spacing: 0.14em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .mvv__guideline-title {
    color: #fff;
  }
}
.mvv__guideline-text {
  letter-spacing: 0.21em;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 1.1875em;
}
.mvv__guideline-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .mvv__guideline-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 21px 11px;
  }
}
@media (max-width: 768px) {
  .mvv__guideline-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mvv__guideline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.5rem;
  height: 9.5rem;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: rgba(126, 216, 247, 0.35);
}
@media (max-width: 768px) {
  .mvv__guideline-item {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 768px) {
  .mvv__guideline-item:nth-child(5) {
    grid-column: 2;
  }
}
.mvv__guideline-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7ED8F7;
  opacity: 0.35;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
}
.mvv__guideline-item span {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.44;
}

.company__container {
  margin-bottom: 4.21875em;
}
@media (max-width: 768px) {
  .company__container {
    margin-bottom: 1.875em;
  }
}
.company__title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .company__title {
    margin-bottom: 0;
  }
}
.company__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.7188em 0;
  border-bottom: 1px solid #7ED8F7;
}
@media (max-width: 768px) {
  .company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    padding: 1.5em 0;
  }
}
.company__item-title {
  width: 20.27%;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .company__item-title {
    font-size: 1.125em;
    width: 100%;
  }
}
.company__item-text {
  width: 79.73%;
  letter-spacing: 0.16em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .company__item-text {
    width: 100%;
  }
}
.company__access-title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .company__access-title {
    margin-bottom: 0.625em;
  }
}
.company__access-map {
  width: 100%;
}
.company__access-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1110/522;
}
@media (max-width: 768px) {
  .company__access-map iframe {
    aspect-ratio: 318/200;
  }
}