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

h1,
.h1-like {
  font-size: 24px;
  font-weight: 700;
}

h2,
.h2-like {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h3,
.h3-like {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h4,
.h4-like {
  font-size: 11px;
  font-weight: 700;
}
h4.h4-like-400,
.h4-like.h4-like-400 {
  font-weight: 400;
}

p,
.p-like {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}
p .p-700,
.p-like .p-700 {
  font-weight: 700;
}

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

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

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

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

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

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

  ul li, ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 40px;
  }

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

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

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

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

  ul li, ol li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

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

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

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

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

  ul li, ol li {
    font-size: 20px;
  }
}
.font-lato-bold {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.font-lato-regular {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-shippori-semi {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}

.font-shippori-bold {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section p,
section p.h4-like {
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  section p.h4-like {
    font-size: 16px;
  }
}

.two-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.two-col .img-col {
  width: 330px;
  max-width: 45%;
}
.two-col .text-col {
  width: 400px;
  max-width: 50%;
}
.two-col .text-col p {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .two-col {
    flex-direction: column;
    justify-content: center;
  }
  .two-col .img-col {
    width: 100vw;
    max-width: 100vw;
  }
  .two-col .text-col {
    max-width: 100%;
    margin-bottom: 50px;
    text-align: justify;
  }
  .two-col.reverse-tc {
    flex-direction: column-reverse;
  }
  .two-col.img-two-col .img-col:nth-child(2) {
    display: none;
  }
}

.title-container {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 5px solid #DAB018;
  align-items: center;
  margin-bottom: clamp(35px, 5vw, 50px);
}
.title-container .three-bars-vert {
  height: 40px;
  margin-right: 10px;
}
.title-container .three-bars-vert .bar {
  display: block;
  height: 100%;
  width: 16px;
  background-color: #DAB018;
  margin-right: 5px;
}
.title-container .three-bars-vert .bar:nth-of-type(2) {
  width: 12px;
}
.title-container .three-bars-vert .bar:nth-of-type(3) {
  width: 8px;
}

@media screen and (max-width: 800px) {
  .title-container {
    position: relative;
    padding-bottom: 12px;
    align-items: flex-start;
  }
  .title-container .three-bars-vert {
    height: 30px;
  }
  .title-container h2 {
    font-size: 22px;
    z-index: 3;
  }
}
section.mission {
  width: 98%;
  margin: 0 auto clamp(70px, 17vw, 170px) auto;
  padding-top: clamp(30px, 9vw, 90px);
  text-align: center;
}
section.mission .mission-statement {
  background: url(../img/common/bg-logo.svg) center bottom no-repeat;
  background-size: contain;
  padding: clamp(50px, 11vw, 110px) 0 clamp(90px, 15vw, 150px) 0;
  letter-spacing: 0.05em;
  line-height: 350%;
}
section.mission .mission-title {
  width: 100%;
  margin: clamp(80px, 11vw, 110px) auto clamp(50px, 7vw, 70px) auto;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}
section.mission .mission-title .m-wings {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  z-index: 1;
}
section.mission .mission-title .m-wings span {
  display: block;
  height: 3px;
  background-color: #E8C500;
  margin-bottom: clamp(6px, 1vw, 10px);
}
section.mission .mission-title .m-wings span.orange {
  width: 100%;
  background-color: #FBB600;
}
section.mission .mission-title .m-wings span.yellow-1 {
  width: 94%;
}
section.mission .mission-title .m-wings span.yellow-2 {
  width: 89.5%;
}
section.mission .mission-title .m-wings span.yellow-3 {
  width: 84.5%;
}
section.mission .mission-title .m-wings span:last-child {
  margin-bottom: 0;
}
section.mission .mission-title .m-wings.wings-right {
  align-items: flex-start;
}
section.mission .mission-title .m-title {
  background-color: #ffffff;
  z-index: 2;
}
section.mission .mission-title .m-title h2 {
  padding: 0 0.5em 0.25em 0.5em;
  font-size: 40px;
  line-height: 95%;
}
section.mission .mission-title .m-title p {
  line-height: 100%;
}
section.mission .mission-2 {
  line-height: 350%;
}
@media screen and (max-width: 800px) {
  section.mission .mission-statement,
section.mission .mission-2 {
    font-size: 15.5px;
    line-height: 250%;
  }
  section.mission .mission-title .m-wings span {
    height: 1.5px;
  }
  section.mission .mission-title .m-title h2 {
    font-size: 25px;
  }
}

section.session {
  margin-bottom: 100px;
}
section.session .contents {
  width: 100%;
  max-width: 800px;
}
section.session .contents p {
  margin-bottom: 1em;
  font-weight: 400;
}
section.session .contents p span {
  font-weight: 700;
}
section.session .contents .two-col {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  section.session {
    margin-bottom: 80px;
  }
  section.session .contents .two-col {
    margin-top: 60px;
  }
}

section.matching,
section.education {
  margin-bottom: clamp(80px, 14vw, 140px);
}

section.speech {
  margin-bottom: 100px;
}
section.speech .underline-title {
  margin-top: 50px;
  width: 100%;
  text-align: start;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #000000;
}
section.speech .underline-240 {
  width: 240px;
  border-bottom: 2px solid #000000;
  margin: clamp(24px, 4vw, 40px) 0 0.2em 0;
  padding-bottom: 0.4em;
  font-weight: 700;
  line-height: 100%;
}
section.speech p.h4-like {
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  section.speech h3.underline-title {
    font-size: 22px;
  }
  section.speech .underline-240 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  section.speech h3.underline-title {
    margin-bottom: 40px;
  }
  section.speech .underline-240 {
    padding-bottom: 0.8em;
    font-weight: 400;
  }
  section.speech p.h4-like {
    font-size: 14px;
    text-align: justify;
  }
}

section.support {
  margin-bottom: clamp(100px, 17vw, 170px);
}

section.contact {
  margin-bottom: -1px;
}
section.contact .title-line {
  display: none;
}

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