@charset "UTF-8";
.aboutPage .pageTitle {
  margin-bottom: 0;
}
.aboutPage .pageTitle .enJptitle {
  margin-bottom: 0;
}
.aboutPage .intro h3 {
  font-family: "Zen Maru Gothic", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 160%;
  text-align: left;
  color: #f4654a;
  margin-bottom: 1em;
}
.aboutPage .intro .wrap img {
  margin: 2em auto;
  width: 80%;
}
.aboutPage .intro .kokoromadeWrap .img img {
  width: 100%;
  margin: 2em auto 0;
}
.aboutPage .naritachiWrap .txt {
  padding: 2em;
}
.aboutPage .naritachiWrap .txt h4 {
  margin-bottom: 1em;
}
.aboutPage .naritachiWrap .img img {
  margin: 2em auto;
  width: 100%;
}
.aboutPage section.historyImg {
  padding-top: 0;
}
.aboutPage section.point .pointItem {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 2em;
}
.aboutPage section.point .pointItem .txt {
  position: relative;
}
.aboutPage section.point .pointItem .txt .numberWrap {
  position: absolute;
  left: -25px;
  top: 1em;
  border-left: 10px solid #f4654a;
  padding-left: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  color: #f4654a;
  font-weight: bold;
}
.aboutPage section.point .pointItem .txt .title {
  padding-top: 2.5em;
  color: #f4654a;
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 160%;
}

@media only screen and (min-width: 580px) {
  .aboutPage .intro h3 {
    font-size: 2.5em;
  }
  .aboutPage .intro .wrap {
    flex-direction: row-reverse;
  }
  .aboutPage .intro .wrap .img {
    width: 50%;
  }
  .aboutPage .intro .wrap .img img {
    margin-bottom: 0;
  }
  .aboutPage .intro .wrap .txt {
    width: 50%;
  }
  .aboutPage .intro .kokoromadeWrap {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 5em;
  }
  .aboutPage .intro .kokoromadeWrap .txt {
    width: 45%;
  }
  .aboutPage .intro .kokoromadeWrap .img {
    width: 55%;
  }
  .aboutPage .intro .naritachiWrap {
    position: relative;
  }
  .aboutPage .intro .naritachiWrap .img {
    width: 65%;
    margin-bottom: 5em;
  }
  .aboutPage .intro .naritachiWrap .txt {
    position: absolute;
    right: 0;
    bottom: -5em;
    width: 48%;
  }
  .aboutPage section.historyImg img {
    width: 85%;
    margin: 0 auto;
  }
  .aboutPage section.point .pointItem {
    display: flex;
    padding: 60px;
    justify-content: space-between;
    align-items: center;
  }
  .aboutPage section.point .pointItem .img {
    width: 45%;
  }
  .aboutPage section.point .pointItem .txt {
    width: 50%;
  }
  .aboutPage section.point .pointItem .txt .numberWrap {
    top: 0;
    right: -60px;
    left: auto;
    border-right: 10px solid #f4654a;
    border-left: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .aboutPage section.point .pointItem .txt .numberWrap .point {
    display: block;
    writing-mode: vertical-rl;
  }
  .aboutPage section.point .pointItem .txt .numberWrap .number {
    font-size: 3em;
  }
  .aboutPage section.point .pointItem .txt .title {
    font-size: 1.5em;
    padding-top: 0;
  }
}