@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #094C75;
  --accent-color: #094C75;
  --main-bg-color: #ecfafd;
  --lp-swiper-nav-color: #AD2379;
}

.p-lp-wrapper {
  padding-bottom: 1px;
  background-color: var(--main-bg-color);
}
.p-lp-wrapper .p-cmn-section {
  margin-bottom: 0;
}

.p-lp-hero {
  background-color: var(--main-color);
}
.p-lp-hero .l-inner {
  max-width: 100%;
  padding: 0;
}
.p-lp-hero img {
  width: 100%;
  margin: 0 auto;
}

.p-lp-service-area {
  padding: 60px 0;
  background-color: #fff;
}

.p-lp-service-area .l-inner {
  box-sizing: border-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 24px);
  padding-right: min(5vw, 24px);
}

.p-lp-service-area .c-lp-service-title {
  margin: 0 0 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: var(--main-color);
}

.p-lp-service-area__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

@media (width >= 768px) {
  .p-lp-service-area .c-lp-service-title {
    font-size: 2.5rem;
    margin: 0 0 1em;
  }
  .p-lp-service-area__text {
    font-size: 1.7rem;
  }
}
@media (width < 768px) {
  .p-lp-service-area {
    padding: 40px 0;
  }
  .p-lp-service-area .l-inner {
    max-width: 100%;
  }
}
.p-lp-intro-section {
  padding: 60px 0;
}

.p-lp-intro-section .l-inner {
  box-sizing: border-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 24px);
  padding-right: min(5vw, 24px);
}

.p-lp-intro-section .c-lp-intro-title {
  margin: 0 0 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  color: var(--main-color);
}

.p-lp-intro-section__image {
  display: block;
  width: 100%;
  max-width: 850px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 18px;
}

@media (width >= 768px) {
  .p-lp-intro-section .c-lp-intro-title {
    margin-bottom: 1.5em;
    font-size: 2.5rem;
  }
}
.p-lp-check-area {
  padding: 60px 0;
}

.p-lp-check-area .l-inner {
  box-sizing: border-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 24px);
  padding-right: min(5vw, 24px);
}

.p-lp-check-area .c-lp-heading-title {
  margin: 0 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: var(--main-color);
}

.p-lp-check-section {
  box-sizing: border-box;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  background-color: #fff;
  border: 2px solid #55a0b2;
  border-radius: 22px;
}

.c-lp-check-title {
  margin: 0 0 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-lp-check-list {
  margin: 0 0 1.1em;
  padding: 0;
  list-style: none;
}

.p-lp-check-list__item {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-lp-check-text {
  margin: 0 0 0.9em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-lp-check-text:last-of-type {
  margin-bottom: 1.1em;
}

.p-lp-check-section__image {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 768px) {
  .p-lp-check-area .c-lp-heading-title {
    font-size: 2.5rem;
  }
}
@media (width < 768px) {
  .p-lp-check-area {
    padding: 40px 0;
  }
  .p-lp-check-area .c-lp-heading-title {
    font-size: 1.5rem;
  }
  .p-lp-check-section {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .c-lp-check-title {
    font-size: 1.5rem;
  }
  .p-lp-check-list__item,
  .p-lp-check-text {
    font-size: 1.1rem;
  }
}
.p-lp-lineup-section {
  padding: 60px 0;
}

.p-lp-lineup-section .l-inner {
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 24px);
  padding-right: min(5vw, 24px);
}

.p-lp-lineup-section .c-lp-heading-title {
  margin: 0 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: var(--main-color);
}

.p-lp-lineup-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.p-lp-lineup-item {
  margin: 0;
}

.p-lp-lineup-item__image {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media (width < 768px) {
  .p-lp-lineup-item__image {
    width: 70%;
  }
}

.p-lp-lineup-item__title {
  margin: 0 0 12px;
  padding: 12px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
}

.p-lp-lineup-item__button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: var(--main-color);
  border: 1px solid #d4d4d4;
}

@media (width >= 768px) {
  .p-lp-lineup-section .c-lp-heading-title {
    font-size: 2.5rem;
  }
}
@media (width < 768px) {
  .p-lp-lineup-section {
    padding: 40px 0;
  }
  .p-lp-lineup-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .p-lp-lineup-item__title,
  .p-lp-lineup-item__button {
    font-size: 1.5rem;
  }
}
/* 商品一覧
========================= */
.p-lp-category-product .p-item-list-category__item {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.p-lp-category-product .p-item-list-category__item .c-card {
  padding: 20px;
}
@media (width < 768px) {
  .p-lp-category-product .p-item-list-category__item .c-card {
    padding: 10px;
  }
}
.p-lp-category-product .p-item-list-category__item .c-card .c-price {
  font-size: 2rem;
}
.p-lp-category-product .p-item-list-category__item .c-card .c-price span {
  font-size: 50%;
}
.p-lp-category-product .p-item-list-category__item .c-card .c-price small {
  font-size: 80%;
}

.p-lp-flow-section {
  padding: 60px 0;
}

.p-lp-flow-section .l-inner {
  box-sizing: border-box;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 24px);
  padding-right: min(5vw, 24px);
}

.p-lp-flow-section .c-lp-heading-title {
  margin: 0 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: var(--main-color);
}

.p-lp-flow-section__content {
  padding: 34px;
  background-color: #fff;
}

.p-lp-flow-section__lead {
  margin: 0 0 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-lp-flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-lp-flow-list li:not(:last-child) {
  position: relative;
}
.p-lp-flow-list li:not(:last-child)::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f0a262;
  position: absolute;
  top: 8px;
  right: -22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-lp-flow-item {
  margin: 0;
}

.p-lp-flow-item__title {
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #f0a262;
}

.p-lp-flow-item__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (width >= 768px) {
  .p-lp-flow-section .c-lp-heading-title {
    font-size: 2.5rem;
  }
}
@media (width < 768px) {
  .p-lp-flow-section {
    padding: 40px 0;
  }
  .p-lp-flow-section__content {
    padding-top: 24px;
  }
  .p-lp-flow-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-lp-flow-list li:not(:last-child) {
    position: relative;
  }
  .p-lp-flow-list li:not(:last-child)::before {
    content: "";
    width: 24px;
    height: 12px;
    top: initial;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .p-lp-flow-section__lead {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-lp-flow-item__title {
    font-size: 1.25rem;
  }
}
.p-lp-flow-detail-list {
  counter-reset: flow-detail;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.p-lp-flow-detail-item {
  display: grid;
  grid-template-columns: 56px 220px 1fr;
  gap: 20px;
  align-items: center;
  margin: 0 0 16px;
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 20px;
  counter-increment: flow-detail;
}

.p-lp-flow-detail-item::before {
  content: counter(flow-detail);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f0a262;
}
@media (width < 768px) {
  .p-lp-flow-detail-item::before {
    display: none;
  }
}

.p-lp-flow-detail-item:last-child {
  margin-bottom: 0;
}

.p-lp-flow-detail-item figure {
  margin: 0;
}

.p-lp-flow-detail-item img {
  display: block;
  width: 100%;
  height: auto;
}

.p-lp-flow-detail-content h3 {
  margin: 0 0 0.35em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3d302f;
}
@media (width < 768px) {
  .p-lp-flow-detail-content h3 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .p-lp-flow-detail-content h3::before {
    content: counter(flow-detail);
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #f0a262;
  }
}

.p-lp-flow-detail-content p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3d302f;
}

@media (width < 768px) {
  .p-lp-flow-detail-list {
    margin-top: 20px;
  }
  .p-lp-flow-detail-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
    padding: 16px;
    border-radius: 14px;
  }
  .p-lp-flow-detail-item::before {
    order: 2;
    align-self: flex-start;
    width: auto;
    font-size: 2rem;
    line-height: 1;
  }
  .p-lp-flow-detail-item figure {
    order: 1;
    width: 100%;
  }
  .p-lp-flow-detail-content {
    order: 3;
    width: 100%;
  }
  .p-lp-flow-detail-content h3 {
    margin-bottom: 0.3em;
    font-size: 1.5rem;
  }
  .p-lp-flow-detail-content p {
    font-size: 1.1rem;
    line-height: 1.55;
  }
}
.p-lp-group-section {
  padding: 60px 0;
}

.p-lp-group-section .l-inner {
  box-sizing: border-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(5vw, 24px);
  padding-right: min(5vw, 24px);
}

.p-lp-group-section .c-lp-heading-title {
  margin: 0 0 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(7vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--main-color);
}

.p-lp-group-section__accent {
  color: #ad2379;
}

.p-lp-group-section__image {
  display: block;
  width: 100%;
  max-width: 850px;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
}

@media (width >= 768px) {
  .p-lp-group-section .c-lp-heading-title {
    font-size: 2.5rem;
  }
}
@media (width < 768px) {
  .p-lp-group-section {
    padding: 40px 0;
  }
}