@charset "utf-8";

/* overwrite　common style  */
.contents.curve-bottom::after {
  background: #f4f8fe;
}

/* page styles */

.lp-page-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 89px;
  padding: 18px 30px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
}

.lp-page-header h1 {
  display: flex;
  align-items: center;
  padding: 0;
}

@media screen and (width <=767px) {
  .lp-page-header .lp-btn::before,
  .lp-page-header .lp-btn::after {
    display: none;
  }

  .lp-page-header .lp-btn {
    padding: 8px 20px;
    font-size: 13px;
  }

  .lp-page-header {
    height: 69px;
    padding: 15px 10px;
  }

  .lp-page-header h1 {
    width: calc(100% - 114px);
  }
}

/** ボタン **/
.lp-btn {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 15px 60px;
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  color: var(--white-color);
  text-align: center;
  letter-spacing: 1px;
  background: #0a1b7a;
  border-radius: 99px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}

.lp-btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid var(--white-color);
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transform-origin: top right;
}

.lp-btn::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--white-color);
}

@media (any-hover: hover) {
  .lp-btn::after {
    transition: width 0.4s;
  }

  .lp-btn:hover::after {
    width: 32px;
  }
}

@media screen and (width <=767px) {
  .lp-btn {
    font-size: 15px;
  }

  .inr_lp .lp-btn {
    min-width: 260px;
  }
}

/** hero **/
.hero-lp {
  width: 100%;
  padding-top: 89px;
  background: #ffc077 url("/img/lp/dock-campaign-202509/top_bgimg.png") no-repeat border-box center bottom;
  background-size: cover;
}

.hero-lp .hero-wap {
  display: block;
  max-width: 1280px;
  padding: 40px 0 60px;
  margin: 0 auto;
  text-align: center;
  background: url("/img/lp/dock-campaign-202509/top_bgimg-kami.png") no-repeat border-box center bottom;
  background-size: cover;
}

.hero-lp .hero-wap .hero-text {
  width: 755px;
  margin: 0 auto;
}

.hero-lp .lp-btn {
  padding: 23px 60px;
  margin: 30px auto 0;
  font-size: 21px;
}

@media screen and (width <=767px) {
  .hero-lp {
    padding-top: 69px;
    background: #ffc077 url("/img/lp/dock-campaign-202509/top_bgimg_sp.png") no-repeat border-box center bottom;
    background-size: cover;
  }

  .hero-lp .hero-wap {
    max-width: 100%;
    height: auto;
    padding: 30px 0 40px;
    background: url("/img/lp/dock-campaign-202509/top_bgimg-kami_sp.png") no-repeat border-box center bottom;
    background-size: cover;
  }

  .hero-lp .hero-wap .hero-text {
    width: 98%;
  }

  .hero-lp .lp-btn {
    width: 85%;
    padding: 17px 40px;
    margin: 30px auto 0;
    font-size: 17px;
  }

  .hero-lp .lp-btn span {
    display: inline-block;
  }
}

/** section common **/
.inr_lp {
  max-width: 1080px;
  margin: 0 auto;
}

.inr_lp h2 {
  width: 490px;
  margin: 0 auto;
}

.h2_subtext {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.annotation {
  margin-top: 20px;
  font-size: 12px;
  color: #545961;
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (width <=1080px) {
  .inr_lp {
    max-width: 100%;
    padding: 0 16px;
  }
}

@media screen and (width <=767px) {
  .inr_lp h2 {
    width: 100%;
  }

  .h2_subtext {
    margin-top: 17px;
    font-size: 15px;
    line-height: 25px;
  }
}

/** section 01 **/
.sec-plan {
  padding: 100px 0;
  background-color: #fff4dc;
}

.plan-set {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  gap: 30px;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
}

.plan-set li {
  box-sizing: border-box;
  width: calc(32.8% - 15px);
}

.plan-card {
  position: relative;
  box-sizing: border-box;
  min-height: 487px;
  padding: 25px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 #ffe3c1;
}

.plan-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #0a1b7a;
  text-align: center;
}

.plan-card h3.ladies {
  color: #ff246a;
}

.plan-card_text {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
}

.plan-card_detail {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 36px);
}

.sec-plan .lp-btn {
  padding: 20px 80px;
  margin: 60px auto 0;
  background-color: #f72;
}

@media screen and (width <=1080px) {
  .plan-set {
    justify-content: center;
    margin-top: 30px;
  }

  .plan-set li {
    width: 100%;
    max-width: 380px;
  }
}

@media screen and (width <=767px) {
  .sec-plan {
    padding: 50px 0 60px;
  }

  .plan-set {
    gap: 22px;
    margin-top: 30px;
  }

  .plan-card {
    position: relative;
    min-height: auto;
  }

  .plan-card h3 {
    display: block;
    min-height: none;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .plan-card_text {
    margin-bottom: 15px;
  }

  .plan-card_detail {
    position: static;
    width: 100%;
    margin-top: 25px;
  }

  .sec-plan .lp-btn {
    padding: 17px 50px;
    margin: 30px auto 0;
  }
}

/** section 02 **/
.sec-centre {
  padding: 100px 0;
}

.sec-centre .centre-contents {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 100px;
}

.sec-centre .centre-contents:nth-child(even) {
  flex-direction: row;
}

.sec-centre .centre-contents:first-of-type {
  margin-top: 80px;
}

.centre-contents li {
  box-sizing: border-box;
  width: calc(50% - 25px);
}

.centre-contents li h3 {
  position: relative;
  padding: 17px 0 17px calc(70px + 15px);
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
}

.centre-contents li h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  content: "";
  transform: translateY(-50%);
}

.centre-contents li h3.centre-title01::before {
  background: url("/img/lp/dock-campaign-202509/features01_icon.png") no-repeat;
  background-size: contain;
}

.centre-contents li h3.centre-title02::before {
  background: url("/img/lp/dock-campaign-202509/features02_icon.png") no-repeat;
  background-size: contain;
}

.centre-contents li h3.centre-title03::before {
  background: url("/img/lp/dock-campaign-202509/features03_icon.png") no-repeat;
  background-size: contain;
}

.centre-contents .centre-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.centre-check li {
  position: relative;
  width: 100%;
  padding-left: calc(24px + 10px);
  margin-bottom: 15px;
  font-size: 16px;
}

.centre-check li:last-child {
  margin-bottom: 0;
}

.centre-check li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("/img/lp/dock-campaign-202509/features_listicon.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (width <=767px) {
  .sec-centre {
    padding: 50px 0 60px;
  }

  .sec-centre .centre-contents {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }

  .sec-centre .centre-contents:nth-child(even) {
    flex-direction: column;
  }

  .sec-centre .centre-contents:first-of-type {
    margin-top: 30px;
  }

  .centre-contents li {
    width: 100%;
  }

  .centre-contents li h3 {
    padding: 2px 0 2px calc(40px + 10px);
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 36px;
  }

  .centre-contents li h3::before {
    width: 40px;
    height: 40px;
    content: "";
  }

  .centre-contents .centre-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .centre-check li {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

/** section 03 **/
.sec-inquiry {
  padding: 80px 0;
  background: #f4f8fe;
}

.sec-inquiry .inquiry_contents {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
  justify-content: space-between;
  justify-content: center;
  margin-top: 50px;
}

.inquiry_contents li {
  width: 400px;
  padding: 32px 32px 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 #d5ebff;
}

.inquiry_contents li img {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
}

.inquiry_contents li h3 {
  font-size: 24px;
  line-height: 32px;
}

.inquiry-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #f72;
}

.inquiry-catch::before,
.inquiry-catch::after {
  width: 16px;
  height: 2px;
  content: "";
  background-color: #f72;
  border-radius: 5px;
}

.inquiry-catch::before {
  margin-right: 8px;
  transform: rotate(60deg);
}

.inquiry-catch::after {
  margin-left: 8px;
  transform: rotate(-60deg);
}

.inquiry_contents .lp-btn {
  padding: 15px 50px;
  margin: 0 auto;
}

.inquiry_contents li .text {
  margin: 10px 0 26px;
  font-size: 18px;
}

.text-tel {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #f72;
}

.inquiry_contents li .text-time {
  margin-bottom: 20px;
}

@media screen and (width <=767px) {
  .sec-inquiry {
    padding: 50px 0 60px;
  }

  .sec-inquiry .inquiry_contents {
    gap: 22px;
    margin-top: 30px;
  }

  .inquiry_contents li {
    width: 100%;
    padding: 20px 32px 30px;
  }

  .inquiry_contents li img {
    margin: 0 auto 10px;
  }

  .inquiry_contents li h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .inquiry_contents li .text {
    margin: 5px 0 20px;
    font-size: 16px;
  }

  .text-tel {
    margin-top: 10px;
    font-size: 26px;
  }

  .inquiry_contents li .text-time {
    font-size: 15px;
  }

  .inquiry_contents .lp-btn {
    min-width: 260px;
  }
}
