@charset "UTF-8";
.qr-btn {
  position: relative;
  position: fixed;
  bottom: 50px;
  right: 0px;
}
.qr-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #00c357;
}
.qr-close::before, .qr-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.qr-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.qr-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.qr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qr-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  padding-right: 3px;
  padding-bottom: 5px;
  background-color: #00c357;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.qr-text::before {
  content: "◀";
  display: inline-block;
  margin-bottom: 3px;
  font-size: 12px;
}
.qr-text.is-visible {
  visibility: visible;
  opacity: 1;
}
.qr-img {
  display: block;
}
.qr-img img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
}

#qr__btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
}
#qr__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  text-decoration: none;
  color: #fff;
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#qr__btn a:hover img {
  opacity: 0.7;
}
#qr__btn a img {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__copy--style01 a {
  color: inherit;
  text-decoration: none;
}
.l-footer__copy--style01 a:hover {
  text-decoration: underline;
}

.l-headerNav__item .l-headerNav__link.is-contact {
  padding: 6px 18px;
  color: #fff;
  background-color: #00C357;
}
.l-headerNav__item .l-headerNav__linkIcon {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}

.c-topStrength01 {
  padding-bottom: 100px;
}
.c-topStrength01__title {
  width: 40%;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__title {
    margin-bottom: 20px;
    width: 100%;
    font-size: 24px;
  }
}
.c-topStrength01__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 140px;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.c-topStrength01__contents__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: calc(45% - 140px);
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__contents__text {
    gap: 10px;
    width: 100%;
  }
}
.c-topStrength01__contents__text__link a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__contents__text__link a {
    font-size: 16px;
  }
}
.c-topStrength01__contents__text__link a:hover {
  opacity: 0.7;
}
.c-topStrength01__contents__image {
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__contents__image {
    width: 100%;
  }
}
.c-topStrength01__contents__image img {
  width: 100%;
}
.c-topStrength01__data {
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__data {
    margin-top: 0;
  }
}
.c-topStrength01__data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding: 37px 57px;
  background-color: #333;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__data__wrapper {
    padding: 15px;
    width: 100%;
    gap: 20px;
  }
}
.c-topStrength01__data__title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__data__title {
    font-size: 14px;
  }
}
.c-topStrength01__data__content {
  color: #fff;
  font-size: 76px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .c-topStrength01__data__content {
    font-size: 40px;
  }
}

.p-strength {
  margin-bottom: 100px;
}
.p-strength:last-child {
  margin-bottom: 0;
}
.p-strength .is-pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-strength .is-pc {
    display: none;
  }
}
.p-strength .is-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-strength .is-sp {
    display: block;
  }
}
.p-strength .c-middleTitle01 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-middleTitle01 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.p-strength .c-text01--mb25 {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-strength .c-image {
  margin-bottom: 30px;
}
.p-strength .c-list14:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-list14:last-child {
    margin-bottom: 30px;
  }
}
.p-strength .c-list14 + .c-list14 {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-list14 + .c-list14 {
    margin-top: -1px;
  }
}
.p-strength .c-list14__inner:hover .c-list14__imgPic {
  opacity: 1;
}
.p-strength .c-list13 {
  margin-bottom: 35px;
}
.p-strength .c-discList, .p-strength .c-discList--mb0 {
  padding-left: 1.5em;
  margin-bottom: 35px;
}
.p-strength .c-discList--mb0 {
  margin-bottom: 0;
}
.p-strength .c-discList li, .p-strength .c-discList--mb0 li {
  font-size: 16px;
  line-height: 1.5;
  list-style: disc;
}
.p-strength .c-halfList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-halfList01 {
    gap: 0;
  }
}
.p-strength .c-halfList01__list {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1023px) {
  .p-strength .c-halfList01__list {
    padding: 16px 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 1023px) {
  .p-strength .c-halfList01__list__wrapper {
    margin: 0 auto;
    width: 256px;
  }
}
.p-strength .c-halfList01__list__image {
  margin-bottom: 15px;
}
.p-strength .c-halfList01__list__image img {
  width: 100%;
}
.p-strength .c-halfList01__list__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-halfList01__list__title {
    font-size: 18px;
  }
}
.p-strength .c-borderList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.p-strength .c-borderList01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: calc((100% - 48px) / 4);
  border: 1px solid #757575;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-borderList01__list {
    padding: 20px 16px;
    width: 100%;
    border-color: #E0E0E0;
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
  .p-strength .c-borderList01__list:first-child {
    margin-top: 0;
    border: none;
  }
  .p-strength .c-borderList01__list:last-child {
    border-width: 1px 0 1px 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-strength .c-borderList01__list__image {
    width: calc(50% - 15px);
  }
}
.p-strength .c-borderList01__list__image img {
  width: 100%;
}
.p-strength .c-borderList01__list__text {
  padding: 20px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .p-strength .c-borderList01__list__text {
    padding: 0;
    width: calc(50% - 15px);
  }
}
.p-strength .c-borderList01__list__text .c-text01--mb0 span {
  font-size: 30px;
}