#intro {
  padding-top: 58px;
  padding-bottom: 157px;
}
@media screen and (max-width: 767px) {
  #intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#intro .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #intro .inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
#intro .inner .text-area {
  flex-shrink: 0;
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  #intro .inner .text-area {
    padding-top: 0;
    width: 416px;
    max-width: 100%;
  }
}
#intro .inner .text-area .copy {
  position: relative;
  margin-bottom: 41px;
  padding-bottom: 41px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 52px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #intro .inner .text-area .copy {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  #intro .inner .text-area .copy {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  #intro .inner .text-area .copy {
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
  }
}
#intro .inner .text-area .copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 286px;
  height: 2px;
  background-color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #intro .inner .text-area .copy::before {
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  #intro .inner .text-area .copy::before {
    width: 100%;
  }
}
#intro .inner .text-area .copy .accent {
  color: var(--accent-color);
}
#intro .inner .text-area .name {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #intro .inner .text-area .name {
    font-size: 14px;
    line-height: 22px;
  }
}
#intro .inner .text-area .name .large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #intro .inner .text-area .name .large {
    font-size: 16px;
  }
}
#intro .inner .pht-area {
  position: relative;
  margin-right: 8px;
  width: 387px;
}
@media screen and (max-width: 767px) {
  #intro .inner .pht-area {
    margin-top: 30px;
    max-width: calc(100% - 8px);
  }
}
#intro .inner .pht-area::before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
}
#intro .inner .pht-area img {
  width: 100%;
}

#why {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #why {
    padding-bottom: 80px;
  }
}
#why .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #why .common-title.type03 {
    margin-bottom: 50px;
  }
}
#why .text {
  margin: 0 auto;
  width: 754px;
  max-width: 100%;
}
#why .text p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #why .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
#why .text p:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #why .text p:not(:first-child) {
    margin-top: 22px;
  }
}

#step {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #step {
    padding-bottom: 80px;
  }
}
#step .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #step .common-title.type03 {
    margin-bottom: 50px;
  }
}
#step .img-step {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #step .img-step {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 420px;
  }
}
#step .text p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #step .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
#step .kensa {
  margin-top: 86px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #step .kensa {
    margin-top: 50px;
  }
}
#step .kensa .title {
  display: inline-block;
  margin-bottom: 29px;
  padding-bottom: 6px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  border-bottom: solid 1px var(--theme-color);
}
@media screen and (max-width: 767px) {
  #step .kensa .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#step .kensa .title .large {
  font-size: 36px;
  color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #step .kensa .title .large {
    font-size: 24px;
  }
}
#step .kensa img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #step .kensa img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 420px;
  }
}

#policy {
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  #policy {
    padding-bottom: 80px;
  }
}
#policy .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #policy .common-title.type03 {
    margin-bottom: 50px;
  }
}
#policy .top-text {
  margin-bottom: 34px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 46px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #policy .top-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  #policy .top-text {
    text-align: left;
  }
}
#policy .top-text .color {
  color: var(--theme-color);
}
#policy .img-main {
  display: block;
  margin: 0 auto 66px;
  width: 562px;
}
#policy .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #policy .item {
    flex-direction: column;
  }
}
#policy .item:not(:first-child) {
  padding-top: 50px;
  border-top: solid 1px #BEBEBE;
}
#policy .item:not(:last-child) {
  padding-bottom: 50px;
}
#policy .item img {
  flex-shrink: 0;
  margin-right: 55px;
  width: 244px;
}
@media screen and (max-width: 767px) {
  #policy .item img {
    margin-right: 30px;
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  #policy .item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#policy .item .text-area {
  flex-grow: 1;
}
#policy .item .text-area .title {
  margin-bottom: 18px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
  color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #policy .item .text-area .title {
    font-size: 18px;
    line-height: 26px;
  }
}
#policy .item .text-area .text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #policy .item .text-area .text {
    font-size: 14px;
    line-height: 22px;
  }
}

#change {
  padding-top: 95px;
  padding-bottom: 100px;
  text-align: center;
  background-color: var(--light-accent-color);
}
@media screen and (max-width: 767px) {
  #change {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#change .section-title {
  display: inline-block;
  position: relative;
  margin-bottom: 66px;
  font-family: "Noto Serif JP";
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #change .section-title {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
#change .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  width: 2px;
  height: 30px;
  background-color: #000;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  #change .section-title::before {
    bottom: -3px;
    left: -20px;
    height: 24px;
  }
}
#change .section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 2px;
  height: 30px;
  background-color: #000;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  #change .section-title::after {
    bottom: -3px;
    right: -20px;
    height: 24px;
  }
}
#change .section-title .color {
  color: var(--accent-color);
}
#change .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 660px) {
  #change .item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#change .item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #change .item:not(:first-child) {
    margin-top: 50px;
  }
}
#change .item .text-area {
  flex-shrink: 0;
  margin-right: 30px;
  width: 490px;
}
@media screen and (max-width: 767px) {
  #change .item .text-area {
    width: 360px;
  }
}
@media screen and (max-width: 660px) {
  #change .item .text-area {
    width: 100%;
  }
}
#change .item .text-area .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
#change .item .text-area .title .num {
  margin-right: 6px;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-size: 33px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #change .item .text-area .title .num {
    font-size: 20px;
  }
}
#change .item .text-area .title .color {
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: left;
  color: var(--accent-color);
}
@media screen and (max-width: 767px) {
  #change .item .text-area .title .color {
    font-size: 18px;
  }
}
#change .item .text-area .text p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #change .item .text-area .text p {
    font-size: 14px;
    line-height: 22px;
  }
}
#change .item .pht-area {
  position: relative;
  width: 433px;
}
@media screen and (max-width: 660px) {
  #change .item .pht-area {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 30px;
    max-width: 100%;
  }
}
#change .item .pht-area img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#change .item .pht-area .note {
  position: absolute;
  top: -38px;
  right: 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #8f8f8f;
}
@media screen and (max-width: 767px) {
  #change .item .pht-area .note {
    top: -22px;
    font-size: 12px;
  }
}
@media screen and (max-width: 660px) {
  #change .item .pht-area .note {
    position: static;
    margin-top: 12px;
    text-align: left;
  }
}
#change .origin-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 93px auto 0;
  padding: 34px 0 62px;
  width: 785px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #change .origin-box {
    padding: 30px 0;
  }
}
#change .origin-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
  border-top: solid 2px var(--accent-color);
  border-bottom: solid 2px var(--accent-color);
}
@media screen and (max-width: 767px) {
  #change .origin-box::before {
    right: 20px;
    left: 20px;
  }
}
#change .origin-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  border-right: solid 2px var(--accent-color);
  border-left: solid 2px var(--accent-color);
}
@media screen and (max-width: 767px) {
  #change .origin-box::after {
    top: 20px;
    bottom: 20px;
  }
}
#change .origin-box .title {
  margin-bottom: 14px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  color: var(--accent-color);
}
#change .origin-box .text {
  width: 612px;
  max-width: calc(100% - 40px);
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #000;
}

#staff {
  padding-top: 93px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#staff .section-title {
  margin-bottom: 28px;
  font-family: "Noto Serif JP";
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 40px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #staff .section-title {
    font-size: 18px;
    line-height: 30px;
  }
}
#staff .section-title .highlight {
  text-decoration: underline;
  text-decoration-color: #FFED7A;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 13px;
  text-underline-offset: -5px;
}
@media screen and (max-width: 767px) {
  #staff .section-title .highlight {
    text-decoration-thickness: 8px;
  }
}
#staff .section-title .color {
  font-size: 36px;
  color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #staff .section-title .color {
    font-size: 24px;
  }
}
#staff .text {
  margin-bottom: 70px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #staff .text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 660px) {
  #staff .text {
    text-align: left;
  }
}
#staff .group {
  display: flex;
  flex-wrap: wrap;
}
#staff .group .set {
  width: calc((100% - 62px) / 3);
}
@media screen and (max-width: 767px) {
  #staff .group .set {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 500px) {
  #staff .group .set {
    width: 100%;
  }
}
#staff .group .set:not(:first-child) {
  margin-left: 31px;
}
@media screen and (max-width: 767px) {
  #staff .group .set:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  #staff .group .set:not(:first-child) {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #staff .group .set img {
    display: block;
    margin: 0 auto;
    width: 260px;
  }
}
#staff .group .set .caption {
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #staff .group .set .caption {
    font-size: 16px;
    line-height: 22px;
  }
}

#soleil {
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  #soleil {
    padding-bottom: 80px;
  }
}
#soleil .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #soleil .common-title.type03 {
    margin-bottom: 50px;
  }
}
#soleil .img-soleil {
  display: block;
  margin: 0 auto;
  width: 765px;
  max-width: 100%;
}/*# sourceMappingURL=about.css.map */