@charset "UTF-8";
.topIntro2 {
  padding-top: 4rem;
}
@media screen and (max-width: 640px) {
  .topIntro2 {
    padding-top: 10.6666666667vw;
  }
}

.aboutMission {
  margin-bottom: 17.8571428571rem;
}
@media screen and (max-width: 640px) {
  .aboutMission {
    margin-bottom: 26.6666666667vw;
    overflow: hidden;
  }
}
.aboutMission__inner {
  max-width: 78.5714285714rem;
  width: calc(100% - 5.7142857143rem);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .aboutMission__inner {
    display: block;
    width: calc(100% - 8vw);
  }
}
.aboutMission__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10.7142857143rem;
  height: 100%;
  width: calc(100% - 10.7142857143rem);
  background-color: #f8f5f0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .aboutMission__inner::before {
    width: 100%;
    top: 13.3333333333vw;
    left: 0;
  }
}
.aboutMission__fig {
  display: flex;
  align-items: center;
  gap: 1.5714285714rem;
  margin-right: 3.2142857143rem;
  width: 43.9285714286rem;
  max-width: calc(50% + 3.5714285714rem);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 640px) {
  .aboutMission__fig {
    gap: 0;
    width: calc(100% + 8vw);
    max-width: unset;
    margin: 0 -4vw 12vw;
    align-items: flex-start;
    overflow: hidden;
  }
}
.aboutMission__fig img {
  position: relative;
  display: block;
  height: auto;
  max-width: calc(50% - 0.7142857143rem);
}
@media screen and (max-width: 640px) {
  .aboutMission__fig img {
    max-width: calc(50% + 3.3333333333vw);
  }
}
.aboutMission__fig img:nth-child(1) {
  bottom: 3.5714285714rem;
}
@media screen and (max-width: 640px) {
  .aboutMission__fig img:nth-child(1) {
    bottom: 0;
  }
}
.aboutMission__fig img:nth-child(2) {
  top: 3.5714285714rem;
}
@media screen and (max-width: 640px) {
  .aboutMission__fig img:nth-child(2) {
    top: 0;
    margin-top: 25.3333333333vw;
    margin-left: -6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .aboutMission__main {
    padding: 0 6.6666666667vw 13.3333333333vw;
  }
}
.aboutMission__ttl {
  font-size: 1.7857142857rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  -webkit-text-stroke: none;
}
.aboutMission__ttl::first-letter {
  font-size: 1.28em;
  margin-right: 0.05em;
  color: var(--cl_gold);
}
@media screen and (max-width: 640px) {
  .aboutMission__ttl {
    font-size: 6.6666666667vw;
  }
}
.aboutMission__desc {
  line-height: 2;
  font-size: 1.1428571429rem;
  padding-right: 3.2142857143rem;
}
@media screen and (max-width: 640px) {
  .aboutMission__desc {
    font-size: 3.2vw;
    padding-right: 0;
  }
}

.aboutMessage {
  margin: 23.5714285714rem 0 14.2857142857rem;
  display: flex;
  justify-content: center;
  padding-bottom: 6.4285714286rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .aboutMessage {
    margin: 66.6666666667vw 0 13.3333333333vw;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.aboutMessage::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6.4285714286rem);
  background-image: url(../images/aboutMessage_bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .aboutMessage::after {
    position: relative;
    height: 80vw;
    background-attachment: scroll;
  }
}
.aboutMessage__inner {
  background-color: #fff;
  padding: 0 6.4285714286rem 4.2857142857rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .aboutMessage__inner {
    padding: 0 1rem 2rem;
    width: calc(100% - 4rem);
    margin: 0 auto -20vw;
  }
}
.aboutMessage__ttl {
  display: flex;
  justify-content: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  -webkit-text-stroke: none;
  font-size: 1.7857142857rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .aboutMessage__ttl {
    flex-direction: column;
    gap: 0.2em;
    align-items: center;
  }
}
.aboutMessage__ttl > span {
  display: block;
}
.aboutMessage__ttl > span span {
  font-size: 1.28em;
  margin-right: 0.05em;
  color: var(--cl_gold);
}
.aboutMessage__desc {
  text-align: center;
  font-size: 1.1428571429rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .aboutMessage__desc {
    font-size: 3.2vw;
  }
}

.aboutConclusion {
  background-image: url(../images/about_conclusion_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  min-height: 750px;
}
@media (min-width: 1440px) {
  .aboutConclusion {
    background-size: 100% auto;
  }
}
@media (max-width: 1000px) {
  .aboutConclusion {
    background-size: 140vw auto;
    min-height: 65vw;
    padding-bottom: 30vw;
  }
}
@media screen and (max-width: 640px) {
  .aboutConclusion {
    padding-bottom: 40vw;
    background-size: 160vw auto;
    background-position: left bottom;
  }
}
.aboutConclusion__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  -webkit-text-stroke: none;
  font-size: 1.7857142857rem;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  .aboutConclusion__ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 1em;
  }
}
.aboutConclusion__ttl::first-letter {
  font-size: 1.28em;
  margin-right: 0.05em;
  color: var(--cl_gold);
}
.aboutConclusion__desc {
  text-align: center;
  font-size: 1.1428571429rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .aboutConclusion__desc {
    font-size: 3.2vw;
    padding: 0 2em;
  }
}
.aboutConclusion__desc p:not(:last-child) {
  margin-bottom: 1em;
}/*# sourceMappingURL=about.css.map */