@charset "UTF-8";
/* ---------------------

history

--------------------*/
.history body.history * {
  box-sizing: border-box;
}
.history figure {
  margin: 0;
  padding: 0;
}
.history section {
  padding: 0;
}
.history main {
  background: #f2f4f4;
}
.history .mv {
  position: relative;
  padding-top: 25%;
  background: url(../assets/img/about/main_history.png) no-repeat bottom center;
  background-size: cover;
}
.history .mv h2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  transform: translateY(-50%);
}
.history .pagetitle {
  width: 88%;
  font-size: 32px;
  font-weight: bold;
  color: #009b83;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 60px auto 190px;
}
.history .point {
  position: relative;
  width: 88%;
  max-width: 1100px;
  margin: 0 auto 140px;
}
.history .point::after {
  position: absolute;
  content: "";
  width: 333px;
  height: 333px;
  border-radius: 50%;
  left: -70px;
  top: -70px;
  background: #d9f2d0;
  z-index: 0;
}
.history .point .flex_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
.history .point .flex_inner .txt_wrap {
  width: 47.8260869565%;
}
.history .point .flex_inner .txt_wrap .tag {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 15px;
  background: #009b83;
}
.history .point .flex_inner .txt_wrap .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6875;
  margin-bottom: 20px;
}
.history .point .flex_inner .txt_wrap .txt {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 30px;
}
.history .point .flex_inner .txt_wrap .memo_wrap {
  text-align: center;
  padding: 20px 40px 40px;
  border: 1px solid #009b83;
}
.history .point .flex_inner .txt_wrap .memo_wrap .memo_title {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #009b83;
  padding: 20px 40px;
  background: url(../assets/img/about/column_icon.png) no-repeat right center;
}
.history .point .flex_inner .txt_wrap .memo_wrap .memo_txt {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
}
.history .point .flex_inner figure {
  margin: 0 -60px 0 60px;
}
.history .point.point1 .flex_inner figure {
  margin-top: -140px;
}
.history .point.point2 {
  margin: 0 auto 190px;
}
.history .point.point2 .flex_inner, .history .point.point4 .flex_inner {
  flex-direction: row-reverse;
}
.history .point.point2 .flex_inner figure, .history .point.point4 .flex_inner figure {
  margin: -100px 60px 0 -60px;
}
.history .point.point2::after, .history .point.point4::after {
  left: auto;
  right: -70px;
}
.history .point.point3 .flex_inner figure {
  margin-top: -100px;
}
.history .point.point4 {
  margin: 0 auto 100px;
}
.history .point.point4 .flex_inner figure {
  margin: -130px 60px 0 -60px;
}
.history .comment {
  padding: 70px 60px 50px;
  background: #fff;
  position: relative;
  width: 88%;
  max-width: 1000px;
  margin: 0 auto 110px;
}
.history .comment .flex_inner {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.history .comment .flex_inner::after {
  position: absolute;
  content: "";
  width: 210px;
  height: 210px;
  border-radius: 50%;
  left: -110px;
  top: -100px;
  background: #d9f2d0;
  z-index: -1;
}
.history .comment .flex_inner .txt_wrap {
  width: 70.4545454545%;
}
.history .comment .flex_inner .txt_wrap .title {
  font-size: 30px;
  font-weight: bold;
  margin-top: -30PX;
  padding: 30px 0 30px 100px;
  background: url(../assets/img/about/history_icon_comment.png) no-repeat left center;
}
.history .comment .flex_inner .txt_wrap .txt {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}
.history .comment .flex_inner figure figcaption {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: bold;
  margin-top: 10px;
}
.history .comment .flex_inner figure figcaption span {
  display: block;
  font-size: 24px;
}
.history .btn_wrap {
  width: 100%;
  padding: 90px 0;
  background: #fff;
}
.history .btn_link {
  display: flex;
  justify-content: space-between;
  width: 61%;
  max-width: 860px;
  margin: 0 auto;
}
.history .btn_link a {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 3px;
}
.history .btn_link a::before {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease 0s;
}
.history .btn_link a:first-of-type {
  width: 47%;
  margin-right: 3%;
  background-color: #92cf50;
}
.history .btn_link a:last-of-type {
  width: 50%;
  background-color: #0b8d2d;
}
.history .btn_link a span {
  display: flex;
  height: 100%;
  padding: 0 40px;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .history {
    overflow-x: hidden;
  }
  .history .mv {
    position: relative;
    padding-top: 50%;
    background: url(../assets/img/about/main_history-sp.png) no-repeat bottom center;
    background-size: cover;
  }
  .history .mv h2 {
    font-size: 6.6666666667vw;
    letter-spacing: 0;
  }
  .history .pagetitle {
    font-size: 5.2vw;
    margin: 30px auto 100px;
  }
  .history .point {
    margin: 0 auto 120px !important;
  }
  .history .point::after {
    left: -120px;
    top: -60px;
  }
  .history .point .flex_inner {
    display: block;
  }
  .history .point .flex_inner .txt_wrap {
    width: 100%;
  }
  .history .point .flex_inner .txt_wrap .title {
    font-size: 24px;
  }
  .history .point .flex_inner .txt_wrap .memo_wrap {
    margin-bottom: 30px;
    padding: 20px;
  }
  .history .point .flex_inner .txt_wrap .memo_wrap .memo_title {
    font-size: 5.5vw;
    padding: 10px 40px 20px 0;
  }
  .history .point .flex_inner .txt_wrap .memo_wrap .memo_txt {
    font-size: 14px;
  }
  .history .point .flex_inner figure {
    margin: 0 !important;
  }
  .history .point.point2::after, .history .point.point4::after {
    right: -170px;
  }
  .history .comment {
    margin-bottom: 60px;
    padding: 90px 25px 40px;
  }
  .history .comment .flex_inner {
    display: block;
  }
  .history .comment .flex_inner::after {
    width: 190px;
    height: 190px;
    left: -40px;
    top: -140px;
  }
  .history .comment .flex_inner .txt_wrap {
    width: 100%;
  }
  .history .comment .flex_inner .txt_wrap .title {
    position: relative;
    font-size: 6vw;
    text-align: center;
    padding: 0;
    background: none;
  }
  .history .comment .flex_inner .txt_wrap .title::after {
    position: absolute;
    content: "";
    left: 0;
    top: -90px;
    width: 80px;
    height: 80px;
    background: url(../assets/img/about/history_icon_comment.png) no-repeat;
  }
  .history .comment .flex_inner figure {
    width: 88%;
    margin: 30px auto 0;
  }
  .history .btn_wrap {
    padding: 35px 0;
  }
  .history .btn_link {
    width: 88%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .history .btn_link a {
    height: 70px;
  }
  .history .btn_link a:first-of-type, .history .btn_link a:last-of-type {
    width: 100%;
    margin: 10px 0;
  }
}