/* Scss Document */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainImg picture img {
  width: 100%;
}
#mainImg .mainimgIn:before {
  content: "";
  background: url(../img/border-or.png) no-repeat;
  background-size: cover;
  display: block;
  height: 12px;
  width: 100%;
}
#mainImg .mainimgIn h2.ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #ed6300;
  margin-bottom: 0;
  position: relative;
  line-height: 1.5;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #mainImg .mainimgIn h2.ttl {
    font-size: 2rem;
    margin-top: 7rem;
    padding: 5rem 10px 0;
  }
  #mainImg .mainimgIn h2.ttl span {
    display: block;
  }
}
#mainImg .mainimgIn h2.ttl::before {
  content: "";
  background: url(../../img/top/illust01.png) no-repeat;
  background-size: contain;
  height: 180px;
  width: 190px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2rem;
}
@media screen and (max-width: 768px) {
  #mainImg .mainimgIn h2.ttl::before {
    width: 85px;
    height: 85px;
    top: -5rem;
    right: 55%;
    left: auto;
  }
}
#mainImg .mainimgIn h2.ttl::after {
  content: "";
  background: url(../../img/top/illust02.png) no-repeat;
  background-size: contain;
  height: 180px;
  width: 180px;
  right: 0;
  top: -2rem;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #mainImg .mainimgIn h2.ttl::after {
    width: 85px;
    height: 85px;
    top: -5rem;
    left: 55%;
    right: auto;
  }
}
#mainImg .mainimgIn .sub_txt {
  text-align: center;
  margin-top: 1.5rem;
}
#mainImg .mainimgIn .sub_txt br {
  display: none;
}
@media screen and (max-width: 768px) {
  #mainImg .mainimgIn .sub_txt {
    padding: 0 10px;
  }
  #mainImg .mainimgIn .sub_txt br {
    display: block;
  }
}

#concept {
  margin-top: 10rem;
  margin-bottom: 15rem;
  position: relative;
}
#concept .concept01, #concept .concept02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #concept .concept01, #concept .concept02 {
    background-color: #faf4ce;
    display: block;
  }
}
#concept h3 {
  text-align: left;
}
#concept h3::after {
  margin: 1rem 0 3rem;
}
@media screen and (max-width: 768px) {
  #concept h3 {
    text-align: center;
    margin-bottom: 3rem;
  }
  #concept h3::after {
    margin: 1rem auto 3.5rem;
  }
}
#concept .concept01 {
  padding-bottom: 15rem;
}
#concept .concept01 .concept_img1 {
  position: relative;
  left: -7rem;
}
@media screen and (max-width: 768px) {
  #concept .concept01 .concept_img1 {
    position: static;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept01 {
    padding: 5rem 0;
  }
}
#concept .concept01 .concept_txt1 {
  position: absolute;
  top: 22rem;
  right: -10rem;
  background-color: #faf4ce;
  padding: 10rem 6rem 9rem 14rem;
  border-radius: 52% 48% 44% 56%/52% 47% 53% 48%;
  z-index: -10;
  width: 525px;
  height: 300px;
}
#concept .concept01 .concept_txt1::before {
  content: "";
  background: url(../../img/top/ico_illust01.png) no-repeat;
  background-size: contain;
  width: 91px;
  height: 86px;
  display: inline-block;
  position: absolute;
  right: 7rem;
  top: 10rem;
}
@media screen and (max-width: 768px) {
  #concept .concept01 .concept_txt1::before {
    right: 2rem;
    top: 0;
  }
}
@media screen and (max-width: 380px) {
  #concept .concept01 .concept_txt1::before {
    width: 45px;
    height: 43px;
  }
}
#concept .concept01 .concept_txt1::after {
  content: "";
  background: url(../../img/top/ico_illust02.png) no-repeat;
  background-size: contain;
  width: 91px;
  height: 86px;
  display: inline-block;
  position: absolute;
  left: 8rem;
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #concept .concept01 .concept_txt1::after {
    width: 70px;
    bottom: -7.5rem;
    left: 4rem;
  }
}
@media screen and (max-width: 380px) {
  #concept .concept01 .concept_txt1::after {
    width: 45px;
    height: 43px;
    bottom: -4rem;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept01 .concept_txt1 {
    position: static;
    padding: 10px;
    background-color: none;
    width: 100%;
    height: 330px;
    text-align: center;
  }
  #concept .concept01 .concept_txt1 .txt {
    text-align: left;
  }
}
#concept .concept01 li {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 17px;
}
#concept .concept01 li::before {
  content: "";
  background: url(../img/ico_list.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 18px;
  margin-right: 1.5rem;
  font-weight: bold;
  font-size: 16px;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #concept .concept01 li::before {
    width: 12px;
    height: 12px;
    margin-right: 1rem;
  }
}
#concept .concept02 {
  position: relative;
  padding-bottom: 10rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#concept .concept02 .concept_img2 {
  position: relative;
  left: 19rem;
  top: 19rem;
  z-index: -11;
}
@media screen and (max-width: 768px) {
  #concept .concept02 .concept_img2 {
    position: static;
    padding: 10px;
  }
}
#concept .concept02 .concept_txt2 {
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 3rem;
  left: -7rem;
  background-color: #faf4ce;
  padding: 13rem;
  border-radius: 52% 65% 44% 56%/59% 50% 72% 47%;
  z-index: -10;
  width: 526px;
  height: 300px;
}
#concept .concept02 .concept_txt2::before {
  content: "";
  background: url(../../img/top/ico_illust03.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 66px;
  display: inline-block;
  position: absolute;
  right: 7rem;
  top: 10rem;
}
@media screen and (max-width: 768px) {
  #concept .concept02 .concept_txt2::before {
    right: 2rem;
    top: 1rem;
  }
}
@media screen and (max-width: 380px) {
  #concept .concept02 .concept_txt2::before {
    width: 40px;
    height: 33px;
  }
}
#concept .concept02 .concept_txt2::after {
  content: "";
  background: url(../../img/top/ico_illust04.png) no-repeat;
  background-size: contain;
  width: 142px;
  height: 104px;
  display: inline-block;
  position: absolute;
  left: 8rem;
  bottom: -7rem;
}
@media screen and (max-width: 768px) {
  #concept .concept02 .concept_txt2::after {
    left: 2rem;
  }
}
@media screen and (max-width: 380px) {
  #concept .concept02 .concept_txt2::after {
    width: 71px;
    height: 52px;
  }
}
#concept .concept02 .concept_txt2 .txt {
  padding-left: 2em;
}
#concept .concept02 .concept_txt2 li {
  margin-bottom: 1.5rem;
  text-indent: -2em;
}
#concept .concept02 .concept_txt2 li::before {
  content: "";
  background: url(../img/ico_list.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 18px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #concept .concept02 .concept_txt2 li::before {
    width: 12px;
    height: 12px;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept02 .concept_txt2 li {
    font-size: 16px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept02 .concept_txt2 {
    position: static;
    padding: 10px;
    background-color: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #concept .concept02 .concept_txt2 ul {
    text-align: left;
    display: inline-block;
  }
  #concept .concept02 .concept_txt2 .txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    margin-top: 5rem;
  }
}

#introduction {
  background-color: #faf4ce;
}
#introduction .bk_kumo {
  background: url(../../img/top/bk_top.png) no-repeat;
  background-position: bottom;
  background-size: contain;
}
#introduction .intro_list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  #introduction .intro_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5rem;
    padding: 10px;
  }
}
#introduction .intro_list li {
  margin: 5px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #introduction .intro_list li {
    width: 47%;
    margin: 0 0 17px 0;
  }
}
#introduction .intro_list li img {
  width: 100%;
}
#introduction .intro_list li p {
  height: 50px;
  position: relative;
  top: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#introduction .intro_list li p::before {
  content: "";
  width: 0;
  height: 0;
  left: -10px;
  position: relative;
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#introduction .intro_list li a:hover {
  opacity: 0.7;
}
#introduction .intro_list .service {
  background-color: #f45d64;
}
#introduction .intro_list .schedule {
  background-color: #c99530;
}
#introduction .intro_list .price {
  background-color: #9eb561;
}
#introduction .intro_list .about {
  background-color: #5281b0;
}

#flow .flow_list {
  -js-display: flex;
  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: 768px) {
  #flow .flow_list {
    display: block;
    padding: 10px;
  }
  #flow .flow_list img {
    width: 100%;
  }
}
#flow .flow_list:not(:last-child) {
  margin-bottom: 8rem;
}
#flow .flow_list dl {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  #flow .flow_list dl {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#flow .flow_list dl dt {
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #ed6300;
  font-weight: bold;
  counter-increment: section;
}
@media screen and (max-width: 768px) {
  #flow .flow_list dl dt {
    margin-bottom: 2rem;
    text-indent: -5rem;
    margin-left: 5rem;
  }
}
#flow .flow_list dl dt:before {
  content: counter(section);
  color: #fff;
  background: url(../img/ico_maru.png) no-repeat;
  display: inline-block;
  background-size: contain;
  font-size: 3rem;
  width: 52px;
  height: 52px;
  position: relative;
  margin-right: 1.3rem;
  text-indent: 1.8rem;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #flow .flow_list dl dt:before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    text-indent: 1.5rem;
  }
}
/*# sourceMappingURL=top.css.map */