@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  letter-spacing: 2px;
}

h1 {
  color: #ffffff;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #194571;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 34px;
    text-align: center;
  }
}

h3 {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
h3.h3-tilte-small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h3.h3-tilte-small {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  p {
    font-size: 16px;
  }
}

.about-5commitment img {
  width: 100%;
}

.about-3rd-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .about-3rd-greeting {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.about-3rd-greeting div img {
  max-width: 300px;
}
@media screen and (max-width: 1100px) {
  .about-3rd-greeting div img {
    border-radius: 50%;
    width: 160px;
  }
}
.about-3rd-greeting div:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
@media screen and (max-width: 1100px) {
  .about-3rd-greeting div:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
.about-3rd-greeting div:nth-of-type(2) p:nth-of-type(2) {
  margin-top: 20px;
}
.about-3rd-greeting div:nth-of-type(2) p:nth-of-type(n + 2) {
  text-align: end;
}

.about-4th-items {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .about-4th-items {
    margin-top: 40px;
  }
}
.about-4th-items li > :first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-4th-items li > :first-of-type > :nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .about-4th-items li > :first-of-type > :nth-child(2) {
    font-size: 18px;
    margin-left: 0;
  }
}
.about-4th-items li > :nth-child(2) {
  margin-top: 40px;
}
.about-4th-items li:not(:first-of-type) {
  margin-top: 70px;
}

.about-5th-biography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-5th-biography > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .about-5th-biography > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.about-5th-biography:not(:first-child) {
  margin-top: 40px;
}

.about-6th-media {
  border: 1px solid #194571;
  padding: 20px 50px;
}
@media screen and (max-width: 1100px) {
  .about-6th-media {
    padding: 20px;
  }
}
.about-6th-media p {
  font-weight: bold;
  margin-top: 0;
}
.about-6th-media ul li {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .about-6th-media ul li {
    font-size: 16px;
  }
}
.about-6th-media ul li:not(:first-of-type) {
  margin-top: 20px;
}
/*# sourceMappingURL=../map/page/aboutus.css.map */
