@charset "utf-8";
/* CSS Document */
.header {
  height: 90px;
  padding: 20px 20px 0;
}
.header-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.title {
  position: absolute;
  left: 0;
}
.title img {
  width: 150px;
}
.header p {
  font-weight: 600;
  position: absolute;
  right: 200px;
  top: 40px;
  padding-right: 10px;
}
.header p span {
  font-size: 3.6rem;
}
.header a {
  position: absolute;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.0rem;
  color: #333;
  top: 8px;
  right: 10px;
  padding: 20px;
  background-color: #e4e865;
}
.top {
  max-width: 1200px;
  margin: 0 auto;
}
.top img {
  width: 100%;
}
.top-lead h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
  padding: 40px 0 20px;
  line-height: 7.5rem;
}
.top-lead h1 span {
  font-size: 6.8rem;
  color: #e95513
}
.top-lead p {
  font-size: 2.0rem;
  padding: 0 0 40px;
}

.video {
  width: 1000px;
  margin: 0 auto;
}
.video video {
  width: 100%;
}
.read {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 3.6rem;
}
.read h3 {
  font-size: 3.0rem;
  padding: 20px;
}
.read div {
  text-align: left;
}
.read div span {
  font-size: 2.8rem;
  padding: 20px 0;
}
.read-point {
  font-size: 2.8rem;
  font-weight: 800;
  text-decoration: underline wavy #e95513;
  padding: 10px;
  text-align: left;
}
.description {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.description h2 {
  max-width: 416px;
}
.description-wrap {
  position: relative;
  padding-bottom: 20px;
}
.description-wrap img {
  position: absolute;
  width: 150px;
  right: 50px;
  top: -93px;
  z-index: -1;
}
.description-txt1 {
  text-align: left;
  line-height: 3.6rem;
  padding-top: 5px;
}
.description-txt1 span {
  font-size: 3.0rem;
}
.description-img {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.description-img img {
  max-width: 100%;
  min-width: 0;
}
.description-txt2 {
  text-align: left;
  line-height: 3.6rem;
  padding: 20px 0;
}
.contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.contents h2 {
  max-width: 712px;
}
.contents-txt1 {
  text-align: left;
  line-height: 3.6rem;
  flex-grow: 1;
  padding: 5px 0 10px 0;
}
.contents-img ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0;
}
.contents-img ul li {
  margin: 5px;
  min-width: 0;
}
.contents-img ul li img {
  width: 100%;
  vertical-align: bottom;
}
.contents-title {
  background-color: #e4e865;
  font-weight: 700;
  padding: 10px 0;
}
.contents p {
  text-align: left;
  line-height: 3.4rem;
}
.contents-txt2 {
  text-align: left;
  line-height: 3.6rem;
  padding-bottom: 20px;
}
.info {
  max-width: 900px;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.info-wrap {
  border: solid;
  height: 380px;
  margin: 0 auto;
  position: relative;
}
.info-wrap h3 {
  font-size: 4.0rem;
  padding: 40px 0;
  background-color: #e6e6e6;
}
.info-wrap p {
  font-size: 3.4rem;
  font-weight: 900;
  padding: 35px;
  margin-bottom: 20px;
  color: #e95513;
}
.info-wrap p span {
  font-size: 4.8rem;
  font-weight: 800;
  padding: 10px;
  color: #e95513;
}
.info-a-btn1 a {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 4.0rem;
  color: #333;
  background-color: #e4e865;
  padding: 15px 125px;
}
.info-p {
  font-size: 3.8rem;
  padding: 25px;
  margin: 10px 0;
}
.info-guide {
  display: flex;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  justify-content: space-around;
}
.info-guide-1 {
  font-size: 2.2rem;
  padding: 30px 0px 10px;
  margin: 0 10px;
  text-align: left;
  line-height: 3.8rem;
}
.info-guide-2 {
  font-size: 2.4rem;
  padding: 45px 0 10px;
  margin: 0 10px;
}
.info-guide-2 a {
  color: #333;
}
.info-guide-2 span {
  font-size: 4.8rem;
}
.info-guide-3 {
  font-size: 2.2rem;
  padding: 20px 0px 10px;
  margin: 0 10px;
  text-align: left;
  line-height: 4.0rem;
}
.plan {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.plan::after {
  position: absolute;
  content: '';
  background-image: url("../img/mark_001.png");
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 155px;
  right: 120px;
  z-index: -1;
}
.plan h2 {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.plan p {
  padding-bottom: 10px;
}
.plan-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.plan-title {
  width: 100px;
  height: 100px;
  background-color: #e4e865;
  font-size: 2.0rem;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  padding: 10px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-title span {
  font-size: 2.6rem;
}
.plan-box {
  text-align: left;
  padding: 0 10px 0 0;
  width: 250px;
}
.plan-box h6 {
  color: #fff;
  background-color: #e95513;
  border-radius: 0 0 45px 0;
  padding-left: 5px;
  max-width: 200px;
}
.box-inner {
  color: #e95513;
  font-size: 2.6rem;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  padding: 20px 0 10px 5px;
  line-height: 2.8rem;
}
.box-inner span {
  font-size: 3.6rem;
}
.plan-contenner {
  padding-left: 10px;
  text-align: left;
  width: 550px;
}
.plan-contenner p {
  padding-bottom: 10px;
}
.plan-p2 {
  font-size: 2.0rem;
  font-weight: 600;
}
.plan-p2 span {
  font-size: 3.0rem;
}
.plan-p3 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 3.0rem;
  padding-top: 10px;
}
.plan-p3 span {
  font-size: 1.8rem;
}
.plan-txt {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 10px;
}
.plan-txt p {
  text-align: left;
}
.plan-txt2 {
  max-width: 700px;
  margin: 0 auto;
  line-height: 2.8rem;
}
.plan-txt2 p {
  text-align: left;
}
.plan-hr {
  border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #e95513;
  max-width: 1000px;
  margin: 0 auto;
}
.video-sample {
  width: 1000px;
  margin: 0 auto;
}
.video-sample video {
  width: 50%;
}
.process {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0px;
}
.process h4 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  padding: 20px 0;
  background: linear-gradient(transparent 65%, #e4e865 65%);
  margin: 10px 10px 40px;
}
.process ul {
  max-width: 700px;
  margin: 0 auto;
}
.count {
  counter-reset: chapter;
  margin: 40px 10px;
}
.count li p:before {
  content: "STEP. "counter(chapter);
  counter-increment: chapter;
  margin: 0 15px 0 0;
  padding: 8px 10px;
  border: solid #e4e865;
  background: #fff;
  color: #333;
  text-align: center;
  z-index: 1;
}
.count li p {
  padding: 14px 0;
  text-align: left;
  background: #e4e865;
  margin: 20px 0;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 1.8rem;
}
.count li {
  text-align: left;
  padding: 0 0 20px 20px;
}
.count-txt {
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  padding-top: 15px;
  color: #e95513;
}
.count-txt span {
  font-size: 3.2rem;
}
.request {
  margin: 0 auto;
  max-width: 1000px;
}
.request h5 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  padding: 20px 0;
  background: linear-gradient(transparent 65%, #e4e865 65%);
  max-width: 1200px;
  margin: 10px 10px 20px;
}
.request form {
  max-width: 600px;
  margin: 10px auto;
  padding: 20px 0;
}
.request label {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding: 15px 0 10px;
}
.request input {
  width: 100%;
  height: 40px;
}
.request textarea {
  width: 100%;
  height: 50px;
}
.request button {
  background-color: #e4e865;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 100px;
  margin: 25px auto;
}
.checkbox {
  text-align: left;
  margin: 0 0 0 20px;
  padding-top: 20px;
}
.checkbox input {
  height: 20px;
  width: 20px;
}
.checkbox label {
  display: inline;
}
.footer {
  max-width: 1200px;
  height: 205px;
  margin: 0 auto;
  position: relative;
  background-color: #e4e865;
}
.footer-logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
.footer-logo img {
  width: 150px;
}
.footer-company {
  padding: 70px 70px 70px 0;
}
.footer-company img {
  position: absolute;
  width: 100px;
  top: 40px;
}
.footer address {
  text-align: left;
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  font-family: "Mochiy Pop One", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 4.0rem;
}
.footer address a {
  color: #333;
  font-size: 1.8rem;
}
.footer small {
  padding: 10px;
}
@media(max-width:769px) {
  .header {
    height: 60px;
  }
  .title img {
    width: 90px;
  }
  .header-wrap p {
    display: none;
  }
  .header a {
    font-size: 1.6rem;
    top: 8px;
    right: -20px;
    padding: 10px;
    margin-right: 10px;
  }
  .top-lead h1 {
    font-size: 2.0rem;
    padding: 20px 0;
    line-height: 4.0rem;
  }
  .top-lead h1 span {
    font-size: 3.2rem;
  }
  .video {
    width: 300px;
  }
  .read h3 {
    font-size: 2.4rem;
  }
  .read div {
    padding: 0 20px;
  }
  .read div span {
    font-weight: 800;
	font-size: 1.8rem;
  }
  .read-point {
    font-size: 2.4rem;
  }
  .description h2 {
    max-width: 300px;
    text-align: left;
    margin: 0;
  }
  .description-img {
    display: flex;
  }
  .description-txt1 {
    line-height: 2.8rem;
    padding-top: 10px;
  }
  .description-wrap {
    padding-bottom: 20px;
  }
  .description-wrap img {
    display: none;
  }
  .description-txt2 {
    line-height: 2.8rem;
    padding: 20px 0 40px;
  }
  .contents h2 {
    text-align: left;
    margin: 0;
  }
  .contents-txt1 {
    line-height: 2.8rem;
  }
  .contents-img ul {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .contents-title {
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 10px 0;
    line-height: 1.4rem;
  }
  .contents-txt2 {
    line-height: 2.8rem;
    padding-bottom: 20px;
  }
  .info {
    padding: 40px 40px;
  }
  .info-wrap {
    height: 250px;
  }
  .info-wrap h3 {
    font-size: 2.8rem;
    padding: 20px 0;
  }
  .info-wrap p {
    font-size: 1.4rem;
    font-weight: 900;
    padding: 15px;
    margin: 0;
  }
  .info-wrap p span {
    font-size: 2.4rem;
    font-weight: 900;
  }
  .info-a-btn1 a {
    font-size: 2.4rem;
    padding: 5px 40px;
  }
  .info-p {
    font-size: 2.2rem;
    padding: 15px 10px;
  }
  .info-p2 {
    font-size: 1.4rem;
  }
  .info-guide {
    height: 75px;
  }
  .info-guide-1 {
    font-size: 1.2rem;
    padding: 8px 0px 10px;
    line-height: 1.8rem;
  }
  .info-guide-2 {
    font-size: 1.2rem;
    padding: 10px 0px 10px;
  }
  .info-guide-2 span {
    font-size: 1.8rem;
  }
  .info-guide-3 {
    font-size: 1.2rem;
    padding: 10px 0px 10px;
    line-height: 1.8rem;
  }
  .plan {
    padding: 0 10px;
  }
  .plan::after {
    width: 50px;
    height: 50px;
    top: 255px;
    right: 15px;
  }
  .plan h2 {
    margin: 20px auto;
  }
  .plan p {
    text-align: left;
  }
  .plan-title {
    height: 150px;
    font-size: 1.4rem;
    padding: 10px 5px;
    margin-left: 0;
  }
  .plan-title span {
    font-size: 2.0rem;
  }
  .plan-box h6 {
    font-size: 1.2rem;
    padding-left: 2px;
  }
  .box-inner {
    font-size: 1.6rem;
    padding: 10px 0 10px 5px;
  }
  .box-inner span {
    font-size: 2.4rem;
  }
  .plan-p1 {
    font-size: 1.4rem;
  }
  .plan-p2 {
    font-size: 1.6rem;
  }
  .plan-p2 span {
    font-size: 2.4rem;
  }
  .plan-p3 {
    font-size: 2.4rem;
  }
  .plan-p3 span {
    font-size: 1.4rem;
  }
  .plan-txt {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .plan-txt2 {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .plan-hr {
    margin: 20px auto;
  }
  .video-sample {
    width: 300px;
  }
  .process {
    padding: 0 10px;
  }
  .process h4 {
    font-size: 2.2rem;
    padding: 8px 10px;
    margin: 20px auto;
  }
  .count li {
    padding: 0;
    font-size: 1.6rem;
  }
  .count-txt {
    font-size: 1.8rem;
  }
  .request {
    padding: 0 10px;
  }
  .request h5 {
    font-size: 2.2rem;
    padding: 8px 10px;
    margin: 20px auto;
  }
  .request form {
    padding: 20px 10px;
  }
  .footer {
    height: 200px;
  }
  .footer-logo {
    top: 10px;
    left: 10px;
  }
  .footer-logo img {
    width: 90px;
  }
  .footer-company {
    padding: 100px 70px 35px 0px;
  }
  .footer-company img {
    width: 50px;
    top: 80px;
  }
  .footer address {
    top: 10px;
    right: 10px;
    line-height: 2.2rem;
  }
  .footer address a {
    font-size: 1.4rem;
  }
  .footer small {
    font-size: 1.2rem;
  }
}