@charset "UTF-8";
/*key color*/
/*font*/
/*スマホ*/
/*汎用横幅*/
/*リンクボタン*/
.head_back_image {
  background-image: url(../img/about/about_head_v.jpg);
  background-position: 0 67%;
}

.about {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-image: url(../img/about/accent_back_about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 0% top 0%;
}
@media screen and (max-width: 1023px) {
  .about {
    background-image: url(../img/about/accent_back_about_sp.png);
    background-size: cover;
  }
}

.lead {
  position: relative;
  z-index: 2;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
.lead > p {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lead {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
  .lead h2 span {
    display: inline-block;
  }
  .lead > p span {
    display: block;
  }
  .lead > p br {
    display: none;
  }
}

.miryoku_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
  width: 83%;
  max-width: 1200px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
@media screen and (max-width: 1023px) {
  .miryoku_wrap {
    width: 86%;
    flex-flow: column-reverse;
    gap: 20px;
  }
}
.miryoku_wrap:last-of-type {
  -webkit-padding-after: 120px;
          padding-block-end: 120px;
}
@media screen and (max-width: 1023px) {
  .miryoku_wrap:last-of-type {
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}
.miryoku_wrap:nth-of-type(odd) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 1023px) {
  .miryoku_wrap:nth-of-type(odd) {
    flex-flow: column-reverse;
  }
}
.miryoku_wrap .text_wrap {
  position: relative;
  z-index: 2;
  width: 583px;
}
.miryoku_wrap .text_wrap h3 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  font-size: 30px;
  line-height: 1.5;
}
.miryoku_wrap .text_wrap h3.sp_copy {
  display: none;
}
.miryoku_wrap .text_wrap p {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.miryoku_wrap .text_wrap > a {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .miryoku_wrap .text_wrap {
    width: 100%;
  }
  .miryoku_wrap .text_wrap h3 {
    font-size: 28px;
    line-height: 1.5;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .miryoku_wrap .text_wrap h3 br {
    display: none;
  }
  .miryoku_wrap .text_wrap h3 span {
    display: block;
    line-height: 1.5;
  }
  .miryoku_wrap .text_wrap h3.pc_copy {
    display: none;
  }
  .miryoku_wrap .text_wrap h3.sp_copy {
    display: block;
  }
  .miryoku_wrap .text_wrap > a {
    width: 100%;
  }
}
.miryoku_wrap .swiper_wrap {
  position: relative;
  z-index: 2;
  width: 643px;
}
@media screen and (max-width: 1023px) {
  .miryoku_wrap .swiper_wrap {
    width: 100%;
  }
}
.miryoku_wrap .swiper_wrap > div {
  width: 100%;
}
.miryoku_wrap .swiper_wrap > div .swiper-wrapper {
  width: 100%;
}
.miryoku_wrap .swiper_wrap > div .swiper-wrapper .swiper-slide {
  width: 643px;
}
.miryoku_wrap .swiper_wrap > div .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 343px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .miryoku_wrap .swiper_wrap > div .swiper-wrapper .swiper-slide img {
    height: 50vw;
  }
}
.miryoku_wrap .swiper_wrap .swiper-pagination {
  position: relative !important;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
/*# sourceMappingURL=about.css.map */