@charset "UTF-8";
@media screen and (max-width: 1024px) {
  .l-header.has-bnr .l-header-bnr {
    display: none;
  }
  .has-bnr.l-header {
    height: auto;
  }
  .l-header.has-bnr + .l-header-bnr-pc + .l-container {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header.has-bnr + .l-header-bnr-pc {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-slider-button-position .l-inner-wide .c-bnr .swiper-button-prev {
    left: 3.8%;
  }
  .p-slider-button-position .l-inner-wide .c-bnr .swiper-button-next {
    right: 4%;
  }
}

@media screen and (min-width: 900px) {
  .p-slider-button-position2 .l-inner-wide .c-bnr .swiper-button-prev {
    left: 18.7%;
  }
  .p-slider-button-position2 .l-inner-wide .c-bnr .swiper-button-next {
    right: 18.7%;
  }
}

@media screen and (min-width: 900px) {
  .p-slider .l-box2-shadow-inner {
    padding: 40px 100px 60px;
  }
}
@media screen and (max-width: 540px) {
  .p-slider .l-box2-shadow-inner {
    padding: 32px 3.73vw;
  }
}

.p-slider-img-mv {
  margin: 0 auto 20px;
  max-width: 244px;
}
@media screen and (min-width: 900px) {
  .p-slider-img-mv {
    max-width: 386px;
  }
}
.p-slider-img-mv-space {
  margin-top: 50px;
}
@media screen and (min-width: 900px) {
  .p-slider-img-mv-space {
    margin-top: 66px;
  }
}

.p-slider-box {
  text-align: center;
  background-color: #F5F7F9;
  border-radius: 0;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .p-slider-box-plpm .l-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-tabcolor-yellow {
  background-color: #FFFFA0 !important;
}
.p-tabcolor-green {
  background-color: #EEFFBB !important;
}

.p-phone {
  position: relative;
}
.p-phone-number {
  position: absolute;
  font-size: 2.4rem;
  font-weight: bold;
  top: 25%;
  left: 50%;
  transform: translate(-40%, -50%);
  white-space: nowrap;
}

.p-triangle {
  position: relative;
}
.p-triangle::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #F5F7F9 transparent transparent transparent;
  border-width: 24px 28.5px 0 28.5px;
}
@media screen and (min-width: 900px) {
  .p-triangle::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #F5F7F9 transparent transparent transparent;
    border-width: 42px 50px 0 50px;
  }
}

/* anchor */
.c-anchor-nav {
  transition: 0.6s ease;
  background-color: #fff;
  position: fixed;
  top: 64px;
  width: 100%;
  height: 40px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 9998;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav {
    width: calc(100% - 175px);
    max-width: 1825px;
    height: 60px;
    top: 0;
  }
}
@media screen and (max-width: 899px) {
  .c-anchor-nav {
    border-top: #F5F7F9 solid 1px;
  }
}
.c-anchor-nav-wrapper {
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-wrapper {
    padding: 0 0 0 175px;
  }
}
@media screen and (max-width: 1024px) {
  .c-anchor-nav-wrapper + .l-container {
    padding-top: 110px;
  }
}
.c-anchor-nav-wrapper.is-fade {
  visibility: visible;
  opacity: 1;
}
.c-anchor-nav-wrapper.is-fade {
  top: 64px;
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-wrapper.is-fade {
    top: 0;
  }
}
.c-anchor-nav-ttl {
  width: 100%;
  height: 40px;
  max-width: 1060px;
  color: #666666;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 540px) {
  .c-anchor-nav-ttl {
    font-size: 4vw;
  }
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-ttl {
    height: 50px;
    font-size: 1.8rem;
  }
  .c-anchor-nav-ttl:hover {
    opacity: 0.7;
  }
}
.c-anchor-nav-ttl::after {
  display: block;
  content: "\e911";
  font-family: "icomoon" !important;
  color: #6F2FFF;
  font-size: 1.6rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-ttl::after {
    font-size: 2rem;
    right: 30px;
  }
}
.c-anchor-nav-ttl.is-opened::after {
  content: "\e90c";
}
.c-anchor-nav-list {
  display: none;
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  border-top: #F5F7F9 solid 1px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-list {
    top: 50px;
  }
}
.c-anchor-nav-list-item {
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.c-anchor-nav-list-item:not(:last-child) {
  border-bottom: #F5F7F9 solid 1px;
}
.c-anchor-nav-list-item.js-active {
  background-color: #EEFFBB;
}
.c-anchor-nav-link {
  width: 100%;
  height: 35px;
  max-width: 1060px;
  color: #666666;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-anchor-nav-link {
    font-size: 3.733333vw;
  }
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-link {
    height: 50px;
    font-size: 1.6rem;
  }
  .c-anchor-nav-link:hover {
    opacity: 0.7;
  }
}
.c-anchor-nav-link::after {
  display: block;
  content: "\e900";
  font-family: "icomoon" !important;
  color: #6F2FFF;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 900px) {
  .c-anchor-nav-link::after {
    font-size: 2rem;
    right: 32px;
  }
}

.p-infobox {
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .p-infobox {
    margin-bottom: 40px;
  }
}
.p-infobox-inner {
  background: #ffffff;
  border: 3px solid #B4B9BE;
  border-radius: 16px;
  padding: 20px;
}
.p-infobox-text, .p-infobox-title {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-infobox-text {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .p-infobox-text {
    font-size: 2.4rem;
  }
}
.p-infobox-title {
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .p-infobox-title {
    font-size: 1.8rem;
  }
}

.p-mnp {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 4px 0 0 #000;
  border: 2px solid #000;
}
@media screen and (min-width: 900px) {
  .p-mnp {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}
.p-mnp-head {
  border: 2px solid #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 10px 14px;
}
@media screen and (min-width: 900px) {
  .p-mnp-head {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 12px 18px;
  }
}
.p-mnp-head-lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .p-mnp-head-lead {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
}
.p-mnp-head-text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-mnp-head-text {
    font-size: 1.6rem;
  }
}
.p-mnp-title {
  background-color: #333;
  color: #FFF;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  font-size: 1.4rem;
  position: relative;
  padding: 13px 16px;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  margin-bottom: -1px;
}
@media screen and (min-width: 900px) {
  .p-mnp-title {
    font-size: 1.6rem;
    padding: 12px 28px;
  }
}
.p-mnp-title::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #E9ECEF;
  height: 1px;
  width: 90%;
  top: 97%;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-mnp-title::after {
    width: 94.5%;
  }
}
.p-mnp-title:not(.p-mnp-title-active):nth-last-child(2)::after, .p-mnp-title.p-mnp-title-active.is-body-has-bg::after {
  display: none;
}
.p-mnp-title-active {
  font-weight: bold;
  background-color: #EEFFBB;
  color: #333;
}
.p-mnp-title-active::after {
  display: none;
}
.p-mnp-title-active .p-mnp-open {
  color: #333;
}
.p-mnp-title-active + .p-mnp-body {
  padding-bottom: 32px;
  position: relative;
}
.p-mnp-title-active + .p-mnp-body::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #E9ECEF;
  height: 1px;
  width: 90%;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-mnp-title-active + .p-mnp-body::after {
    width: 94.5%;
  }
}
.p-mnp-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-mnp-text {
    font-size: 2.4rem;
  }
}
.p-mnp-body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: none;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 12px 16px;
}
@media screen and (min-width: 900px) {
  .p-mnp-body {
    padding: 12px 28px;
    font-size: 1.6rem;
  }
}
.p-mnp-body .l-box2-title {
  width: 200px;
}
.p-mnp-body .l-box2-title.green {
  background-color: #A6FF04;
  color: #333333;
  border: 2px solid #333;
}
.p-mnp-open {
  color: #ffffff;
  position: absolute;
  width: 30px;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 0.8rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .p-mnp-open {
    width: 30px;
    right: 20px;
    font-size: 1rem;
  }
}
.p-mnp-open .fas {
  font-size: 1.2rem;
}
@media screen and (min-width: 900px) {
  .p-mnp-open .fas {
    font-size: 1.6rem;
  }
}
.p-mnp-open span {
  display: block;
}
@media screen and (min-width: 900px) {
  .p-mnp-open span {
    line-height: 1;
  }
}

.p-flow {
  display: block;
  width: min(100%, 500px);
  margin-inline: auto;
  margin-block-end: 60px;
}
@media screen and (min-width: 900px) {
  .p-flow {
    margin-block-end: 80px;
  }
}

.p-sim {
  width: min(100%, 500px);
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-sim {
    width: min(100%, 925px);
  }
}

.p-necessary {
  display: block;
  background-color: #FFF;
  border-radius: 12px;
  width: min(100%, 600px);
  padding: 24px 16px;
  margin-inline: auto;
  margin-block-end: 60px;
}
@media screen and (min-width: 900px) {
  .p-necessary {
    padding: 28px 24px;
    margin-block-end: 80px;
  }
}
.p-necessary-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  text-align: center;
}
.p-necessary-bottom {
  border-top: 1px solid #E9ECEF;
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
}
.p-necessary-bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}