/* CSS Document */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Archivo+Black&display=swap');

.wrapper-top {
  width: 100%;
  font-feature-settings: "palt";
}
.pr {
  display: block;
}
.sp {
  display: none;
}
.img-fluid {
  max-width: 100%;
}
.wrapper {
  width: 95%;
  max-width: 1250px;
}
.cmn-h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
}
.cmn-btn-01--arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 0 0 0.4rem;
  background: url(../img/icon_arrow_04r.svg) left top / cover no-repeat;
  vertical-align: -0.05rem;
}
.img-100 img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
	.cmn-h1 {
	  font-size: 26px;
	}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*-----------------------------------------------
	Ready to get started?
-----------------------------------------------*/
.start-section {
  background: #2F3035;
  padding: 45px 30px;
  box-sizing: border-box;
  text-align: center;
}

.start__title {
  margin-bottom: 30px;
  color: #FFF;
  font-family: "Archivo Black", sans-serif;
}

.start-section p {
  text-align: left;
  margin: auto;
  max-width: 750px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #FFF;
}

.start-btn {
  display: flex;
  max-width: 750px;
  margin: auto;
}

.start-btn>div {
  width: 50%;
}

.start-btn>div:first-child {
  padding-right: 50px;
}

.start-btn>div:last-child {
  padding-left: 50px;
}

.start-btn>div a {
  display: block;
  background: #0099A3;
  border-radius: 30px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-bottom: 8px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 600;
}

.start-btn>div a:hover {
  opacity: .9;
}

@media only screen and (max-width: 992px) {
  .start-btn {
    display: block;
  }
  .start-btn>div {
    width: 100%;
  }
  .start-btn>div:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .start-btn>div:last-child {
    padding-left: 0;
  }
}

/*-----------------------------------------------
	modal
-----------------------------------------------*/
.modalbox {
  z-index: 999999;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 350px;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  background: rgba(26, 102, 122, .95);
}

.modal-title {
  background: #BBBBBB;
  padding: 10px 15px 0;
  box-sizing: border-box;
  text-align: right;
}

  .modal-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }

.modal-button {
  display: block;
  cursor: pointer;

}

.modalbox h2 {
  font-size: 30px;
  padding-top: 15px;
  color: #FFF;
  margin-bottom: 15px;
  text-align: center;
}

.modalbox p {
  font-size: 14px;
  line-height: 1.8em;
  color: #FFF;
}

.modalbox a.modalbox-btn {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
}

.modalbox a.modalbox-btn:hover {
border: 1px solid #93D500;
background: #93D500;
}

@media only screen and (max-width: 992px) {
  .modalbox {
    width: 100%;
    border-top-left-radius: 0;
    border-top: none;
    padding:0;
  }

  .modalbox h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .modalbox p {
    font-size: 13px;
    margin-top: 0;
    padding: 0 15px;
  }

  .modalbox p br.pc {
    display: none;
  }

  .modalbox-btn-wrapper {
    display: flex;
  }

  .modalbox a.modalbox-btn {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    width: 50%;
    border-radius: 0;
    background: #000;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0;
  }

  .modalbox a.modalbox-btn:first-child {
    border-right: 1px solid #FFF;
  }
}


  .PoweredByArea {
    padding-bottom: 240px;

  }

