/* line 9, ../scss/_textbody.scss */
.o_c_t.__10 {
  font-size: 10px;
}
/* line 12, ../scss/_textbody.scss */
.o_c_t.__12 {
  font-size: 12px;
}
/* line 16, ../scss/_textbody.scss */
.o_c_t.__14 {
  font-size: 14px;
}
/* line 21, ../scss/_textbody.scss */
.o_c_t.__16 {
  font-size: 16px;
}
/* line 26, ../scss/_textbody.scss */
.o_c_t.__18 {
  font-size: 18px;
}
/* line 31, ../scss/_textbody.scss */
.o_c_t.__20 {
  font-size: clamp(18px, 3vw, 2px);
}
/* line 36, ../scss/_textbody.scss */
.o_c_t.__22 {
  font-size: clamp(18px, 3vw, 22px);
}
/* line 40, ../scss/_textbody.scss */
.o_c_t.__24 {
  font-size: clamp(22px, 3vw, 24px);
}
/* line 45, ../scss/_textbody.scss */
.o_c_t.__26 {
  font-size: clamp(24px, 3vw, 26px);
}
/* line 50, ../scss/_textbody.scss */
.o_c_t.__28 {
  font-size: clamp(26px, 4vw, 28px);
}

/* line 59, ../scss/_textbody.scss */
.o_c_t.__lh10 {
  line-height: 1;
}
/* line 62, ../scss/_textbody.scss */
.o_c_t.__lh12 {
  line-height: 1.2;
}
/* line 65, ../scss/_textbody.scss */
.o_c_t.__lh14 {
  line-height: 1.4;
}
/* line 68, ../scss/_textbody.scss */
.o_c_t.__lh16 {
  line-height: 1.6;
}
/* line 71, ../scss/_textbody.scss */
.o_c_t.__lh18 {
  line-height: 1.8;
}
/* line 74, ../scss/_textbody.scss */
.o_c_t.__lh20 {
  line-height: 2;
}

/* line 8, ../scss/about.scss */
.p_about__intro {
  color: #707070;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: lighter;
}
/* line 15, ../scss/about.scss */
.p_about__list {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 160px;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 15, ../scss/about.scss */
  .p_about__list {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 896px) and (max-width: 640px) {
  /* line 15, ../scss/about.scss */
  .p_about__list {
    padding: 30px 0 100px;
  }
}

/* line 27, ../scss/about.scss */
.p_about__list:hover li a:not(:hover) {
  opacity: .7;
}
/* line 31, ../scss/about.scss */
.p_about__list li {
  width: 24%;
}
@media screen and (max-width: 1080px) {
  /* line 31, ../scss/about.scss */
  .p_about__list li {
    width: 49%;
  }
}
@media screen and (max-width: 896px) and (max-width: 640px) {
  /* line 31, ../scss/about.scss */
  .p_about__list li {
    width: 49%;
  }
}

/* line 45, ../scss/about.scss */
.p_about__list li a {
  display: block;
  position: relative;
  font-size: 1.3rem;
  transition: ease .2s;
}
@media screen and (max-width: 1080px) and (max-width: 896px) {
  /* line 45, ../scss/about.scss */
  .p_about__list li a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1080px) and (max-width: 896px) and (max-width: 640px) {
  /* line 45, ../scss/about.scss */
  .p_about__list li a {
    font-size: 1rem;
  }
}

/* line 64, ../scss/about.scss */
.p_about__list li a:hover .title {
  transform: translateX(10px);
}
/* line 70, ../scss/about.scss */
.p_about__list li a .title {
  background-image: url(../img/pattern-bg14.png);
  background-color: #dbcdac;
  color: #434343;
  width: 100%;
  padding: 0.8em;
  position: absolute;
  bottom: -2em;
  left: 1.3em;
  width: 75%;
  font-size: 18px;
  transition: inherit;
}
@media screen and (max-width: 1080px) {
  /* line 70, ../scss/about.scss */
  .p_about__list li a .title {
    padding: 0.7em;
    bottom: 20px;
    left: 0;
    width: 80%;
    position: relative;
    margin: auto;
    text-align: center;
  }
}
/* line 96, ../scss/about.scss */
.p_about__list li a img {
  object-fit: cover;
  width: 17vw;
  height: 12vw;
  max-width: 90%;
  max-height: 180px;
}
@media screen and (max-width: 1080px) {
  /* line 96, ../scss/about.scss */
  .p_about__list li a img {
    width: 100%;
    max-width: 100%;
    max-height: initial;
    width: 44vw;
    height: 32vw;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  /* line 96, ../scss/about.scss */
  .p_about__list li a img {
    width: 44vw;
    height: 32vw;
  }
}
