@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
.font_asap {
  font-family: "Asap", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.font_oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

/*================================

bread

================================*/
.m-bread {
  background-color: #f1f1f1;
}

/*================================

about

================================*/
.p-about {
  position: relative;
  background-color: #f1f1f1;
  z-index: 1;
}
.p-about .l-section__inner {
  padding: 80px 0 70px;
}
@media (max-width: 750px) {
  .p-about .l-section__inner {
    padding: 16% 0 140px;
  }
}
.p-about__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .p-about__wrap {
    flex-direction: column;
  }
}
.p-about__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  max-width: 640px;
}
@media (max-width: 750px) {
  .p-about__img {
    width: 74.6666666667%;
    max-width: 280px;
  }
}
.p-about__area {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5em;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.025em;
  color: #000000;
  width: 100%;
}
@media (max-width: 750px) {
  .p-about__area {
    margin-top: 0.5em;
    width: 100%;
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
    line-height: 140%;
    padding: 1.5em;
  }
}
.p-about__area__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 750px) {
  .p-about__area__box {
    flex-direction: column;
  }
}
.p-about__area__inner {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 4.5em;
}
@media (max-width: 750px) {
  .p-about__area__inner {
    margin-top: 3.5em;
  }
}
.p-about__area__img {
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-about__area__img {
    max-width: 135px;
  }
}
.p-about__area__txt {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.025em;
  color: #000000;
  margin-top: 3.5em;
}
@media (max-width: 750px) {
  .p-about__area__txt {
    margin-top: 2.5em;
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
    line-height: 180%;
  }
}
.p-about__table {
  width: 100%;
  border-top: 1px solid #b1b1b1;
  line-height: 150%;
  margin-bottom: 3em;
}
.p-about__table__tit {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: #000000;
}
@media (max-width: 750px) {
  .p-about__table__tit {
    font-size: clamp(1.6rem, 4.2666666667vw, 1.6rem);
  }
}
.p-about__table__dl {
  margin: 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e2e2e2;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-about__table__dl:first-of-type {
  border-top: none;
}
@media (max-width: 750px) {
  .p-about__table__dl {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.p-about__table__dt {
  width: 6em;
  margin-right: 2em;
}
@media (max-width: 750px) {
  .p-about__table__dt {
    margin-right: 1em;
  }
}
.p-about__table__dd {
  margin: 0;
  width: calc(100% - 6em);
}
.p-about__table__add {
  font-style: normal;
}
.p-about__table__tel, .p-about__table__fax {
  display: inline;
}
@media (max-width: 750px) {
  .p-about__table__tel, .p-about__table__fax {
    display: inline-block;
  }
}
.p-about__table__tel {
  margin-right: 1em;
}
.p-about__table__list {
  border-bottom: 1px solid #b1b1b1;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-about__table__list:first-of-type {
  border-top: 1px solid #b1b1b1;
}
@media (max-width: 750px) {
  .p-about__table__txt {
    margin-top: 0.3em;
  }
  .p-about__table__txt:first-child {
    margin-top: 0;
  }
}
.p-about__table__btn {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.025em;
  color: #ffffff;
  background-color: #737373;
  padding: 0 0.1em;
}
@media (max-width: 750px) {
  .p-about__table__btn {
    display: block;
    text-align: center;
    width: 3em;
    padding: 0;
    line-height: 160%;
  }
}
.p-about__table__wide {
  border-top: 1px solid #b1b1b1;
  line-height: 150%;
}
.p-about__table__wide__dl {
  display: flex;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
@media (max-width: 750px) {
  .p-about__table__wide__dl {
    flex-direction: column;
  }
}
.p-about__table__wide__dl:first-of-type {
  border-top: none;
}
.p-about__table__wide__dt {
  width: 10em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-about__table__wide__dd {
  display: flex;
  margin: 0;
  width: calc(100% - 10em);
}
@media (max-width: 750px) {
  .p-about__table__wide__dd {
    flex-direction: column;
    width: 100%;
  }
}
.p-about__table__wide__tit {
  width: 13em;
}
@media (max-width: 750px) {
  .p-about__table__wide__tit {
    width: 100%;
    margin-top: 0.5em;
  }
}
.p-about__table__wide__txt {
  width: calc(100% - 11em);
}
@media (max-width: 750px) {
  .p-about__table__wide__txt {
    width: 100%;
    margin-top: 0.5em;
  }
}
.p-about__table__wide__txt__wrap {
  display: inline-block;
}
.p-about__table__wide__add {
  font-style: normal;
}
.p-about__table__wide__tel, .p-about__table__wide__fax {
  display: inline;
}
@media (max-width: 750px) {
  .p-about__table__wide__tel, .p-about__table__wide__fax {
    display: inline-block;
  }
}
.p-about__table__wide__name {
  display: inline-block;
}
.p-about__table__wide__list__tit {
  line-height: 260%;
}
.p-about__table__wide__list__item {
  position: relative;
  padding-left: 1em;
  line-height: 260%;
}
.p-about__table__wide__list__item::before {
  position: absolute;
  content: "";
  top: 1.2em;
  left: 0.3em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: #000000;
}
.p-about__table__wide:last-of-type .p-about__table__wide__txt {
  margin-top: 0;
}

/*================================

directors

================================*/
.p-directors {
  position: relative;
  z-index: 1;
}
.p-directors__tit {
  font-size: clamp(2.2rem, 2.34375vw, 3rem);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #737373;
}
@media (max-width: 750px) {
  .p-directors__tit {
    font-size: clamp(2.4rem, 6.4vw, 2.4rem);
  }
}
.p-directors__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 750px) {
  .p-directors__wrap {
    flex-direction: column;
  }
}
.p-directors__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  max-width: 640px;
}
@media (max-width: 750px) {
  .p-directors__img {
    width: 74.6666666667%;
    max-width: 280px;
    bottom: 6em;
  }
}
.p-directors__area {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5em;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.025em;
  color: #000000;
  width: 100%;
  margin-top: 2em;
}
@media (max-width: 750px) {
  .p-directors__area {
    margin-top: 0.5em;
    width: 100%;
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
    line-height: 140%;
    padding: 1.5em 1.5em 2.5em;
  }
}
.p-directors__area__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 750px) {
  .p-directors__area__box {
    flex-direction: column;
  }
}
.p-directors__area__inner {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 4.5em;
}
@media (max-width: 750px) {
  .p-directors__area__inner {
    margin-top: 3.5em;
  }
}
.p-directors__area__img {
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-directors__area__img {
    max-width: 135px;
  }
}
.p-directors__area__txt {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.025em;
  color: #000000;
  margin-top: 3.5em;
}
@media (max-width: 750px) {
  .p-directors__area__txt {
    margin-top: 2.5em;
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
    line-height: 180%;
  }
}
.p-directors__table {
  width: 100%;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  line-height: 150%;
}
.p-directors__table__tit {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: #000000;
}
@media (max-width: 750px) {
  .p-directors__table__tit {
    font-size: clamp(1.6rem, 4.2666666667vw, 1.6rem);
  }
}
.p-directors__table__dl {
  margin: 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #b1b1b1;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-directors__table__dl:first-of-type {
  border-top: none;
}
@media (max-width: 750px) {
  .p-directors__table__dl {
    flex-direction: column;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.p-directors__table__dt {
  width: 35em;
  margin-right: 2em;
  font-weight: 700;
}
@media (max-width: 750px) {
  .p-directors__table__dt {
    width: 100%;
    margin-right: 0;
    line-height: 200%;
  }
}
.p-directors__table__dd {
  margin: 0;
  width: calc(100% - 6em);
}
@media (max-width: 750px) {
  .p-directors__table__dd {
    width: 100%;
    line-height: 200%;
  }
}
.p-directors__table__add {
  font-style: normal;
}
.p-directors__table__tel, .p-directors__table__fax {
  display: inline;
}
@media (max-width: 750px) {
  .p-directors__table__tel, .p-directors__table__fax {
    display: inline-block;
  }
}
.p-directors__table__tel {
  margin-right: 1em;
}
.p-directors__table__list {
  border-bottom: 1px solid #b1b1b1;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-directors__table__list:first-of-type {
  border-top: 1px solid #b1b1b1;
}
@media (max-width: 750px) {
  .p-directors__table__txt {
    margin-top: 0.3em;
  }
  .p-directors__table__txt:first-child {
    margin-top: 0;
  }
}
.p-directors__table__btn {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.025em;
  color: #ffffff;
  background-color: #737373;
  padding: 0 0.1em;
}

/*================================

result

================================*/
.p-result {
  position: relative;
  background-color: #f1f1f1;
  z-index: 1;
}
.p-result .l-section__inner {
  padding: 80px 0 370px;
}
@media (max-width: 750px) {
  .p-result .l-section__inner {
    padding: 16% 0 150px;
  }
}
.p-result__tit {
  font-size: clamp(2rem, 2.03125vw, 2.6rem);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.2em;
  color: #737373;
}
@media (max-width: 750px) {
  .p-result__tit {
    letter-spacing: 0.1em;
    font-size: clamp(2.4rem, 6.4vw, 2.4rem);
  }
}
.p-result__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 750px) {
  .p-result__wrap {
    flex-direction: column;
  }
}
.p-result__img__wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 42.1875%;
  max-width: 540px;
}
@media (max-width: 750px) {
  .p-result__img__wrap {
    width: 74.6666666667%;
    max-width: 280px;
  }
}
.p-result__img__wrap:first-of-type {
  width: 50%;
  max-width: 640px;
}
@media (max-width: 750px) {
  .p-result__img__wrap:first-of-type {
    width: 74.6666666667%;
    max-width: 280px;
  }
}
.p-result__img__wrap:nth-of-type(1) {
  right: auto;
  left: 0;
  bottom: 0;
}
.p-result__img__wrap:nth-of-type(2) {
  bottom: 23%;
}
.p-result__area {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em 1.5em 5em;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.025em;
  color: #000000;
  margin-top: 2em;
}
@media (max-width: 750px) {
  .p-result__area {
    margin-top: 1em;
    width: 100%;
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
    line-height: 180%;
    padding: 2em 1.5em 4em;
  }
}
.p-result__table {
  width: 100%;
  margin-top: 2em;
}
.p-result__table:first-of-type {
  margin-top: 0;
}
@media (max-width: 750px) {
  .p-result__table {
    margin-top: 3em;
  }
}
.p-result__table__tit {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #000000;
  padding-bottom: 0.8em;
}
@media (max-width: 750px) {
  .p-result__table__tit {
    font-size: clamp(1.6rem, 4.2666666667vw, 1.6rem);
    padding-bottom: 1em;
  }
}
.p-result__table__dl {
  margin: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #b1b1b1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p-result__table__dl:first-of-type {
  border-top: 1px solid #b1b1b1;
}
@media (max-width: 750px) {
  .p-result__table__dl {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.p-result__table__dd {
  margin: 0;
}
.p-result__table__list {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p-result__table__list:first-of-type {
  border-top: 1px solid #b1b1b1;
}/*# sourceMappingURL=p-english.css.map */