/* @charset "UTF-8"; */

html {
  scroll-behavior: smooth;
}

body {
  color: #383e45;
}

img {
  width: 100%;
}

video {
  width: 100%;
}


h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

h4 {
  font-size: 22px;
  margin-bottom: 14px;
}

p {
  font-size: 18px;
}

.sp-br {
  display: none;
}




.main-area {
  position: relative;
  width: 100%;
  background-color: #D4F0FF;
}


.main-area .main-photo {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #000;
}




.main-area .main-photo img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  background-color: #383e45;
  vertical-align: bottom;
}

.main-area .main-photo img.hidden {
  opacity: 0;
}



.main-content {
  position: absolute;
  top: 110px;
  display: flex;
  justify-content: space-between;
  /* border: 1px solid red; */
  width: 100%;
}

.main-content .main-content-left {
  /* border: 1px solid blue; */
  width: 50%;
  text-align: center;
}

.main-content .main-content-right {
  width: 50%;
}

.main-content .main-content-left .main-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.main-content .main-content-left .main-title.hidden {
  opacity: 0;
}

.main-content .main-content-left .main-btn {
  display: block;
  width: 250px;
  margin:24px auto;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #34b496;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.main-content .main-content-left .main-btn.hidden {
  display: none;
}

.main-content .main-content-left .main-btn:hover {
  background-color: #6abaa7;
}



.main-video-area {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  max-width: 711px;
}

.main-video-area .main-video {
  display: block;
}


.main-video-area .sp-main-video {
  display: none;
}


/* merit */

.merit {
  margin: 70px auto;
  /* border: 1px solid red; */
  max-width: 1000px;
  padding: 0 20px;
}


.merit .merit-list {
  display: flex;
  justify-content: space-between;
}

.merit .merit-list li {
  width: 31%;
  padding: 25px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #b8b8b8;
}

.merit .merit-list .icon {
  display: block;
  background: rgb(216, 255, 216);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: rgb(35, 96, 35);
  margin-bottom: 16px;
}

.short-merit-title {
  font-size: 16px;
  margin-bottom: 6px;
}

/* features */

.features {
  padding: 40px 0 20px 0;
  /* background-color: #e9f7ff; */
  background-repeat: repeat;
  background-color: #e7fff8;
background-image: radial-gradient(#ffffff 24%, transparent 38.5%), radial-gradient(#ffffff 24%, transparent 38.5%);
background-position: 0 0, 40px 40px;
background-size: 80px 80px
}

.features ul li {
  margin-bottom: 50px;
}

.short-features-description-wrapper {
  max-width: 650px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
  text-align: center;
}

.short-features-title {
  margin-bottom: 10px;
}

.short-features-photo-area {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 10px;
}

.short-features-photo-img {
  width: 100%;
  border: solid 1px #000;
  border-radius: 5px;
}


.requirements {
  margin: 50px auto 70px;
  /* border: 1px solid red; */
  max-width: 750px;
  padding: 0 40px;
  text-align: center;
}


.requirements .short-requirements-title {
  margin-bottom: 10px;
}

.requirements .requirements-btn {
  display: block;
  width: 250px;
  margin: 30px auto 0 auto;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #34b496;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.requirements .requirements-btn:hover {
  background-color: #39c5a7;
}

/* time-schedule */

.time-schedule {
  background-color: #fff;
  background-image: repeating-linear-gradient(45deg,rgba(180, 255, 199, 0.3),
  rgba(207, 255, 226, 0.3) 20px,transparent 0,transparent 40px),repeating-linear-gradient(315deg,
  rgba(190, 239, 255, 0.3),
  rgba(197, 255, 236, 0.3) 20px,
  transparent 0,
  transparent 40px);
}

.time-schedule-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
}

/* sample */

.sample {
  padding: 50px 0 30px;
}



.sample video {
  width: 100%;
}

.sample .sample-wrapper {
  max-width: 920px;
  margin: 0 auto 50px;
  padding: 0 10px;
  text-align: center;
}

.sample .sample-video-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sample-video1-container {
  width: 49%;
}

.sample-video2-container {
  width: 49%;
}



.price {
  background: repeating-linear-gradient(#f9fffa, #eefff2 20px, #f1ffff 0, #e4ffff 25px);
}


.price .price-wrapper {
  padding: 50px;
  margin: 0 auto;
  max-width: 1000px;
  /* background-color: white; */
}

.price-container {
  margin: 0 auto;
  background-color: white;
  padding: 50px 110px 40px;
  border-radius: 20px;

}

.price-container-title {
  text-align: center;
}

.price-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  /* width: 90%; */
}

.price-list {
  margin: 0;
  margin-right: 60px;
  width: 300px;
  font-size: 22px;
  font-weight: 600;
}

.price-list li {
  position:relative;
  padding-left: 30px;
  margin-bottom: 14px;
}



.price-list li:before {
  position: absolute;
  left: 4px;
  top: 1px;
  color: #ee8992;
  font-family: 'material symbols outlined';
  content: '\e86c';
}


.price-yen {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.price-yen::before {
  content: "全て含めて";
  position: absolute;
  font-size: 26px;
  color: rgb(214, 56, 143);
  opacity: .7;
  top: -20px;
  left: -40px;
}

small {
  display: block;
  text-align: center;
  margin: 30px 0;
}



.line-price {
  text-align: center;
  font-weight: bold;
  color: rgb(157, 0, 0);
  margin-bottom: 10px;
}

.line-area {
  width: 200px;
  margin: 0 auto;
}

.payment {
  padding: 50px 30px 70px;
}



.flow_design {
  /* border: 1px solid blue; */
  max-width: 800px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design ul {
  padding: 0;
}

.flow_design li {
  list-style-type: none;
}

.flow_design dt {
  /* border: 1px solid blue; */
  min-width: 100px;
  max-width: 100px;
}

.flow_design dd {
  /* border: 1px solid red; */
  margin-left: 10px;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #09bc00;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #09bc00;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  /* font-size: 1.2em; */
  font-size: 18px;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #09bc00;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 830px) {

  .price-container {
    padding: 50px 10px 40px;
  
  }

  .price-list {
    margin-right: 30px;
    width: 300px;
    font-size: 20px;
  }
  
  .price-list li {
    margin-bottom: 12px;
  }
  
  
  .price-yen {
    font-size: 30px;
    padding-top: 10px;
  }
  
  .price-yen::before {
    font-size: 24px;
  }
}

@media screen and (max-width: 670px) {
  .main-video-area {
    top: 10px;
  }
}


@media screen and (max-width: 650px) {
  .main-video-area {
    top: 20px;
  }
}

@media screen and (max-width: 640px) {

  .sp-br {
    display: block;
  }

  .main-area .main-photo img {
    height: 620px;
    width: 100%;
    object-fit: cover;
    background-color: #383e45;
    vertical-align: bottom;
  }
  
  .main-content {
    display: block;
    top: 60px;
  }

  .main-content .main-content-left {
    width: 100%;
  }

  .main-content .main-content-left .main-title {
    font-size: 32px;
  }

  .main-video-area {
    top: 0px;
    max-width: 547px;
  }
  
  .main-video-area .main-video {
    display: none;
  }

  .main-video-area .sp-main-video {
    display: block;
  }
  

  .merit .merit-list {
    display: block;
  }
  
  .merit .merit-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .merit-list-flex {
    display: flex;
    align-items: center;
  }

  
  .short-merit-title {
    margin-left: 20px;
    font-size: 18px;
  }

  .sample {
    padding: 50px 0 20px;
  }


  .sample .sample-wrapper {
    margin: 0 auto 30px;
  }

  .sample .sample-video-wrapper {
    display: block;
  }

  .sample-video1-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .sample-video2-container {
    width: 100%;
  }


  .price-container {
    padding: 30px 10px;
  }

  .price-container-title {
    font-size: 20px;
  }

  .price-list {
    margin-right: 30px;
    width: 220px;
    font-size: 20px;
  }
  
  .price-list li {
    margin-bottom: 10px;
  }
  
  
  .price-yen {
    font-size: 26px;
  }
  
  .price-yen::before {
    font-size: 20px;
    top: -10px;
    left: -15px;
  }

}




@media screen and (max-width: 550px) {


  .main-video-area {
    max-width: 547px;
  }
  
  .price-container {
    padding: 30px 10px 10px;
  }

  .price-container-title {
    font-size: 20px;
  }

  .price-flex {
    display: block;
    margin-top: 30px;
    /* width: 90%; */
  }

  .price-list {
    margin: 0 auto 40px;
    width: 240px;
    font-size: 22px;
  }
  
  .price-list li {
    margin-bottom: 10px;
  }
  
  
  .price-yen {
    font-size: 32px;
  }
  
  .price-yen::before {
    font-size: 20px;
    top: -12px;
    left: 100px;
  }
}

@media screen and (max-width: 520px) {
  .main-video-area {
    top: 20px;
  }
}


@media screen and (max-width: 500px) {
  .main-video-area {
    top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .main-video-area {
    top: 40px;
  }
}

@media screen and (max-width: 460px) {
  .main-video-area {
    top: 50px;
  }
}

@media screen and (max-width: 440px) {
  .main-video-area {
    top: 60px;
  }
}

@media screen and (max-width: 420px) {
    
 body {
     line-height: 1.5;
 }
    
  h3 {
    font-size: 30px;
  }


  .main-video-area {
    top: 80px;
  }

  .merit {
    margin: 50px auto;
  }

  .features {
    padding: 40px 0 10px;
    background-color: #e9f7ff;
  }

  .features ul li {
    margin-bottom: 30px;
  }

  .requirements {
    margin: 40px auto;
    padding: 0 40px;
  }

  .time-schedule-area {
    padding: 40px 10px;
  }

  .sample {
    padding: 40px 0 10px;
  }

  
  .sample .sample-wrapper {
    margin: 0 auto 20px;
  }

  .price .price-wrapper {
    padding: 30px 10px 30px;
    margin: 0 auto;
    max-width: 920px;
  }

  .table-area {
    margin-bottom: 20px;
  }

  .table-area .price-table th,
  .table-area .price-table td {
    padding: 12px;
    border: solid 1px #000;
}

  .payment {
    padding: 40px 20px 60px;
  }

  .flow_design {
  /* border: 1px solid blue; */
    max-width: 800px;
    margin: 30px auto 30px;
}

  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }
  
  .flow01 > li dl dt {
    min-width: 80%;
    margin: 0 auto 10px;
  }
  
  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
  
  .flow01 > li dl dt .icon01 {
  margin-bottom: 4px;
  }

}