@charset "UTF-8";
/* ======================================================================
 p-top
====================================================================== */
#p-top {
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  #p-top {
    padding-top: 0;
  }
}

.p-top {
  overflow: hidden;
}
.p-top__mv .l-cv {
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  .p-top__mv .l-cv {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv .l-cv::before {
    top: -1.7rem;
    left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv .l-cv::after {
    top: -2.5rem;
    right: -1rem;
  }
}
.p-top__mv-slider {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider {
    margin-bottom: 3rem;
  }
}
.p-top__mv-slider-box {
  transition: transform 0.3s;
  padding: 0.5% 0;
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider-box {
    padding: 1% 0;
  }
}
.p-top__mv-slider-box picture {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.5s ease-in-out;
  transform: scale(0.73);
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider-box picture {
    transform: scale(0.8);
    border-radius: 20px;
  }
}
.p-top__mv-slider-box picture img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__mv-slider-box.slick-center picture, .p-top__mv-slider-box.is-loop-current picture {
  transform: scale(1.15);
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider-box.slick-center picture, .p-top__mv-slider-box.is-loop-current picture {
    transform: scale(1.05);
  }
}
.p-top__mv-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
@media (min-width: 1551px) and (max-width: 1920px) {
  .p-top__mv-slider .slick-arrow {
    margin-top: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider .slick-arrow {
    top: 42%;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0;
  }
}
.p-top__mv-slider .slick-arrow.slick-prev {
  background-image: url(../img/common/pager_left_nv.svg);
  right: 87.4%;
}
@media (min-width: 1551px) and (max-width: 1920px) {
  .p-top__mv-slider .slick-arrow.slick-prev {
    right: auto;
    left: calc(50% - 600px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider .slick-arrow.slick-prev {
    right: 88%;
  }
}
.p-top__mv-slider .slick-arrow.slick-next {
  background-image: url(../img/common/pager_right_nv.svg);
  left: 87.4%;
}
@media (min-width: 1551px) and (max-width: 1920px) {
  .p-top__mv-slider .slick-arrow.slick-next {
    left: calc(50% + 600px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv-slider .slick-arrow.slick-next {
    left: 88%;
  }
}
.p-top__mv-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}
.p-top__mv-slider .slick-dots button {
  font-size: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.2rem;
  height: 2.2rem;
  background-image: url(../img/common/water_gy.svg);
}
.p-top__mv-slider .slick-dots .slick-active button {
  background-image: url(../img/common/water_bl.svg);
}
.p-top__intro {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top__intro {
    background: url(../img/p-top/sp/rain01.png) no-repeat 0 0;
    background-size: 100%;
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 6rem;
  }
}
.p-top__intro-ttl {
  font-weight: 800;
  text-align: center;
  background: url(../img/ico/attention.svg) no-repeat 50% 0;
  background-size: 60px;
  font-size: 42px;
  line-height: 1.6;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-ttl {
    background-size: 4rem;
    font-size: 2.8rem;
    padding-top: 4.5rem;
    margin-bottom: 3rem;
  }
}
.p-top__intro-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-list {
    display: block;
    margin-bottom: 4rem;
  }
}
.p-top__intro-list-box {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-list-box:after {
    display: block;
    clear: both;
    content: "";
  }
  .p-top__intro-list-box {
    width: 84%;
    margin: 0 0 1rem -4%;
  }
}
.p-top__intro-list-box:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-list-box:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__intro-list-box:nth-child(2n) {
    float: right;
    margin: 0 -4% 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__intro-cont {
    width: 92%;
    margin: 0 auto;
  }
}
.p-top__intro-cont-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-top__intro-cont-txt {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.p-top__intro-cont-txt-line {
  font-weight: 800;
  background: linear-gradient(transparent 60%, #FFFBB4 0%);
}
.p-top__intro-bal {
  display: flex;
  justify-content: center;
  padding-top: 115px;
  background: url(../img/p-top/arw_down_yl.svg) no-repeat 50% 10px;
  background-size: 108px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-bal {
    background-size: 8rem;
    padding-top: 8.5rem;
    width: 92%;
    margin: 0 auto;
  }
}
.p-top__intro-bal-img {
  position: relative;
  z-index: 1;
  margin-right: -70px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-bal-img {
    margin-right: -4rem;
    margin-top: 2rem;
    width: 12.2rem;
  }
}
.p-top__intro-bal-ttl {
  width: 723px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-bal-ttl {
    width: 27.6rem;
  }
}
.p-top__intro-survey {
  position: relative;
  z-index: 1;
  background: #FFFDD0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  border-radius: 40px;
  padding: 40px 40px 180px;
  margin: -80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey {
    box-sizing: border-box;
    display: block;
    margin: -2rem auto 0;
    border-radius: 3rem;
    padding: 3rem 4% 14rem;
  }
}
.p-top__intro-survey-desc {
  width: 496px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey-desc {
    width: auto;
  }
}
.p-top__intro-survey-img {
  overflow: hidden;
  border-radius: 30px;
  width: 394px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey-img {
    width: auto;
    margin-top: 2rem;
    border-radius: 1rem;
  }
}
.p-top__intro-survey-ttl {
  font-weight: 800;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey-ttl {
    font-size: 2.2rem;
    margin: 0 auto 2rem;
    display: block;
    width: fit-content;
  }
}
.p-top__intro-survey-ttl-ico {
  background: url(../img/ico/search_nv.svg) no-repeat 0 50%;
  background-size: 25px;
  padding-left: 30px;
}
.p-top__intro-survey-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey-txt {
    font-size: 1.6rem;
  }
}
.p-top__intro-survey-cap {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey-cap {
    font-size: 1.4rem;
  }
}
.p-top__intro-survey + .l-cv {
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .p-top__intro-survey + .l-cv {
    margin-top: -12rem;
  }
}
.p-top__const {
  background: #fff;
  margin-top: 120px;
  border-radius: 120px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-top__const {
    border-radius: 3rem;
    margin-top: 6rem;
    padding: 6rem 0;
  }
}
.p-top__const-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__const-inner {
    box-sizing: border-box;
    padding: 0 4%;
  }
}
.p-top__const-inner::before, .p-top__const-inner::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-top__const-inner::before {
  width: 224px;
  height: 128px;
  top: 0;
  right: -200px;
  z-index: 2;
  background-image: url(../img/p-top/cloud03.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-inner::before {
    width: 11rem;
    height: 6.1rem;
    right: -7%;
    top: 13%;
  }
}
.p-top__const-inner::after {
  width: 95px;
  height: 184px;
  top: 70px;
  right: -100px;
  z-index: 3;
  background-image: url(../img/p-top/staff02.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-inner::after {
    width: 5.7rem;
    height: 11.1rem;
    top: 10%;
    right: 2%;
  }
}
.p-top__const-camp {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp {
    display: block;
  }
}
.p-top__const-camp::before, .p-top__const-camp::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-top__const-camp::before {
  width: 570px;
  height: 410px;
  top: -120px;
  left: -300px;
  z-index: -2;
  background-image: url(../img/p-top/cloud02.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-camp::before {
    width: 20.6rem;
    height: 14.8rem;
    top: -4rem;
    left: -5rem;
  }
}
.p-top__const-camp::after {
  width: 154px;
  height: 97px;
  top: 20px;
  left: -100px;
  z-index: 2;
  background-image: url(../img/p-top/cloud01.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-camp::after {
    width: 6.1rem;
    height: 3.8rem;
    top: 1rem;
    left: -3rem;
  }
}
.p-top__const-camp-btm::before {
  width: 187px;
  height: 106px;
  top: -120px;
  left: -190px;
  z-index: 1;
  background-image: url(../img/p-top/cloud03.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-btm::before {
    width: 21rem;
    height: 15.1rem;
    top: -6%;
    left: auto;
    right: -28%;
    z-index: -1;
  }
}
.p-top__const-camp-btm::after {
  width: 136px;
  height: 85px;
  top: 170px;
  right: -80px;
  left: inherit;
  z-index: 2;
  background-image: url(../img/p-top/cloud01.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-btm::after {
    width: 6.1rem;
    height: 3.8rem;
    top: 21%;
    right: -8%;
  }
}
.p-top__const-camp-btm .p-top__const-camp-img {
  order: 2;
}
.p-top__const-camp-img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-img {
    width: auto;
    margin-bottom: 2rem;
    border-radius: 10px;
  }
}
.p-top__const-camp-img img {
  overflow: hidden;
  border-radius: 30px;
  height: 294px;
  width: stretch;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-img img {
    border-radius: 1rem;
    height: 222px;
  }
}
.p-top__const-camp-desc {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-desc {
    width: auto;
  }
}
.p-top__const-camp-ttl {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-ttl {
    margin-bottom: 2rem;
  }
}
.p-top__const-camp-ttl::before {
  content: "";
  display: block;
  background: #1383F3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  border-radius: 6px;
}
.p-top__const-camp-ttl-line {
  font-weight: 800;
  display: block;
  font-size: 24px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-ttl-line {
    font-size: 2.2rem;
    padding-left: 1.5rem;
  }
}
.p-top__const-camp-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-txt {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-top__const-camp-box {
  overflow: hidden;
  border-radius: 20px;
  background: #EBF8FF;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box {
    border-radius: 1rem;
  }
}
.p-top__const-camp-box-ttl {
  font-weight: 800;
  background: #0A274A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-ttl {
    font-size: 1.8rem;
    height: 3.5rem;
  }
}
.p-top__const-camp-box-ttl-ico {
  background: url(../img/ico/yen_yl.svg) no-repeat 0 50%;
  background-size: 25px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-ttl-ico {
    background-size: 2.5rem;
    padding-left: 3rem;
  }
}
.p-top__const-camp-box-sale {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-sale {
    height: 8.5rem;
  }
}
.p-top__const-camp-box-sale-be {
  font-size: 24px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-sale-be {
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
  }
}
.p-top__const-camp-box-sale-be-yen {
  text-decoration: line-through;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-sale-be-yen {
    font-size: 2.8rem;
  }
}
.p-top__const-camp-box-sale-af {
  position: relative;
  color: #1383F3;
  font-size: 30px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-sale-af {
    font-size: 2.2rem;
    margin: 0 0 0 2rem;
  }
}
.p-top__const-camp-box-sale-af::before {
  content: "";
  display: block;
  background: url(../img/common/arw_right_bl.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: -30px;
  width: 20px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-sale-af::before {
    width: 1.5rem;
    height: 2rem;
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-top__const-camp-box-sale-af-yen {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-sale-af-yen {
    font-size: 4.2rem;
  }
}
.p-top__const-camp-box-price {
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price {
    padding: 0 4% 4%;
  }
}
.p-top__const-camp-box-price-num {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #1383F3;
  text-align: center;
  background-image: radial-gradient(circle, #1383F3 1.75px, transparent 1.75px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 3px;
  font-size: 30px;
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price-num {
    font-size: 2.2rem;
    padding: 1.5rem 0;
  }
}
.p-top__const-camp-box-price-num-yen {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price-num-yen {
    font-size: 4.2rem;
  }
}
.p-top__const-camp-box-price-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price-desc {
    text-align: center;
    display: block;
    margin-top: 1.5rem;
  }
}
.p-top__const-camp-box-price-desc-ttl {
  font-weight: 800;
  font-size: 18px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price-desc-ttl {
    font-size: 1.8rem;
    padding: 0 0 0.5rem;
  }
}
.p-top__const-camp-box-price-desc-txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price-desc-txt {
    font-size: 1.6rem;
  }
}
.p-top__const-camp-box-price-desc-txt-sm {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top__const-camp-box-price-desc-txt-sm {
    font-size: 1.4rem;
  }
}
.p-top__const-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-top__const-list {
    margin: 4rem 0 8rem;
    gap: 0.75rem 2%;
    justify-content: center;
  }
}
.p-top__const-list-box {
  box-sizing: border-box;
  overflow: hidden;
  background: #EBF8FF;
  text-align: center;
  border-radius: 20px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-top__const-list-box {
    width: 49%;
    border-radius: 1rem;
  }
}
.p-top__const-list-img img {
  width: stretch;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .p-top__const-list-img img {
    height: 9rem;
  }
}
.p-top__const-list-desc {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__const-list-desc {
    padding: 0.5rem;
  }
}
.p-top__const-list-ttl {
  font-weight: 800;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__const-list-ttl {
    font-size: 1.5rem;
  }
}
.p-top__const-list-price {
  font-weight: 800;
  color: #1383F3;
  font-size: 18px;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-top__const-list-price {
    font-size: 1.2rem;
  }
}
.p-top__const-list-price-yen {
  position: relative;
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .p-top__const-list-price-yen {
    font-size: 2.4rem;
  }
}
.p-top__const-guara {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara {
    margin-top: 6rem;
  }
}
.p-top__const-guara-ttl {
  font-weight: 800;
  text-align: center;
  background: url(../img/p-top/line_dot_or.svg) no-repeat 50% 100%;
  background-size: 88px;
  font-size: 36px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-ttl {
    background-size: 8.8rem;
    font-size: 2.6rem;
    padding-bottom: 2rem;
  }
}
.p-top__const-guara-list {
  counter-reset: num;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list {
    display: block;
    margin: 3rem auto 0;
  }
}
.p-top__const-guara-list::before, .p-top__const-guara-list::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.p-top__const-guara-list::before {
  width: 306px;
  height: 268px;
  top: -140px;
  left: -200px;
  background-image: url(../img/p-top/cloud04.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list::before {
    width: 20.3rem;
    height: 17.8rem;
    top: 12%;
    left: -11%;
  }
}
.p-top__const-guara-list::after {
  width: 300px;
  height: 213px;
  bottom: 100px;
  right: -200px;
  background-image: url(../img/p-top/cloud05.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list::after {
    width: 19rem;
    height: 13.5rem;
    bottom: 35%;
    right: -6%;
  }
}
.p-top__const-guara-list-box {
  position: relative;
  counter-increment: num;
  width: 485px;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list-box {
    width: 100%;
  }
  .p-top__const-guara-list-box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-top__const-guara-list-box::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #FFCF00;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 90px;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list-box::before {
    font-size: 7rem;
    left: 2rem;
    top: -1rem;
  }
}
.p-top__const-guara-list-box::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.p-top__const-guara-list-box:first-child::after {
  width: 72px;
  height: 175px;
  bottom: 45px;
  left: -90px;
  background-image: url(../img/p-top/staff04.svg);
}
.p-top__const-guara-list-box:last-child::after {
  width: 85px;
  height: 184px;
  top: -20px;
  right: -85px;
  background-image: url(../img/p-top/staff03.svg);
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list-img {
    width: 92%;
    margin: 0 auto;
  }
}
.p-top__const-guara-list-ttl {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list-ttl {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}
.p-top__const-guara-list-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__const-guara-list-txt {
    width: 92%;
    text-align: left;
    font-size: 1.6rem;
    margin: 1.5rem auto 0;
  }
}
.p-top__promp {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top__promp {
    padding: 6rem 0;
  }
}
.p-top__promp-inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
.p-top__promp-top {
  position: relative;
  z-index: 3;
}
.p-top__promp-top-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__promp-top-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-top__promp-cont {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont {
    display: block;
    margin-top: 2rem;
  }
}
.p-top__promp-cont::before, .p-top__promp-cont::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont::before, .p-top__promp-cont::after {
    display: none;
  }
}
.p-top__promp-cont::before {
  width: 570px;
  height: 410px;
  top: -120px;
  right: -380px;
  z-index: -2;
  background-image: url(../img/p-top/cloud02.svg);
  mix-blend-mode: multiply;
}
.p-top__promp-cont::after {
  width: 154px;
  height: 97px;
  top: 20px;
  left: -100px;
  z-index: 2;
  background-image: url(../img/p-top/cloud01.svg);
}
.p-top__promp-cont-img {
  overflow: hidden;
  border-radius: 30px;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-img {
    border-radius: 1rem;
    width: auto;
    margin-bottom: 2rem;
  }
}
.p-top__promp-cont-desc {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-desc {
    width: auto;
  }
}
.p-top__promp-cont-ttl {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-ttl {
    margin-bottom: 2rem;
  }
}
.p-top__promp-cont-ttl::before {
  content: "";
  display: block;
  background: #1383F3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  border-radius: 6px;
}
.p-top__promp-cont-ttl-line {
  font-weight: 800;
  display: block;
  font-size: 24px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-ttl-line {
    font-size: 2.2rem;
    line-height: 1.6;
    padding-left: 1.5rem;
  }
}
.p-top__promp-cont-list-box {
  position: relative;
  display: flex;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-list-box {
    display: block;
    margin-top: 1rem;
    padding-left: 2rem;
  }
}
.p-top__promp-cont-list-box::before {
  content: "";
  display: block;
  background: #1383F3;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-list-box::before {
    width: 1rem;
    height: 1rem;
  }
}
.p-top__promp-cont-list-ttl, .p-top__promp-cont-list-txt {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-list-ttl, .p-top__promp-cont-list-txt {
    font-size: 1.6rem;
  }
}
.p-top__promp-cont-list-ttl {
  font-weight: 700;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-list-ttl {
    width: auto;
  }
}
.p-top__promp-cont-list-ttl::after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-list-ttl::after {
    display: none;
  }
}
.p-top__promp-cont-list-txt {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .p-top__promp-cont-list-txt {
    width: auto;
  }
}
.p-top__promp-btm {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-btm {
    margin-top: 4rem;
  }
}
.p-top__promp-btm::before, .p-top__promp-btm::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__promp-btm::before, .p-top__promp-btm::after {
    display: none;
  }
}
.p-top__promp-btm::before {
  width: 187px;
  height: 106px;
  top: -100px;
  right: -190px;
  z-index: 1;
  background-image: url(../img/p-top/cloud03.svg);
  mix-blend-mode: multiply;
}
.p-top__promp-btm-txt {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top__promp-btm-txt {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-top__promp-btm-txt-line {
  font-weight: 800;
  background: linear-gradient(transparent 60%, #FFFBB4 0%);
}
.p-top__promp-safe {
  position: relative;
  background: url(../img/p-top/flame.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe {
    background: url(../img/p-top/sp/flame.png) no-repeat 0 0;
    padding: 7rem 0;
  }
}
.p-top__promp-safe::before, .p-top__promp-safe::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-top__promp-safe::before {
  width: 486px;
  height: 350px;
  bottom: 60px;
  right: -300px;
  z-index: -1;
  background-image: url(../img/p-top/cloud02.svg);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe::before {
    display: none;
  }
}
.p-top__promp-safe-ttl {
  font-weight: 800;
  background: url(../img/p-top/line_dot_or.svg) no-repeat 50% 100%;
  background-size: 88px;
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-ttl {
    font-size: 2.6rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
.p-top__promp-safe-ttl-str {
  color: #FF7231;
  background: url(../img/p-top/accent_or.svg) no-repeat 50% 0;
  background-size: 48px;
  margin: 0 5px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-ttl-str {
    background-size: 4rem;
    margin: 0 0.5rem;
    padding-top: 2.5rem;
  }
}
.p-top__promp-safe-ttl-str-num {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-ttl-str-num {
    font-size: 4rem;
  }
}
.p-top__promp-safe-list {
  position: relative;
  z-index: 3;
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list {
    width: 92%;
    margin: 0 auto;
  }
}
.p-top__promp-safe-list::before, .p-top__promp-safe-list::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.p-top__promp-safe-list::before {
  width: 147px;
  height: 179px;
  top: -130px;
  right: -140px;
  background-image: url(../img/p-top/staff05.svg);
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list::before {
    width: 8.8rem;
    height: 10.7rem;
    top: -65%;
    right: 0;
  }
}
.p-top__promp-safe-list::after {
  width: 112px;
  height: 215px;
  bottom: -50px;
  left: -190px;
  background-image: url(../img/p-top/staff06.svg);
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list::after {
    width: 6.7rem;
    height: 13rem;
    bottom: -32%;
    left: -8%;
  }
}
.p-top__promp-safe-list-box {
  position: relative;
  font-weight: 700;
  counter-increment: num;
  font-size: 22px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list-box {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
}
.p-top__promp-safe-list-box::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  background: #FF7231;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list-box::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-top__promp-safe-list-box:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list-box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.p-top__promp-safe-list-box-line {
  font-weight: 800;
  background: linear-gradient(transparent 60%, #FFFBB4 0%);
}
.p-top__promp-safe-list-box-cap {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__promp-safe-list-box-cap {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-top__contact {
  position: relative;
  background: linear-gradient(180deg, #C5F1FC 0%, #A1E0FF 100%);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-top__contact {
    padding: 4rem 0;
  }
}
.p-top__contact::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/cv_bg.svg) no-repeat 0 0;
  background-size: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-top__contact::after {
    background: url(../img/common/sp/cv_bg.svg) no-repeat 0 0;
    background-size: 100%;
  }
}
.p-top__flow {
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFEF 0%, #FFFCDB 100%);
  padding: 120px 0 240px;
}
@media screen and (max-width: 767px) {
  .p-top__flow {
    padding: 6rem 0 8rem;
  }
}
.p-top__flow .u-ttl-1-en {
  color: #FF7231;
}
.p-top__flow-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-inner {
    width: 92%;
  }
}
.p-top__flow-inner::before, .p-top__flow-inner::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.p-top__flow-inner::before {
  width: 754px;
  height: 654px;
  top: -260px;
  left: -420px;
  background-image: url(../img/p-top/flow_bg_top.svg);
}
@media screen and (max-width: 767px) {
  .p-top__flow-inner::before {
    width: 28.3rem;
    height: 24.6rem;
    left: -30%;
    top: -4.5%;
  }
}
.p-top__flow-inner::after {
  width: 602px;
  height: 432px;
  bottom: 50px;
  right: -400px;
  background-image: url(../img/p-top/flow_bg_btm.svg);
}
@media screen and (max-width: 767px) {
  .p-top__flow-inner::after {
    width: 31.1rem;
    height: 22.3rem;
    bottom: -2.5%;
    right: -48%;
  }
}
.p-top__flow-top-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__flow-top-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-top__flow-list {
  counter-reset: num;
}
.p-top__flow-list-box {
  position: relative;
  z-index: 2;
  counter-increment: num;
  margin-top: 80px;
  width: 100%;
  max-width: 1000px;
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-box {
    padding-left: 22%;
    margin-top: 4rem;
  }
}
.p-top__flow-list-box:nth-child(1) .p-top__flow-list-img::before {
  width: 93px;
  height: 112px;
  left: -25px;
  bottom: -3px;
  background-image: url(../img/p-top/staff11.svg);
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-box:nth-child(1) .p-top__flow-list-img::before {
    width: 7.8rem;
    height: 9.3rem;
    left: -13%;
    bottom: 0;
  }
}
.p-top__flow-list-box:nth-child(2) .p-top__flow-list-img::before {
  width: 109px;
  height: 127px;
  right: -20px;
  bottom: -10px;
  background-image: url(../img/p-top/staff07.svg);
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-box:nth-child(2) .p-top__flow-list-img::before {
    width: 8.8rem;
    height: 10.2rem;
    right: 2%;
    bottom: -8%;
  }
}
.p-top__flow-list-box:nth-child(4) .p-top__flow-list-img::before {
  width: 99px;
  height: 124px;
  right: -20px;
  bottom: -15px;
  background-image: url(../img/p-top/staff08.svg);
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-box:nth-child(4) .p-top__flow-list-img::before {
    width: 7.5rem;
    height: 9.4rem;
    right: -4%;
    bottom: -7%;
  }
}
.p-top__flow-list-box:not(:last-child)::after {
  content: "";
  display: block;
  width: 130px;
  height: calc(100% + 80px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/p-top/flow_dot.svg) repeat-y 50px 50%;
  background-size: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-box:not(:last-child)::after {
    width: 7rem;
    background-position: 3rem 50%;
  }
}
.p-top__flow-list-box::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #FF7231;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/p-top/flow_num.svg) no-repeat 0 0;
  background-size: 100%;
  top: -10px;
  left: 0px;
  width: 105px;
  height: 71px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-box::before {
    width: 7rem;
    height: 4.8rem;
    font-size: 2.6rem;
  }
}
.p-top__flow-list-ttl {
  font-weight: 800;
  position: relative;
  width: fit-content;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-ttl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.p-top__flow-list-ttl-bal {
  background: url(../img/p-top/flow_bal.png) no-repeat 0 0;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  box-sizing: border-box;
  top: -15px;
  right: -55px;
  font-size: 18px;
  width: 51px;
  height: 55px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-ttl-bal {
    width: 4.2rem;
    height: 4.7rem;
    font-size: 1.4rem;
    top: -2rem;
    right: -4.5rem;
  }
}
.p-top__flow-list-ttl-star {
  position: absolute;
  top: -10px;
  right: -55px;
  width: 46px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-ttl-star {
    width: 3.4rem;
    top: -1rem;
    right: -3.5rem;
  }
}
.p-top__flow-list-txt {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-txt {
    font-size: 1.6rem;
  }
}
.p-top__flow-list-cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cont {
    display: block;
  }
}
.p-top__flow-list-desc {
  width: 522px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-desc {
    width: auto;
  }
}
.p-top__flow-list-img {
  position: relative;
  width: 313px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-img {
    width: auto;
    margin-top: 1.5rem;
  }
}
.p-top__flow-list-img::before {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.p-top__flow-list-cv {
  background: #fff;
  border-radius: 20px;
  padding: 30px 45px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cv {
    margin-top: 2rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }
}
.p-top__flow-list-cv .l-cv-list-box {
  width: 245px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cv .l-cv-list-box {
    width: 100%;
  }
}
.p-top__flow-list-cv .l-cv-list-btn {
  height: 54px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cv .l-cv-list-btn {
    height: 5rem;
  }
}
.p-top__flow-list-cv .l-cv-list-line .l-cv-list-btn .l-cv-list-btn-ico {
  background-size: 39px;
  padding-left: 39px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cv .l-cv-list-line .l-cv-list-btn .l-cv-list-btn-ico {
    background-size: 3.5rem;
    padding-left: 4rem;
  }
}
.p-top__flow-list-cv .l-cv-list-web .l-cv-list-btn .l-cv-list-btn-ico {
  background-size: 26px;
  padding-left: 31px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cv .l-cv-list-web .l-cv-list-btn .l-cv-list-btn-ico {
    background-size: 2.3rem;
    padding-left: 3rem;
  }
}
.p-top__flow-list-cv .l-cv-list-tel .l-cv-list-btn {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list-cv .l-cv-list-tel .l-cv-list-btn {
    font-size: 1.6rem;
  }
}
.p-top__case {
  background: #fff;
  margin-top: -120px;
  border-radius: 120px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-top__case {
    margin-top: -2rem;
    border-radius: 3rem;
    padding: 6rem 0;
  }
}
.p-top__case-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__case-inner {
    width: 92%;
  }
}
.p-top__case-inner::before, .p-top__case-inner::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.p-top__case-inner::before {
  width: 382px;
  height: 313px;
  top: 0;
  right: -220px;
  background-image: url(../img/p-top/cloud06.svg);
}
@media screen and (max-width: 767px) {
  .p-top__case-inner::before {
    width: 21rem;
    height: 17.2rem;
    right: -15%;
    top: 8%;
  }
}
.p-top__case-inner::after {
  width: 323px;
  height: 229px;
  bottom: -40px;
  left: -200px;
  background-image: url(../img/p-top/cloud07.svg);
}
@media screen and (max-width: 767px) {
  .p-top__case-inner::after {
    width: 21.2rem;
    height: 15rem;
    bottom: -2%;
    left: -13%;
  }
}
.p-top__case-top {
  position: relative;
  z-index: 2;
}
.p-top__case-top-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__case-top-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-top__case .l-post-list {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-top__case .l-post-list {
    margin: 0 auto 3rem;
  }
}
.p-top__area {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__area {
    padding: 6rem 0 0;
  }
}
.p-top__area-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__area-inner {
    width: 92%;
  }
}
.p-top__area-inner::before, .p-top__area-inner::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.p-top__area-inner::before {
  width: 100px;
  height: 190px;
  top: -220px;
  left: -50px;
  z-index: 3;
  background-image: url(../img/p-top/staff09.svg);
}
@media screen and (max-width: 767px) {
  .p-top__area-inner::before {
    width: 5.7rem;
    height: 10.9rem;
    top: -7%;
    left: 0;
  }
}
.p-top__area-list {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .p-top__area-list {
    margin-top: -3rem;
  }
}
.p-top__area-list::before, .p-top__area-list::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__area-list::before, .p-top__area-list::after {
    display: none;
  }
}
.p-top__area-list::before {
  width: 660px;
  height: 475px;
  top: -50px;
  right: -200px;
  background-image: url(../img/p-top/cloud09.svg);
  mix-blend-mode: multiply;
}
.p-top__area-list::after {
  width: 149px;
  height: 84px;
  top: -130px;
  right: -210px;
  background-image: url(../img/p-top/cloud10.svg);
}
.p-top__area-list-box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  background-image: radial-gradient(circle, #B7D7F7 1.75px, transparent 1.75px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 3px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-top__area-list-box {
    display: block;
    padding: 2rem 0;
  }
}
.p-top__area-list-ttl {
  position: relative;
  width: 113px;
}
@media screen and (max-width: 767px) {
  .p-top__area-list-ttl {
    width: auto;
    margin-bottom: 2rem;
  }
}
.p-top__area-list-ttl::before {
  content: "";
  display: block;
  background: #1383F3;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 6px;
  border-radius: 6px;
}
.p-top__area-list-ttl-line {
  font-weight: 800;
  display: block;
  font-size: 24px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__area-list-ttl-line {
    font-size: 2.2rem;
    padding-left: 1.5rem;
  }
}
.p-top__area-list-txt {
  width: 847px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top__area-list-txt {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-top__area-bal {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__area-bal {
    margin-top: 3rem;
    justify-content: space-between;
  }
}
.p-top__area-bal-txt {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/p-top/balloon.png);
  width: 385px;
  height: 106px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__area-bal-txt {
    width: 82%;
    height: 8rem;
    font-size: 1.5rem;
  }
}
.p-top__area-bal-txt-str {
  color: #1383F3;
}
.p-top__area-bal-img {
  width: 62px;
}
@media screen and (max-width: 767px) {
  .p-top__area-bal-img {
    width: 17%;
  }
}
.p-top__column {
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-top__column {
    padding: 6rem 0;
  }
}
.p-top__column-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__column-inner {
    width: 92%;
  }
}
.p-top__column-inner::before, .p-top__column-inner::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__column-inner::before, .p-top__column-inner::after {
    display: none;
  }
}
.p-top__column-inner::before {
  width: 606px;
  height: 436px;
  left: -200px;
  top: 0;
  background-image: url(../img/p-top/cloud11.svg);
  mix-blend-mode: multiply;
}
.p-top__column-inner::after {
  width: 218px;
  height: 123px;
  left: -150px;
  top: 20px;
  z-index: 1;
  background-image: url(../img/p-top/cloud12.svg);
}
.p-top__column-top {
  position: relative;
  z-index: 2;
}
.p-top__column-top-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__column-top-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-top__column .l-post-list {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-top__column .l-post-list {
    margin: 3rem auto;
  }
}
.p-top__column .l-post-list::before {
  width: 152px;
  height: 95px;
  bottom: -60px;
  right: -195px;
  background-image: url(../img/p-top/cloud01.svg);
}
.p-top__last {
  position: relative;
  padding: 60px 0;
  margin-bottom: -60px;
}
@media screen and (max-width: 767px) {
  .p-top__last {
    padding: 4rem 0;
    margin-bottom: -4rem;
  }
}
.p-top__last::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/cv_bg.svg) no-repeat 0 0;
  background-size: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-top__last::after {
    background: url(../img/common/sp/cv_bg.svg) no-repeat 0 0;
    background-size: 100%;
  }
}/*# sourceMappingURL=p-top.css.map */