@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}

#section01 .mainphoto {
  width: 100%;
  height: 470px;
  background-image: url(../images/main_photo_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  #section01 .mainphoto {
    height: 80vw;
    background-image: url(../images/main_photo_sp.jpg);
  }
}

#section01 .redobi {
  width: 100%;
  font-size: 40px;
  padding: 12px 0 18px 0;
  text-align: center;
  line-height: 100%;
  background-color: #a6272d;
  color: #fff;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #section01 .redobi {
    font-size: 6vw;
  }
}

#section01 .buleobi {
  width: 100%;
  font-size: 18px;
  padding: 8px 0 12px 0;
  text-align: center;
  line-height: 100%;
  background-color: #1b1446;
  color: #fff;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  #section01 .buleobi {
    font-size: 3.8vw;
    line-height: 140%;
    padding: 8px 0 12px 0;
  }
}

#section02 {
  width: 100%;
  padding: 128px 0 200px 0;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #section02 {
    padding: 60px 0;
  }
}

#section02 h2 {
  font-size: 30px;
  display: inline-block;
  padding: 0 3px 15px 3px;
  position: relative;
  color: #1b1446;
  font-weight: 600;
}

@media (max-width: 768px) {
  #section02 h2 {
    font-size: 5vw;
  }
}

#section02 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac964b;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section02 .osusume_contena {
  width: 90%;
  max-width: 1040px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #section02 .osusume_contena {
    flex-wrap: wrap;
    margin: 60px auto 0 auto;
  }
}

#section02 .osusume_contena .item {
  width: 33%;
  max-width: 304px;
  text-align: center;
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item {
    width: 100%;
    margin-bottom: 50px;
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item .ffll {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#section02 .osusume_contena .item h3 {
  width: 100%;
  height: 84px;
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}

#section02 .osusume_contena .item h3.line1 {
  padding: 0.8em;
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item h3.line1 {
    padding: 0em;
  }
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
}

#section02 .osusume_contena .item .photo {
  width: 63.9%;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item .photo {
    width: 40%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item .photo2 {
    order: 2;
  }
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item .ffll2 {
    width: 50%;
    order: 1;
  }
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item .ffll2 p {
    width: 100%;
  }
}

#section02 .osusume_contena .item p {
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  display: inline-block;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section02 .osusume_contena .item p {
    width: 50%;
    font-size: 4.2vw;
  }
}

#section02 .osusume_contena .item p span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

#section03 {
  width: 100%;
  background-image: url(../images/sec06_back.jpg);
  background-size: cover;
  padding: 140px 0 160px 0;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #section03 {
    padding: 60px 0;
  }
}

#section03 h2 {
  font-size: 30px;
  display: inline-block;
  padding: 0 3px 15px 3px;
  position: relative;
  color: #1b1446;
  font-weight: 600;
}

@media (max-width: 768px) {
  #section03 h2 {
    font-size: 5vw;
  }
}

#section03 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac964b;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section03 .sec03_contena {
  width: 90%;
  max-width: 1100px;
  margin: 115px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section03 .sec03_contena {
    margin: 35px auto 0 auto;
    flex-wrap: wrap;
  }
}

#section03 .sec03_contena .left {
  width: 39%;
  font-size: 20px;
  text-align: left;
  line-height: 210%;
  text-align: justify;
}

@media (max-width: 768px) {
  #section03 .sec03_contena .left {
    width: 100%;
    order: 2;
    font-size: 14px;
  }
}

#section03 .sec03_contena .right {
  width: 53.4%;
}

@media (max-width: 768px) {
  #section03 .sec03_contena .right {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
}

#section04 {
  width: 100%;
  background-size: cover;
  padding: 130px 0 100px 0;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #section04 {
    padding: 60px 0;
  }
}

#section04 h2 {
  font-size: 30px;
  display: inline-block;
  padding: 0 3px 15px 3px;
  position: relative;
  color: #1b1446;
  font-weight: 600;
}

@media (max-width: 768px) {
  #section04 h2 {
    font-size: 5vw;
  }
}

#section04 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac964b;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section04 .subtext {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  font-family: 'Noto Sans JP';
  color: #1b1446;
}

@media (max-width: 768px) {
  #section04 .subtext {
    font-size: 3.6vw;
    line-height: 140%;
  }
}

#section04 .fuki_contena {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section04 .fuki_contena .item01 {
  width: 44.7%;
  padding-top: 20px;
}

@media (max-width: 768px) {
  #section04 .fuki_contena .item01 {
    width: 80%;
    padding-top: 0px;
  }
}

#section04 .fuki_contena .item02 {
  width: 37%;
  margin-right: 6.7%;
}

@media (max-width: 768px) {
  #section04 .fuki_contena .item02 {
    width: 70%;
    margin-right: 0%;
    margin-left: auto;
  }
}

#section04 .fuki_contena .item03 {
  width: 37.8%;
  padding-top: 35px;
  margin-left: 11%;
}

@media (max-width: 768px) {
  #section04 .fuki_contena .item03 {
    width: 80%;
    padding-top: 0px;
    margin-left: 0;
    margin-right: auto;
  }
}

#section04 .fuki_contena .item04 {
  width: 44.5%;
  margin-top: -30px;
}

@media (max-width: 768px) {
  #section04 .fuki_contena .item04 {
    width: 70%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 0;
  }
}

#section05 {
  width: 100%;
  background-image: url(../images/sec06_back.jpg);
  background-size: cover;
  padding: 150px 0 150px 0;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #section05 {
    padding: 60px 0;
  }
}

#section05 .icon {
  width: 130px;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  #section05 .icon {
    width: 15%;
    margin: 0 auto 10px auto;
  }
}

#section05 h2 {
  font-size: 30px;
  display: inline-block;
  padding: 0 3px 15px 3px;
  position: relative;
  color: #1b1446;
  font-weight: 600;
}

@media (max-width: 768px) {
  #section05 h2 {
    font-size: 5vw;
  }
}

#section05 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac964b;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section05 .subtext {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  font-family: 'Noto Sans JP';
  color: #1b1446;
}

#section05 .white01 {
  width: 100%;
  max-width: 1100px;
  margin: 35px auto 80px auto;
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
}

@media (max-width: 768px) {
  #section05 .white01 {
    width: 90%;
    margin: 15px auto 50px auto;
    padding: 5vw;
  }
}

#section05 .white01 .step {
  width: 115px;
  margin: 0 auto 45px auto;
}

@media (max-width: 768px) {
  #section05 .white01 .step {
    width: 20%;
    margin: 0 auto 15px auto;
  }
}

#section05 .white01 .step_contena1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#section05 .white01 .step_contena1 .left {
  width: 69.5%;
  text-align: left;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

#section05 .white01 .step_contena1 .left h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 15px;
  color: #1b1446;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena1 .left h5 {
    font-size: 4.5vw;
  }
}

#section05 .white01 .step_contena1 .left p {
  font-size: 18px;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena1 .left p {
    font-size: 3.5vw;
  }
}

#section05 .white01 .step_contena1 .right {
  width: 29%;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena1 .right {
    width: 70%;
    margin: 0 auto;
  }
}

#section05 .white01 .step_contena2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP';
}

#section05 .white01 .step_contena2 .left {
  width: 47%;
  border: 1px solid #1b1446;
  padding: 45px;
  text-align: center;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena2 .left {
    width: 100%;
    padding: 5vw;
    margin-bottom: 25px;
  }
}

#section05 .white01 .step_contena2 .right {
  width: 47%;
  border: 1px solid #1b1446;
  padding: 45px;
  text-align: center;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena2 .right {
    width: 100%;
    padding: 5vw;
  }
}

#section05 .white01 .step_contena2 .iconb {
  width: 88px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena2 .iconb {
    width: 20%;
  }
}

#section05 .white01 .step_contena2 .titletext {
  font-size: 22px;
  font-weight: 600;
  color: #1b1446;
  text-align: center;
  margin: 20px auto 30px auto;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena2 .titletext {
    font-size: 4.5vw;
  }
}

#section05 .white01 .step_contena2 p {
  font-size: 16px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #section05 .white01 .step_contena2 p {
    font-size: 3.5vw;
  }
}

#section05 .white01 .under {
  width: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#section05 .white02 {
  width: 100%;
  max-width: 1100px;
  margin: 35px auto 80px auto;
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
}

@media (max-width: 768px) {
  #section05 .white02 {
    width: 90%;
    margin: 0px auto 50px auto;
    padding: 5vw;
  }
}

#section05 .white02 .step {
  width: 115px;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  #section05 .white02 .step {
    width: 20%;
    margin: 0 auto 15px auto;
  }
}

#section05 .white02 .w02_sp {
  width: 70%;
  margin: 20px auto 0 auto;
}

#section05 .white02 .step_contena1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#section05 .white02 .step_contena1 .left {
  width: 48%;
  text-align: left;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section05 .white02 .step_contena1 .left {
    width: 100%;
  }
}

#section05 .white02 .step_contena1 .left h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 15px;
  color: #1b1446;
}

@media (max-width: 768px) {
  #section05 .white02 .step_contena1 .left h5 {
    font-size: 4.5vw;
    padding-bottom: 0px;
  }
}

#section05 .white02 .step_contena1 .right {
  width: 38%;
}

@media (max-width: 768px) {
  #section05 .white02 .step_contena1 .right {
    display: none;
  }
}

#section05 .white02 p.textsita {
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section05 .white02 p.textsita {
    font-size: 3.5vw;
  }
}

#section05 .white02 p.textsita span {
  font-size: 14px;
}

@media (max-width: 768px) {
  #section05 .white02 p.textsita span {
    font-size: 3vw;
  }
}

#section05 .white02 .under {
  width: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#section05 .white03 {
  width: 100%;
  max-width: 1100px;
  margin: 35px auto 20px auto;
  background-color: #fff;
  padding: 60px 70px;
  position: relative;
}

@media (max-width: 768px) {
  #section05 .white03 {
    width: 90%;
    margin: 0px auto 20px auto;
    padding: 5vw;
  }
}

#section05 .white03 .step {
  width: 115px;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  #section05 .white03 .step {
    width: 20%;
    margin: 0 auto 15px auto;
  }
}

#section05 .white03 .w02_sp {
  width: 40%;
  margin: 20px auto 0 auto;
}

#section05 .white03 .step_contena1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#section05 .white03 .step_contena1 .left {
  width: 64.5%;
  text-align: left;
  font-family: 'Noto Sans JP';
}

#section05 .white03 .step_contena1 .left h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 15px;
  color: #1b1446;
}

@media (max-width: 768px) {
  #section05 .white03 .step_contena1 .left h5 {
    font-size: 4.5vw;
    padding-bottom: 0px;
  }
}

#section05 .white03 .step_contena1 .right {
  width: 19%;
  margin-right: 9%;
}

@media (max-width: 768px) {
  #section05 .white03 .step_contena1 .right {
    display: none;
  }
}

#section05 .white03 p.textsita {
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section05 .white03 p.textsita {
    font-size: 3.5vw;
  }
}

#section05 .white03 p.textsita span {
  font-size: 14px;
}

@media (max-width: 768px) {
  #section05 .white03 p.textsita span {
    font-size: 3vw;
  }
}

#section05 .white03 .under {
  width: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#section05 .texttyu {
  font-size: 14px;
  text-align: left;
  font-family: 'Noto Sans JP';
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 135px auto;
}

@media (max-width: 768px) {
  #section05 .texttyu {
    font-size: 3vw;
    margin: 0 auto 60px auto;
  }
}

#section05 .stepbotan {
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
}

#section06 {
  width: 100%;
  background-size: cover;
  padding: 180px 0;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #section06 {
    padding: 60px 0;
  }
}

#section06 h2 {
  font-size: 30px;
  display: inline-block;
  padding: 0 3px 15px 3px;
  position: relative;
  color: #1b1446;
  font-weight: 600;
}

@media (max-width: 768px) {
  #section06 h2 {
    font-size: 5vw;
  }
}

#section06 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac964b;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section06 .app_contena {
  width: 90%;
  max-width: 1100px;
  margin: 150px auto;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP';
}

@media (max-width: 768px) {
  #section06 .app_contena {
    margin: 40px auto;
    flex-wrap: wrap;
  }
}

#section06 .app_contena .apple {
  width: 50%;
}

@media (max-width: 768px) {
  #section06 .app_contena .apple {
    width: 100%;
    margin-bottom: 50px;
  }
}

#section06 .app_contena .android {
  width: 50%;
}

@media (max-width: 768px) {
  #section06 .app_contena .android {
    width: 100%;
    margin-bottom: 50px;
  }
}

#section06 .app_contena h5 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #section06 .app_contena h5 {
    font-size: 4vw;
  }
}

#section06 .app_contena p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  #section06 .app_contena p {
    font-size: 3.5vw;
  }
}

#section06 .app_contena .botanlink {
  width: 214px;
  margin: 0 auto;
}

#section06 .textwindows {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Noto Sans JP';
}

#section06 .textwindows h5 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #section06 .textwindows h5 {
    font-size: 4vw;
  }
}

#section06 .textwindows p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #section06 .textwindows p {
    font-size: 3.5vw;
  }
}

#section06 .textwindows .textlink {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 768px) {
  #section06 .textwindows .textlink {
    font-size: 4vw;
  }
}

#section06 .textwindows .textlink a {
  text-decoration: underline;
}

#section07 {
  width: 100%;
  background-image: url(../images/sec06_back.jpg);
  background-size: cover;
  padding: 150px 0 150px 0;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 768px) {
  #section07 {
    padding: 60px 0;
  }
}

#section07 h2 {
  font-size: 30px;
  display: inline-block;
  padding: 0 78px 15px 78px;
  position: relative;
  color: #1b1446;
  font-weight: 600;
}

@media (max-width: 768px) {
  #section07 h2 {
    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0px 10px 0px;
    line-height: 140%;
  }
}

#section07 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ac964b;
  position: absolute;
  bottom: 0;
  left: 0;
}

#section07 .subtext {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  font-family: 'Noto Sans JP';
  color: #1b1446;
}

@media (max-width: 768px) {
  #section07 .subtext {
    font-size: 3.2vw;
    width: 90%;
    margin: 0 auto;
  }
}

#section07 .nagare_contena {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #section07 .nagare_contena {
    margin: 40px auto 0 auto;
  }
}

#section07 .nagare_contena li {
  width: 22%;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #section07 .nagare_contena li {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}

#section07 .nagare_contena li.last {
  background-color: #fff;
  padding: 25px;
}

@media (max-width: 768px) {
  #section07 .nagare_contena li.last {
    padding: 5vw;
  }
}

#section07 .nagare_contena li .numb {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  #section07 .nagare_contena li .numb {
    margin-bottom: 10px;
  }
}

#section07 .nagare_contena li .numb_img {
  width: 45px;
}

@media (max-width: 768px) {
  #section07 .nagare_contena li .numb_img {
    width: 12%;
    margin: 0 auto;
  }
}

#section07 .nagare_contena li .photo {
  border-bottom: 1px solid #1b1446;
  margin-bottom: 10px;
}

#section07 .nagare_contena li p {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  font-family: 'Noto Sans JP';
  color: #1b1446;
}

@media (max-width: 768px) {
  #section07 .nagare_contena li p {
    font-size: 3.2vw;
  }
}
