@charset "utf-8";

/*----- plan -----*/
#plan {
  background: url(../img/plan01/ttl_bg.webp) no-repeat center top, url(../img/plan01/arw_bg.webp) no-repeat center bottom;
  background-size: contain;
}

#plan_ttl_flare {
  position: absolute;
  top: 0.5rem;
  left: 3.6rem;
  mix-blend-mode: screen;
}

/* モーダル */
#position-modal {
  width: 100%;
  overflow: hidden;
}

#modal-base,
#modal-cont {
  margin-left: -100vw;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: fixed;
}

#modal-base {
  width: 100%;
  height: 100vh;
  background: #000;
  left: 0;
  top: 0;
  z-index: 101;
}

#modal-cont {
  width: 69rem;
  background: #ffe4de;
  border-radius: 1.5rem;
  padding: 2rem 3rem;
  left: 50%;
  top: 50%;
  z-index: 110;
  -webkit-transform: translate(-50%, -50%);
}

#modal-cont h4 {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #4b3c3c;
}

#modal-close {
  position: absolute;
  right: 3rem;
  top: 2rem;
  width: 3.3rem;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}


/*----- plan02 -----*/

/* タブ */
.tab-btn {
  width: 24.8%;
  padding: 10px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  border-radius: 0.6rem 0.6rem 0 0;
  background: #ffe4de;
  color: #000;
}

.tab-btn.show {
  background: #ff3c5a;
  color: #fff;
}

.plan02_bln {
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* タブコンテンツ */
.tab-contents-wrap {
  padding-top: 4.5rem;
}

.tab-contents {
  display: none;
  position: relative;
}

.tab-contents.show {
  display: block;
}

#plan02_notes {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/* .planImg{
  width: 65rem !important;
  height: 74rem !important;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
} */

/*----- lead -----*/
.lead {
  background: url(../img/lead/bg.webp) no-repeat center top;
  background-size: contain;
}

.lead .box {
  padding-top: 2.5rem;
}

.lead_zero {
  width: fit-content;
  margin-left: auto;
  margin-top: -14rem;
  margin-right: -0.3rem;
  margin-bottom: 4rem;
}

.lead_zero_flare {
  position: absolute;
  bottom: 25.5rem;
  right: 4.7rem;
  mix-blend-mode: screen;
}


/*----- point -----*/
#point {
  background: url(../img/point/bg.webp) no-repeat center top;
  background-size: contain;
}

.pointSliderBox {
  position: relative;
}

.pointSliderItem {
  position: relative;
  background: url(../img/point/pointSliderBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 2rem .7rem 0 .7rem;
  margin-left: -.03rem;
  height: 115rem;
}

.pointSlider .pointSliderItem02{
  background: url(../img/point/pointSliderBg02.webp) no-repeat center;
  background-size: 100% 100%;
  height: 100% !important;
  padding-bottom: 6rem;
}

.pointSlider .pointSliderItem03{
  background: url(../img/point/pointSliderBg.webp) no-repeat center;
  background-size: cover;
  height: 35rem;
  background-position-x: -0.1rem;
  background-position-y: 1rem;
  overflow: hidden;
}

.showMoreBtn {
  position: absolute;
  width: 101%;
  bottom: -.1rem;
  left: 49.9%;
  transform: translateX(-49.9%);
  cursor: pointer;
}

.slick-dots {
  display: none;
  position: relative;
  left: 105%;
  transform: translateX(-50%);
}

.slick-dots li button:before{
  font-size: 1rem;
}

.slick-dots li.slick-active button:before{
  color: #ff781e;
}

.pointSliderPrev,
.pointSliderNext {
  position: absolute;
  width: 2.7rem !important;
  height: 11.4rem;
  top: 50rem;
  cursor: pointer;
  display: none;
}

.pointSliderPrev {
  left: -1rem;
}

.pointSliderNext {
  right: -1rem;
}

/*----- about -----*/
#about {
  background: url(../img/about/bg.webp) no-repeat center top;
  background-size: contain;
}

#about_ttl05_bln {
  position: absolute;
  top: 15rem;
  left: 6rem;
}

#about02 {
  background: url(../img/about/about02Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

#about_ttl08 {
  top: -2.5rem;
}

#about_ttl12 {
  top: -2.5rem;
}

/*----- check -----*/
#check {
  background: url(../img/check/bg.webp) no-repeat center top;
  background-size: contain;
}

/*----- flow -----*/
.flow_box {
  background: #ffe4de;
  border-radius: 0 12rem 0 0;
}

.flow_num {
  position: absolute;
  top: -4.2rem;
}

/*----- qa -----*/
#qa,
#subscription {
  background: #e9e9e9;
}

.faq_ttl {
  background: #fff;
  padding: 1rem 6rem 1rem 7rem;
  border-radius: 0.9rem;
  margin-top: 3rem;
  position: relative;
  cursor: pointer;
}

.faq_ttl::before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 2.8rem;
  background: url(../img/faq/q.webp) no-repeat left top;
  background-size: 3.3rem;
  position: absolute;
  top: 1.8rem;
  left: 3rem;
}

.faq_ttl::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/faq/close.webp) no-repeat left top;
  background-size: 3.2rem;
  position: absolute;
  top: calc(50% - 1.6rem);
  right: 2rem;
  transition: 0.3s;
}

.faq_ttl.active::after {
  background: url(../img/faq/open.webp) no-repeat left top;
  background-size: 3.2rem;
}

.faq_area {
  background: #ffe4de;
  padding: 1rem 3rem 2rem 3rem;
  margin-top: 1rem;
  border-radius: 0.9rem;
  display: none;
}

.faq_area h4 {
  color: #ff5a3c;
  padding: 1rem 0 1rem 4rem;
  position: relative;
  font-size: 2.6rem;
}

.faq_area h4::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2.5rem;
  background: url(../img/faq/a.webp) no-repeat left top;
  background-size: 3rem;
  position: absolute;
  top: 1.8rem;
  left: 0.3rem;
}

.faq_area p {
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 0.9rem;
  font-size: 2.2rem;
}


/*----- form -----*/
dl dt {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
}

dl dd {
  margin-bottom: 3rem;
}

dt .req {
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  font-size: 2.2rem;
  position: absolute;
  top: 0.6rem;
  right: -7rem;
  background: #ff5a3c
}

dt .req.opt {
  background: #808080
}

input,
select,
textarea {
  vertical-align: bottom;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .6rem;
  height: 6.4rem;
  width: 100%;
  padding: 0 1rem;
  font-size: 2.8rem;
  font-weight: normal;
}

select {
  padding: 0 3rem 0 1rem;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  background: #fff;
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.select {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.select::after {
  content: "";
  display: block;
  background: #000000;
  height: calc(tan(60deg)* 0.6rem / 2);
  width: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 1rem;
}

textarea {
  height: 26rem;
  padding: 1rem;
  line-height: 1.5;
}

input.date {
  width: 37rem;
  display: inline-block;
}

select.hour {
  width: 25rem;
  display: inline-block;
}

input[type=image] {
  padding: 0;
  height: auto;
  border: none;
}

#ui-datepicker-div th {
  padding: 0.5em 0;
}

.ui-datepicker th span {
  padding: 0.2em 0.3em;
  display: block;
}

.ui-datepicker th:nth-child(1) span {
  background: #ff5a3c;
  color: #FFF;
}

.ui-datepicker th:nth-child(7) span {
  background: #3c69ff;
  color: #FFF;
}

#ui-datepicker-div td {
  opacity: 1;
}

#ui-datepicker-div td span {
  background: #666666;
  color: #000000;
}

.ui-datepicker td:nth-child(1) a {
  color: #ff5a3c;
}

.ui-datepicker td:nth-child(7) a {
  color: #3c69ff;
}

#ui-datepicker-div .ui-datepicker-today {
  opacity: 1
}

#ui-datepicker-div .ui-datepicker-today .ui-state-default {
  border: 1px solid #dad55e;
  background: #fffa90;
}

form .sec div {
  width: 49%;
}

form .sec div .select {
  width: 100%;
}

button {
  display: block;
  width: 63.4rem;
  height: 12.3rem;
  background: url(../img/form/btn.webp) no-repeat left top;
  background-size: contain;
  text-indent: -74.4rem;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.km_valid_error {
  margin-top: .1rem;
  color: #ff5a3c;
  font-size: 1.9rem;
  position: absolute;
}

#calendar2_wrap .km_valid_error {
  /* margin-top: 7rem; */
}

.radio li {
  margin-right: 2rem;
}

input[type="radio"] {
  height: 3rem;
  width: 3rem;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.radio label {
  vertical-align: middle;
}



input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
}

input[type="checkbox"]+span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  border-radius: 0.3rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cccccc;
}

input[type="checkbox"]:checked+span::after {
  content: '';
  display: block;
  width: 0.9rem;
  height: 1.8rem;
  border-right: 0.5rem solid #ff5a3c;
  border-bottom: 0.5rem solid #ff5a3c;
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}


/*----- footer -----*/
#footer_box {
  background: #f0f0f0;
  padding: 2rem 3rem;
  border-radius: 1.5rem;
}

#footer_box ul {
  margin-left: auto;
  margin-right: auto;
}

#footer_box li:nth-child(1) {
  width: fit-content;
  margin-right: 3rem;
}

#footer_box li:nth-child(2) {
  width: fit-content;
}

.copyright {
  color: #aaaaaa;
}

@media screen and (min-width:600px) {}

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

  input,
  select,
  textarea {
    font-size: 3.2rem
  }

  .fv_bi img {
    width: 41.3rem;
  }
}

.fv_bi img {
  width: 41.3rem;
  position: relative;
  top: -7rem;
}

/* know */
.know {
  position: relative;
}

.knowTTBlock {
  background: url(../img/knowTTBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 5.5rem 0;
}

.knowTT {
  width: 57rem !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.knowTxt02 {
  width: 46.4rem !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 4.5rem;
}


.knowTxt03 {
  width: 62rem !important;
  display: block;
  margin: 3.5rem auto 6rem auto;
}

.case01 img {
  width: 69rem !important;
  display: block;
  margin: 0 auto;
}

.case01Content {
  background: url(../img/case01ContentBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 8rem 0 4rem 0;
  margin-top: 4.5rem;
}

.case02 .case01Content {
  background: url(../img/case01ContentBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 8rem 0 4rem 0;
  margin-top: 4.5rem;
}

.case01 img.case01ContentTT {
  width: 58.4rem !important;
  display: block;
  margin: 0 auto;
}

.case01 img.case01ContentImg {
  width: 69rem !important;
  display: block;
  margin: 3.5rem auto;
}

.case01ContentTxt {
  color: #fff;
  margin: 0 6.5rem;
}

.case02 {
  margin-top: 5rem;
}

.knowTxt04 {
  width: 48.1rem !important;
  display: block;
  margin: 5rem auto 3.5rem auto;
}

/* end know */
.aboutImg05 {
  width: 63rem !important;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}

.ttl13 {
  width: 66.7rem !important;
  margin-top: 4rem;
}

.ttl14 {
  width: 58.8rem !important;
  margin-top: 8rem;
}