@charset "UTF-8";
/* CSS Document */
/*************************************************************************************************************************
* デフォルト：640px以下用の記述
*************************************************************************************************************************/
#contents {
  font-family: "Roboto", "Hiragino Sans";
  color: #333;
  overflow: hidden;
}
#contents > section {
  padding: 0 10px;
}
#contents .wrap {
  max-width: 800px !important;
  padding: 80px 0;
}
#contents .sec-tit {
  margin-bottom: 20px;
  color: #008FE1;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
}
#contents .sec-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 980px) {
  #contents .wrap {
    padding: 70px 0;
  }
}
@media print, screen and (max-width: 640px) {
  #contents .wrap {
    padding: 50px 0;
  }
  #contents .sec-tit {
    font-size: 22px;
    letter-spacing: 1px;
  }
  #contents .sec-txt {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.form-area {
  background: white;
  display: flex;
  gap: 10px;
  padding: 20px;
  margin-top: 60px;
  position: relative;
  border-radius: 4px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.form-area::before {
  content: "";
  display: block;
  background: url("img/form_txt01.png") no-repeat center/contain;
  width: 300px;
  height: 45px;
  position: absolute;
  top: -29px;
  left: 20px;
}
.form-area .input {
  flex: 1;
  height: 60px;
  position: relative;
  border: #E5E5E5 1px solid;
  border-radius: 4px;
}
.form-area .input input {
  width: 100%;
  height: 100%;
  padding: 0 80px 0 20px;
  border: none;
}
.form-area .input p {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.form-area input[type=submit] {
  background: url("img/form_icon01.svg") no-repeat left 20px center/14px auto;
  background-color: #008FE1;
  width: 120px;
  height: 60px;
  padding-left: 20px;
  position: relative;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  border: none;
  transition: background 0.3s ease-in-out 0s;
  cursor: pointer;
}
.form-area input[type=submit]:hover {
  background-color: #007EC6;
}
@media print, screen and (max-width: 640px) {
  .form-area {
    padding: 20px 10px;
  }
  .form-area .input {
    height: 54px;
  }
  .form-area .input p {
    font-size: 16px;
  }
  .form-area input[type=submit] {
    background: #008FE1;
    width: 80px;
    height: 54px;
    padding: 0;
    text-align: center;
  }
}

/* main
**********************************************************************/
.main-area {
  background: url("img/main_bg01.jpg") no-repeat center top/cover;
  padding: 0 10px;
}
.main-area .wrap {
  padding: 60px 0 0 !important;
}
.main-area .wrap .flex {
  display: flex;
  gap: 16px;
  align-items: center;
}
.main-area .wrap .flex .txt {
  width: 460px;
}
.main-area .wrap .flex .txt span {
  display: block;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
.main-area .wrap .flex .img {
  flex: 1;
}
.main-area .form-area {
  margin-bottom: -50px;
}
@media print, screen and (max-width: 640px) {
  .main-area .wrap {
    padding: 40px 0 0 !important;
  }
  .main-area .wrap .flex {
    flex-wrap: wrap;
    gap: 26px;
    width: 80%;
    margin: 0 auto;
  }
  .main-area .wrap .flex .txt {
    width: 100%;
  }
  .main-area .wrap .flex .img {
    flex: 0 0 60%;
    margin: 0 auto;
  }
}

/* about
**********************************************************************/
#about {
  background: #CCE8F9;
}
#about .wrap {
  padding-top: 118px;
}
#about .inr-tit {
  margin: 50px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#about ul {
  display: flex;
  gap: 10px;
}
#about ul li {
  width: calc((100% - 20px) / 3);
  background: white;
  padding: 46px 30px 30px;
  position: relative;
  border-radius: 4px;
}
#about ul li .blue-tit {
  background: #008FE1;
  width: 200px;
  height: 40px;
  margin-left: -100px;
  position: absolute;
  left: 50%;
  top: -20px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
#about ul li .price {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
#about ul li .price .tit {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
#about ul li .price .small {
  font-size: 24px;
}
#about ul li .price.last {
  padding-top: 44px;
  position: relative;
  color: #008FE1;
}
#about ul li .price.last::before {
  content: "";
  display: block;
  background: url("img/about_arrow01.svg") no-repeat center/contain;
  width: 16px;
  height: 10px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: 16px;
}
#about ul li .txt {
  display: table;
  background: linear-gradient(transparent 50%, #FAF200 50%);
  margin: 10px auto 0;
  font-size: 24px;
  font-weight: bold;
  color: #FF6B6B;
  line-height: 1.2;
}
#about .cojp {
  display: flex;
  background: white;
  gap: 50px;
  align-items: center;
  margin-top: 40px;
  padding: 30px 40px;
  border-radius: 4px;
}
#about .cojp .txt .tit {
  margin-bottom: 6px;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  #about .wrap {
    padding-top: 90px;
  }
  #about .inr-tit {
    margin: 30px 0 50px;
    font-size: 18px;
  }
  #about ul {
    gap: 34px;
    flex-wrap: wrap;
  }
  #about ul li {
    width: 100%;
  }
  #about .cojp {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    padding: 20px;
  }
  #about .cojp .txt {
    width: 100%;
    text-align: center;
  }
}

/* plan
**********************************************************************/
#plan ul li {
  padding: 26px 20px 30px;
  margin: 0 5px;
  border: #E5E5E5 1px solid;
  border-radius: 6px;
}
#plan ul li .tit {
  color: #008FE1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#plan ul li .price {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  border-bottom: #E5E5E5 1px solid;
}
#plan ul li .price span {
  font-size: 18px;
}
#plan ul li p:not(.price) {
  margin-top: 4px;
  font-weight: bold;
  text-align: center;
}
#plan ul li p:not(.price) span {
  color: #008FE1;
  font-weight: bold;
}
#plan ul li a {
  display: block;
  background: #008FE1;
  height: 50px;
  margin-top: 14px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  transition: background 0.3s ease-in-out 0s;
}
#plan ul li a:hover {
  background: #007EC6;
}
#plan .attention {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
#plan .slick-arrow {
  width: 54px;
  height: 54px;
  z-index: 2;
}
#plan .slick-arrow::before {
  display: none;
}
#plan .slick-arrow.slick-prev {
  background: url("img/plan_icon01.svg") no-repeat center/contain;
  left: -28px;
}
#plan .slick-arrow.slick-next {
  background: url("img/plan_icon02.svg") no-repeat center/contain;
  right: -28px;
}
/* select
**********************************************************************/
#select {
  background: #CCE8F9;
}
#select ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}
#select ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  background: white;
  width: calc((100% - 30px) / 4);
  height: 56px;
  padding: 0 20px;
  position: relative;
  border-radius: 4px;
  border: #E5E5E5 1px solid;
  cursor: pointer;
  transition: border 0.3s ease-in-out 0s;
}
#select ul li:hover {
  border: #008FE1 2px solid;
}
#select ul li input {
  display: inline-block;
  margin-top: 0;
}
#select ul li label {
  font-weight: bold;
}
#select ul li label::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#select .form-area {
  margin-top: 60px;
  box-shadow: none;
}
@media print, screen and (max-width: 640px) {
  #select ul {
    margin-top: 30px;
  }
  #select ul li {
    width: calc((100% - 10px) / 2);
    height: 50px;
  }
  #select .form-area {
    margin-top: 50px;
  }
}

/* note
**********************************************************************/
#note {
  background: #008FE1;
}
#note .sec-tit {
  color: white;
}
#note .white {
  background: white;
  padding: 30px 60px;
  border-radius: 8px;
}
#note table {
  width: 100%;
  color: #333 !important;
}
#note table tr {
  border-bottom: #CCE8F9 1px solid;
}
#note table tr:last-of-type {
  border-bottom: none;
}
#note table th,
#note table td {
  padding: 24px 0;
  text-align: left;
  font-weight: normal;
}
#note table th {
  width: 140px;
  padding-right: 20px;
  color: #666;
  vertical-align: top;
}
#note table td .attention {
  color: #666;
  font-size: 12px;
}
#note table td a {
  color: #008FE1;
  text-decoration: underline;
}
#note table td a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 640px) {
  #note .white {
    padding: 20px;
  }
  #note table {
    font-size: 13px;
  }
  #note table th,
  #note table td {
    padding: 10px 0;
  }
  #note table th {
    width: 110px;
    padding-right: 8px;
  }
}/*# sourceMappingURL=this.css.map */