@charset "UTF-8";

/* =================================
   Intro
================================= */
.aboutus-intro {
  position: relative;
  overflow: hidden;
}

.aboutus-intro__inner {
  position: relative;
}

.aboutus-intro__bg,
.aboutus-process__bg {
  position: absolute;
  top: -40px;
  left: 0;
  color: rgba(0, 0, 0, 0.05);
  font-size: 125px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.aboutus-intro__title,
.aboutus-process__title,
.aboutus-message__title {
  position: relative;
  z-index: 1;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

.aboutus-intro__body,
.aboutus-process__intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: left;
}

.aboutus-intro__body p + p,
.aboutus-process__intro p + p {
  margin-top: 18px;
}

/* =================================
   Strength
================================= */
.section--pt-sm {
  padding-top: 40px;
}

.aboutus-strength__inner {
  width: min(100% - 32px, 1100px);
  margin: 0 auto;
}

.strength-block + .strength-block {
  margin-top: 96px;
}

.strength-block__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.strength-block__kicker {
  flex: 0 0 auto;
  color: #b3b3b3;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.strength-block__line {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: #666;
}

.strength-block__en {
  flex: 0 0 auto;
  color: #111;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.strength-block__panel {
  position: relative;
  display: grid;
  grid-template-columns: 430px 1fr;
  column-gap: 68px;
  align-items: start;
  min-height: 463px;
  padding-top: 56px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}

.strength-block--quality .strength-block__panel {
  background-image: url("../img/aboutus/bg-quality.jpg");
}

.strength-block--response .strength-block__panel {
  background-image: url("../img/aboutus/bg-response.jpg");
}

.strength-block--safety .strength-block__panel {
  background-image: url("../img/aboutus/bg-safety.jpg");
}

.strength-block__media-wrap {
  position: relative;
}

.strength-block__title {
  position: absolute;
  top: -35px;
  left: 30px;
  z-index: 2;
  margin: 0;
  color: #111;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.strength-block__media {
  width: 430px;
}

.strength-block__media img {
  display: block;
  width: 430px;
  height: 463px;
  object-fit: cover;
  border-radius: 8px;
}

.strength-block__content {
  padding-top: 42px;
  text-align: left;
}

.strength-block__lead {
  margin-bottom: 34px;
  padding-left: 30px;
  border-left: 8px solid #111;
  color: #111;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
	font-family: "Noto Serif JP", serif;
}

.strength-block__text {
  max-width: 570px;
  font-size: 1.6rem;
  line-height: 2.0;
  text-align: left;
}

.strength-block__text p + p {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .aboutus-strength__inner {
    width: min(100% - 32px, 1100px);
  }

  .strength-block__kicker {
    font-size: 2.8rem;
  }

  .strength-block__en {
    font-size: 4rem;
  }

  .strength-block__panel {
    grid-template-columns: 360px 1fr;
    column-gap: 40px;
    min-height: auto;
    padding-top: 44px;
  }

  .strength-block__title {
    top: -44px;
    font-size: 5.4rem;
  }

  .strength-block__media,
  .strength-block__media img {
    width: 360px;
    height: auto;
  }

  .strength-block__content {
    padding-top: 24px;
  }

  .strength-block__lead {
    margin-bottom: 24px;
    padding-left: 22px;
    border-left-width: 6px;
    font-size: 3.8rem;
  }

  .strength-block__text {
    font-size: 1.7rem;
  }
}

@media screen and (min-width:768px) and (max-width:1199px){
  .strength-block__media,
  .strength-block__media img {
    max-width: 260px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section--pt-sm {
    padding-top: 24px;
  }

  .strength-block + .strength-block {
    margin-top: 56px;
  }

  .strength-block__head {
    gap: 10px;
    margin-bottom: 16px;
  }

  .strength-block__kicker {
    font-size: 1.8rem;
  }

  .strength-block__en {
    font-size: 2.2rem;
  }

  .strength-block__panel {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-top: 20px;
    background-size: contain;
    background-position: center top;
  }

  .strength-block__title {
    position: static;
    margin-bottom: 12px;
    font-size: 3.2rem;
  }

  .strength-block__media {
    width: 100%;
  }

  .strength-block__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 430 / 463;
  }

  .strength-block__content {
    padding-top: 0;
  }

  .strength-block__lead {
    margin-bottom: 18px;

    padding-left: 16px;
    border-left-width: 4px;
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .strength-block__text {
    max-width: none;
    font-size: 1.5rem;
    line-height: 1.9;
  }

  .strength-block__text p + p {
    margin-top: 14px;
  }
}
/* =================================
   Process
================================= */
.aboutus-process {
  position: relative;
  overflow: hidden;
}

.aboutus-process__inner {
  position: relative;
}

.aboutus-process__bg {
  top: -25px;
	font-size: 100px;
}

.process-list {
  margin-top: 64px;
}

.process-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 36px;
  align-items: center;
}

.process-card + .process-card {
  margin-top: 44px;
}

.process-card__icon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  background: #eef4d0;
}

.process-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-card__content {
  text-align: left;
}

.process-card__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.process-card__lead {
  margin-top: 8px;
  color: #d5ef19;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.process-card__text {
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 2.05;
}

/* =================================
   Final Message
================================= */
.aboutus-message {
  padding-bottom: 0;
  background:
    url("../img/aboutus/feature-bg.png") center bottom / cover no-repeat;
		min-height: 220px;
}

.aboutus-message__title {
  text-align: center;
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 1199px) {
  .strength-block__panel {
    grid-template-columns: 260px 1fr;
    gap: 28px;
  }

  .strength-block__title {
    font-size: 4.4rem;
  }

  .strength-block__lead {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .aboutus-intro__bg,
  .aboutus-process__bg {
    top: 0;
    font-size: 5.4rem;
  }

  .aboutus-intro__title,
  .aboutus-process__title,
  .aboutus-message__title {
    font-size: 2.6rem;
    line-height: 1.7;
  }

  .aboutus-intro__body,
  .aboutus-process__intro {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .section--pt-sm {
    padding-top: 24px;
  }

  .strength-block + .strength-block {
    margin-top: 48px;
  }

  .strength-block__kicker {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .strength-block__panel,
  .strength-block__panel--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 34px;
  }

  .strength-block__en {
    font-size: 3.5rem;
		margin-bottom: 8px;
  }

  .strength-block__media img {
    aspect-ratio: 16 / 10;
  }

  .strength-block__title {
    margin-bottom: 14px;
    font-size: 3rem;
  }

  .strength-block__lead {
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 2.3rem;
  }

  .strength-block__text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .process-list {
    margin-top: 40px;
  }

  .process-card {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: start;
  }

  .process-card + .process-card {
    margin-top: 32px;
  }

  .process-card__icon {
    width: 250px;
    height: 250px;
		margin: auto;
  }

  .process-card__title {
    font-size: 2.2rem;
		text-align: center;
  }

  .process-card__lead {
    font-size: 1.8rem;
		text-align: center;
  }

  .process-card__text {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
