@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
/*-- lowerフォルダの中の_index.scss --*/
.c-lower-kv {
  height: 100vh;
  background-color: #eef9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv {
    padding-bottom: 32px;
  }
}
.c-lower-kv + .c-width {
  margin-top: 80px;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv + .c-width {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv + .c-width {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv + .c-width {
    margin-top: 32px;
  }
}

.c-lower-kv__wordCont {
  padding: 0 60px 0 80px;
  margin: 0px auto 0;
  width: 50%;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__wordCont {
    padding: 0 80px 0 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__wordCont {
    padding: 0 70px 0 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__wordCont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__wordCont {
    width: 100%;
    padding: 0 32px;
    height: 100%;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__wordCont {
    margin-top: 8px;
  }
}

.c-lower-kv__word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  max-width: 550px;
  margin: 0px auto 0;
  position: relative;
  padding: 0 0px 0 0px;
  font-size: 18px;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word {
    max-width: 100%;
    padding: 0 0px 0 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__word {
    padding: 0 10px 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word {
    width: 550px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__word {
    max-width: 100%;
  }
}
.c-lower-kv__word strong {
  margin-top: 36px;
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word strong {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word strong {
    margin-top: 16px;
  }
}
.c-lower-kv__word::before {
  position: absolute;
  content: "";
  width: 127px;
  height: 3px;
  background-color: #68ccd0;
  top: -14px;
  left: -152px;
  -webkit-transform: translate(50%) rotate(-45deg);
          transform: translate(50%) rotate(-45deg);
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word::before {
    left: -72px;
    width: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word::before {
    width: 80px;
    left: -54px;
    top: -10px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word::before {
    height: 2px;
    width: 63px;
    left: -40px;
    top: 5px;
  }
}
.c-lower-kv__word::after {
  position: absolute;
  content: "";
  width: 127px;
  height: 3px;
  background-color: #68ccd0;
  bottom: 1px;
  right: -117px;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word::after {
    width: 100px;
    right: -98px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__word::after {
    width: 80px;
    right: -73px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__word::after {
    width: 80px;
    right: -55px;
    bottom: -5px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__word::after {
    height: 2px;
    width: 63px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__word {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__word {
    font-size: 14px;
  }
}

.c-lower-kv__ttl {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-lower-kv__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__ttl {
    font-size: 20px;
  }
}

.c-lower-kv__text {
  padding: 20px 0 0;
  font-size: 18px;
  line-height: 2.33;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__text {
    padding: 18px 0 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__text {
    padding: 16px 0 0;
    font-size: 14px;
    line-height: 2.14;
  }
}

.c-lower-kv__imgCont {
  width: 50%;
  height: 100%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1537px) {
  .c-lower-kv__imgCont {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-lower-kv__imgCont {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-lower-kv__imgCont {
    width: 95%;
    margin-left: auto;
    height: 100%;
    padding-bottom: 0px;
    position: relative;
  }
  .c-lower-kv__imgCont::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    top: 0;
    left: -60px;
    height: 50%;
    width: 100%;
    z-index: 1;
  }
}

.c-lower-kv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border-bottom-left-radius: 60px;
  aspect-ratio: 10/11;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__img {
    border-bottom-left-radius: 30px;
  }
}

.swiper {
  height: 100%;
}

.swiper-slide {
  opacity: 0 !important;
}

.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-pagination {
  text-align: end !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px !important;
  right: 80px !important;
  left: initial !important;
}
@media only screen and (max-width: 1537px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 50px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 18px !important;
    right: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 8px !important;
    right: 14px !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: #27b7bc !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px !important;
  }
}

.swiper-pagination-bullet {
  background: #ffffff !important;
  height: 12px !important;
  width: 12px !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 1023px) {
  .swiper-pagination-bullet {
    height: 8px !important;
    width: 8px !important;
    pointer-events: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: #27b7bc !important;
  height: 12px !important;
  width: 12px !important;
  opacity: 1 !important;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .swiper-pagination-bullet-active {
    height: 8px !important;
    width: 8px !important;
  }
}

.c-width__inr--pa0 {
  padding: 92px 0px 116px 0px;
}
@media only screen and (max-width: 1279px) {
  .c-width__inr--pa0 {
    padding: 40px 30px 65px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width__inr--pa0 {
    padding: 40px 20px 65px 20px;
  }
}

.p-kv-anker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding: 0 14px 0 0;
}
@media only screen and (max-width: 1537px) {
  .p-kv-anker {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1440px) {
  .p-kv-anker {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 15px;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv-anker {
    padding: 0 30px;
  }
}

.p-kv-anker__link {
  font-weight: 18;
  line-height: 2.33;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1537px) {
  .p-kv-anker__link {
    font-size: 16px;
  }
}
.p-kv-anker__link:hover {
  opacity: 0.6;
}

.p-ttl-comment__wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 1279px) {
  .p-ttl-comment__wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ttl-comment__wrap {
    margin-top: 20px;
  }
}
.p-ttl-comment__wrap--side {
  padding: 0 64px;
}
@media only screen and (max-width: 1023px) {
  .p-ttl-comment__wrap--side {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ttl-comment__wrap--side {
    padding: 0;
  }
}

.p-ttl-comment {
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
}
@media only screen and (max-width: 1537px) {
  .p-ttl-comment {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ttl-comment {
    font-size: 14px;
  }
}

.p-c-sort-group__txt {
  font-size: 18px;
  line-height: 2.11;
  margin-top: 12px;
}
@media only screen and (max-width: 1537px) {
  .p-c-sort-group__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-c-sort-group__txt {
    margin-top: 6px;
    font-size: 14px;
  }
}

.c-sort-group__item--full {
  grid-column: 1/4;
  max-width: 100%;
}
@media only screen and (max-width: 1440px) {
  .c-sort-group__item--full {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 1023px) {
  .c-sort-group__item--full {
    grid-column: 1/2;
  }
}

.c-sort-group__item {
  max-width: 100%;
}
@media only screen and (max-width: 1537px) {
  .c-sort-group__item {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-sort-group__item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sort-group__item {
    height: auto;
  }
}

.c-sort-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 38px;
}
@media only screen and (max-width: 1537px) {
  .c-sort-group {
    gap: 40px 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .c-sort-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-sort-group {
    grid-template-columns: 1fr;
  }
}

.interior {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .interior {
    margin-top: 40px;
  }
}

.p-interior__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1279px) {
  .p-interior__cont {
    display: block;
  }
}
.p-interior__cont--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interior__cont:first-child {
  margin-top: 50px;
}
@media only screen and (max-width: 1279px) {
  .p-interior__cont:first-child {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-interior__cont + .p-interior__cont {
    margin-top: 20px;
  }
}

.p-interior__picture {
  width: 50%;
}

@media only screen and (max-width: 1279px) {
  .p-interior__img {
    width: 100%;
  }
}

.p-interior__txt-wrap {
  width: 50%;
  padding: 0 64px;
}
@media only screen and (max-width: 1537px) {
  .p-interior__txt-wrap {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-interior__txt-wrap {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.p-interior__ttl {
  font-size: 24px;
  line-height: 1.29;
  font-weight: 700;
}
@media only screen and (max-width: 1537px) {
  .p-interior__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interior__ttl {
    font-size: 18px;
  }
}

.p-interior__txt {
  font-size: 18px;
  line-height: 2.11;
  margin-top: 20px;
}
@media only screen and (max-width: 1537px) {
  .p-interior__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-interior__txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interior__txt {
    font-size: 14px;
  }
}

.point {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .point {
    margin-top: 40px;
  }
}

.p-point-list {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-point-list {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-list {
    margin-top: 20px;
  }
}

.p-point-list__dt {
  padding: 17px 65px 18px 30px;
  background: #eef9f9;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-radius: 24px;
  color: #231815;
  font-size: 20px;
  line-height: 1.75;
}
@media only screen and (max-width: 1537px) {
  .p-point-list__dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-point-list__dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-list__dt {
    padding: 15px 45px 15px 20px;
    font-size: 16px;
  }
}
.p-point-list__dt:hover {
  background-color: #27b7bc;
  color: #fff;
}
.p-point-list__dt:hover::after {
  background-color: #fff;
}
.p-point-list__dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  display: inline-block;
  width: 29px;
  height: 29px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #27b7bc;
  border-radius: 50%;
  -webkit-mask-image: url(/union-e-assets/images/reform/point_arrow.svg);
          mask-image: url(/union-e-assets/images/reform/point_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-point-list__dt::after {
    right: 14px;
    width: 25px;
    height: 25px;
  }
}
.p-point-list__dt.open {
  background-color: #27b7bc;
  color: #fff;
}
.p-point-list__dt.open::after {
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-point-list__dt-inr {
  display: inline-block;
}

.p-point-list__dd {
  margin-top: -24px;
  background-color: #eef9f9;
  display: none;
  padding: 48px 30px 40px;
  border-radius: 0 0 24px 24px;
}
.p-point-list__dd + .p-point-list__dt {
  margin-top: 24px;
}

.p-point-list__dd-txt {
  font-size: 18px;
  line-height: 2.11;
}
@media only screen and (max-width: 1537px) {
  .p-point-list__dd-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-list__dd-txt {
    font-size: 14px;
  }
}
.p-point-list__dd-txt + .p-point-list__dd-ttl {
  margin-top: 38px;
}
@media only screen and (max-width: 1537px) {
  .p-point-list__dd-txt + .p-point-list__dd-ttl {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 1279px) {
  .p-point-list__dd-txt + .p-point-list__dd-ttl {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-list__dd-txt + .p-point-list__dd-ttl {
    margin-top: 15px;
  }
}

.p-point-list__dd-ttl {
  font-size: 18px;
  line-height: 2.11;
  font-weight: 700;
}
@media only screen and (max-width: 1537px) {
  .p-point-list__dd-ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-list__dd-ttl {
    font-size: 14px;
  }
}