/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph {
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 1024px) {
  .c-paragraph {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}

.c-paragraph--sm {
  font-size: 0.75rem;
  line-height: 1.625;
}
@media screen and (min-width: 1024px) {
  .c-paragraph--sm {
    font-size: 0.875rem;
    line-height: 2.1111111111;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-paragraph--lg {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4166666667;
}
@media screen and (min-width: 1024px) {
  .c-paragraph--lg {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-select {
  overflow: hidden;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .p-select-lead {
    padding-bottom: 9.5625rem;
  }
}

.p-select-lead__wrap {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .p-select-lead__bg {
    margin-inline: calc(50% - 50vw);
  }
  .p-select-lead__bg img {
    height: 18.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-select-lead__main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5294117647;
  text-align: center;
  color: #fff;
}
.p-select-lead__main strong {
  color: #FFAE00;
}
@media screen and (min-width: 1024px) {
  .p-select-lead__main {
    font-size: 2.125rem;
  }
}

.p-select-lead__pic {
  position: relative;
}
.p-select-lead__pic figure {
  position: absolute;
}
.p-select-lead__pic figure img {
  -webkit-box-shadow: 0rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.16);
}
.p-select-lead__pic figure:nth-child(1) {
  width: 11.625rem;
  left: -5.875rem;
  top: -9.5rem;
}
.p-select-lead__pic figure:nth-child(2) {
  width: 11.1875rem;
  left: 8.375rem;
  top: -3.5625rem;
}
.p-select-lead__pic figure:nth-child(3) {
  width: 20.4375rem;
  right: -5.75rem;
  top: -8.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-select-lead__pic {
    display: none;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-select-reason {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-select-reason {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-select-reason:nth-child(odd) {
  padding-bottom: 0;
}
.p-select-reason:nth-child(odd):before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 6.875rem);
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  pointer-events: none;
  background: #eee;
}

@media screen and (min-width: 1024px) {
  .p-select-reason:nth-child(even) .p-select-reason__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-select-reason__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-select-reason__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.p-select-reason__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-select-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-select-reason__head img {
  width: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-select-reason__head {
    gap: 2.5rem;
  }
  .p-select-reason__head img {
    width: 6.0625rem;
  }
}

.p-select-reason__title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .p-select-reason__title {
    font-size: 1.75rem;
  }
}

.p-select-reason__body {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  font-size: 1rem;
  line-height: 2;
}
.p-select-reason__body .marker {
  padding: 0 0.25em;
  background: #add6e5;
  font-weight: bold;
}
.p-select-reason__body .caution {
  color: #FF0000;
}
.p-select-reason__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 0.5rem;
}
.p-select-reason__link a {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-select-reason__link .c-btn-square__arrow {
    width: 0.625rem;
    right: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-select-reason__link {
    gap: 1.25rem 2.5rem;
  }
}

.p-select-reason__pic {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-select-reason__pic .swiper-pagination {
  position: absolute;
  right: 0;
  top: 100%;
  bottom: auto;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-select-reason__pic .swiper-wrapper.swiper-wrapper {
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-select-reason__pic .swiper {
    width: 20.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-select-reason__pic {
    width: 26.25rem;
  }
  .p-select-reason__pic img {
    width: 100%;
  }
}

.p-select-reason__gallery {
  position: relative;
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-select-reason__gallery figure {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-select-reason__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/