@charset "utf-8";
.t_right {
  text-align: right !important
}
.t_center {
  text-align: center !important
}
.flex {
  display: -ms-flexbox;
  display: flex
}
.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flex.center {
  -ms-flex-align: center;
  align-items: center
}
.main h2 {
  text-align: center;
  font: 400 40px/100% heisei-maru-gothic-std, sans-serif;
  background: url(../img/bg_h2@2x.png) no-repeat top center;
  background-size: 200px;
  padding: 90px 0;
  position: relative;
  z-index: 5;
  margin-bottom: 20px
}
@media all and (max-width:599px) {
  .main h2 {
    background-size: 140px;
    font-size: 32px;
    padding: 73px 0 50px
  }
}
.main h2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: 20px
}
@media all and (max-width:599px) {
  .main h2:before {
    top: 10px
  }
}
.main h2 span {
  background-color: #fff;
  padding: 10px 0 2px;
  display: inline-block
}
@media all and (max-width:599px) {
  .main h2 span {
    padding: 10px 10px 2px
  }
}
@media all and (max-width:599px) {
  .area_about {
    padding: 0 15px
  }
}
.area_about h2:before {
  background: url(../img/i_greenpepper@2x.png) no-repeat top left;
  background-size: 60px
}
.area_about .concept1 {
  background-color: #f7f4ef;
  border-radius: 10px;
  width: 710px;
  margin: -70px auto 80px;
  position: relative;
  padding: 70px 0 40px
}
@media all and (max-width:599px) {
  .area_about .concept1 {
    width: 100%;
    margin: -60px 0 140px;
    padding: 40px 0 80px
  }
}
.area_about .concept1:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -180px;
  background: url(../img/illust1@2x.png) no-repeat left top;
  background-size: 215px;
  width: 215px;
  height: 215px
}
@media all and (max-width:599px) {
  .area_about .concept1:after {
    background-size: 180px;
    width: 180px;
    height: 180px;
    right: auto;
    left: calc(50% - 90px);
    bottom: -100px
  }
}
.area_about .concept1 p {
  text-align: center;
  font: 400 22px/230% heisei-maru-gothic-std, sans-serif
}
@media all and (max-width:599px) {
  .area_about .concept1 p {
    font-size: 18px
  }
}
.area_about .concept1 p span {
  background: url(../img/ooo.svg) no-repeat center center;
  background-size: contain;
  padding: 4px 5px 2px
}
.area_about .concept2 {
  padding: 0
}
.area_about .concept2 .thumb {
  width: 300px;
  text-align: center
}
@media all and (max-width:599px) {
  .area_about .concept2 .thumb {
    width: 100%;
    margin-bottom: 20px
  }
  .area_about .concept2 .thumb img {
    width: 200px
  }
}
.area_about .concept2 .txts {
  width: calc(100% - 300px);
  padding-left: 50px
}
@media all and (max-width:599px) {
  .area_about .concept2 .txts {
    width: 100%;
    padding: 0
  }
}
.area_about .concept2 p {
  line-height: 200%;
  margin-bottom: 16px;
  margin-bottom: 1rem
}
.area_about .parse {
  margin-top: 30px
}
.area_point h2:before {
  background: url(../img/i_pumpkin@2x.png) no-repeat top left;
  background-size: 60px
}
.area_point .points {
  -ms-flex-pack: center;
  justify-content: center
}
.area_point .card {
  width: calc(100%/3 - 7px);
  counter-increment: number;
  position: relative;
  margin: 0 10px 50px 0;
  background-color: #f7f4ef;
  border-radius: 10px;
  padding-bottom: 30px
}
@media all and (max-width:599px) {
  .area_point .card {
    width: 100%;
    margin: 0 0 30px
  }
}
.area_point .card:nth-child(3n), .area_point .card:last-child {
  margin: 0 0 50px
}
@media all and (max-width:599px) {
  .area_point .card:nth-child(3n), .area_point .card:last-child {
    margin: 0 0 30px
  }
}
.area_point .card:before {
  content: "0"counter(number);
  position: absolute;
  top: -10px;
  left: calc(50% - 26px);
  color: #fff;
  background-color: #ff9d55;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  font: 400 22px/56px heisei-maru-gothic-std, sans-serif;
  text-align: center
}
.area_point h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 60px 0 10px
}
@media all and (max-width:599px) {
  .area_point h3 {
    padding: 52px 0 10px
  }
}
.area_point .thumb {
  margin-bottom: 30px
}
.area_point p {
  padding: 0 30px;
  line-height: 200%
}
@media all and (max-width:599px) {
  .area_point p {
    padding: 0 20px
  }
}
.area_point p.atten {
  font-size: 13px;
  margin-top: 16px;
  margin-top: 1rem
}