@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Sawarabi+Mincho&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-family: Futura, "Futura", sans-serif;
  font-size: clamp(24px, 5vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h2,
.h2-like {
  font-family: Futura, "Futura", sans-serif;
  font-size: 50px;
  font-weight: 500;
}

h3,
.h3-like {
  font-family: Futura, "Futura", sans-serif;
  font-size: clamp(25px, 3.5vw, 35px);
  font-weight: 700;
}

h4,
.h4-like {
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: 700;
}

p,
.p-like {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 250%;
}

.p-small,
.p-16 {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: clamp(16px, 1.8vw, 18px);
}

.p-64 {
  font-size: clamp(32px, 6vw, 64px);
}

.p-60 {
  font-size: clamp(50px, 6vw, 60px);
}

.p-50 {
  font-size: clamp(20px, 2.8vw, 50px);
}

.p-45 {
  font-size: clamp(20px, 4vw, 45px);
}

.p-35 {
  font-size: clamp(18px, 3vw, 35px);
}

.p-24 {
  font-size: clamp(16px, 2vw, 24px);
}

.p-20 {
  font-size: clamp(16px, 2vw, 20px);
}

.about-landing {
  background-color: #F3FCEC;
}

section.message {
  padding: clamp(100px, 15vw, 150px) 0 clamp(120px, 20vw, 200px) 0;
}
section.message .two-col .img-container {
  width: 50%;
  min-height: 100%;
}
section.message .two-col .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.message .two-col .text-container {
  box-sizing: border-box;
  width: 50%;
  padding-left: 2em;
}
section.message .two-col .text-container h2 {
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
section.message .two-col .text-container .subtitle {
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
section.message .two-col .text-container .message-body {
  line-height: 280%;
}
@media screen and (max-width: 1000px) {
  section.message .two-col {
    flex-direction: column;
    align-items: center;
  }
  section.message .two-col .img-container {
    width: 100%;
    max-width: 400px;
    min-height: unset;
    margin-bottom: 60px;
  }
  section.message .two-col .text-container {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
  }
}

section.idv {
  background-color: #FDFBF8;
  padding-bottom: clamp(100px, 17vw, 170px);
}
section.idv .highlight-text {
  line-height: 240%;
  font-weight: 400;
}
section.idv .p-60-group {
  margin-bottom: 1em;
}
section.idv .ideology {
  align-items: center;
  justify-content: flex-end;
}
section.idv .ideology .text-container {
  box-sizing: border-box;
  width: 48%;
  max-width: 600px;
  padding: 50px 2em 50px 0;
}
section.idv .ideology .text-container h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.idv .ideology .img-container {
  width: 50%;
  min-height: 100%;
}
section.idv .ideology .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 800px) {
  section.idv .ideology {
    flex-direction: column;
  }
  section.idv .ideology .img-container {
    width: 100%;
    max-width: 600px;
  }
  section.idv .ideology .text-container {
    width: 100%;
    padding: 60px 2% 32px 2%;
  }
}
section.idv .vision {
  align-items: center;
  justify-content: flex-start;
  margin: clamp(100px, 14vw, 140px) auto;
}
section.idv .vision .text-container {
  box-sizing: border-box;
  width: 67%;
  max-width: 720px;
  padding: 100px 5% 100px 5%;
  text-align: center;
}
section.idv .vision .text-container h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.idv .vision .img-container {
  width: 33%;
  max-width: 600px;
  min-height: 100%;
}
section.idv .vision .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.idv .value {
  align-items: center;
  justify-content: space-between;
}
section.idv .value .text-container {
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  padding: 100px 0 100px 1em;
  text-align: center;
}
section.idv .value .text-container h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.idv .value .img-container {
  width: 50%;
  max-width: 600px;
}
section.idv .value .img-container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  section.idv .value {
    flex-direction: column;
  }
  section.idv .value .text-container {
    padding: 60px 0 0 0;
  }
  section.idv .value .img-container {
    width: 100%;
    max-width: 320px;
  }
}

section.company {
  padding: clamp(60px, 11vw, 110px) 0 clamp(160px, 30vw, 300px) 0;
  align-items: center;
}
section.company .title-container {
  width: fit-content;
  max-width: 92%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(60px, 10vw, 100px);
}
section.company .c-row {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #2F2F2F;
}
section.company .c-row:first-child {
  border-top: 1px solid #2F2F2F;
}
section.company .c-row .comp-name {
  box-sizing: border-box;
  min-width: 20%;
  padding: 0 1em;
  text-align: center;
}
section.company .c-row .comp-content {
  padding-right: 2em;
}
@media screen and (max-width: 600px) {
  section.company .c-row .comp-name {
    min-width: 25%;
    padding: 0 5px;
  }
  section.company .c-row .comp-content {
    padding-right: 5px;
  }
}

/*# sourceMappingURL=about.css.map */
