@charset "UTF-8";
.p-intro {
  position: relative;
  padding: 7.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 3rem;
  }
}
.p-intro .red {
  color: #C92222;
}
.p-intro__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  /* 3.36rem */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 1.8rem;
  }
}
.p-intro__title .green {
  color: #177272;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-intro__title .green {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.p-intro__box {
  padding: 3.6rem 0 4rem;
  margin-top: 3.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro__box {
    margin-top: 2.3rem;
    padding: 1.8rem 1.6rem 2.5rem;
  }
}
.p-intro__text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 2rem;
    text-align: left;
  }
}
.p-intro__img {
  width: 87.9rem;
  margin: 3.5rem 0 0 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: 100%;
    margin: 2.2rem 0 0;
  }
}
.p-intro__note {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro__note {
    margin-top: 1.7rem;
    padding: 0 0.5rem;
  }
}
.p-intro__note::before {
  content: "※";
}

.p-check {
  padding: 8.1rem 0 8.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-check {
    padding: 4.5rem 0 4rem;
  }
}
.p-check .scroll-hint-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-check .green {
  color: #177272;
}
.p-check .bold {
  font-weight: 700;
}
.p-check__title {
  text-align: center;
  line-height: 1.65;
  padding-bottom: 1.5rem;
}
.p-check__title .title {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-check__title .title {
    font-size: 1.8rem;
  }
}
.p-check__title .title .large {
  font-size: 1.5625em;
}
@media screen and (max-width: 767px) {
  .p-check__title .title .large {
    font-size: 1.4444444444em;
  }
}
.p-check__list {
  margin-top: 6rem;
  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: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-check__list {
    margin-top: 4rem;
    gap: 1.9rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-check__list .c-btn {
  width: calc((100% - 9.6rem) / 4);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-check__list .c-btn {
    width: 16.2rem;
    width: calc(50% - 0.95rem);
  }
}
.p-check__list .c-btn__inn {
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
  gap: 0.4rem;
  padding: 2.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-check__list .c-btn__inn {
    font-size: 1.8rem;
    padding: 0.5rem 0 0.2rem;
    line-height: 1.4;
    gap: 0.3rem;
  }
}
.p-check__list .c-btn__inn::after {
  content: none;
}
.p-check__list .c-btn__inn .arrow {
  width: 1.3rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-check__list .c-btn__inn .arrow {
    width: 1rem;
  }
}
.p-check__list .c-btn.is-active .c-btn__inn {
  background-color: #177272;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-check__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 4.2666666667vw);
    margin-top: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-check__content::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.2666666667vw;
            flex: 0 0 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-check__content .scroll-hint-icon {
    top: calc(50% - 9.7rem) !important;
  }
}
.p-check__box {
  background-color: #fff;
  border: solid 0.4rem #177272;
  padding: 3.7rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-check__box {
    border-width: 0.2rem;
    padding: 2.1rem 0.9rem;
    min-width: 574px;
  }
}
.p-check__main-img img {
  display: block;
  margin: auto;
}
.p-check__main-notes {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-check__main-notes {
    max-width: 33.8rem;
  }
}
.p-check__main-note {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-check__main-note::before {
  content: "※";
}
.p-check__note {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-check__note {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.p-check__note li::before {
  content: "※";
}
.p-check .js-tab-blk {
  position: relative;
}
.p-check .js-tab-item {
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .p-check .js-tab-item {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .p-check .js-tab-item:hover {
    opacity: 0.7;
  }
}
.p-check .js-tab-content .js-tab-box {
  display: none;
}
.p-check .js-tab-content .js-tab-box.is-show {
  display: block;
}
.p-check__text {
  margin-top: 5.6rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-check__text {
    font-size: 2rem;
    text-align: left;
    margin-top: 4.2rem;
  }
}
.p-check__img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-check__img {
    margin-top: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-check__img img {
    min-width: 604px;
  }
}

.p-sympton {
  background-color: #EEF7F7;
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-sympton {
    padding: 3rem 0 4rem;
  }
}
.p-sympton .green {
  color: #177272;
}
.p-sympton__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sympton__title {
    font-size: 2rem;
  }
}
.p-sympton__title .large {
  font-size: 1.2222222222em;
}
@media screen and (max-width: 767px) {
  .p-sympton__title .large {
    font-size: 1.2em;
  }
}
.p-sympton__text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-sympton__text {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 1.7rem;
  }
}
.p-sympton__list {
  margin-top: 5.6rem;
  gap: 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2rem 1fr 3.2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-sympton__list {
    margin-top: 4rem;
    gap: 2.4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-sympton__list .box {
  padding: 1.2rem 1.5rem 1.6rem;
}
.p-sympton__list .title {
  position: relative;
  font-size: 2.4rem;
  color: #177272;
  font-weight: 700;
  line-height: 1.2;
}
.p-sympton__list .title::before {
  content: "";
  display: inline-block;
  width: 2.9rem;
  height: 2.4rem;
  background: url(../images/check/icn_check.svg) no-repeat center/100%;
  vertical-align: top;
  margin-top: 0.1em;
  margin-right: 0.8rem;
}
.p-sympton__list .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
.p-sympton__item {
  background-color: #fff;
}

.p-shindan {
  padding: 8.8rem 0 8.9rem;
  background-color: #177272;
}
@media screen and (max-width: 767px) {
  .p-shindan {
    padding: 4rem 0;
  }
}
.p-shindan__box {
  background-color: #fff;
  padding: 5.6rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-shindan__box {
    padding: 2rem 1.6rem 2.4rem;
  }
}
.p-shindan__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-shindan__title {
    font-size: 2.1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-shindan__title .sp-small {
    font-size: 1.8rem;
  }
}
.p-shindan__title .green {
  color: #177272;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-shindan__title .green {
    font-size: 2.4rem;
  }
}
.p-shindan__title .box {
  background: #177272;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  color: #FFF7C8;
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  padding: 0.18em 0.45em 0.2em;
  display: inline-block;
  margin: 1rem 0.7rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-shindan__title .box {
    display: block;
    font-size: 2.4rem;
    margin: 0.8rem 0 0.6rem;
    padding: 0.1em 0 0.2em;
  }
}
.p-shindan__content {
  background: #EEF7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-shindan__content {
    display: block;
    margin-top: 2.5rem;
  }
}
.p-shindan__content .img {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .p-shindan__content .img {
    height: 15rem;
    width: 100%;
  }
  .p-shindan__content .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-shindan__content .img img {
  display: block;
}
.p-shindan__content .cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 3.5rem 0 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-shindan__content .cnt {
    padding: 1.4rem 0.4rem 2.5rem;
  }
}
.p-shindan__content .list li {
  margin-top: 2rem;
  min-height: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 129.385%;
  padding-left: 4.8rem;
  position: relative;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-shindan__content .list li {
    padding-left: 4.7rem;
    padding-top: 0.5rem;
    min-height: auto;
    line-height: 1.5;
    margin-top: 0.1rem;
  }
}
.p-shindan__content .list li:first-of-type {
  margin-top: 0;
}
.p-shindan__content .list li .green {
  color: #177272;
}
.p-shindan__content .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/check/icn_shindan-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-shindan__content .list li::before {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-shindan__content .text {
  margin-top: 1.5rem;
  padding-left: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-shindan__content .text {
    margin: 2rem 0 0;
    padding: 0 2rem 0 4.5rem;
  }
}
.p-shindan__text {
  margin-top: 4.7rem;
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-shindan__text {
    font-size: 2.08rem;
    margin-top: 2.3rem;
  }
}
.p-shindan__text .color {
  color: #FFF4B4;
}
.p-shindan__text .large {
  font-size: 1.1538461538em;
}
@media screen and (max-width: 767px) {
  .p-shindan__text .large {
    font-size: 1.1538461538em;
  }
}
.p-shindan__text .line {
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-color: #059E9E;
  text-decoration-thickness: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-shindan__text .line {
    text-decoration-thickness: 0.4em;
  }
}
.p-shindan .c-opt {
  padding: 4.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-shindan .c-opt {
    padding-top: 2.3rem;
    margin: 0 -1rem;
  }
}
.p-shindan .c-opt__text3 {
  margin-top: 0.6rem;
  color: #fff;
  text-shadow: none;
  -webkit-filter: drop-shadow(0 0 0.1rem #8EE9E9);
          filter: drop-shadow(0 0 0.1rem #8EE9E9);
}

.p-support {
  padding: 9.5rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 4rem 0;
  }
}
.p-support .green {
  color: #177272;
}
.p-support__text {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-support__text {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-support__box {
  position: relative;
  margin-top: 6.6rem;
  background-color: #F2F6E9;
  padding: 12rem 8rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-support__box {
    margin-top: 2.4rem;
    padding: 2.8rem 1.6rem 2.4rem;
  }
}
.p-support__box::before {
  content: "";
  width: 23.6rem;
  height: 5.6rem;
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-support__box::before {
    display: none;
  }
}
.p-support__title {
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff);
          filter: drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff) drop-shadow(0 0 0.15rem #fff);
  width: 56.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-support__title {
    width: 95%;
  }
}
.p-support__list {
  margin-top: 5.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    gap: 0.7rem;
    margin-top: 1rem;
  }
}
.p-support__item {
  position: relative;
  background-color: #177272;
  padding: 3.9rem 2rem 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-support__item {
    padding: 1.7rem 0.7rem;
  }
}
.p-support__item::before {
  content: "";
  width: 29rem;
  height: 13.2rem;
  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;
}
.p-support__item .title {
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__item .title {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
.p-support__item .title .large {
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .p-support__item .title .large {
    font-size: 1.5714285714em;
  }
}
.p-support__item .title .color {
  color: #FFF4B4;
}
.p-support__item .img {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-support__item .img {
    margin-top: 0.7rem;
  }
}
.p-support__item .text {
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__item .text {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}
.p-support__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support__btn {
    margin-top: 2.4rem;
    height: 6rem;
  }
}
/*# sourceMappingURL=check.css.map */