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

h1,
.h1-like {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h2,
.h2-like {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h3,
.h3-like {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 500;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
}

.p-25 {
  font-size: 18px;
}

.p-20 {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }

  h3,
.h3-like {
    font-size: 22px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-25 {
    font-size: 20px;
  }

  .p-20 {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 36px;
  }

  h2,
.h2-like {
    font-size: 30px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 35px;
  }

  h4,
.h4-like {
    font-size: 20px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-25 {
    font-size: 25px;
  }

  .p-20 {
    font-size: 20px;
  }
}
.font-yumincho {
  font-family: YuMincho, "Yu Mincho", yu-mincho-pr6n, "yu-mincho-pr6n", "Noto Serif JP", serif;
  font-style: normal;
}

.font-yugothic {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
}

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

section.landing {
  margin-top: -1px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(200px, 100vh - 100px, 1080px);
  padding: clamp(70px, 14vh, 140px) 0;
  background-color: #000000;
  background-image: url(../img/about/about-landing.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.landing .content-container {
  color: #ffffff;
  align-items: center;
}
section.landing .content-container .pointline-text-group {
  width: 250px;
  max-width: 60%;
}
section.landing .content-container h1 {
  width: 1000px;
  max-width: 92%;
  margin: 2.5em 0 0.5em 0;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
section.landing .content-container h3 {
  width: 730px;
  max-width: 85%;
  line-height: 180%;
}

section.mission {
  margin: clamp(120px, 20vw, 200px) auto clamp(160px, 25vw, 300px) auto;
}
section.mission .content-container {
  align-items: flex-end;
}
section.mission .content-container .left-col {
  box-sizing: border-box;
  width: clamp(400px, 50vw, 680px);
  align-items: flex-start;
}
section.mission .content-container .left-col .pointline-text-group {
  width: 490px;
  max-width: 85%;
}
section.mission .content-container .left-col h3 {
  width: 630px;
  max-width: 92%;
  margin: 2em 0 1em;
}
section.mission .content-container .left-col .blue-spacer {
  display: block;
  align-self: flex-end;
  width: 150px;
  max-width: 33%;
  height: 20px;
  background-color: #00C4F2;
}
section.mission .content-container .left-col .mission-txt {
  max-width: 92%;
  line-height: 250%;
  margin: 1em 0 5em 0;
}
section.mission .content-container .right-col {
  width: calc(100 - clamp(400px, 50vw, 680px));
  height: 450px;
}
section.mission .content-container .right-col img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  section.mission .content-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  section.mission .content-container .right-col {
    width: 600px;
    max-width: 100%;
  }
  section.mission .content-container .left-col {
    width: 500px;
    max-width: 92%;
    margin-top: 50px;
    align-items: center;
    text-align: center;
  }
  section.mission .content-container .left-col .blue-spacer {
    align-self: center;
    height: 10px;
    max-width: 50%;
  }
}
section.mission .mission-banner {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  section.mission .mission-banner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

section.point {
  width: 100%;
  max-width: 100%;
  align-items: center;
}
section.point .pointline-text-group {
  width: 490px;
  max-width: 60%;
  margin-bottom: clamp(80px, 15vw, 150px);
}
section.point .content-container {
  width: 100%;
  padding: 0 0 clamp(40px, 5vw, 80px) 0;
  background-color: #000000;
  background-image: url(../img/top/about-bg.webp);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 100% clamp(40px, 5vw, 80px);
}
section.point .content-container .img-card-row {
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin: 0 auto clamp(120px, 20vw, 220px) auto;
}
section.point .content-container .img-card-row .img-col {
  width: clamp(400px, 50vw, 840px);
  max-width: 100%;
}
section.point .content-container .img-card-row .img-col img {
  width: 100%;
  height: 100%;
}
section.point .content-container .img-card-row .text-col {
  margin-left: 3%;
  width: calc(97% - clamp(400px, 50vw, 840px));
  padding: 60px 0;
}
section.point .content-container .img-card-row .text-col h3 {
  margin-bottom: 1.5em;
}
section.point .content-container .img-card-row .text-col p {
  line-height: 250%;
}
section.point .content-container .img-card-row.ic-row-rev {
  flex-direction: row-reverse;
}
section.point .content-container .img-card-row.ic-row-rev .text-col {
  margin: 0 3% 0 0;
}
section.point .content-container .img-card-row:first-child {
  margin: -60px auto clamp(120px, 20vw, 235px) auto;
}
@media screen and (max-width: 800px) {
  section.point .content-container .img-card-row {
    flex-direction: column;
  }
  section.point .content-container .img-card-row .img-col {
    margin-bottom: 50px;
  }
  section.point .content-container .img-card-row .text-col {
    width: 600px;
    max-width: 85.5%;
    margin: 0 auto;
    padding: 0;
  }
  section.point .content-container .img-card-row.ic-row-rev {
    flex-direction: column;
  }
  section.point .content-container .img-card-row.ic-row-rev .text-col {
    margin: 0 auto;
  }
}

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