@charset "UTF-8";
/* =============================================
全体の指定
=============================================*/
#about {
  background-color: #F0A830;
}

.about {
  display: block;
  position: relative;
  height: 73.22vh;
  border: #5B4128 3px solid;
  border-radius: 50px;
  background: #FAE1C3 url("../img/about-bg.png") no-repeat;
  background-size: 71.32%;
  background-position: right -70% bottom 80%;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .about {
    background-position: right -70% bottom 0;
  }
}
@media screen and (max-width: 480px) {
  .about {
    background-position: right -70% bottom 20%;
  }
}
.about::after {
  content: "";
  background-color: rgba(250, 225, 195, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  z-index: 0;
}
.about h3 {
  margin: 2.8vh 0 0 2.08vw;
  color: transparent;
  font-size: 60px;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  -webkit-text-stroke: 3px #5B4128;
  text-shadow: 3px 3px 0 #F0A830, 6px 6px 0 #78C0A8;
  position: relative;
  z-index: 1;
  height: 15%;
}
@media screen and (max-width: 1119px) {
  .about h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .about h3 {
    font-size: 35px;
    -webkit-text-stroke: 1px #5B4128;
    text-shadow: 2px 2px 0 #F0A830, 3px 3px 0 #78C0A8;
  }
}
.about-wrapper {
  position: relative;
  z-index: 10;
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 82%;
}
@media screen and (max-width: 760px) {
  .about-wrapper {
    margin: 0 5px;
    display: block;
    overflow-y: scroll;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #f0a830 #5B4128;
  }
  .about-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  .about-wrapper::-webkit-scrollbar-track {
    background: #5B4128;
    border-radius: 8px;
  }
  .about-wrapper::-webkit-scrollbar-thumb {
    background-color: #F0A830;
    border-radius: 15px;
  }
}
.about-wrapper-exp {
  margin-bottom: 5vh;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .about-wrapper-exp {
    margin-bottom: 3vh;
    width: 95%;
    margin: 0 auto 5vh;
  }
}
.about-wrapper-exp p {
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.25px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .about-wrapper-exp p {
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0.15px;
  }
}
.about-wrapper-contents {
  margin-bottom: 5vh;
}
@media screen and (max-width: 480px) {
  .about-wrapper-contents {
    margin-bottom: 3vh;
  }
}
.about-wrapper-contents dl {
  font-size: 16px;
  color: #000;
  width: 200%;
}
@media screen and (max-width: 480px) {
  .about-wrapper-contents dl {
    font-size: 14px;
    width: 90%;
  }
}
.about-wrapper-contents dt {
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .about-wrapper-contents dt {
    float: none;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
}
.about-wrapper-contents dd {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .about-wrapper-contents dd {
    padding-left: 10px;
    margin-bottom: 5px;
  }
}
.about-wrapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .about-wrapper-container {
    display: block;
  }
}
.about-wrapper-name {
  display: table;
  padding: 2vw 3vh;
  background: #FFF1E0;
  border: #5B4128 5px solid;
  -webkit-box-shadow: 5px 5px 0 #78C0A8, 10px 10px 0 #F0A830;
          box-shadow: 5px 5px 0 #78C0A8, 10px 10px 0 #F0A830;
  color: #000;
}
@media screen and (max-width: 760px) {
  .about-wrapper-name {
    padding: 15px 10px;
  }
}
.about-wrapper-name h4 {
  font-family: "sawarabi-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .about-wrapper-name h4 {
    margin-bottom: 5px;
  }
}
.about-wrapper-name-ex {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .about-wrapper-name-ex {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-wrapper-name-ex p {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .about-wrapper-name-ex p {
    margin-bottom: 5px;
  }
}
.about-wrapper-name-ex p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .about-wrapper-name-ex p:last-child {
    margin-bottom: 10px;
  }
}
.about-wrapper-name-sns {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .about-wrapper-name-sns {
    width: 100%;
    margin-left: 0;
  }
}
.about-wrapper-name-sns dt {
  width: 40%;
}
.about-wrapper-name-sns dd {
  width: 60%;
}
.about-wrapper-name-sns a {
  color: #000;
}/*# sourceMappingURL=about.css.map */