@charset "UTF-8";
/* CSS Document */
main {
  background-image:url("../images/IMG_9293.JPG");
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url( "../images/IMG_9153.JPG");
  background-size: cover;
  background-position: 80% 20%;
  z-index: 3;
  margin-bottom: 56px;
}
.main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: -2px;
  left: -1px;
  right: -3px;
  filter: blur(3px);
  z-index: -2;
  background: inherit;
}
.main h2 {
  color: #fff;
  font-size: 1.6rem;
  padding: 80px 0;
}
@media (min-width: 1160px) {
  .main {
    margin-bottom: 124px;
  }
  .main h2 {
    font-size: 3.6rem;
    padding: 272px 0;
    line-height: 1.0;
  }
}
.content_title {
  max-width: 858px;
  margin: 0 auto;
  text-align: left;
  padding: 0 19px 70px;
  position: relative;
}
.content_title h2 {
  color: #1e1e1e;
  font-size: 1.8rem;
  padding-bottom: 7px;
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 8px;
}
.genre, .Fee, .please, .flow {
  margin-bottom: 50px;
  color: #1e1e1e;
}
.genre h3, .Fee h3, .please h3, .flow h3 {
  font-size: 1.4rem;
  border-left: solid 3px #0075C2;
  padding-left: 10px;
  margin-bottom: 14px;
  color: #1e1e1e;
}
.character_1 {
  width: 120px;
  height: 179px;
  position: absolute;
  left: 230px;
  top: 170px;
}
.character_2 {
  width: 120px;
  height: 179px;
  position: absolute;
  left: 230px;
  top: 900px;
}
.please_p {
  margin-bottom: 14px;
}
.please_list {
  margin-bottom: 9px;
}
.content_title p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.flow_wrapper, .supplement {
  display: flex;
}
.step {
  margin-bottom: 3px;
}
.step:last-child {
  margin-bottom: 0;
}
.step1, .step2, .step3, .step4, .step5 {
  color: #0075C2;
  font-family: "Noto Sans JP", "Arial", sans-serif;
  font-weight: 400;
  width: 79px;
}
.subject {
  font-weight: bold;
}
.flow_wrapper {
  margin-bottom: 6px;
}
.supplement span {
  background-color: #d1d1d1;
  width: 1px;
  height: 100px;
  margin: 0 62px 0 16px;
}
.supplement p {
  padding-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.supplement_last_p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-left: 79px;
}
.service_btn {
  border: none;
  width: 337px;
  height: 70px;
  border-radius: 100px;
  background-color: #E27414;
  color: #fff;
  font-size: 2.0rem;
  font-family: 'Noto Serif CJK JP Bold', serif;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}
.service_btn:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
@media (min-width: 1160px) {
  .content_title {
    padding-bottom: 130px;
  }
  .content_title h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .genre h3, .Fee h3, .please h3, .flow h3 {
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
  .genre p, .Fee p, .please p {
    font-size: 1.6rem;
  }
  .genre, .Fee, .please, .flow {
    margin-bottom: 56px;
  }
  .please_p {
    margin-bottom: 15px;
  }
  .please_list {
    margin-bottom: 15px;
  }
  .step1, .step2, .step3, .step4, .step5 {
    width: 180px;
  }
  .flow {
    margin-bottom: 50px;
  }
  .flow p {
    font-size: 1.6rem;
  }
  .subject {
    font-size: 1.8rem;
  }
  .supplement p {
    padding-top: 18px;
  }
  .supplement span {
    margin-right: 163px;
  }
  .supplement_last_p {
    margin-left: 180px;
  }
  .step {
    margin-bottom: 6px;
  }
  .service_btn {
    width: 363px;
    height: 70px;
    font-size: 2.4rem;
  }
  .character_1 {
    width: 145px;
    height: 196px;
    left: 630px;
    top: 190px;
  }
  .character_2 {
    width: 168px;
    height: 228px;
    left: 630px;
    top: 950px;
  }
}























