header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

h3 {
  font-size: 24px;
  letter-spacing: 2px;
  margin: 80px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#aboutpage {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  #aboutpage {
    margin-bottom: 80px;
  }
}

#aboutpage .aboutTitleBG {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffe888;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutTitleBG {
    padding-top: 80px;
  }
}

#aboutpage .aboutTitleBG:before {
  background-image: url(../img/wave.png);
  background-position: center;
  background-size: auto 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 0;
}

#aboutpage .aboutTitle {
  content: "";
  background: url(../img/about.png) no-repeat center -3px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutTitle {
    background: url(../img/about.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#aboutpage .aboutTitle h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutTitle h2 {
    font-size: 32px;
  }
}

#aboutpage .aboutYell {
  max-width: 1000px;
  margin: 0 auto;
}

#aboutpage .aboutYell_detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutYell_detail-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1em;
  }
}

#aboutpage .aboutYell_detail-flex .yellimg {
  width: 30%;
}

#aboutpage .aboutYell_detail-flex .yellimg img {
  width: 100%;
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutYell_detail-flex .yellimg {
    width: 100%;
  }
}

#aboutpage .aboutYell_detail-comment p {
  width: calc(100% - 30% - 8em);
  line-height: 1.6;
  padding: 2em 3em;
  text-align: justify;
  background: #fafafa;
  border-radius: 10px;
  margin-left: 1em;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutYell_detail-comment p {
    width: calc(100% - 6em);
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutYell_detail-comment p {
    width: calc(100% - 2em);
    margin: 0 0 12px;
    padding: 1em;
  }
}

#aboutpage .aboutYell_detail-comment p span {
  font-size: 26px;
  display: block;
  font-weight: bold;
  color: #E87D00;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutYell_detail-comment p span {
    font-size: 20px;
  }
}

#aboutpage .aboutWork {
  max-width: 1000px;
  margin: 0 auto;
}

#aboutpage .aboutWork_detail-comment {
  margin: 0 auto;
  max-width: 800px;
}

#aboutpage .aboutWork_detail-comment p {
  line-height: 1.6;
  margin: 0 4em 1em;
  text-align: justify;
}

@media screen and (max-width: 650px) {
  #aboutpage .aboutWork_detail-comment p {
    margin: 0 2em 1em;
  }
}

#aboutpage .aboutWork_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#aboutpage .aboutWork_detail ul li {
  width: calc(100% / 4 - 2em);
  margin: 1em;
}

@media screen and (max-width: 960px) {
  #aboutpage .aboutWork_detail ul li {
    width: calc(100% / 2 - 2em);
  }
}

@media screen and (max-width: 650px) {
  #aboutpage .aboutWork_detail ul li {
    width: calc(100% / 1 - 2em);
  }
}

@media screen and (max-width: 650px) {
  #aboutpage .aboutWork_detail ul figure {
    text-align: center;
  }
}

#aboutpage .aboutWork_detail ul figure img {
  width: 100%;
}

@media screen and (max-width: 650px) {
  #aboutpage .aboutWork_detail ul figure img {
    width: 80%;
  }
}

#aboutpage .aboutWork_detail ul figcaption {
  position: relative;
  top: -18px;
}

#aboutpage .aboutWork_detail ul figcaption span {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 16px;
  letter-spacing: 1.2px;
  background: #E87D00;
  color: #fff;
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
}

#aboutpage .aboutWork_detail ul figcaption p {
  margin: 0.5em 1em;
  line-height: 1.6;
  font-size: 15px;
  text-align: justify;
}

#aboutpage .aboutLunch {
  max-width: 1000px;
  margin: 0 auto;
}

#aboutpage .aboutLunch_detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutLunch_detail-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1em;
  }
}

#aboutpage .aboutLunch_detail-flex .lunchimg {
  width: 30%;
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutLunch_detail-flex .lunchimg {
    width: 100%;
  }
}

#aboutpage .aboutLunch_detail-flex .lunchimg img {
  width: 100%;
}

#aboutpage .aboutLunch_detail-flex p {
  width: calc(100% - 30% - 8em);
  line-height: 1.6;
  padding: 2em 3em;
  background: #fafafa;
  border-radius: 10px;
  margin-left: 1em;
  text-align: justify;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutLunch_detail-flex p {
    width: calc(100% - 6em);
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutLunch_detail-flex p {
    width: calc(100% - 2em);
    margin: 0 0 12px;
    padding: 1em;
  }
}

#aboutpage .aboutRec {
  max-width: 1000px;
  margin: 0 auto;
}

#aboutpage .aboutRec_detail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutRec_detail-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1em;
  }
}

#aboutpage .aboutRec_detail-flex .recimg {
  width: 30%;
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutRec_detail-flex .recimg {
    width: 100%;
  }
}

#aboutpage .aboutRec_detail-flex .recimg img {
  width: 100%;
}

#aboutpage .aboutRec_detail-flex p {
  width: calc(100% - 30% - 8em);
  line-height: 1.6;
  padding: 2em 3em;
  background: #fafafa;
  border-radius: 10px;
  margin-left: 1em;
  text-align: justify;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1050px) {
  #aboutpage .aboutRec_detail-flex p {
    width: calc(100% - 6em);
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 767px) {
  #aboutpage .aboutRec_detail-flex p {
    width: calc(100% - 2em);
    margin: 0 0 12px;
    padding: 1em;
  }
}
/*# sourceMappingURL=about.css.map */