/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
#about .mainvisual__inner {
  position: relative;
  margin: auto;
}

#about .mainvisual__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 241px;
  background: url(../../about/img/mainimg_bg@2x.png), url(../../about/img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

#about .mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #about .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

#about .mainvisual__box {
  margin: 100px auto 0 auto;
  max-width: 1000px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #about .mainvisual__box {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #about .mainvisual__box {
    text-align: left;
  }
}

#about .mainvisual__box__ttl {
  color: #6e3426;
  font-size: 2rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: calc(0px - (((2rem * 1.5) - 2rem) / 2));
  margin-bottom: 20px;
}

#about .mainvisual__box__cap {
  margin-top: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

#about .introduction {
  margin-top: 105px;
  margin-bottom: 75px;
}

#about .introduction__inner {
  position: relative;
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  #about .introduction__inner {
    padding: 0 5%;
  }
}

#about .introduction__title {
  color: #6e3426;
  font-size: 3rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding-top: 70px;
  background: url("../img/about_icon.@2x.png") no-repeat;
  background-size: 58.5px;
  background-position: top center;
}

#about .introduction__list {
  margin-top: 65px;
}

#about .introduction__list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box {
    display: block;
    width: 100%;
    min-height: auto;
  }
}

#about .introduction__list__box .introduction__list__content {
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box .introduction__list__content {
    width: 100%;
  }
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) {
  width: 100%;
  position: relative;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) {
    width: 100%;
    min-height: auto;
  }
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) h4 {
  padding-left: 60px;
}

@media screen and (max-width: 1024px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) h4 {
    padding-left: 27%;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) h4 {
    font-size: 2.5rem;
    padding-left: 23%;
    margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
    margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  }
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) .boxicon1 {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1024px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) .boxicon1 {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) .boxicon1 {
    width: 39px;
    height: 52px;
  }
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) .boxicon2 {
  width: 25px;
  height: 45px;
}

@media screen and (max-width: 1024px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) .boxicon2 {
    width: 20px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) .boxicon2 {
    width: 24px;
    height: 60px;
  }
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) .introduction__list__content div:nth-of-type(2) {
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__box .introduction__list__content div:nth-of-type(1) .introduction__list__content div:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
  }
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) .introduction__list__content div {
  min-height: auto;
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) .introductionpic {
  margin: 20px 0;
}

#about .introduction__list__box .introduction__list__content div:nth-of-type(1) .introductionpic img {
  width: 100%;
}

#about .introduction__list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  border-radius: 10px;
  background: #fff4e5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content {
    padding: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#about .introduction__list__content__wrap {
  width: 51%;
  position: relative;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content__wrap {
    width: 100%;
    min-height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#about .introduction__list__content__wrap__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 55px;
  position: absolute;
  top: calc(3% - 10px);
  left: 0;
}

@media screen and (max-width: 1024px) {
  #about .introduction__list__content__wrap__ttl {
    width: 44px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content__wrap__ttl {
    width: 45px;
    height: 65px;
  }
}

#about .introduction__list__content__wrap__ttl img {
  width: 100%;
}

#about .introduction__list__content__wrap__h4 {
  color: #b65435;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding-left: calc(19.231% - 21px);
  padding-bottom: 10px;
  background: url(../../about/img/border_dot.gif) repeat-x;
  background-size: 10px;
  background-position: bottom;
}

@media screen and (max-width: 1024px) {
  #about .introduction__list__content__wrap__h4 {
    padding-left: 22%;
    padding-bottom: 9px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content__wrap__h4 {
    font-size: 2.5rem;
    margin-top: calc(10px - (((2.5rem * 1.5) - 2.5rem) / 2));
    margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
  }
}

#about .introduction__list__content__wrap__txt {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
}

#about .introduction__list__content div:nth-of-type(1) .section__btn {
  width: 90%;
  max-width: 280px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content div:nth-of-type(1) .section__btn {
    margin: 20px auto 0;
  }
}

#about .introduction__list__content div:nth-of-type(1) .section__btn a {
  border-radius: 100px;
  border: solid 1px #bf6a54;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  background: url(/common/img/ico_arrow_white@2x.png) no-repeat right 20px center/5px;
  background-color: #bf6a54;
  -webkit-transition: .5s;
  transition: .5s;
}

#about .introduction__list__content div:nth-of-type(1) .section__btn a:hover {
  background: #fff4e5 url(/common/img/ico_arrow_red@2x.png) no-repeat right 20px center/5px;
  color: #bf6a54;
}

#about .introduction__list__content .introductionbg1 {
  background: url("../img/appearance_pic@2x.jpg") no-repeat;
  width: 45.5%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content .introductionbg1 {
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#about .introduction__list__content .introductionbg2 {
  background: url("../img/craft_pic@2x.png") no-repeat;
  width: 45.5%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content .introductionbg2 {
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#about .introduction__list__content .introduction__list__content.craft div {
  min-height: 85px;
}

@media screen and (max-width: 767px) {
  #about .introduction__list__content .introduction__list__content.craft div {
    min-height: 120px;
  }
}

.sp_on {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

.pc_on {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

#about .gallery {
  margin-top: 70px;
}

#about .gallery .inner {
  margin: auto;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  #about .gallery .inner {
    padding: 0 5%;
  }
}

#about .gallery .inner .gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  #about .gallery .inner .gallery__box {
    -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: 65px 0 80px;
  }
}

#about .gallery .inner .gallery__box__target {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #about .gallery .inner .gallery__box__target {
    width: 100%;
    overflow: hidden;
  }
}

#about .gallery .inner .gallery__box__target img {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #bfbfbf;
}

#about .gallery .inner .gallery__box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 36%;
}

@media screen and (max-width: 767px) {
  #about .gallery .inner .gallery__box__list {
    width: 100%;
    margin-top: 20px;
  }
}

#about .gallery .inner .gallery__box__list img {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #bfbfbf;
}

#about .gallery .inner .gallery__box__list__content {
  width: 48.571%;
}

@media screen and (max-width: 767px) {
  #about .gallery .inner .gallery__box__list__content {
    width: 30%;
  }
}

#about .gallery .inner .gallery__box__list__content:nth-child(n + 3) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #about .gallery .inner .gallery__box__list__content:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #about .gallery .inner .gallery__box__list__content:nth-child(n + 4) {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */