@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("lib/ress.min.css");
/**
 * about
 */
.p-section, .p-section-3, .p-section-1 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-section, .p-section-3, .p-section-1 {
    flex-direction: column;
  }
}
.p-section-txt {
  flex: 1;
}
.p-section-txt .ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 4rem;
  letter-spacing: 0.18rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 640px) {
  .p-section-txt .ttl {
    font-size: 2.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
.p-section-txt p {
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .p-section-txt p {
    line-height: 2;
  }
}
.p-section-1 {
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 640px) {
  .p-section-1 {
    margin-right: 0;
  }
}
.p-section-1 img {
  margin-top: -1.2rem;
  width: 63.2rem;
}
@media screen and (max-width: 640px) {
  .p-section-1 img {
    margin-top: 2.5rem;
    width: 37rem;
  }
}
.p-section-2 {
  display: flex;
  justify-content: space-between;
  padding: 10.2rem 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-section-2 {
    display: block;
    padding: 7rem 0 0;
  }
}
.p-section-2:before {
  background: #F5F5F2;
  content: " ";
  display: block;
  left: 0;
  display: block;
  position: absolute;
  height: calc(100% - 29.1rem);
  margin: 0 calc(50% - 50vw);
  top: 29.1rem;
  width: 100vw;
}
@media screen and (max-width: 640px) {
  .p-section-2:before {
    display: none;
  }
}
.p-section-2-ttl {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.3rem;
  margin-left: -0.53rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .p-section-2-ttl {
    margin-left: 0;
    padding: 0 0 4rem;
    writing-mode: unset;
  }
}
.p-section-3 {
  flex-direction: row-reverse;
  gap: 11.8rem;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
  padding: 0 0 12rem;
}
@media screen and (max-width: 640px) {
  .p-section-3 {
    flex-direction: column-reverse;
    gap: 0;
    padding: 6rem 0;
  }
}
.p-section-3 img {
  margin-top: -5.8rem;
  width: 67.8rem;
}
@media screen and (max-width: 640px) {
  .p-section-3 img {
    margin-top: 0;
    width: 37rem;
  }
}
.p-section-3 .p-section-txt {
  padding: 7rem 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-3 .p-section-txt {
    padding: 2.8rem 0 0 2rem;
  }
}
.p-section-3 .p-section-txt .ttl {
  font-size: 3.5rem;
  line-height: 1.6285714286;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 640px) {
  .p-section-3 .p-section-txt .ttl {
    font-size: 2.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}

.p-st-items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 5.7rem 0 18.6rem;
}
@media screen and (max-width: 640px) {
  .p-st-items {
    background: #F5F5F2;
    margin: 0 calc(50% - 50vw);
    padding: 6rem 2rem 6rem 4rem;
    width: 100vw;
  }
}

.p-st-item, .p-st-item-3, .p-st-item-2, .p-st-item-1 {
  padding: 5rem 6rem;
  position: relative;
  width: 83.2rem;
}
@media screen and (max-width: 640px) {
  .p-st-item, .p-st-item-3, .p-st-item-2, .p-st-item-1 {
    padding: 4.5rem 2rem 4rem;
    width: 100%;
  }
}
.p-st-item:before, .p-st-item-3:before, .p-st-item-2:before, .p-st-item-1:before, .p-st-item:after, .p-st-item-3:after, .p-st-item-2:after, .p-st-item-1:after {
  background: #222222;
  content: " ";
  display: inline-block;
  position: absolute;
}
.p-st-item:before, .p-st-item-3:before, .p-st-item-2:before, .p-st-item-1:before {
  height: 1px;
  left: -9.4rem;
  top: 8rem;
  width: 9.4rem;
}
@media screen and (max-width: 640px) {
  .p-st-item:before, .p-st-item-3:before, .p-st-item-2:before, .p-st-item-1:before {
    left: -2rem;
    top: 9rem;
    width: 2rem;
  }
}
.p-st-item:after, .p-st-item-3:after, .p-st-item-2:after, .p-st-item-1:after {
  left: -9.5rem;
  width: 1px;
}
@media screen and (max-width: 640px) {
  .p-st-item:after, .p-st-item-3:after, .p-st-item-2:after, .p-st-item-1:after {
    left: -2rem;
  }
}
.p-st-item .num, .p-st-item-3 .num, .p-st-item-2 .num, .p-st-item-1 .num {
  color: #F39A00;
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-style: normal;
  font-size: 7rem;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  top: -4rem;
}
@media screen and (max-width: 640px) {
  .p-st-item .num, .p-st-item-3 .num, .p-st-item-2 .num, .p-st-item-1 .num {
    left: 3.4rem;
    top: -4.5rem;
  }
}
.p-st-item .num:before, .p-st-item-3 .num:before, .p-st-item-2 .num:before, .p-st-item-1 .num:before {
  background: #222222;
  content: " ";
  display: inline-block;
  height: 3rem;
  margin: 0 1.5rem 0 0.5rem;
  transform: rotate(32deg);
  width: 1px;
}
.p-st-item .ttl, .p-st-item-3 .ttl, .p-st-item-2 .ttl, .p-st-item-1 .ttl {
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.15rem;
  padding: 0.5rem 0 2rem;
}
@media screen and (max-width: 640px) {
  .p-st-item .ttl, .p-st-item-3 .ttl, .p-st-item-2 .ttl, .p-st-item-1 .ttl {
    font-size: 2rem;
    padding: 0 0 0.5rem;
  }
}
.p-st-item-1 {
  background: #fff url(../img/about_st_1.webp) no-repeat 100% 0/25.2rem auto;
}
@media screen and (max-width: 640px) {
  .p-st-item-1 {
    background: #fff url(../img/about_st_1_sp.webp) no-repeat 100% 100%/12.3rem auto;
  }
}
.p-st-item-1:before {
  left: -18.8rem;
  top: 6rem;
  width: 18.8rem;
}
@media screen and (max-width: 640px) {
  .p-st-item-1:before {
    left: -2rem;
    top: 9rem;
    width: 2rem;
  }
}
.p-st-item-1:after {
  height: 100%;
  top: 6rem;
}
@media screen and (max-width: 640px) {
  .p-st-item-1:after {
    height: calc(100% + 6rem + 6rem + 2rem);
    top: -8rem;
  }
}
.p-st-item-2 {
  background: #fff url(../img/about_st_2.webp) no-repeat 100% 0/25.2rem auto;
}
@media screen and (max-width: 640px) {
  .p-st-item-2 {
    background: #fff url(../img/about_st_2_sp.webp) no-repeat 100% 100%/13.7rem auto;
  }
}
.p-st-item-2:after {
  height: calc(100% + 8rem);
  top: 0;
}
.p-st-item-3 {
  background: #fff url(../img/about_st_3.webp) no-repeat right 4rem top -0.5rem/17.65rem auto;
}
@media screen and (max-width: 640px) {
  .p-st-item-3 {
    background: #fff url(../img/about_st_3_sp.webp) no-repeat 100% 100%/15.5rem auto;
  }
}
.p-st-item-3:after {
  height: 8rem;
  top: 0;
}
@media screen and (max-width: 640px) {
  .p-st-item-3:after {
    height: 9rem;
  }
}/*# sourceMappingURL=about.css.map */