@charset "UTF-8";
.l-bg-green {
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .l-bg-green {
    padding-bottom: 0;
  }
}
.l-bg-green::before {
  display: none;
}

.c-pagettl__sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-pagettl__sub {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 1.6rem;
  }
}

.p-menu-main {
  padding: 7.5rem 0 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-menu-main {
    padding: 3.3rem 0 4.3rem;
  }
}
.p-menu-main .c-secttl {
  font-size: 3.2rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-menu-main .c-secttl {
    font-size: 2.3rem;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px -0.2rem 0.1rem rgba(255, 255, 255, 0.5);
    line-height: 1.5;
  }
}
.p-menu-main .c-secttl .large {
  font-size: 1.5625em;
}
@media screen and (max-width: 767px) {
  .p-menu-main .c-secttl .large {
    font-size: 1.1304347826em;
  }
}
.p-menu-main__block {
  margin-top: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-menu-main__block {
    margin-top: 3.3rem;
  }
}
.p-menu-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-menu-main__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-menu-main__item {
    height: 8.2rem;
    -webkit-box-shadow: 0 0.16rem 0.64rem 0 rgba(51, 51, 51, 0.4);
            box-shadow: 0 0.16rem 0.64rem 0 rgba(51, 51, 51, 0.4);
  }
}
.p-menu-main__item .c-btn__inn {
  border: solid 0.2rem #C6C5C5;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-menu-main__item .c-btn__inn {
    font-size: 1.92rem;
    padding-right: 0.8em;
    -webkit-box-shadow: inset 0 0.16rem 0.64rem 0 rgba(51, 51, 51, 0.4);
            box-shadow: inset 0 0.16rem 0.64rem 0 rgba(51, 51, 51, 0.4);
    border-color: #177272;
    border-width: 1px;
  }
}
.p-menu-main__item .c-btn__inn::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-menu-main__item .c-btn__inn::after {
    display: block;
    width: 1rem;
    right: 0.6rem;
  }
}
.p-menu-main__item.is-active .c-btn__inn {
  border-color: #177272;
  background-color: #177272;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-menu-main__item.is-active .c-btn__inn {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-main__item.is-active .c-btn__inn::after {
    background-image: url(../images/common/arrow_right-w.svg);
  }
}
.p-menu-main__content {
  border: solid 0.4rem #177272;
  background-color: #fff;
  padding: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-menu-main__content {
    padding: 1.2rem;
  }
}
.p-menu-main__box {
  display: none;
}
.p-menu-main__box.is-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-menu-main__main-img img {
    min-width: 920px;
  }
}

.p-menu-list {
  position: relative;
  background-color: #177272;
  padding: 8.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-menu-list {
    padding-top: 4rem;
  }
}
.p-menu-list:before {
  content: "";
  width: 76.2rem;
  height: 34.8rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-menu-list:before {
    display: none;
  }
}
.p-menu-list .c-secttl {
  font-size: 3.2rem;
  padding-bottom: 1.8rem;
  color: #fff;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  .p-menu-list .c-secttl {
    font-size: 2.3rem;
  }
}
.p-menu-list .c-secttl .large {
  font-size: 1.5625em;
}
@media screen and (max-width: 767px) {
  .p-menu-list .c-secttl .large {
    font-size: 1.1304347826em;
  }
}
.p-menu-list .c-secttl .bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50.01%, #2DB1B1), color-stop(85.1%, #2DB1B1));
  background: linear-gradient(90deg, #fff 50%, #2DB1B1 50.01%, #2DB1B1 85.1%);
}
.p-menu-list__list {
  margin: 4.7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list__list {
    gap: 2.4rem 1.5rem;
    margin-top: 3rem;
  }
}
.p-menu-list__list .item {
  width: calc((100% - 12rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-menu-list__list .item {
    width: calc(50% - 0.75rem);
  }
}
.p-menu-list .c-opt {
  padding: 5rem 0 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list .c-opt {
    padding: 4rem 0 3rem;
    margin: 0 -1rem;
  }
}

.p-aging {
  padding: 7.4rem 0 8.8rem;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-aging {
    padding: 3.8rem 0 4rem;
  }
}
.p-aging .green {
  color: #177272;
}
.p-aging__title {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-aging__title {
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px -0.2rem 0.1rem rgba(255, 255, 255, 0.5);
    font-size: 2.6rem;
    letter-spacing: 0.01em;
  }
}
.p-aging__box {
  margin-top: 4.8rem;
  background-color: #fff;
  padding: 3.8rem 4rem 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-aging__box {
    margin-top: 2.2rem;
    width: calc(100% + 8.5333333333vw);
    margin-left: -4.2666666667vw;
    padding: 2.4rem 3.6rem 4rem;
  }
}
.p-aging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-aging__list {
    gap: 1.6rem 0.9rem;
  }
}
.p-aging__item {
  width: calc((100% - 4.8rem) / 4);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aging__item {
    width: calc(50% - 0.45rem);
  }
}
.p-aging__item .text {
  margin-top: 1.15rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-aging__item .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 147/135;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-aging__text01 {
  text-align: center;
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-aging__text01 {
    margin-top: 4rem;
  }
}
.p-aging__text01 .inn {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-aging__text01 .inn {
    font-size: 1.8rem;
  }
}
.p-aging__text01 .inn::before, .p-aging__text01 .inn::after {
  position: absolute;
  top: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-aging__text01 .inn::before, .p-aging__text01 .inn::after {
    font-size: 2.08rem;
    top: calc(50% + 0.8rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-aging__text01 .inn::before {
  content: "＼";
  left: 0;
}
.p-aging__text01 .inn::after {
  content: "／";
  right: 0;
}
.p-aging__text02 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 0.6rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-aging__text02 {
    font-size: 2rem;
    margin-top: -0.8rem;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
}
.p-aging__text02 .small {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .p-aging__text02 .small {
    font-size: 1em;
  }
}
.p-aging__text02 .large {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .p-aging__text02 .large {
    font-size: 1.6em;
  }
}

.p-report {
  padding: 8.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-report {
    padding-top: 4rem;
  }
}
.p-report__title {
  font-size: 2.8rem;
  line-height: 1.42;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-report__title {
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem -0.2rem 0.1rem rgba(255, 255, 255, 0.5), 0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px 0.2rem 0.1rem rgba(255, 255, 255, 0.5), -0.2rem 0px 0.1rem rgba(255, 255, 255, 0.5), 0px -0.2rem 0.1rem rgba(255, 255, 255, 0.5);
    font-size: 2.3rem;
    letter-spacing: 0.01em;
  }
}
.p-report__title .large {
  font-size: 1.7857142857em;
}
@media screen and (max-width: 767px) {
  .p-report__title .large {
    font-size: 1.1304347826em;
  }
}
.p-report__text {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-report__text {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}
.p-report__box {
  padding: 6rem 6rem 6rem 4.4rem;
  margin-top: 4.8rem;
  border: 0.2rem solid #059E9E;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 41rem;
  grid-template-columns: 1fr 41rem;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-report__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
    border-width: 1px;
    padding: 1.6rem 1rem;
  }
}
.p-report__texts .title {
  text-align: center;
  background-color: #059E9E;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  padding: 0.2em 0 0.3em;
}
@media screen and (max-width: 767px) {
  .p-report__texts .title {
    font-size: 2.24rem;
  }
}
.p-report__texts .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem 1.6rem;
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-report__texts .list {
    gap: 1.6rem 1.1rem;
    margin-top: 1.05rem;
  }
}
.p-report__texts .list li {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-report__texts .list li {
    font-size: 1.6rem;
  }
}
.p-report__texts .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.45em;
  height: 0.45em;
  background-color: #059E9E;
  border-radius: 50%;
}
.p-report__texts .note {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-report__texts .note {
    font-size: 1.2rem;
    margin-top: 1.6rem;
  }
}
.p-report .c-opt {
  padding: 4.2rem 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-report .c-opt {
    padding: 2.3rem 0 4.1rem;
    margin: 0 -1rem;
  }
}
.p-report .c-opt__text3 {
  font-size: 2rem;
  margin-top: 1.2rem;
  color: #C92222;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-report .c-opt__text3 {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 0.8rem;
    padding: 0 0.8rem;
  }
}

.p-related {
  max-width: 100rem;
  margin: 0 auto;
  background-color: #177272;
  padding: 4rem 4rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-related {
    padding: 3.3rem 4.2666666667vw 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-related .l-content-inner {
    padding: 0;
  }
}
.p-related__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-related__title {
    font-size: 2.6rem;
  }
}
.p-related__title .inn {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
}
.p-related__title .inn::before, .p-related__title .inn::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #C6C5C5;
}
@media screen and (max-width: 767px) {
  .p-related__title .inn::before, .p-related__title .inn::after {
    width: 1.28px;
    height: 60%;
  }
}
.p-related__title .inn::before {
  left: 0;
}
.p-related__title .inn::after {
  right: 0;
}
.p-related__title .icn {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  background: url(../images/menu/icn_search.svg) no-repeat center/100%;
  margin: 0.2em 0.2em 0 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-related__title .icn {
    margin: 0.55em 0.2em 0 0;
  }
}
.p-related__box {
  margin-top: 2.4rem;
  background-color: #fff;
  padding: 5.2rem 4rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-related__box {
    margin-top: 1.7rem;
    padding: 2.4rem 1.6rem 4.2rem;
  }
}
.p-related__box .inn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37.8rem 4rem 1fr;
  grid-template-columns: 37.8rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-related__box .inn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-related__box .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-related__box .tag {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  background-color: #177272;
  border-radius: 100rem;
  padding: 0.3em 1.1em 0.4em;
}
@media screen and (max-width: 767px) {
  .p-related__box .tag {
    padding: 0.25em 1.2em 0.45em;
  }
}
.p-related__box .title {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.68;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-related__box .text {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-related__box .text {
    -webkit-line-clamp: 3;
  }
}
/*# sourceMappingURL=menu.css.map */