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

#guide .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(../../guide/img/mainimg_bg@2x.png), url(../../guide/img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

#guide .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) {
  #guide .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

#guide .mainvisual__txt {
  margin: 70px auto 0 auto;
  max-width: 1000px;
  text-align: center;
}

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

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

#guide .mainvisual__txt__cap {
  font-weight: 600;
  margin-top: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(0px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

#guide .flow {
  margin-top: 74px;
}

#guide .flow__inner {
  position: relative;
  margin: auto;
  max-width: 1000px;
}

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

#guide .flow__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(../../guide/img/flow_ico@2x.png) no-repeat;
  background-size: 58.5px;
  background-position: top center;
}

#guide .flow__list {
  margin-top: 65px;
}

#guide .flow__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;
  position: relative;
}

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

#guide .flow__list__content div {
  min-height: 200px;
}

#guide .flow__list__content div:nth-of-type(1) {
  width: 52%;
  position: relative;
}

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

#guide .flow__list__content div:nth-of-type(1) h3 {
  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;
  color: #fff;
  font-size: 3rem;
  width: 80px;
  height: 95px;
  position: absolute;
  top: calc(-19% - 10px);
  left: 0;
  border-radius: 0 0 10px 10px;
  background: url(../../guide/img/border_b.gif);
}

#guide .flow__list__content div:nth-of-type(1) h3 span {
  font-size: 1.2rem;
}

#guide .flow__list__content div:nth-of-type(1) 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));
  margin-left: 20px;
  padding-left: calc(19.231% - 10px);
  padding-bottom: 10px;
  background: url(../../guide/img/border_dot.gif) repeat-x;
  background-size: 10px;
  background-position: bottom;
}

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

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #guide .flow__list__content div:nth-of-type(1) 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));
  }
}

#guide .flow__list__content div:nth-of-type(1) p {
  margin-top: calc(30px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
}

#guide .flow__list__content div:nth-of-type(2) {
  width: 36%;
  background-size: cover;
  background-position: center;
}

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

#guide .flow__list__content .flowbg1 {
  background: url(../../guide/img/flow_pic1@2x.jpg) no-repeat;
}

#guide .flow__list__content .flowbg2 {
  background: url(../../guide/img/flow_pic2@2x.jpg) no-repeat;
}

#guide .flow__list__content .flowbg3 {
  background: url(../../guide/img/flow_pic3@2x.jpg) no-repeat;
}

#guide .flow__list__content .flowbg4 {
  background: url(../../guide/img/flow_pic4@2x.jpg) no-repeat;
}

#guide .flow__list__vector {
  padding: 30.5px 0;
  background: url(../../guide/img/vector_und@2x.png) no-repeat;
  background-size: 34.5px;
  background-position: center;
}

#guide .hope {
  margin-top: 80px;
  padding: 80px 0;
  background: url(../../guide/img/hope_bg@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#guide .hope__inner {
  max-width: 1000px;
  margin: auto;
}

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

#guide .hope__content {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #guide .hope__content {
    padding: 7%;
  }
}

#guide .hope__content__title {
  color: #b65435;
  font-size: 3rem;
  display: inline-block;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding: 2px 0 2px 66px;
  background: url(../../guide/img/important_ico@2x.png) no-repeat;
  background-size: 46px;
  background-position: left center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  #guide .hope__content__title {
    font-size: 2.5rem;
    margin-top: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
    margin-bottom: calc(0px - (((2.5rem * 1.5) - 2.5rem) / 2));
    padding: 5px 0 5px 66px;
  }
}

#guide .hope__content__txt {
  margin-top: 36px;
  text-align: left;
}

#guide .hope__content__txt h3 {
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 17px 0 17px 63px;
  background: url(../../guide/img/checkbox_ico@2x.png) #be6b55;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left 20px center;
  border-radius: 5px;
}

#guide .hope__content__txt p {
  margin-top: calc(20px - (((1.4rem * 1.5) - 1.4rem) / 2));
  margin-bottom: calc(40px - (((1.4rem * 1.5) - 1.4rem) / 2));
}

#guide .hope__content__txt p .pen {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffebc4));
  background: linear-gradient(transparent 60%, #ffebc4 60%);
}
/*# sourceMappingURL=style.css.map */