@charset "UTF-8";
.modaal-close {
  display: none;
}

.modaal-close2 {
  display: block;
}

/* ----------------------------------------------------------------
#slider
----------------------------------------------------------------- */
#slider {
  position: relative;
  padding-bottom: 30px;
}
#slider .swiper-slide img {
  width: 100%;
  height: auto;
}
#slider .slider__copy {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #slider .slider__copy {
    width: 65%;
    top: 10px;
    left: 10px;
    transform: none;
    padding: 0;
  }
}
#slider .slider__copy p {
  margin: 0;
}
#slider .slider__copy p img {
  display: block;
}
#slider .slider__controller {
  z-index: 10;
}

.swiper-pagination {
  display: block;
  width: 100% !important;
  z-index: 99;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #009dcc;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

.swiper-button-next {
  background-image: url("img/swiper-button.svg");
  transform: scale(-1, 1);
}

.swiper-button-prev {
  background-image: url("img/swiper-button.svg");
}

/* ----------------------------------------------------------------
#step
----------------------------------------------------------------- */
#step {
  padding: 30px 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #step {
    padding: 30px 0 0;
  }
}
#step .step_inner {
  max-width: 960px;
  margin: auto;
  background: #eee;
  border-bottom: 3px solid #c9c9c9;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #step .step_inner {
    border-radius: 0;
  }
}
#step .step_inner .step_header {
  background: #d6523e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #step .step_inner .step_header {
    display: block;
    padding: 10px;
  }
}
#step .step_inner .step_header p {
  line-height: 1.2;
}
#step .step_inner .step_header p:nth-of-type(1) {
  background: #fff;
  color: #d6523e;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  font-weight: bold;
  margin-right: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #step .step_inner .step_header p:nth-of-type(1) {
    margin: 0.2em auto 0.5em;
  }
}
#step .step_inner .step_header p:nth-of-type(2) {
  font-size: 0.9em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.3em 0;
}
#step .step_inner .step_header h2 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #step .step_inner .step_header h2 {
    font-size: 5.7vw;
  }
}
#step .step_inner form {
  width: auto;
  padding: 20px 20px 0;
}
#step .step_inner form .flex {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #step .step_inner form .flex {
    display: block;
  }
}
#step .step_inner form .flex dl {
  flex: 0 0 19%;
  box-sizing: border-box;
}
#step .step_inner form .flex dl dt {
  text-align: left;
  color: #d6523e;
  font-weight: bold;
}
#step .step_inner form .flex dl dt::after {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #44bd67;
  font-weight: normal;
  margin-left: 0.5em;
  opacity: 0.4;
}
#step .step_inner form .flex dl dt.check::after {
  opacity: 1;
}
#step .step_inner form .flex dl dd select {
  width: 100%;
  padding: 0.8em 0.5em;
  font-size: 12px;
}
#step .step_inner form .btnCont {
  padding: 30px 0;
}
#step .step_inner form .btnCont input {
  font-size: 1.4em;
  font-weight: bold;
  margin: auto;
  background: #d6523e;
  border-radius: 0.2em;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  font-family: noto-sans-cjk-jp, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#step .step_inner form .btnCont input:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
#sec1
----------------------------------------------------------------- */
#sec1 {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sec1 .lead {
    text-align: left;
  }
}

/* ----------------------------------------------------------------
#flexible
----------------------------------------------------------------- */
#flexible {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F3DEDB;
}
#flexible h2 {
  color: #e18980;
  margin-bottom: 1em;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  #flexible h2 {
    font-size: 6.5vw;
    line-height: 1.6;
  }
}
#flexible .card dl dt {
  color: #e58d80;
}
@media screen and (max-width: 767px) {
  #flexible .card dl dt {
    text-align: left;
  }
  #flexible .card dl dt br {
    display: none;
  }
}
#flexible .card dl dt figure {
  margin: -30px -35px 0;
}
@media screen and (max-width: 767px) {
  #flexible .card dl dt figure {
    margin: -20px -25px 0;
  }
}
#flexible .card dl dt figure img {
  display: block;
  width: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #flexible .card dl dd {
    font-size: 90%;
    letter-spacing: 0;
    text-align: justify;
  }
}
#flexible .card dl dd ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}
#flexible .card dl dd ul li::before {
  content: '●';
  color: #e58d80;
  margin-left: -1em;
}

/* ----------------------------------------------------------------
#netfoot
----------------------------------------------------------------- */
#netfoot {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#netfoot h2 {
  color: #009dcc;
  margin-bottom: 2em;
}
#netfoot .card dl dt strong {
  text-decoration: underline;
}
#netfoot .btn {
  font-size: 25px;
  padding: 25px 3.5em 25px 2.5em;
}

/* ----------------------------------------------------------------
#forOwner
----------------------------------------------------------------- */
#forOwner {
  padding-top: 60px;
  padding-bottom: 60px;
}
#forOwner a {
  display: block;
  max-width: 600px;
  margin: auto;
  transition: 0.3s;
}
#forOwner a:hover {
  opacity: 0.75;
}

/* ----------------------------------------------------------------
#kaitai
----------------------------------------------------------------- */
#kaitai {
  text-align: center;
  padding: 0;
  background: #ebebeb;
}
#kaitai .bigTtl {
  background-color: #007a58;
}
#kaitai .entry {
  max-width: 690px;
  margin: auto;
  box-sizing: border-box;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #kaitai .entry {
    padding: 30px 20px;
    display: block;
  }
}
#kaitai .entry figure {
  flex: 0 0 28.9855%;
}
@media screen and (max-width: 767px) {
  #kaitai .entry figure img {
    max-width: 150px;
  }
}
#kaitai .entry p {
  flex: 0 0 69%;
  text-align: left;
  font-weight: 700;
}

/* ----------------------------------------------------------------
#uritai
----------------------------------------------------------------- */
#uritai {
  text-align: center;
  padding: 0;
}
#uritai .btn {
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#uritai .qa {
  padding: 50px 0;
  background: #fff;
}

/* ----------------------------------------------------------------
#area
----------------------------------------------------------------- */
#area h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #area h2 {
    font-size: 6vw;
  }
}
#area ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: auto;
  padding: 0;
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  #area ul {
    flex-wrap: wrap;
  }
}
#area ul li {
  flex: 0 0 15%;
}
@media screen and (max-width: 767px) {
  #area ul li {
    flex: 0 0 48%;
    margin-bottom: 2.2vw;
  }
}
#area ul li a.btn {
  display: block;
}
#area ul li:nth-child(1) .btn {
  background: #68B4AF;
}
#area ul li:nth-child(2) .btn {
  background: #F58A9C;
}
#area ul li:nth-child(3) .btn {
  background: #F7BE85;
}
#area ul li:nth-child(4) .btn {
  background: #A9A770;
}
#area ul li:nth-child(5) .btn {
  background: #BD8C93;
}
#area ul li:nth-child(6) .btn {
  background: #6AC5E4;
}
