/*-------------- under --------------------*/
@media screen and (max-width: 767px) {
  .p-pagettl {
    height: 28rem;
  }
  .p-pagettl .l-content-inner {
    padding: 0;
  }
}
.p-pagettl .c-secttl {
  color: #FFF4B4;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-pagettl .c-secttl {
    font-size: 2.6rem;
    padding-bottom: 0.8rem;
  }
  .p-pagettl .c-secttl .bar {
    width: 12rem;
    height: 0.2rem;
  }
}
.p-pagettl__text {
  margin-top: 2rem;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
  .p-pagettl__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-pagettl__btn {
  width: 49.6rem;
  max-width: 100%;
  margin: 3.2rem auto auto;
}
@media screen and (max-width: 767px) {
  .p-pagettl__btn {
    margin-top: 1.6rem;
    width: 35.9rem;
  }
}
.p-pagettl__btn img {
  display: block;
}

.p-condition {
  padding-top: 8rem;
  padding-bottom: 10.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-condition {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}
.p-condition__title {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-condition__title {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-condition__title .green {
  color: #177272;
}
.p-condition__title .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-condition__title .small {
    font-size: 1.8rem;
  }
}
.p-condition__list {
  margin-top: 5.4rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-condition__list {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    gap: 0.7rem 0.8rem;
  }
}
.p-condition__list .item {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-condition__list .item {
    width: 16rem;
  }
}
.p-condition__list .item img {
  display: block;
}
.p-condition__list .item .cnt {
  background-color: #ffffff;
  padding: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-condition__list .item .cnt {
    padding: 0.8rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-condition__list .item .cnt.-adj {
    padding-right: 0;
    padding-left: 0;
  }
  .p-condition__list .item .cnt.-adj .title {
    font-size: 1.9rem;
    letter-spacing: -0.02em;
    gap: 0.5rem;
  }
  .p-condition__list .item .cnt.-adj .title .icon {
    width: 2.6rem;
  }
}
.p-condition__list .item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-condition__list .item .title {
    font-size: 1.5rem;
    line-height: 130%; /* 1.95rem */
    gap: 0.4rem;
  }
}
.p-condition__list .item .title .icon {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-condition__list .item .title .icon {
    width: 1.4rem;
    min-width: 1.4rem;
  }
}
.p-condition__list .item .title .icon img {
  display: block;
}
.p-condition__list .item .title .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-condition__list .item .title .small {
    font-size: 1.2rem;
  }
}
.p-condition__text {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%; /* 4.48rem */
}
@media screen and (max-width: 767px) {
  .p-condition__text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-condition__text.-adj {
    margin-right: -1em;
    margin-left: -1em;
  }
}
.p-condition__text .red {
  color: #C92222;
  font-size: 3.6rem;
  display: inline-block;
  border-bottom: 2px solid #C92222;
}
@media screen and (max-width: 767px) {
  .p-condition__text .red {
    font-size: 2.6rem;
  }
}

.p-detail {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding-bottom: 4.8rem;
  }
}
.p-detail__bln {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.6rem 0;
  background: #177272;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -6.9rem;
}
@media screen and (max-width: 767px) {
  .p-detail__bln {
    padding: 1.7rem 0;
    margin-bottom: -6.7rem;
  }
}
.p-detail__bln-text {
  color: #FFF;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-detail__bln-text {
    font-size: 1.5rem;
  }
  .p-detail__bln-text .mid {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-detail__bln-text .yellow {
  color: #FFFFCD;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail__bln-text .yellow {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.p-detail__bln::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 3.2rem;
  background-color: #177272;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(95%);
}
@media screen and (max-width: 767px) {
  .p-detail__bln::after {
    width: 3.2rem;
    height: 1.6rem;
  }
}
.p-detail .c-secttl {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail .c-secttl {
    margin-top: 5.6rem;
    font-size: 2.6rem;
    line-height: 140%; /* 3.64rem */
  }
}
.p-detail__content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail__content {
    margin: 2.4rem auto 0;
    width: 30.8rem;
  }
}
.p-detail__sec {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail__sec {
    margin-top: 4.4rem;
  }
}
.p-detail__sec:first-of-type {
  margin-top: 0;
}
.p-detail__title {
  color: #177272;
  font-feature-settings: "palt" on;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 160%; /* 5.12rem */
  letter-spacing: 0.05em;
  padding: 1rem 3.2rem;
  border-top: 2px solid #177272;
  border-bottom: 2px solid #177272;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail__title {
    text-align: center;
    font-size: 2.2rem;
    padding: 0.8rem 0;
    margin-bottom: 2.4rem;
  }
}
.p-detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail__list {
    flex-direction: column;
  }
}
.p-detail__list .item {
  width: 30.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail__list .item {
    width: 100%;
  }
}
.p-detail__list .title {
  margin-top: 0.8rem;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 700;
  line-height: 170%; /* 3.4rem */
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}
.p-detail__list .title::before {
  content: "";
  width: 0.4rem;
  height: 2.4rem;
  display: block;
  background: #058989;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-detail__list .title .small {
  font-size: 1.6rem;
}
.p-detail__list .price {
  font-feature-settings: "palt" on;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.p-detail__list .price .num {
  color: #2C716C;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
}
.p-detail__list .price .kara {
  font-size: 2.4rem;
  font-weight: 400;
}
.p-detail__list .price .comma {
  font-size: 1.7rem;
}
.p-detail__list .price-tag {
  display: inline-block;
  padding: 0.1rem 1rem 0.2rem;
  background: #F3F1EC;
  font-feature-settings: "palt" on;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 160%; /* 1.92rem */
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}
.p-detail__list .price-box {
  display: flex;
  gap: 2.8rem;
  line-height: 1;
}
.p-detail__list .price-box > div {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail__list .price-box {
    margin-top: -0.8rem;
  }
}
.p-detail__list .text {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%; /* 2.24rem */
  border-top: 1px solid #CBCBCB;
  padding-top: 0.9rem;
}
.p-detail__list .maintenance {
  margin-top: 1.5rem;
  display: inline-block;
  padding: 0.2rem 1rem;
  background: #EEF7F7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%; /* 2.24rem */
  letter-spacing: 0.07rem;
}
.p-detail__list .maintenance .num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2C716C;
}
.p-detail__list .maintenance .kara {
  font-size: 1.6rem;
}

.p-detail-opt {
  background-color: #F3F3F3;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-opt {
    padding: 2rem 0 2.6rem;
  }
}
.p-detail-opt__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.95;
}
@media screen and (max-width: 767px) {
  .p-detail-opt__title {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.p-detail-opt__text {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .p-detail-opt__text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-detail-opt .c-btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-opt .c-btn {
    margin-top: 1.6rem;
  }
}

.p-unei {
  background-image: url(../images/menu/bg_unei.jpg);
  background-size: cover;
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-unei {
    padding: 4rem 1.6rem;
    background-image: url(../images/menu/bg_unei_sp.jpg);
    background-position: bottom center;
  }
  .p-unei .l-content-inner {
    padding: 0;
  }
}
.p-unei__content {
  padding: 8rem 4rem 8rem 4rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-unei__content {
    padding: 2.8rem 1.6rem;
  }
}
.p-unei__content .bnr-text {
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-unei__content .bnr-text {
    display: block;
    margin-top: 2.4rem;
  }
}
.p-unei__content {
  position: relative;
}
.p-unei__content::before {
  content: "";
  display: block;
  width: 25.1rem;
  height: 11.5rem;
  background-color: #B7B7B7;
  opacity: 0.15;
  position: absolute;
}
.p-unei__content::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-unei__title {
  text-align: center;
}
.p-unei__title .title1 {
  color: #116F6F;
  text-align: center;
  text-shadow: 0.3rem 0.3rem 0.1rem #ffffff, -0.3rem 0.3rem 0.1rem #ffffff, 0.3rem -0.3rem 0.1rem #ffffff, -0.3rem -0.3rem 0.1rem #ffffff, 0.3rem 0px 0.1rem #ffffff, 0px 0.3rem 0.1rem #ffffff, -0.3rem 0px 0.1rem #ffffff, 0px -0.3rem 0.1rem #ffffff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .p-unei__title .title1 {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.p-unei__title .title1 .small {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .p-unei__title .title1 .small {
    font-size: 1.5rem;
  }
}
.p-unei__title .title2 {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-unei__title .title2 {
    line-height: 0.5;
    margin-top: 0.8rem;
  }
}
.p-unei__title .title2 .box {
  color: #FFFFCD;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.29; /* 5.4342rem */
  background: #177272;
  display: inline-block;
  padding: 0.1em 0.2em;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-unei__title .title2 .box {
    display: inline-block;
    font-size: 2.6rem;
    margin-right: 0;
    padding: 0.2em 0.2em 0.1em;
  }
}
.p-unei__title .title2 .inner {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 128.292%; /* 5.7731rem */
  text-shadow: 0.3rem 0.3rem 0.1rem #ffffff, -0.3rem 0.3rem 0.1rem #ffffff, 0.3rem -0.3rem 0.1rem #ffffff, -0.3rem -0.3rem 0.1rem #ffffff, 0.3rem 0px 0.1rem #ffffff, 0px 0.3rem 0.1rem #ffffff, -0.3rem 0px 0.1rem #ffffff, 0px -0.3rem 0.1rem #ffffff;
}
@media screen and (max-width: 767px) {
  .p-unei__title .title2 .inner {
    font-size: 2.2rem;
  }
}
.p-unei__title .title2 .inner .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-unei__title .title2 .inner .small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-unei__title .bar {
    width: 12rem;
  }
}
.p-unei__bnr {
  width: 55rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-unei__bnr {
    width: 100%;
  }
}
.p-unei__text {
  width: calc(100% - 55rem);
  padding-left: 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-unei__text {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    margin-top: 1.2rem;
  }
}
.p-unei__text span {
  color: #C92222;
  font-weight: 700;
}
.p-unei__list {
  margin-top: 6.8rem;
  display: flex;
  gap: 5rem 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-unei__list {
    margin-top: 4.4rem;
    gap: 3.6rem 0.9rem;
  }
}
.p-unei__list .item {
  width: 28rem;
  height: 22.5rem;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.4);
  padding: 0 2.8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-unei__list .item {
    width: 16.4rem;
    height: 16.1rem;
    padding: 0 1.6rem 2rem;
  }
  .p-unei__list .item:nth-of-type(5) {
    width: 21rem;
  }
}
.p-unei__list .item::before, .p-unei__list .item::after {
  content: "";
  width: 10.5rem;
  height: 4.8rem;
  display: block;
  background-color: rgba(183, 183, 183, 0.15);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-unei__list .item::before, .p-unei__list .item::after {
    width: 8.3523rem;
    height: 3.8352rem;
  }
}
.p-unei__list .item::before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: 0;
  top: 0;
}
.p-unei__list .item::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 0;
  bottom: 0;
}
.p-unei__list .item .bdr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-unei__list .item .bdr::before, .p-unei__list .item .bdr::after {
  content: "";
  width: 100%;
  height: calc(50% - 1.4rem);
  border: 3px solid #23ADAD;
  position: absolute;
  top: 0;
  left: 0;
}
.p-unei__list .item .bdr::before {
  border-bottom: none;
}
.p-unei__list .item .bdr::after {
  border-top: none;
  border-color: #177272;
  top: auto;
  bottom: 0;
}
.p-unei__list .item .icon {
  width: 8.8rem;
  position: relative;
  margin: auto auto auto;
  transform: translateY(-50%);
  margin-bottom: -4.4rem;
}
@media screen and (max-width: 767px) {
  .p-unei__list .item .icon {
    width: 5.6rem;
    margin-bottom: -2.8rem;
  }
}
.p-unei__list .item .text {
  margin-top: 1.67rem;
  color: #2A706B;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-unei__list .item .text {
    font-size: 2.2rem;
  }
}
.p-unei__list .item .text2 {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
}
@media screen and (max-width: 767px) {
  .p-unei__list .item .text2 {
    margin-top: 0.8rem;
    font-size: 1.3rem;
  }
}

.c-flow {
  padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .c-flow {
    padding-top: 4rem;
  }
}

.p-menu-list {
  padding-top: 8.8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list {
    padding: 4.8rem 0;
  }
}
.p-menu-list .c-secttl {
  font-size: 4.4rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list .c-secttl {
    font-size: 2.6rem;
  }
}
.p-menu-list__list {
  width: 80rem;
  max-width: 100%;
  margin: 7.2rem auto auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list__list {
    gap: 1.8rem;
    margin-top: 3.2rem;
  }
}
.p-menu-list__list .item {
  width: 24rem;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list__list .item {
    width: 16.2rem;
    height: 15rem;
  }
}
.p-menu-list__list .item__inn {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-menu-list__list .item .bdr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-menu-list__list .item .bdr::before, .p-menu-list__list .item .bdr::after {
  content: "";
  width: 100%;
  height: calc(50% - 1.4rem);
  border: 3px solid #23ADAD;
  position: absolute;
  top: 0;
  left: 0;
}
.p-menu-list__list .item .bdr::before {
  border-bottom: none;
}
.p-menu-list__list .item .bdr::after {
  border-top: none;
  border-color: #177272;
  top: auto;
  bottom: 0;
}
.p-menu-list__list .item .icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #EEF7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-menu-list__list .item .icon {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.p-menu-list__list .item .icon img {
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list__list .item .icon img {
    width: 4.7rem;
    max-height: 3.5rem;
  }
}
.p-menu-list__list .item .icon.-equip img {
  width: 5.5rem;
}
.p-menu-list__list .item .icon.-other img {
  width: 4.5rem;
}
.p-menu-list__list .item .text {
  margin-top: 1.2rem;
  color: #2A706B;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 129.385%; /* 3.1052rem */
}
@media screen and (max-width: 767px) {
  .p-menu-list__list .item .text {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=menu-under.css.map */