.sp {
  display: none;
}

.about__inner {
  width: 90%;
  max-width: 1296px;
  margin: auto;
}

.about__sectiontitle {
  text-align: center;
  background-color: #F1F1F1;
  font-size: 22px;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 30px;
}

/*button*/
a.about__button {
  border: solid 1px #000;
  display: block;
  width: 100%;
  max-width: 260px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  color: #000;
  position: relative;
  background: url(/images/about/button_arrow.png) no-repeat right 10px center;
}

a:hover.about__button {
  text-decoration: none;
}

a.about__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #51B9B9;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

a.about__button:hover {
  color: #fff;
}

a.about__button:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*mv*/
.about__mv {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto 43px;
  padding-top: 50px;
}

.about__mv img {
  display: block;
  width: 100%;
  height: auto;
}

.about__catchcopy {
  font-size: 62px;
  text-align: center;
  font-family: serif;
}

.about__catchcopy-sub {
  font-size: 29px;
  text-align: center;
  font-family: serif;
  margin-bottom: 46px;
}

.about__lead {
  text-align: center;
  margin-bottom: 1em;
}

.about__lead--mb {
  margin-bottom: 54px;
}

.about__flow img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 807px;
  margin: 0 auto 66px;
}

.about__arrow {
  text-align: center;
  margin-bottom: 21px;
}

.about__taisetu {
  text-align: center;
  font-size: 36px;
  margin-bottom: 80px;
}

/*syuppin*/
.about__syuppin {
  margin-bottom: 80px;
}

.about__syuppin-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__syuppin-item {
  width: 46.29%;
}

.about__syuppin-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-bottom: 18px;
}

.about__syuppin-mds {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.2em;
}

.about__syuppin-txt {
  font-size: 18px;
  margin-bottom: 2.6em;
}

/*rental*/
.about__rental {
  margin-bottom: 80px;
}

.about__rental-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}

.about__rental-item {
  width: 21.6%;
}

.about__rental-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-bottom: 18px;
}

.about__rental-mds {
  font-weight: bold;
  font-size: 24px;
}

.about__rental-txt {
  font-size: 18px;
}

/*merit*/
.about__merit {
  background-color: #F5F9F9;
  border-radius: 15px;
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}

.about__merit-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 44px;
}

.about__merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__merit-item {
  width: 47%;
}

.about__merit-mds {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 0.25em 0;
  margin-bottom: 35px;
}

.about__merit-mds--kasu {
  background-color: #97D6CE;
}

.about__merit-mds--kariru {
  background-color: #ADD2E6;
}

.about__merit-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about__merit-icon {
  width: 48%;
}

.about__merit-icon img {
  width: 100%;
  height: auto;
  max-width: 188px;
  display: block;
  margin: 0 auto 12px;
}

.about__merit-txt {
  text-align: center;
  font-size: 18px;
}

/*omoi*/
.about__omoi {
  background: url(/images/about/about_omoi.jpg) center center/cover;
  padding: 60px 2.5% 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 15px;
}

.about__omoi-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  border-bottom: dotted 1px #000;
}

.about__omoi-title {
  font-size: 44px;
  text-align: center;
  font-family: serif;
}

.about__omoi-title-sub {
  font-size: 18px;
  text-align: center;
  font-family: serif;
}

.about__omoi-colum-1 {
  padding: 0 20px;
}

.about__omoi-colum-2 {
  padding: 0 20px 40px;
}

.about__omoi-logo {
  margin-bottom: 25px;
}

.about__omoi-colors {
  font-family: serif;
}

.about__omoi-colors .red {
  color: #FF0000;
}

.about__omoi-colors .blue {
  color: #1735CB;
}

.about__omoi-colors .yellow {
  color: #FFB300;
}

.about__omoi-colors .green {
  color: #23BE11;
}

.about__omoi-yurai {
  font-family: serif;
  text-align: center;
  margin-bottom: 17px;
}

.about__omoi-bn {
  text-align: center;
}

.about__takuhai {
  text-align: center;
  margin-bottom: 80px;
}

.about__takuhai img {
  width: 100%;
  height: auto;
}

/*sustaina*/
.about__sustaina {
  margin-bottom: 80px;
}

.about__sustaina-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 1em;
}

.about__sustaina-title-sub {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
}

.about__sustaina-mds {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #707070;
}

.about__sustaina-txt {
  font-size: 16px;
  color: #707070;
  max-width: 978px;
  margin: auto;
}

.about__sustaina-img {
  text-align: center;
  margin-bottom: 38px;
}

.about__sustaina-img img {
  width: 100%;
  height: auto;
  max-width: 978px;
}

/*ryokuka*/
.about__ryokuka {
  background: url(/images/about/about_kankyou.jpg) center center/cover;
  margin-bottom: 80px;
  border-radius: 15px;
  padding: 90px 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about__ryokuka-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 1em;
  color: #FFF;
}

.about__ryokuka-txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 90px;
  color: #FFF;
}

.about__ryokuka a.about__button {
  background-color: #FFF;
}

.about__ryokuka a:hover.about__button {
  background-color: #333;
}

a.about__button--mb {
  margin-bottom: 150px;
}

/**************************************************************************/
/*768*/
/**************************************************************************/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .about__inner {
    width: 95%;
  }
  .about__sectiontitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  a.about__button {
    font-size: 14px;
    background: url(/images/about/button_arrow.png) no-repeat right 5px center;
  }
  /*mv*/
  .about__mv {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .about__catchcopy {
    font-size: 38px;
  }
  .about__catchcopy-sub {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .about__lead {
    font-size: 14px;
    line-height: 1.8;
  }
  .about__lead--mb {
    margin-bottom: 35px;
  }
  .about__flow img {
    margin: 0 auto 40px;
  }
  .about__taisetu {
    font-size: 22px;
    margin-bottom: 40px;
  }
  /*syuppin*/
  .about__syuppin {
    margin-bottom: 40px;
  }
  .about__syuppin-item {
    width: 48%;
  }
  .about__syuppin-item img {
    margin-bottom: 7px;
    border-radius: 10px;
  }
  .about__syuppin-mds {
    font-size: 16px;
  }
  .about__syuppin-txt {
    font-size: 14px;
    margin-bottom: 1.5em;
  }
  /*rental*/
  .about__rental {
    margin-bottom: 40px;
  }
  .about__rental-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about__rental-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .about__rental-item img {
    border-radius: 10px;
    margin-bottom: 0;
  }
  .about__rental-img {
    width: 45%;
  }
  .about__rental-txtbox {
    width: 50%;
  }
  .about__rental-mds {
    font-size: 16px;
  }
  .about__rental-txt {
    font-size: 14px;
  }
  /*merit*/
  .about__merit {
    border-radius: 10px;
    padding: 25px 2.5%;
    margin-bottom: 40px;
  }
  .about__merit-title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .about__merit-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__merit-item {
    width: 100%;
  }
  .about__merit-item--mb {
    margin-bottom: 40px;
  }
  .about__merit-mds {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .about__merit-icon {
    width: 46%;
  }
  .about__merit-icon img {
    margin: 0 auto 7px;
  }
  .about__merit-txt {
    font-size: 14px;
  }
  /*omoi*/
  .about__omoi {
    background: url(/images/about/about_omoi.jpg) center center/cover;
    padding: 30px 2.5% 15px;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .about__omoi-colum {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .about__omoi-title {
    font-size: 24px;
  }
  .about__omoi-title-sub {
    font-size: 16px;
  }
  .about__omoi-colum-1 {
    width: 100%;
    padding: 0 10px;
  }
  .about__omoi-colum-2 {
    width: 100%;
    padding: 0 10px 20px;
  }
  .about__omoi-logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .about__omoi-logo img {
    width: 125px;
  }
  .about__omoi-colors {
    font-size: 16px;
  }
  .about__omoi-yurai {
    margin-bottom: 8px;
  }
  .about__takuhai {
    margin-bottom: 40px;
  }
  /*sustaina*/
  .about__sustaina {
    margin-bottom: 40px;
  }
  .about__sustaina-title {
    font-size: 22px;
  }
  .about__sustaina-title-sub {
    font-size: 16px;
  }
  .about__sustaina-mds {
    font-size: 16px;
  }
  .about__sustaina-txt {
    font-size: 12px;
  }
  .about__sustaina-img {
    margin-bottom: 20px;
  }
  /*ryokuka*/
  .about__ryokuka {
    background: url(/images/about/about_kankyou.jpg) center center/cover;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 50px 2.5%;
  }
  .about__ryokuka-title {
    font-size: 22px;
  }
  .about__ryokuka-txt {
    font-size: 16px;
    margin-bottom: 22px;
  }
}

a.about__button--mb {
  margin-bottom: 75px;
}

/**************************************************************************/
/*360*/
/**************************************************************************/
@media screen and (max-width: 360px) {
  .about__syuppin-txt {
    font-size: 13px;
  }
  .about__rental-txt {
    font-size: 13px;
  }
  .about__merit-txt {
    font-size: 13px;
  }
  .about__omoi-colors {
    font-size: 14px;
  }
  .about__ryokuka-txt {
    font-size: 14px;
  }
}
/*# sourceMappingURL=about.css.map */