@charset "UTF-8";
#intro {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
}
#intro h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-weight: 900;
  line-height: 1.25;
}
#intro h2 span:nth-of-type(1) {
  font-size: 50px;
}
#intro h2 span:nth-of-type(2) {
  font-size: 40px;
}
#intro h2 span:nth-of-type(3) {
  font-size: 105px;
  line-height: 1;
}
#intro h2 span:nth-of-type(3) span {
  font-size: 105px;
}
@media (max-width: 768px) {
  #intro h2 span:nth-of-type(1) {
    font-size: 40px;
  }
  #intro h2 span:nth-of-type(2) {
    font-size: 32px;
  }
  #intro h2 span:nth-of-type(3) {
    font-size: 95px;
  }
  #intro h2 span:nth-of-type(3) span {
    font-size: 105px;
  }
}
@media (max-width: 480px) {
  #intro h2 {
    right: 50%;
    transform: translateX(50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem;
  }
  #intro h2 span:nth-of-type(1) {
    font-size: 28px;
  }
  #intro h2 span:nth-of-type(2) {
    font-size: 22px;
  }
  #intro h2 span:nth-of-type(3) {
    font-size: 60px;
    margin-top: -25px;
  }
  #intro h2 span:nth-of-type(3) span {
    font-size: 105px;
  }
}

.webp #intro {
  background: url(../image/d1.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #intro {
    background: url(../image/d1s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #intro {
    background: url(../image/d1ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #intro {
  background: url(../image/d1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../image/d1s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #intro {
    background: url(../image/d1ss.jpg);
    background-size: cover;
    background-position: center;
  }
}

#about {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#about section {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  width: 100%;
}
#about section h3 {
  font-weight: 900;
}
#about section h3 > span:nth-of-type(1) {
  font-size: 36px;
}
@media (max-width: 1000px) {
  #about section h3 > span:nth-of-type(1) {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #about section h3 > span:nth-of-type(1) {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #about section h3 > span:nth-of-type(1) {
    font-size: 20px;
  }
}
#about section h3 > span:nth-of-type(2) {
  font-size: 128px;
  position: relative;
}
@media (max-width: 1000px) {
  #about section h3 > span:nth-of-type(2) {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  #about section h3 > span:nth-of-type(2) {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  #about section h3 > span:nth-of-type(2) {
    font-size: 60px;
  }
}
#about section h3 > span:nth-of-type(2) ::before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translate(-240px, 0);
  width: 180px;
  height: 180px;
  display: inline-block;
  background: url(../image/c2.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  #about section h3 > span:nth-of-type(2) ::before {
    transform: translate(-190px, 0);
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  #about section h3 > span:nth-of-type(2) ::before {
    transform: translate(-155px, 0);
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  #about section h3 > span:nth-of-type(2) ::before {
    transform: translate(-115px, 0);
    width: 90px;
    height: 90px;
  }
}
#about section h3 > span:nth-of-type(2) ::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(240px, 0);
  width: 190px;
  height: 120px;
  display: inline-block;
  background: url(../image/d3.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  #about section h3 > span:nth-of-type(2) ::after {
    transform: translate(190px, 0);
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  #about section h3 > span:nth-of-type(2) ::after {
    transform: translate(150px, 20px);
    width: 130px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  #about section h3 > span:nth-of-type(2) ::after {
    transform: translate(110px, 10px);
    width: 90px;
    height: 60px;
  }
}
#about section h3 > span {
  display: block;
}
#about section h3 small {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #about section h3 small {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #about section h3 small {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #about section h3 small {
    font-size: 14px;
  }
}
#about section p {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  #about section p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #about section p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #about section p {
    font-size: 15px;
  }
}
#about section p a {
  background: #0062C8;
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 18px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border-radius: 50px;
}
@media (max-width: 1000px) {
  #about section p a {
    font-size: 16px;
  }
}

.no-webp #about section h3 > span:nth-of-type(2)::before {
  background: url(../image/d2.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.no-webp #about section h3 > span:nth-of-type(2)::after {
  background: url(../image/d3.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#youtube-area {
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#youtube span {
  opacity: 0;
}

/*duration*/
#youtube-area.appear {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*noクリック*/
#youtube-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#youtube-mask span {
  opacity: 0;
}

#youtube-mask::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

#needs {
  background: #0062C8;
  color: #fff;
  text-align: center;
  padding: 100px 0 50PX;
  font-weight: 900;
  position: relative;
}
@media (max-width: 768px) {
  #needs {
    padding: 50px 0 25PX;
  }
}
#needs .pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #needs .pc {
    display: none;
  }
}
#needs .pc > picture {
  width: 25%;
  max-width: 380px;
  min-width: 250px;
}
#needs .pc > picture img {
  width: 100%;
}
#needs .pc section {
  margin: 0 20px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #needs .pc section {
    margin: 0 50px;
    transition: all 0.3s ease;
  }
}
#needs .pc section > h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  #needs .pc section > h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #needs .pc section > h3 {
    font-size: 30px;
  }
}
#needs .pc section > h3 + p {
  font-size: 40px;
  margin: 1rem auto;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #needs .pc section > h3 + p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #needs .pc section > h3 + p {
    font-size: 30px;
  }
}
#needs .pc section > h3 + p img {
  width: 250px;
  display: block;
  margin: 1rem auto;
}
#needs .pc section div h3 {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 2;
}
#needs .pc section div h3 > span:nth-of-type(1) {
  font-size: 24px;
}
@media (max-width: 1000px) {
  #needs .pc section div h3 > span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #needs .pc section div h3 > span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #needs .pc section div h3 > span:nth-of-type(1) {
    font-size: 16px;
  }
}
#needs .pc section div h3 > span:nth-of-type(2) {
  font-size: 70px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1000px) {
  #needs .pc section div h3 > span:nth-of-type(2) {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  #needs .pc section div h3 > span:nth-of-type(2) {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  #needs .pc section div h3 > span:nth-of-type(2) {
    font-size: 50px;
  }
}
#needs .pc section div h3 > span {
  display: block;
}
#needs .pc section div h3 small {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #needs .pc section div h3 small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #needs .pc section div h3 small {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #needs .pc section div h3 small {
    font-size: 12px;
  }
}
#needs .pc section div p {
  font-weight: 700;
  font-size: 28px;
  border-top: 1px solid #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-top: 10px;
}
#needs .pc section div p i {
  margin-right: 10px;
  font-size: 25px;
}
#needs .pc section div > span {
  display: inline-block;
  font-weight: 500;
  margin-top: 0.25rem;
  font-size: 80%;
}
#needs .tab section:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
#needs .tab section:nth-of-type(1) h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 480px) {
  #needs .tab section:nth-of-type(1) h3 {
    font-size: 30px;
  }
}
#needs .tab section:nth-of-type(1) img {
  display: block;
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #needs .tab section:nth-of-type(1) img {
    width: 180px;
  }
}
#needs .tab section:nth-of-type(2) {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#needs .tab section:nth-of-type(2) picture {
  width: 45%;
}
#needs .tab section:nth-of-type(2) picture img {
  width: 100%;
}
#needs .tab section:nth-of-type(3) {
  text-align: center;
}
#needs .tab section:nth-of-type(3) p {
  font-size: 40px;
  margin-bottom: 1rem;
}
#needs .tab section:nth-of-type(3) div h3 {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 2;
}
#needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(1) {
  font-size: 24px;
}
@media (max-width: 1000px) {
  #needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(1) {
    font-size: 16px;
  }
}
#needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(2) {
  font-size: 70px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1000px) {
  #needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(2) {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  #needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(2) {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  #needs .tab section:nth-of-type(3) div h3 > span:nth-of-type(2) {
    font-size: 50px;
  }
}
#needs .tab section:nth-of-type(3) div h3 > span {
  display: block;
}
#needs .tab section:nth-of-type(3) div h3 small {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  #needs .tab section:nth-of-type(3) div h3 small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #needs .tab section:nth-of-type(3) div h3 small {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #needs .tab section:nth-of-type(3) div h3 small {
    font-size: 12px;
  }
}
#needs .tab section:nth-of-type(3) div p {
  font-weight: 700;
  font-size: 28px;
  border-top: 1px solid #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-top: 10px;
}
#needs .tab section:nth-of-type(3) div p i {
  margin-right: 10px;
  font-size: 25px;
}
#needs .tab section:nth-of-type(3) div > span {
  display: inline-block;
  font-weight: 500;
  margin-top: 0.25rem;
  font-size: 80%;
}

.arrow2 {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.arrow2 img {
  width: 101%;
  margin: 0;
  padding: 0;
  margin-left: -2px;
}

#scope {
  text-align: center;
  margin: 30px auto;
}
#scope h2 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 0.75rem;
}
@media (max-width: 1000px) {
  #scope h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #scope h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #scope h2 {
    font-size: 28px;
  }
}
#scope h2 + p {
  line-height: 1.7;
}
#scope ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  #scope ul {
    margin: 30px auto;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #scope ul {
    margin: 20px auto;
  }
}
#scope ul li {
  width: 22%;
  margin-bottom: 5%;
}
@media (max-width: 1000px) {
  #scope ul li {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #scope ul li {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #scope ul li {
    width: 47%;
    margin-bottom: 20px;
  }
}
#scope ul li picture {
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  #scope ul li picture {
    margin-bottom: 0.75rem;
  }
}
#scope ul li picture img {
  width: 100%;
}
@media (max-width: 480px) {
  #scope ul li picture img {
    width: 80%;
  }
}

#why {
  text-align: center;
  background: #D3EDFF;
  padding: 70px 30px 20px;
}
@media (max-width: 768px) {
  #why {
    padding: 50px 30px 10px;
  }
}
@media (max-width: 480px) {
  #why {
    padding: 30px 20px 10px;
  }
}
#why h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  #why h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #why h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #why h2 {
    font-size: 30px;
  }
}
#why h2 > span {
  font-size: 115%;
}
#why section {
  background: #fff;
  display: inline-block;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 15px;
}
@media (max-width: 1000px) {
  #why section {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768x) {
  #why section {
    padding: 25px;
    margin-bottom: 25px;
  }
}
#why section h3 {
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #0062C8;
}
@media (max-width: 1000px) {
  #why section h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #why section h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #why section h3 {
    font-size: 20px;
  }
}
#why section h3 small {
  display: inline-block;
  font-size: 18px;
  margin-left: 0.5rem;
}
@media (max-width: 480px) {
  #why section h3 small {
    font-size: 16px;
  }
}
#why section p {
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 1000px) {
  #why section p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #why section p {
    font-size: 16px;
    text-align: justify;
  }
  #why section p br {
    display: none;
  }
}
@media (max-width: 480px) {
  #why section p {
    font-size: 15px;
  }
}

.arrow {
  background: #D3EDFF;
  width: 100%;
  overflow: hidden;
}
.arrow img {
  width: 101%;
  margin-bottom: -1px;
  margin-left: -2px;
}

#point {
  text-align: center;
  background: #0062C8;
  color: #fff;
  padding: 0 30px 70px;
}
@media (max-width: 1000px) {
  #point {
    padding: 0 30px 60px;
  }
}
@media (max-width: 768px) {
  #point {
    padding: 0 30px 50px;
  }
}
@media (max-width: 480px) {
  #point {
    padding: 0 20px 40px;
  }
}
#point h3:nth-of-type(1) {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  #point h3:nth-of-type(1) {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #point h3:nth-of-type(1) {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #point h3:nth-of-type(1) {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
#point h3:nth-of-type(1) strong {
  font-size: 60px;
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 1000px) {
  #point h3:nth-of-type(1) strong {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  #point h3:nth-of-type(1) strong {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #point h3:nth-of-type(1) strong {
    font-size: 36px;
  }
}
#point h3:nth-of-type(1) > span {
  font-size: 115%;
}
#point .point_character img {
  width: 146px;
  margin: 20px 0;
}
@media (max-width: 1000px) {
  #point .point_character img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  #point .point_character img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #point .point_character img {
    width: 90px;
  }
}
#point ul {
  margin: 0 auto 50px;
  padding: 2rem;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  #point ul {
    margin: 0 auto 40px;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  #point ul {
    margin: 0 auto 30px;
    padding: 1rem;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  #point ul {
    margin: 0 auto 10px;
    border-radius: 10px;
    padding: 1rem 0.5rem;
  }
}
#point ul li {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  padding: 0.75rem;
}
@media (max-width: 1000px) {
  #point ul li {
    font-size: 24px;
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  #point ul li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #point ul li {
    font-size: 18px;
    padding: 0.5rem;
    margin: 0.25rem;
  }
}
#point ul li span {
  font-size: 115%;
}
@media (max-width: 480px) {
  #point ul li span {
    font-size: 100%;
  }
}
#point ul li .line {
  border-bottom: 2px solid #fff;
  padding-bottom: 0.25rem;
  font-weight: 900;
  font-size: 100%;
}
@media (max-width: 480px) {
  #point ul li .line {
    padding: 0;
  }
}
#point p {
  font-size: 28px;
  line-height: 2;
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  #point p {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  #point p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #point p {
    font-size: 18px;
    margin-bottom: 1.3rem;
  }
}
#point strong {
  display: block;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  #point strong {
    font-size: 45px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  #point strong {
    font-size: 40px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #point strong {
    font-size: 36px;
    margin-bottom: 2rem;
  }
}

.line {
  padding: 2rem 0;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 1000px) {
  .line {
    padding: 1.75rem 0;
  }
}
@media (max-width: 768px) {
  .line {
    padding: 1.5rem 0;
  }
}

.line1 {
  font-size: 40px;
  padding: 1.75rem;
}
@media (max-width: 1000px) {
  .line1 {
    font-size: 35px;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .line1 {
    font-size: 30px;
    padding: 1.25rem;
  }
}
@media (max-width: 480px) {
  .line1 {
    font-size: 30px;
    padding: 1rem;
  }
}

#plan {
  text-align: center;
  background: #0062C8;
  color: #fff;
  padding: 70px 30px 50px;
}
@media (max-width: 1000px) {
  #plan {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 768px) {
  #plan {
    padding: 50px 30px 10px;
  }
}
@media (max-width: 480px) {
  #plan {
    padding: 40px 20px 20px;
  }
}
#plan h3.why_dclean small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0.25rem auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  #plan h3.why_dclean small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #plan h3.why_dclean small {
    font-size: 14px;
  }
}
#plan > p {
  line-height: 1.7;
  margin: 1rem 0 1.5rem;
  font-size: 20px;
}
@media (max-width: 1000px) {
  #plan > p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #plan > p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #plan > p {
    font-size: 16px;
  }
}
#plan > p a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #00A0FF;
  border-radius: 30px;
  margin-top: 1rem;
}
#plan ul {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: 1000px;
}
@media (max-width: 480px) {
  #plan ul {
    display: block;
  }
}
#plan ul li {
  width: 31.5%;
}
@media (max-width: 480px) {
  #plan ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#plan ul li dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  #plan ul li dt {
    margin-bottom: 0.5rem;
  }
}
#plan ul li dt img {
  width: 78px;
  margin-bottom: 1.5rem;
}
@media (max-width: 1000px) {
  #plan ul li dt img {
    width: 70px;
  }
}
@media (max-width: 768px) {
  #plan ul li dt img {
    width: 60px;
  }
}
@media (max-width: 480px) {
  #plan ul li dt img {
    width: 50px;
    margin-bottom: 1rem;
  }
}
#plan ul li dt small {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
  #plan ul li dt small {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #plan ul li dt small {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #plan ul li dt small {
    font-size: 16px;
  }
}
#plan ul li dt span {
  font-size: 26px;
  font-weight: 900;
}
@media (max-width: 1000px) {
  #plan ul li dt span {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  #plan ul li dt span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #plan ul li dt span {
    font-size: 24px;
  }
}
#plan ul li dd img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
#plan ul li dd h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  font-size: 20px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1000px) {
  #plan ul li dd h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #plan ul li dd h4 {
    font-size: 15px;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 480px) {
  #plan ul li dd h4 {
    font-size: 20px;
    letter-spacing: 0;
    border: none;
    padding-bottom: 0;
  }
}
#plan ul li dd p {
  font-size: 18px;
  line-height: 1.7;
  margin: 1rem 0;
}
@media (max-width: 1000px) {
  #plan ul li dd p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #plan ul li dd p {
    font-size: 14px;
  }
  #plan ul li dd p br {
    display: none;
  }
  #plan ul li dd p:nth-of-type(1) {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  #plan ul li dd p {
    font-size: 15px;
  }
}
#plan ul li dd p a {
  border-bottom: 1px dotted #fff;
  padding: 0.25rem;
}
#plan ul li:nth-last-of-type(1) {
  margin-bottom: 2rem;
}
#plan section {
  margin: 70px auto 30px;
}
@media (max-width: 768px) {
  #plan section {
    margin: 50px auto 20px;
  }
}
#plan section h3 {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 1000px) {
  #plan section h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #plan section h3 {
    font-size: 30px;
  }
}
#plan section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  #plan section ul {
    margin: 25px auto 0;
  }
}
@media (max-width: 480px) {
  #plan section ul {
    justify-content: center;
  }
}
#plan section ul li {
  width: 23%;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #plan section ul li {
    font-size: 13px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #plan section ul li {
    width: 41%;
    font-size: 12px;
    margin: 0 0.5rem 1rem;
  }
}
#plan section ul li img {
  width: 100%;
  margin-bottom: 0.75rem;
}

.boot {
  letter-spacing: -0.1rem;
}

.line2 {
  font-size: 35px;
}
@media (max-width: 1000px) {
  .line2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .line2 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .line2 {
    font-size: 20px;
  }
}
.line2 .italic {
  font-size: 115%;
}

#area {
  background: #D3EDFF;
  text-align: center;
  padding: 70px 30px;
}
@media (max-width: 1000px) {
  #area {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  #area {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  #area {
    padding: 30px 20px 10px;
  }
}
#area h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
@media (max-width: 1000px) {
  #area h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #area h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #area h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}
#area h2 .italic {
  font-size: 120%;
}
#area > p:nth-of-type(1) {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #area > p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #area > p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
#area h3.why_dclean {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #area h3.why_dclean {
    margin-bottom: 20px;
  }
}
#area h3.why_dclean small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  #area h3.why_dclean small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #area h3.why_dclean small {
    font-size: 14px;
  }
}
#area > p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 480px;
}
@media (max-width: 768px) {
  #area > p:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 350px;
  }
}
@media (max-width: 480px) {
  #area > p:nth-of-type(2) {
    font-size: 15px;
    margin-bottom: 200px;
  }
}
#area dt {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  #area dt {
    font-size: 18px;
  }
}
#area dd {
  margin-bottom: 2rem;
  line-height: 1.7;
}

.webp #area {
  background: url(../image/d24.webp), #D3EDFF;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px auto;
}
@media (max-width: 768px) {
  .webp #area {
    background-size: 650px auto;
  }
}
@media (max-width: 480px) {
  .webp #area {
    background-size: 430px auto;
    background-position: center 40%;
  }
}

.no-webp #area {
  background: url(../image/d24.jpg), #D3EDFF;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px auto;
}
@media (max-width: 768px) {
  .no-webp #area {
    background-size: 650px auto;
  }
}
@media (max-width: 480px) {
  .no-webp #area {
    background-size: 430px auto;
    background-position: center 40%;
  }
}
/*# sourceMappingURL=top.css.map */