@charset "utf-8";

/*  COMMON  */

.section-subtitle {
  font-size: 21px;
}

.section-title1 {
  font-size: 42px;
}

.section-title2 {
  font-size: 48px;
}


/*   HEADER   */

.h-logo {
  padding: 15px;
}

.h-logo img {
  height: auto;
  width: 150px;
}


/*   CONTENTS   */

.mainvisual-content {
  top: 55%;
  left: 8%;
  transform: translateY(-50%);
}

.mainvisual-tagline1 {
  font-size: 21px;
  margin-bottom: 9px;
}

.mainvisual-tagline2 {
  font-size: 32px;
}

.mainvisual-title {
  font-size: 76px;
  margin-bottom: 9px;
}

.mainvisual-tagline3 {
  font-size: 21px;
}

#preface::before {
  background-size: 90px 90px;
  height: 90px;
  width: 90px;
}

#preface::after {
  background-size: 90px 90px;
  height: 90px;
  width: 90px;
}

.preface-container {
  padding: 40px 20px;
}

.cta-box {
  max-width: 832px;
  width: 80%;
}

.cta-title {
  font-size: 18px;
}

.cta-text {
  font-size: 16px;
}

.cta-text-small {
  font-size: 14px;
}

.cta-image img {
  height: auto;
  width: 260px;
}

.cta-container {
  column-gap: 1.5em;
  margin-top: 1em;
}

.cta-logo {
  flex: 1;
}

.cta-tel {
  font-size: 36px;
  padding: 8px 16px;
}

.about-row-name {
  font-size: 80px;
}

.about-row-box {
  display: block;
  padding: 40px;
}

.about-row-content {
  margin-bottom: 30px;
  max-width: inherit;
  width: 100%;
}

.about-row-image {
  text-align: center;
}

.about-container .about-row:nth-of-type(odd) .about-row-image {
  text-align: center;
}

.about-container .about-row:nth-of-type(even) .about-row-image {
  text-align: center;
}

.strengths-row-name {
  font-size: 80px;
}

.strengths-row-box {
  column-gap: 1.5em;
  flex-wrap: wrap;
  padding: 40px;
}

.strengths-row-order {
  padding-top: 0;
  width: 45px;
}

.strengths-row-content {
  flex: 1;
  margin-bottom: 30px;
  max-width: inherit;
  width: 100%;
}

.strengths-row-image {
  flex: auto;
  text-align: center;
  width: 100%;
}

.strengths-container .strengths-row:nth-of-type(odd) .strengths-row-image {
  text-align: center;
}

.strengths-container .strengths-row:nth-of-type(even) .strengths-row-image {
  text-align: center;
}

.voice-media {
  margin-bottom: 2em;
  margin-left: 2em;
}

.voice-media-image {
  width: 250px;
}

.voice-media-logo {
  margin-top: 25px;
}

.voice-textarea {
  overflow: visible;
}

.voice-title-en {
  font-size: 65px;
}

.process-content {
  padding: 25px 50px 25px 30px;
}

.process-content-desc {
  font-size: 18px;
}

.process-box-title {
  font-size: 16px;
  margin-top: .5em;
}

.process-title-en {
  font-size: 60px;
}

.faq-container {
  flex-wrap: wrap;
  row-gap: 20px;
}

.faq-list {
  max-width: inherit;
  width: 100%;
}

.faq-list-item {
  margin-bottom: 20px;
}

.faq-list-item dt {
  font-size: 18px;
  padding: 15px 50px 15px;
  position: relative;
}

.faq-list dd {
  font-size: 16px;
  padding: 0 50px 15px;
}
