main {
  padding-top: 195px;
}
main.p-page {
  padding-top: 151px;
}
@media (max-width: 1200px) {
  main.p-page {
    padding-top: 90px;
  }
}
@media (max-width: 1200px) {
  main {
    padding-top: 120px;
  }
}

.contact-img {
  width: 95.9%;
  max-width: 1310px;
  margin: 0 auto 100px;
}

.top-slide {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .top-slide {
    padding-top: 0;
    width: 92.8%;
    margin: 0 auto;
  }
}
.top-slide-txt {
  font-size: 4.4rem;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 44%;
  left: 50%;
  letter-spacing: -0.08em;
}
@media (max-width: 1200px) {
  .top-slide-txt {
    font-size: 3.4rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-slide-txt {
    font-size: 1.6rem;
    width: 100%;
  }
}

.top-diagnosis {
  background: #ffffff;
  width: 81.9912152269%;
  max-width: 1120px;
  margin: 0 auto;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: -100px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .top-diagnosis {
    width: 84.5%;
    margin-top: -18px;
    padding: 30px 0 40px;
    border-radius: 15px;
  }
}
.top-diagnosis-flex {
  display: flex;
  justify-content: space-between;
  width: 89.2%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .top-diagnosis-flex {
    flex-direction: column;
    width: 89.2%;
  }
}
.top-diagnosis-left {
  width: 44.3%;
  padding-right: 70px;
  border-right: 1px solid #EC5C72;
}
@media (max-width: 1200px) {
  .top-diagnosis-left {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 25px;
  }
}
.top-diagnosis-right {
  width: 55.7%;
  display: flex;
  justify-content: space-between;
  padding-left: 43px;
}
@media (max-width: 1200px) {
  .top-diagnosis-right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .top-diagnosis-right .box-L {
    width: 100%;
  }
}
.top-diagnosis-right .box-L .top-diagnosis-link {
  display: none;
}
@media (max-width: 1200px) {
  .top-diagnosis-right .box-L .top-diagnosis-link {
    display: block;
  }
}
.top-diagnosis-right .box-L .top-diagnosis-ttl {
  color: #00B900;
}
.top-diagnosis-right .box-L .foot-info-link {
  width: 170px;
  text-align: center;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0 10px;
  margin-left: auto;
  position: relative;
  display: none;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .top-diagnosis-right .box-L .foot-info-link {
    width: 38.6%;
    font-size: 1.2rem;
    padding: 8px 16px 10px 0;
    margin-top: -40px;
    display: block;
  }
}
.top-diagnosis-right .box-L .foot-info-link::after {
  content: "";
  width: 23px;
  height: 23px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../img/common/arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .top-diagnosis-right .box-L .foot-info-link::after {
    width: 15px;
    height: 15px;
    right: 5px;
  }
}
.top-diagnosis-right .box-L .foot-info-link:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
}
.top-diagnosis-right .box-L .foot-info-link:hover:after {
  right: 5px;
}
@media (max-width: 1200px) {
  .top-diagnosis-right .box-L .foot-info-link:hover:after {
    right: 2px;
  }
}
.top-diagnosis-right .box-R {
  width: 95px;
}
@media (max-width: 1200px) {
  .top-diagnosis-right .box-R {
    display: none;
  }
}
.top-diagnosis-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #EC5C72;
  letter-spacing: -0.05em;
}
@media (max-width: 1200px) {
  .top-diagnosis-ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.top-diagnosis-txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.47;
  margin-bottom: 8px;
  color: #333333;
  margin-bottom: 17px;
}
@media (max-width: 1200px) {
  .top-diagnosis-txt {
    font-size: 1.4rem;
  }
}
.top-diagnosis-link {
  display: block;
  width: 170px;
  text-align: left;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0 10px 23px;
  margin-left: auto;
  position: relative;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.2em;
  right: -23px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .top-diagnosis-link {
    width: 170px;
    font-size: 1.2rem;
    padding: 8px 16px 10px 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
  }
}
.top-diagnosis-link::after {
  content: "";
  width: 23px;
  height: 23px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../img/common/arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .top-diagnosis-link::after {
    width: 15px;
    height: 15px;
    right: 5px;
  }
}
.top-diagnosis-link:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
}
.top-diagnosis-link:hover:after {
  right: 5px;
}
@media (max-width: 1200px) {
  .top-diagnosis-link:hover:after {
    right: 2px;
  }
}

.service {
  margin-bottom: 74px;
}
@media (max-width: 1200px) {
  .service {
    margin-bottom: 50px;
  }
}
.service.p-service {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .service.p-service {
    margin-bottom: 45px;
  }
}
.service-container {
  background: #EC5C72;
  padding: 55px 95px 120px;
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
}
.service-container .caution {
  background: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.75;
  position: absolute;
  top: 20%;
  right: 0;
  width: 50%;
  border-radius: 30px;
  padding: 3px 0;
  letter-spacing: -0.07em;
}
@media (max-width: 1200px) {
  .service-container {
    padding: 45px 5.95% 50px;
  }
  .service-container .caution {
    display: none;
  }
}
@media (max-width: 768px) {
  .service-container {
    padding: 45px 5.95% 30px;
    border-radius: 15px;
    width: 92%;
    margin: 0 auto;
  }
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-list:after {
  content: "";
  width: 31.25%;
  display: block;
}
@media (max-width: 768px) {
  .service-list {
    flex-direction: column;
  }
}
.service-item {
  background: #ffffff;
  padding: 23px 30px;
  border-radius: 10px;
  width: 31.25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.service-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.service-item a:hover .service-link::after {
  left: 110px;
}
@media (max-width: 1200px) {
  .service-item {
    width: 47.5%;
  }
}
@media (max-width: 768px) {
  .service-item {
    width: 100%;
    padding: 15px 8.9% 20px;
  }
}
.service-ttl01 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  flex-grow: 1;
}
.service-mini {
  font-size: 81.8%;
  text-indent: -0.2em;
  display: block;
  margin-top: 4px;
  letter-spacing: -0.08em;
}
.service-ttl02 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #EC5C72;
  margin-bottom: 8px;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .service-ttl02 {
    font-size: 2rem;
  }
}
.service-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #EC5C72;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 18px;
  text-align: justify;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .service-txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.service-link {
  display: inline-block;
  margin-top: auto;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 1200px) {
  .service-link {
    font-size: 1.4rem;
  }
}
.service-link::after {
  content: "";
  width: 23px;
  height: 23px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 100px;
  background: url(../img/common/arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .service-link::after {
    width: 19px;
    height: 19px;
    left: 90px;
  }
}

@media (max-width: 1200px) {
  .news {
    margin-bottom: 80px;
  }
}
.news.top-news {
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .news.top-news {
    margin-bottom: 40px;
  }
}
.news-container {
  width: 73.5%;
  max-width: 1005px;
  margin: 0 auto;
  width: 92%;
  margin: 0 auto;
}
.news-item {
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  margin-bottom: -1px;
}
.news-item a {
  padding: 23.5px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .news-item a {
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }
}
.news-item a:hover {
  opacity: 0.6;
}
.news-date {
  width: 116px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .news-date {
    text-align: left;
    font-size: 1.2rem;
    width: auto;
    margin-right: 25px;
  }
}
.news .category {
  width: 145px;
  font-size: 1.3rem;
  text-align: center;
  background: #5a97cc;
  border-radius: 30px;
  line-height: 1;
  color: #ffffff;
  padding: 5px 0;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .news .category {
    text-align: center;
    font-size: 1.1rem;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.news .category-btn {
  display: flex;
  justify-content: space-between;
  width: 620px;
  margin: 0 0 50px auto;
}
@media (max-width: 992px) {
  .news .category-btn {
    width: 87.8%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.news .category-btn .category {
  width: 145px;
  margin: 0;
}
@media (max-width: 992px) {
  .news .category-btn .category {
    width: 47.1%;
    margin-bottom: 13px;
  }
}
.news .category-all {
  background: unset;
  border: 1px solid #ec5c72;
  color: #ec5c72;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news .category-all:hover {
  opacity: 0.7;
}
.news .category-subsidy {
  background: #5a97cc;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news .category-subsidy:hover {
  opacity: 0.7;
}
.news .category-news {
  background: #8cc63f;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news .category-news:hover {
  opacity: 0.7;
}
.news .category-info {
  background: #c69c6d;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news .category-info:hover {
  opacity: 0.7;
}
.news-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 992px) {
  .news-ttl {
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 10px;
  }
}

.top-voice {
  margin-bottom: 80px;
}
.top-voice .child-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 21px;
}
@media (max-width: 1200px) {
  .top-voice .child-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.top-voice .child-ttl::after {
  content: "";
  width: 55px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .top-voice .child-ttl::after {
    width: 110px;
    height: 4.3px;
  }
}
.top-voice .child-ttl::before {
  content: "";
  width: 13px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .top-voice .child-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}
@media (max-width: 992px) {
  .top-voice {
    margin-bottom: 55px;
  }
}
.top-voice-container {
  background: #ecedef;
  padding: 67px 150px;
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .top-voice-container {
    width: 92%;
    margin: 0 auto;
    padding: 42px 5.1%;
  }
}
.top-voice-ttl-container {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .top-voice-ttl-container {
    flex-direction: column;
    margin-bottom: 55px;
  }
}
.top-voice-ttl-container .top-voice-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .top-voice-ttl-container .top-voice-ttl {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
.top-voice-ttl-container p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.56;
}
@media (max-width: 992px) {
  .top-voice-ttl-container p {
    font-size: 1.4rem;
  }
}
.top-voice .splide {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.top-voice .link-btn {
  display: block;
  width: 170px;
  text-align: center;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 7px 10px 0;
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .top-voice .link-btn {
    width: 38.6%;
    font-size: 1.2rem;
    padding: 8px 16px 10px 0;
    margin-top: 10px;
    display: block;
  }
}
.top-voice .link-btn:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/arrow.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .top-voice .link-btn:after {
    width: 15px;
    height: 15px;
    right: 5px;
  }
}
.top-voice .link-btn:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
  color: #ffffff;
  background: #EC5C72;
}
.top-voice .link-btn:hover:after {
  right: 5px;
}
@media (max-width: 1200px) {
  .top-voice .link-btn:hover:after {
    right: 2px;
  }
}

.common-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .common-ttl {
    font-size: 2.6rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.common-ttl::after {
  content: "";
  width: 90px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .common-ttl::after {
    width: 70px;
    height: 2.5px;
  }
}
.common-ttl::before {
  content: "";
  width: 27px;
  height: 3px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .common-ttl::before {
    width: 23px;
    height: 2.5px;
  }
}

.child-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .child-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.child-ttl::after {
  content: "";
  width: 55px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .child-ttl::after {
    width: 110px;
    height: 4.3px;
  }
}
.child-ttl::before {
  content: "";
  width: 13px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .child-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}

.support-container {
  width: 81.9912152269%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 85px;
}
@media (max-width: 1200px) {
  .support-container {
    width: 92%;
    margin: 0 auto;
  }
}

.p-container {
  width: 80.5270863836%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 104px;
}
@media (max-width: 1200px) {
  .p-container {
    width: 92%;
    margin: 0 auto;
  }
}
.p-container .child-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 33px;
}
.p-container .child-ttl::after {
  content: "";
  width: 55px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-container .child-ttl::before {
  content: "";
  width: 13px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.page-container-ttl {
  width: 81.9912152269%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-container-ttl.contact-ttl {
  width: 85.4%;
  max-width: unset;
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
}
.page-container-ttl.contact-ttl.diagnosis-ttl-container {
  padding-bottom: 80px;
  margin-bottom: -10px;
}
.page-container-ttl.contact-ttl .diagnosis-img {
  width: 25.3%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .page-container-ttl.contact-ttl {
    width: 92%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .page-container-ttl {
    width: 92%;
    margin: 0 auto;
    padding-top: 45px;
    margin-bottom: 50px;
  }
}
.page-container-ttl .page-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  padding-bottom: 30px;
  font-feature-settings: normal;
  letter-spacing: 0.01em;
  font-kerning: none;
  position: relative;
}
.page-container-ttl .page-ttl .date {
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-ttl .date {
    font-size: 1.2rem;
  }
}
.page-container-ttl .page-ttl.policy-ttl {
  margin-bottom: 97px;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-ttl.policy-ttl {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .page-container-ttl .page-ttl {
    font-size: 2.6rem;
  }
}
.page-container-ttl .page-ttl::after {
  content: "";
  width: 111px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-ttl::after {
    width: 89px;
    height: 4.3px;
  }
}
.page-container-ttl .page-ttl::before {
  content: "";
  width: 23px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}
.page-container-ttl .page-txt {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 500;
  margin-top: 26px;
  line-height: 1.75;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-txt {
    font-size: 1.6rem;
  }
}
.page-container-ttl .page-txt.service-txt {
  margin-bottom: 60px;
}
.page-container-ttl .page-txt.single-service-txt {
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #333333;
}
.page-container-ttl .page-txt.support-txt {
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-txt.support-txt {
    margin-bottom: 35px;
  }
}
.page-container-ttl .page-txt.company-txt {
  margin-bottom: 85px;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-txt.company-txt {
    font-size: 1.4rem;
    margin-bottom: 45px;
  }
}
.page-container-ttl .page-txt.faq-txt {
  margin-bottom: 97px;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-txt.faq-txt {
    margin-bottom: 50px;
  }
}
.page-container-ttl .page-txt.voice-single-txt {
  margin-bottom: 68px;
}
@media (max-width: 1200px) {
  .page-container-ttl .page-txt.voice-single-txt {
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) {
  .policy {
    margin-bottom: 80px;
  }
}
.policy-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: #333333;
}
.policy-txt a {
  color: #1EAEDE;
}
@media (max-width: 1200px) {
  .policy-txt {
    font-size: 1.4rem;
  }
}
.policy-txt .bold {
  font-weight: 700;
}
.policy-txt .policy-indent01 {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.policy-txt .policy-indent02 {
  padding-left: 2.5em;
  text-indent: -2.5em;
  display: block;
}
.policy-txt .policy-indent02.letter-op {
  letter-spacing: -0.03em;
}
.policy-txt .policy-indent03 {
  padding-left: 3em;
  text-indent: -3em;
  display: block;
}
.policy-txt .policy-indent03.letter-op {
  letter-spacing: -0.03em;
}
.policy-txt .policy-indent03 .policy-indent04 {
  padding-left: 2em;
  text-indent: -2em;
  display: block;
}
.policy-txt .policy-indent03 .policy-indent04.letter-op {
  letter-spacing: -0.03em;
}
.policy-txt .policy-indent03 .policy-indent05 {
  padding-left: 2.5em;
  text-indent: -2.5em;
  display: block;
}
.policy-txt .policy-indent03 .policy-indent05.letter-op {
  letter-spacing: -0.03em;
}

.single-ttl-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .single-ttl-container {
    padding-top: 50px;
    margin-bottom: 25px;
  }
}
.single-time-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.single-time {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .single-time {
    font-size: 1.4rem;
  }
}
.single-category {
  width: 145px;
  font-size: 1.3rem;
  text-align: center;
  background: #5a97cc;
  border-radius: 30px;
  line-height: 1;
  color: #ffffff;
  padding: 5px 0;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .single-category {
    font-size: 1.1rem;
  }
}
.single-category-1 {
  background: #5a97cc;
}
.single-category-2 {
  background: #8cc63f;
}
.single-category-3 {
  background: #c69c6d;
}
.single-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .single-ttl {
    font-size: 2rem;
  }
}
.single-content {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .single-content {
    font-size: 1.4rem;
    margin-bottom: 45px;
  }
}
.single-img {
  width: 100%;
  margin: 0 auto 55px;
}
@media (max-width: 1200px) {
  .single-img {
    margin-bottom: 20px;
  }
}
.single-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .single-nav {
    flex-wrap: wrap;
  }
}
.single-prev {
  width: 170px;
  text-align: center;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0 10px 7px;
  position: relative;
}
.single-prev.disabled {
  border: none;
  opacity: 0;
}
.single-prev:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/arrow.svg);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%) scale(-1, 1);
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .single-prev:before {
    font-size: 1.2rem;
  }
}
.single-prev:before:hover:before {
  left: 5px;
}
.single-next {
  display: block;
  width: 170px;
  text-align: center;
  border: 1px solid #EC5C72;
  border-radius: 20px;
  text-decoration: none;
  color: #EC5C72;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 7px 10px 0;
  position: relative;
}
.single-next.disabled {
  border: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .single-next {
    font-size: 1.2rem;
  }
}
.single-next:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/common/arrow.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
}
.single-next:hover:after {
  right: 5px;
}
.single-top {
  font-size: 1.6rem;
  text-align: center;
  color: #ec5c72;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .single-top {
    order: 2;
    width: 100%;
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

.message {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .message {
    margin-bottom: 60px;
  }
}
.message-container {
  width: 81.9912152269%;
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .message-container {
    width: 92%;
    margin: 0 auto;
  }
}
.message-inner {
  width: 88.3%;
  margin: 0 auto;
  padding: 65px 0 70px;
}
@media (max-width: 1200px) {
  .message-inner {
    padding: 30px 0 35px;
    width: 88.9%;
  }
}
.message-inner .name {
  display: block;
  text-align: right;
}
@media (max-width: 1200px) {
  .message-inner .name {
    margin-top: 1.5em;
  }
}
.message-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
}
@media (max-width: 1200px) {
  .message-txt {
    font-size: 1.4rem;
  }
}
.message .child-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .message .child-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.message .child-ttl::after {
  content: "";
  width: 104px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .message .child-ttl::after {
    width: 110px;
    height: 4.3px;
  }
}
.message .child-ttl::before {
  content: "";
  width: 19px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .message .child-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}

.overview {
  width: 72.4743777452%;
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .overview {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}
.overview .child-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 54px;
}
@media (max-width: 1200px) {
  .overview .child-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.overview .child-ttl::after {
  content: "";
  width: 104px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .overview .child-ttl::after {
    width: 110px;
    height: 4.3px;
  }
}
.overview .child-ttl::before {
  content: "";
  width: 19px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .overview .child-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}
.overview-list {
  display: flex;
  flex-direction: column;
}
.overview-item {
  display: flex;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-bottom: -1px;
}
.overview-item .pink_font {
  color: #ec5c72;
}
.overview-item .boxL {
  width: 210px;
  background: rgba(242, 242, 242, 0.6);
  padding: 14px 40px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 1200px) {
  .overview-item .boxL {
    font-size: 1.4rem;
    padding: 13px 15px;
    width: 103px;
  }
}
.overview-item .boxR {
  width: calc(100% - 213px);
  padding: 14px 60px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 1200px) {
  .overview-item .boxR {
    font-size: 1.4rem;
    padding: 13px 15px;
    width: calc(100% - 103px);
  }
}

.map {
  margin-bottom: 135px;
}
@media (max-width: 1200px) {
  .map {
    margin-bottom: 85px;
  }
}
.map-container {
  width: 72.4743777452%;
  max-width: 990px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .map-container {
    width: 92%;
    margin: 0 auto;
  }
}
.map-box {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .map-box {
    margin-bottom: 25px;
    width: 100vw;
    margin-left: -4%;
  }
}
.map-box iframe {
  width: 100%;
  height: 370px;
}
@media (max-width: 1200px) {
  .map-box iframe {
    height: 320px;
  }
}
.map .access-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .map .access-flex {
    flex-direction: column;
  }
}
.map-txt {
  width: 58%;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  font-weight: 500;
  margin-bottom: 35px;
  display: block;
}
@media (max-width: 992px) {
  .map-txt {
    width: 100%;
  }
}
.map-txt:nth-child(2) {
  width: 38.5%;
}
@media (max-width: 992px) {
  .map-txt:nth-child(2) {
    width: 100%;
  }
}
.map-txt .access-blank {
  margin-top: 10px;
  display: block;
}
@media (max-width: 1200px) {
  .map-txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.map-bold {
  display: block;
  color: #ec5c72;
  font-weight: 500;
}

.faq {
  margin-bottom: 145px;
}
@media (max-width: 1200px) {
  .faq {
    margin-bottom: 60px;
  }
}
.faq-container {
  width: 81.9912152269%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .faq-container {
    width: 92%;
    margin: 0 auto;
  }
}
.faq .accordion-item {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 22px 0 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: -1px;
}
@media (max-width: 1200px) {
  .faq .accordion-item {
    padding: 22px 0 30px;
  }
}
.faq .accordion-item .question {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .faq .accordion-item .question {
    font-size: 1.8rem;
    width: calc(100% - 50px);
  }
}
.faq .accordion.active .accordion-header {
  padding-bottom: 30px;
}
.faq .accordion-header {
  display: flex;
  align-items: center;
  padding: 0 75px;
}
@media (max-width: 1200px) {
  .faq .accordion-header {
    align-items: flex-start;
    padding: 0;
  }
}
.faq .accordion-header .state {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  width: 23px;
  height: 23px;
  background: #ec5c72;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: center;
  border-radius: 50%;
  margin-left: auto;
  right: -37px;
}
@media (max-width: 1200px) {
  .faq .accordion-header .state {
    font-size: 1.4rem;
  }
}
.faq .accordion-header .mark_q {
  width: 55px;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .faq .accordion-header .mark_q {
    width: 38px;
    margin-right: 10px;
  }
}
.faq .accordion-content {
  padding: 38px 75px 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .faq .accordion-content {
    padding: 40px 0;
    margin-top: 10px;
  }
}
.faq .accordion-content::before {
  transition: 0.3s all ease;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/faq/faq_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .faq .accordion-content::before {
    background: url(../img/faq/faq_bg_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.faq .accordion-content-inner {
  display: flex;
  padding-top: 30px;
}
.faq .accordion-content-inner .mark_a {
  width: 39px;
  margin-left: 8px;
  margin-right: 33px;
}
@media (max-width: 1200px) {
  .faq .accordion-content-inner .mark_a {
    width: 34px;
    margin-right: 23px;
  }
}
.faq .accordion-content-inner .answer {
  width: calc(100% - 80px);
  margin-top: -0.5em;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 1200px) {
  .faq .accordion-content-inner .answer {
    font-size: 1.4rem;
  }
}
.faq .accordion-content-inner .answer[data-lines="0"] {
  margin-top: 0em;
}
.faq .accordion-content-inner .answer[data-lines="1"] {
  margin-top: 0em;
}
.faq .accordion-content-inner .answer[data-lines="2"] {
  margin-top: 0em;
}
.faq .accordion-content-inner .answer[data-lines="3"] {
  margin-top: -0.5em;
}
.faq .accordion-content {
  display: none;
}

.voice {
  margin-bottom: 95px;
}
@media (max-width: 1200px) {
  .voice {
    margin-bottom: 45px;
  }
}
.voice-container {
  width: 80.5270863836%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice-container {
    width: 82.6666666667%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .voice-container.sp_only {
    width: 100%;
  }
}
.voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .voice-list {
    flex-direction: column;
  }
}
.voice-list::before {
  content: "";
  display: block;
  width: 22.2%;
  order: 1;
}
.voice-list::after {
  content: "";
  display: block;
  width: 22.2%;
}
.voice-item {
  width: 22.2%;
  margin-bottom: 40px;
}
.voice-item:hover .voice-img::after {
  opacity: 0;
}
.voice-item a {
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .voice-item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  .voice-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.voice-img {
  position: relative;
  margin-bottom: 15px;
}
.voice-img::after {
  transition: all 0.3s ease;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b5b5b6;
  mix-blend-mode: multiply;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .voice-img {
    width: 46.4%;
  }
}
.voice-img .no {
  font-family: "Lusitana", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 3%;
  top: 0%;
  z-index: 1;
}
.voice-img .no .mini {
  font-size: 75%;
}
@media (max-width: 1200px) {
  .voice-img .no {
    font-size: 2.1rem;
  }
}
.voice-img img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .voice-content {
    width: 48%;
  }
}
.voice-content-container {
  width: 90%;
  margin: 0 auto;
}
.voice-ttl02 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #4d4d4d;
  letter-spacing: -0.1em;
}
@media (max-width: 1200px) {
  .voice-ttl02 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.voice-name {
  border-bottom: 1px dotted #4d4d4d;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.voice-name01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0;
}
@media (max-width: 1200px) {
  .voice-name01 {
    font-size: 1.2rem;
  }
}
.voice-name02 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.33;
  margin: 0;
}
@media (max-width: 1200px) {
  .voice-name02 {
    font-size: 1.4rem;
  }
}
.voice-ttl03 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.33;
  color: #ec5c72;
}
@media (max-width: 1200px) {
  .voice-ttl03 {
    font-size: 1.2rem;
  }
}
.voice-single-bg {
  background: #ecedef;
  border-radius: 30px;
  padding: 50px 0 66px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .voice-single-bg {
    padding: 30px 0 50px;
    margin-bottom: 50px;
  }
}
.voice-single-container {
  width: 73.2064421669%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 195px;
}
@media (max-width: 1200px) {
  .voice-single-container {
    width: 92%;
    margin: 0 auto;
  }
}
.voice-bg-inner {
  width: 79.6%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice-bg-inner {
    width: 85.2%;
  }
}
.voice-bg-inner .voice-bg-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .voice-bg-inner .voice-bg-ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.voice-bg-inner .voice-bg-txt {
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333333;
}
@media (max-width: 1200px) {
  .voice-bg-inner .voice-bg-txt {
    font-size: 1.4rem;
  }
}
.voice-bg-flex01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .voice-bg-flex01 {
    flex-wrap: wrap;
  }
}
.voice-bg-flex01 .boxL {
  width: 50%;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL {
    width: 100%;
    margin-top: 0;
  }
}
.voice-bg-flex01 .boxL .name-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex {
    margin-bottom: 40px;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxL {
  width: 36.6%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxL {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 41.3%;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxL .no {
  font-family: "Lusitana", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #ec5c72;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxL .no {
    font-size: 3.2rem;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxL .no .mini {
  font-size: 75%;
}
.voice-bg-flex01 .boxL .name-flex .name-boxL .date {
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxL .date {
    font-size: 1.2rem;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxR {
  width: 55.5%;
  margin-top: 4px;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxR {
    width: 54.3%;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxR .company {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxR .company {
    font-size: 1.4rem;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxR .name {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxR .name {
    font-size: 2.6rem;
  }
}
.voice-bg-flex01 .boxL .name-flex .name-boxR .name .mini {
  font-size: 80%;
}
.voice-bg-flex01 .boxL .name-flex .name-boxR .subsidy {
  font-weight: 500;
  font-size: 1.4rem;
  color: #ec5c72;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxL .name-flex .name-boxR .subsidy {
    font-size: 1.2rem;
  }
}
.voice-bg-flex01 .boxR {
  width: 42.4%;
}
@media (max-width: 1200px) {
  .voice-bg-flex01 .boxR {
    width: 100%;
  }
}
.voice-bg-flex01 .voice-img {
  width: 100%;
}
.voice-bg-flex01 .voice-img::after {
  display: none;
}
.voice-photo-flex01 {
  display: flex;
  justify-content: space-between;
  width: 88.1%;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .voice-photo-flex01 {
    width: 100%;
    flex-wrap: wrap;
  }
}
.voice-photo-flex01 .boxL {
  width: 48.6%;
}
.voice-photo-flex01 .boxL img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex01 .boxL {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice-photo-flex01 .boxR {
  width: 48.6%;
}
.voice-photo-flex01 .boxR img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex01 .boxR {
    width: 100%;
  }
}
.voice-photo-flex02 {
  display: flex;
  justify-content: space-between;
  width: 86.56%;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .voice-photo-flex02 {
    width: 71%;
    flex-wrap: wrap;
  }
}
.voice-photo-flex02 .boxL {
  width: 31.5%;
}
.voice-photo-flex02 .boxL img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex02 .boxL {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-photo-flex02 .boxC {
  width: 31.5%;
}
.voice-photo-flex02 .boxC img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex02 .boxC {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-photo-flex02 .boxR {
  width: 31.5%;
}
.voice-photo-flex02 .boxR img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex02 .boxR {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-photo-flex03 {
  display: flex;
  justify-content: space-between;
  width: 86.56%;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .voice-photo-flex03 {
    width: 71%;
    flex-wrap: wrap;
  }
}
.voice-photo-flex03 .boxL {
  width: 31.5%;
}
.voice-photo-flex03 .boxL img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex03 .boxL {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-photo-flex03 .boxC {
  width: 31.5%;
}
.voice-photo-flex03 .boxC img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex03 .boxC {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-photo-flex03 .boxR {
  width: 31.5%;
}
.voice-photo-flex03 .boxR img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .voice-photo-flex03 .boxR {
    width: 100%;
    margin-bottom: 15px;
  }
}
.voice-content-ttl {
  font-size: 2.2rem;
  line-height: 1.75;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .voice-content-ttl {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.voice-content-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 97px;
  color: #333333;
}
@media (max-width: 1200px) {
  .voice-content-txt {
    margin-bottom: 60px;
  }
}
.voice-content-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.voice-content-item {
  display: flex;
  padding: 20px 0;
  border-top: 1px dotted #4d4d4d;
  border-bottom: 1px dotted #4d4d4d;
  margin-bottom: -1px;
}
@media (max-width: 1200px) {
  .voice-content-item {
    padding: 15px 0;
  }
}
.voice-content-item .boxL {
  width: 175px;
}
@media (max-width: 1200px) {
  .voice-content-item .boxL {
    width: 100px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
}
.voice-content-item .boxR {
  width: calc(100% - 170px);
}
@media (max-width: 1200px) {
  .voice-content-item .boxR {
    width: calc(100% - 100px);
    font-size: 1.4rem;
  }
}
.voice-single-nav {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .voice-single-nav {
    margin-bottom: 75px;
    width: 71.3%;
  }
}
.voice-single-nav .boxL {
  width: 40.6%;
  position: relative;
}
.voice-single-nav .boxL .arrow {
  width: 18px;
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translate(0, -50%) scale(-1, 1);
  transition: 0.3s all ease;
}
.voice-single-nav .boxL:hover .arrow {
  left: -14px;
}
.voice-single-nav .boxL .nav-img::after {
  transition: all 0.3s ease;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b5b5b6;
  mix-blend-mode: multiply;
  border-radius: 5px;
}
.voice-single-nav .boxL .nav-img img {
  border-radius: 5px;
}
.voice-single-nav .boxL .no {
  font-family: "Lusitana", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 5%;
  top: 2%;
}
.voice-single-nav .boxL .no .mini {
  font-size: 75%;
}
.voice-single-nav .boxR {
  width: 40.6%;
  position: relative;
}
.voice-single-nav .boxR .arrow {
  width: 18px;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
}
.voice-single-nav .boxR:hover .arrow {
  right: -14px;
}
.voice-single-nav .boxR .nav-img::after {
  transition: all 0.3s ease;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b5b5b6;
  mix-blend-mode: multiply;
  border-radius: 5px;
}
.voice-single-nav .boxR .nav-img img {
  border-radius: 5px;
}
.voice-single-nav .boxR .no {
  font-family: "Lusitana", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 5%;
  top: 2%;
}
.voice-single-nav .boxR .no .mini {
  font-size: 75%;
}

.support-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .support-nav {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.support-nav-item {
  width: 23.75%;
  font-size: 1.8rem;
  line-height: 1.38;
  text-align: center;
  border: 1px solid #ec5c72;
  border-radius: 10px;
  color: #ec5c72;
  transition: 0.3s all ease;
}
@media (max-width: 992px) {
  .support-nav-item {
    width: 63.1%;
    margin: 0 auto 20px;
  }
}
.support-nav-item:hover {
  color: #ffffff;
  background: #ec5c72;
}
.support-nav-item a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.support .support01 {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .support .support01 {
    margin-bottom: 90px;
  }
}
.support .support01 .child-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 47px;
  margin-bottom: 39px;
}
@media (max-width: 1200px) {
  .support .support01 .child-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.support .support01 .child-ttl::after {
  content: "";
  width: 110px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .support .support01 .child-ttl::after {
    width: 110px;
    height: 4.3px;
  }
}
.support .support01 .child-ttl::before {
  content: "";
  width: 22px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .support .support01 .child-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}
.support .support01-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .support .support01-flex {
    margin-bottom: 15px;
  }
}
.support .support01-flex .boxL {
  width: 54.4%;
}
@media (max-width: 992px) {
  .support .support01-flex .boxL {
    width: 100%;
  }
}
.support .support01-flex .boxR {
  width: 42.2%;
}
@media (max-width: 992px) {
  .support .support01-flex .boxR {
    width: 100%;
  }
}
.support .support01-ttl {
  font-size: 2.4rem;
  line-height: 1.54;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .support .support01-ttl {
    font-size: 2rem;
  }
}
.support .support01-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .support .support01-txt {
    font-size: 1.4rem;
  }
}
.support .support01-img {
  width: 100%;
}
@media (max-width: 992px) {
  .support .support01-img {
    margin-bottom: 40px;
  }
}
.support .support01-img img {
  border-radius: 10px;
}
.support .support01-list {
  display: flex;
  flex-direction: column;
}
.support .support01-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
@media (max-width: 992px) {
  .support .support01-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.support .support01-item .boxL {
  width: 112px;
  background: #ec5c72;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 2px 0 1px;
}
@media (max-width: 992px) {
  .support .support01-item .boxL {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.support .support01-item .boxR {
  width: calc(100% - 125px);
  font-size: 1.8rem;
  color: #ec5c72;
  font-weight: 500;
}
@media (max-width: 992px) {
  .support .support01-item .boxR {
    font-size: 1.6rem;
    width: 100%;
  }
}
.support .support01-link {
  width: 435px;
  background: #ec5c72;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border-radius: 40px;
  padding: 10px 0;
  margin: 0 auto;
  letter-spacing: -0.07em;
  transition: 0.3s all ease;
  border: 1px solid #ec5c72;
}
@media (max-width: 1200px) {
  .support .support01-link {
    width: 90.4%;
    font-size: 1.8rem;
    padding: 20px 0;
  }
}
.support .support01-link:hover {
  color: #ec5c72;
  background: #ffffff;
  border: 1px solid #ec5c72;
}
.support .support02 .child-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 39px;
}
@media (max-width: 1200px) {
  .support .support02 .child-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.support .support02 .child-ttl::after {
  content: "";
  width: 110px;
  height: 5px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .support .support02 .child-ttl::after {
    width: 110px;
    height: 4.3px;
  }
}
.support .support02 .child-ttl::before {
  content: "";
  width: 22px;
  height: 5px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .support .support02 .child-ttl::before {
    width: 18px;
    height: 4.3px;
  }
}
.support .support02-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: justify;
  color: #333333;
  margin-bottom: 45px;
  letter-spacing: -0.08em;
}
@media (max-width: 1200px) {
  .support .support02-txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .support .support02-img {
    overflow-x: scroll;
    padding-bottom: 50px;
    margin-bottom: 55px;
  }
  .support .support02-img::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
    width: 50px;
  }
  .support .support02-img::-webkit-scrollbar {
    height: 10px;
  }
  .support .support02-img::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 10px;
  }
  .support .support02-img img {
    width: 972px;
    height: auto;
    max-width: unset;
  }
}
.support-container02 {
  background: #ecedef;
  border-radius: 30px;
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
  margin: 0 auto 87px;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .support-container02 {
    width: 92%;
    margin: 0 auto;
    padding: 80px 0 25px;
    margin: 0 auto 60px;
  }
}
.support-list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85.4%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .support-list02 {
    width: 90.4%;
    flex-direction: column;
  }
}
.support-item02 {
  background: #ffffff;
  border-radius: 10px;
  width: 47%;
  padding: 28px 39px 44px;
  margin-bottom: 37px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .support-item02 {
    width: 100%;
    padding: 25px 20px 35px;
    margin-bottom: 25px;
  }
}
.support-item02 .point {
  font-family: "Lusitana";
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .support-item02 .point {
    font-size: 2.1rem;
  }
}
.support-item02 .point .mini {
  font-size: 50%;
}
.support-item02 .point-ttl01 {
  font-size: 2.4rem;
  color: #ec5c72;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 7px;
}
.support-item02 .point-txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.75;
}
.support-item02 .point-red {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  color: #ec5c72;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.support-item02 .point-yellow {
  font-weight: 700;
  color: #ec5c72;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.splide__slide {
  max-width: 245px;
}

.single-service-container {
  width: 81.9912152269%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .single-service-container {
    width: 92%;
    margin: 0 auto;
  }
}
.single-service-txt01 {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 85px;
}
@media (max-width: 1200px) {
  .single-service-txt01 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.single-service-img01 {
  width: 77.8%;
  margin: 0 auto 25px;
}
@media (max-width: 1200px) {
  .single-service-img01 {
    width: 100%;
  }
}
.single-service-img02 {
  width: 73.2%;
  margin: 0 auto 15px;
}
@media (max-width: 1200px) {
  .single-service-img02 {
    width: 100%;
  }
}
.single-service-img03 {
  width: 76.4%;
  margin: 0 auto 95px;
}
@media (max-width: 1200px) {
  .single-service-img03 {
    width: 100%;
  }
}
.single-service-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ec5c72;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .single-service-ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-left: 20px;
  }
}
.single-service-ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/service/icon_square.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translate(0, -50%);
}
.single-service-txt02 {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 25px;
  width: 77.8%;
  margin: 0 auto 60px;
}
@media (max-width: 1200px) {
  .single-service-txt02 {
    font-size: 1.4rem;
    width: 100%;
  }
}
.single-service-scroll {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .single-service-scroll {
    margin-bottom: 30px;
  }
}
.single-service-scroll::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
  width: 50px;
}
.single-service-scroll::-webkit-scrollbar {
  height: 10px;
}
.single-service-scroll::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .single-service-scroll {
    overflow-x: scroll;
  }
}
.single-service-scroll02 {
  width: 75%;
  max-width: 840px;
  margin: 0 auto 30px;
}
.single-service-scroll02::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
  width: 50px;
}
.single-service-scroll02::-webkit-scrollbar {
  height: 10px;
}
.single-service-scroll02::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .single-service-scroll02 {
    width: 100%;
    overflow-x: scroll;
  }
}
.single-service-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .single-service-list {
    width: 970px;
  }
}
.single-service-item {
  display: flex;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-bottom: -1px;
}
.single-service-item .boxL {
  width: 282px;
  background: #f2f2f2;
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .single-service-item .boxL {
    padding: 15px 25px;
  }
}
.single-service-item .boxR {
  width: calc(100% - 282px);
  padding: 20px 30px;
}
@media (max-width: 1200px) {
  .single-service-item .boxR {
    padding: 15px 25px;
  }
}
.single-service-txt03 {
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .single-service-txt03 {
    font-size: 1.4rem;
  }
}
.single-service-txt03 .mini {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}
@media (max-width: 1200px) {
  .single-service-txt03 .mini {
    font-size: 1.3rem;
  }
}
.single-service-ttl01 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 1200px) {
  .single-service-ttl01 {
    font-size: 1.4rem;
    padding-left: 16px;
  }
}
.single-service-ttl01::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ec5c72;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .single-service-ttl01::before {
    width: 14px;
    height: 14px;
  }
}
.single-service-txt04 {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 25px;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .single-service-txt04 {
    font-size: 1.4rem;
  }
}
.single-service-txt05 {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 25px;
  width: 73.2%;
  margin: 0 auto 70px;
}
@media (max-width: 1200px) {
  .single-service-txt05 {
    font-size: 1.4rem;
    width: 100%;
  }
}
.single-service-txt05 .bold {
  font-weight: 700;
}
.single-service-txt06 {
  font-size: 2.2rem;
  line-height: 1.75;
  margin: 0 auto;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .single-service-txt06 {
    font-size: 1.8rem;
  }
}
.single-service-txt07 {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 1200px) {
  .single-service-txt07 {
    font-size: 1.4rem;
  }
}
.single-service-txt07 .bold {
  font-weight: 700;
}
.single-service-txt08 {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  margin: 0 auto 45px;
}
@media (max-width: 1200px) {
  .single-service-txt08 {
    font-size: 1.4rem;
  }
}
.single-service-txt08 .bold {
  font-weight: 700;
}
.single-service-txt09 {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  margin: 8px auto 45px;
}
.single-service-txt09 .text-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
@media (max-width: 1200px) {
  .single-service-txt09 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.single-service-txt09 .bold {
  font-weight: 700;
}
.single-service-ttl02 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ec5c72;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .single-service-ttl02 {
    font-size: 1.4rem;
  }
}
.single-service-table01 {
  width: 100%;
  min-width: 840px;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.single-service-table01 .table01-text .mini {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .single-service-table01 .table01-text .mini {
    font-size: 1.2rem;
  }
}
.single-service-table01 .table01-text .text-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.single-service-table01 tr {
  border-bottom: 1px solid #333333;
}
.single-service-table01 tr:first-child {
  border-top: 1px solid #333333;
}
.single-service-table01 th {
  width: 280px;
  padding: 15px 0;
  background: #f2f2f2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1200px) {
  .single-service-table01 th {
    font-size: 1.4rem;
  }
}
.single-service-table01 th:first-child {
  border-right: 1px solid #333333;
}
.single-service-table01 th:nth-child(2) {
  width: 560px;
}
.single-service-table01 td {
  color: #000000;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .single-service-table01 td {
    font-size: 1.4rem;
  }
}
.single-service-table01 td:first-child {
  text-align: center;
  border-right: 1px solid #333333;
}
.single-service-table01 td:nth-child(2) {
  padding-left: 40px;
}
.single-service-table02 {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.single-service-table02 tr {
  border-bottom: 1px solid #333333;
}
.single-service-table02 tr:first-child {
  border-top: 1px solid #333333;
}
.single-service-table02 th {
  width: 280px;
  padding: 15px 0;
  background: #f2f2f2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1200px) {
  .single-service-table02 th {
    font-size: 1.4rem;
  }
}
.single-service-table02 th:first-child {
  border-right: 1px solid #333333;
}
.single-service-table02 th:nth-child(2) {
  width: 560px;
}
.single-service-table02 td {
  color: #000000;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .single-service-table02 td {
    font-size: 1.4rem;
  }
}
.single-service-table02 td:first-child {
  text-align: center;
  border-right: 1px solid #333333;
}
.single-service-table02 td:nth-child(2) {
  padding-left: 40px;
}
.single-service-table03 {
  width: 100%;
  min-width: 840px;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.single-service-table03 .table01-text .mini {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .single-service-table03 .table01-text .mini {
    font-size: 1.2rem;
  }
}
.single-service-table03 .table01-text .text-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.single-service-table03 tr {
  border-bottom: 1px solid #333333;
}
.single-service-table03 tr:first-child {
  border-top: 1px solid #333333;
}
.single-service-table03 th {
  width: 280px;
  padding: 15px 0;
  background: #f2f2f2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1200px) {
  .single-service-table03 th {
    font-size: 1.4rem;
  }
}
.single-service-table03 th:first-child {
  border-right: 1px solid #333333;
}
.single-service-table03 th:nth-child(2) {
  width: 420px;
  border-right: 1px solid #333333;
}
.single-service-table03 th:nth-child(3) {
  width: 420px;
}
.single-service-table03 td {
  color: #000000;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .single-service-table03 td {
    font-size: 1.4rem;
  }
}
.single-service-table03 td:first-child {
  text-align: center;
  border-right: 1px solid #333333;
}
.single-service-table03 td.border-none {
  border-right: none !important;
}
.single-service-table03 td:nth-child(2) {
  padding-left: 40px;
  padding-right: 20px;
  border-right: 1px solid #333333;
}
.single-service-table03 td:nth-child(3) {
  padding-left: 40px;
  padding-right: 20px;
}
.single-service-table04 {
  width: 100%;
  min-width: 840px;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.single-service-table04 .table01-text .mini {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .single-service-table04 .table01-text .mini {
    font-size: 1.2rem;
  }
}
.single-service-table04 .table01-text .text-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.single-service-table04 tr {
  border-bottom: 1px solid #333333;
}
.single-service-table04 tr:first-child {
  border-top: 1px solid #333333;
}
.single-service-table04 th {
  width: 280px;
  padding: 15px 0;
  background: #f2f2f2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1200px) {
  .single-service-table04 th {
    font-size: 1.4rem;
  }
}
.single-service-table04 th:first-child {
  border-right: 1px solid #333333;
}
.single-service-table04 th:nth-child(2) {
  width: 840px;
}
.single-service-table04 td {
  color: #000000;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .single-service-table04 td {
    font-size: 1.4rem;
  }
}
.single-service-table04 td:first-child {
  text-align: center;
  border-right: 1px solid #333333;
}
.single-service-table04 td:nth-child(2) {
  padding-left: 40px;
}
.single-service-link {
  width: 435px;
  background: #ec5c72;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  text-decoration: none;
  border-radius: 40px;
  padding: 10px 0;
  margin: 0 auto 160px;
  letter-spacing: -0.07em;
  transition: 0.3s all ease;
  border: 1px solid #ec5c72;
}
@media (max-width: 1200px) {
  .single-service-link {
    width: 100%;
    font-size: 1.8rem;
    padding: 8px 0;
    margin-bottom: 60px;
  }
}
.single-service-link:hover {
  color: #ec5c72;
  background: #ffffff;
  border: 1px solid #ec5c72;
}
.single-service-flex {
  display: flex;
  justify-content: space-between;
  width: 93.4%;
  margin: 0 auto 90px;
}
@media (max-width: 1200px) {
  .single-service-flex {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 80px;
  }
}
.single-service-flex .font-pink {
  color: #EC5C72;
}
.single-service-flex .caution {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 10px;
  letter-spacing: -0.1em;
}
@media (max-width: 1200px) {
  .single-service-flex .caution {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
.single-service-flex .box-L {
  width: 53.4%;
}
@media (max-width: 1200px) {
  .single-service-flex .box-L {
    width: 100%;
  }
}
.single-service-flex .box-L .price-list {
  border-top: 1px solid #333333;
}
@media (max-width: 1200px) {
  .single-service-flex .box-L .price-list {
    margin-bottom: 10px;
  }
}
.single-service-flex .box-L .price-list .price-flex {
  display: flex;
  padding: 15px 0 15px 55px;
  border-bottom: 1px solid #333333;
}
@media (max-width: 1200px) {
  .single-service-flex .box-L .price-list .price-flex {
    padding: 13px 0 13px 0px;
    justify-content: space-between;
  }
}
.single-service-flex .box-L .price-list .price-flex .box-L {
  width: 44.8%;
  font-size: 2.2rem;
}
@media (max-width: 1200px) {
  .single-service-flex .box-L .price-list .price-flex .box-L {
    font-size: 1.8rem;
    width: 35%;
    text-align: center;
  }
}
.single-service-flex .box-L .price-list .price-flex .box-R {
  width: 55.1%;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .single-service-flex .box-L .price-list .price-flex .box-R {
    width: 59.5%;
    font-size: 1.8rem;
    text-align: center;
  }
}
.single-service-flex .box-R {
  width: 42%;
}
@media (max-width: 1200px) {
  .single-service-flex .box-R {
    width: 100%;
  }
}

.splide-arrows {
  margin-left: auto;
  width: 76px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.splide-arrows .splide-arrow {
  width: 34px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.splide-arrows .splide-arrow:hover {
  opacity: 0.6;
}

.p-top-img {
  margin-top: 0;
  width: 100%;
}
.p-top-img img {
  width: 100%;
}
@media (max-width: 992px) {
  .p-top-img {
    margin-top: 0;
  }
}

.contact-bg {
  background: #f5f5f7;
  width: 95.9004392387%;
  max-width: 1310px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 50px 0 160px;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .contact-bg {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-radius: 10px;
    width: 92%;
  }
}
.contact-outer {
  background: #ffffff;
  border-radius: 20px;
  width: 85.4%;
  margin: 0 auto;
  padding: 55px 0 95px;
}
@media (max-width: 1200px) {
  .contact-outer {
    width: 91.3%;
    padding: 35px 0 70px;
  }
}
.contact-inner {
  width: 84.3%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .contact-inner {
    width: 92%;
  }
}
.contact-nav {
  width: 58.2%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}
@media (max-width: 992px) {
  .contact-nav {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
  }
}
.contact-nav-item {
  width: 48.3%;
  font-size: 1.8rem;
  line-height: 1.38;
  text-align: center;
  border: 1px solid #ec5c72;
  border-radius: 10px;
  color: #ec5c72;
  transition: 0.3s all ease;
}
.contact-nav-item.active {
  background: #ec5c72;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contact-nav-item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.contact-nav-item:hover {
  color: #ffffff;
  background: #ec5c72;
}
.contact-nav-item a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.contact-list {
  display: flex;
  flex-direction: column;
}
.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contact-item {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .contact-item.mb-snipet {
    margin-bottom: 0px;
  }
}
.contact-item.detail-item {
  align-items: flex-start;
}
.contact-item.detail-item .contact-item-left {
  padding-top: 15px;
}
.contact-item-left {
  width: 230px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 992px) {
  .contact-item-left {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.contact-item-left .unrequired {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  background: #b3b3b3;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 30px;
  margin-right: 13px;
}
@media (max-width: 992px) {
  .contact-item-left .unrequired {
    width: 50px;
    font-size: 12px;
  }
}
.contact-item-left .required {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  background: #ec5c72;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 30px;
  margin-right: 13px;
}
@media (max-width: 992px) {
  .contact-item-left .required {
    width: 50px;
    font-size: 12px;
  }
}
.contact-item-right {
  width: calc(100% - 230px);
}
@media (max-width: 992px) {
  .contact-item-right {
    width: calc(100% - 69px);
    margin-left: auto;
  }
}
.contact-item-right input {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  max-width: 468px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}
@media (max-width: 992px) {
  .contact-item-right input {
    font-size: 14px;
  }
}
.contact-item-right textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  display: block;
}
@media (max-width: 992px) {
  .contact-item-right textarea {
    font-size: 14px;
  }
}
.contact-item .caution {
  width: 100%;
  width: calc(100% - 230px);
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #f4a0ad;
}
@media (max-width: 992px) {
  .contact-item .caution {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }
}
.contact-policy {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .contact-policy {
    font-size: 14px;
    text-align: justify;
  }
}
.contact-policy a {
  color: #0071bc;
}
.contact-policy-ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #ec5c72;
}
@media (max-width: 992px) {
  .contact-policy-ttl {
    font-size: 14px;
  }
}
.contact-policy-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .contact-policy-txt {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.contact-submit {
  display: block;
  background: #ec5c72;
  border: none;
  width: 285px;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contact-submit {
    font-size: 20px;
    width: 250px;
    padding: 10px 0;
  }
}
.contact.contact-confirm .contact-item-right {
  border: 1px solid #333333;
  padding: 8px;
  border-radius: 5px;
}
.contact.contact-confirm .contact-item.detail-item {
  align-items: center;
}
.contact.contact-confirm .contact-item.detail-item .contact-item-left {
  padding: 0;
}
.contact.contact-confirm .service-container {
  margin-bottom: 120px;
}
.contact .wpcf7-previous {
  display: block;
  background: #4d4d4d;
  border: none;
  width: 285px;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contact .wpcf7-previous {
    font-size: 20px;
    width: 250px;
  }
}

.partner-flex {
  display: flex;
  width: 85.4%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .partner-flex {
    flex-direction: column;
  }
}

.partner-left {
  width: 54%;
}
@media (max-width: 992px) {
  .partner-left {
    width: 100%;
  }
}
.partner-left .page-container-ttl {
  width: 100%;
}
@media (max-width: 992px) {
  .partner-left .page-container-ttl {
    margin-bottom: 20px;
  }
}
.partner-left .page-container-ttl .page-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 992px) {
  .partner-left .page-container-ttl .page-txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.partner-right {
  width: 39%;
}
@media (max-width: 992px) {
  .partner-right {
    width: 80%;
    margin: 0 auto 50px;
  }
}

.diagnosis-form-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: left;
  color: #ec5c72;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .diagnosis-form-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.diagnosis-form-ttl::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #EC5C72;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .diagnosis-form-ttl::after {
    width: 100%;
    height: 3px;
  }
}
.diagnosis-form-ttl::before {
  content: "";
  width: 42px;
  height: 3px;
  background: #1EAEDE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .diagnosis-form-ttl::before {
    width: 36px;
    height: 3px;
  }
}

.diagnosis-check-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 0;
}
@media (max-width: 992px) {
  .diagnosis-check-flex {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
.diagnosis-check-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .diagnosis-check-list {
    gap: 8px;
    margin-bottom: 12px;
  }
}
.diagnosis-check-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.diagnosis-check-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 2px solid #999999;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .diagnosis-check-item input[type=checkbox] {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.diagnosis-check-item input[type=checkbox]:checked {
  background: #EC5C72;
  border-color: #EC5C72;
}
.diagnosis-check-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 992px) {
  .diagnosis-check-item input[type=checkbox]:checked::after {
    width: 5px;
    height: 10px;
  }
}
.diagnosis-check-item input[type=checkbox]:hover {
  border-color: #d94d64;
}
.diagnosis-check-item label {
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #4d4d4d;
}
@media (max-width: 992px) {
  .diagnosis-check-item label {
    font-size: 1.4rem;
  }
}

.diagnosis-radio-group {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .diagnosis-radio-group {
    gap: 15px;
  }
}
.diagnosis-radio-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #e6e6e6;
  border-radius: 5px;
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .diagnosis-radio-item {
    padding: 6px 8px 8px;
    gap: 10px;
  }
}
.diagnosis-radio-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 19.2px;
  height: 19.2px;
  min-width: 19.2px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .diagnosis-radio-item input[type=radio] {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
}
.diagnosis-radio-item input[type=radio]:checked {
  background: #fff;
  border-color: #EC5C72;
}
.diagnosis-radio-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.2px;
  height: 15.2px;
  border-radius: 50%;
  background: #EC5C72;
}
@media (max-width: 992px) {
  .diagnosis-radio-item input[type=radio]:checked::after {
    width: 13px;
    height: 13px;
    min-width: 13px;
  }
}
.diagnosis-radio-item input[type=radio]:hover {
  border-color: #d94d64;
}
.diagnosis-radio-item label {
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .diagnosis-radio-item label {
    font-size: 1.4rem;
  }
}

.diagnosis-select,
.diagnosis-textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 1.6rem;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.3s ease;
}
@media (max-width: 992px) {
  .diagnosis-select,
.diagnosis-textarea {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}
.diagnosis-select:focus,
.diagnosis-textarea:focus {
  outline: none;
  border-color: #EC5C72;
}

.diagnosis-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
  padding-right: 40px;
  cursor: pointer;
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .diagnosis-select {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}

.diagnosis-outer {
  background: #ffffff;
  border-radius: 20px;
  width: 85.4%;
  margin: 0 auto 60px;
  padding: 55px 0 95px;
}
@media (max-width: 1200px) {
  .diagnosis-outer {
    width: 91.3%;
    padding: 35px 0 40px;
    border-radius: 10px;
    margin: 0 auto 35px;
  }
}
.diagnosis-inner {
  width: 84.3%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .diagnosis-inner {
    width: 92%;
  }
}
.diagnosis-list {
  display: flex;
  flex-direction: column;
}
.diagnosis-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .diagnosis-item {
    margin-bottom: 25px;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .diagnosis-item.mb-snipet {
    margin-bottom: 25px;
  }
}
.diagnosis-item.detail-item {
  align-items: flex-start;
}
.diagnosis-item.detail-item .contact-item-left {
  padding-top: 15px;
}
.diagnosis-item-left {
  width: 390px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -69px;
  padding-left: 69px;
  padding-top: 5px;
  text-align: left;
}
@media (max-width: 992px) {
  .diagnosis-item-left {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.diagnosis-item-left .unrequired {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  background: #b3b3b3;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 30px;
  margin-right: 13px;
}
@media (max-width: 992px) {
  .diagnosis-item-left .unrequired {
    width: 50px;
    font-size: 12px;
  }
}
.diagnosis-item-left .required {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  background: #ec5c72;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 30px;
  margin-right: 13px;
}
@media (max-width: 992px) {
  .diagnosis-item-left .required {
    width: 50px;
    font-size: 12px;
  }
}
.diagnosis-item-right {
  width: calc(100% - 420px);
}
@media (max-width: 992px) {
  .diagnosis-item-right {
    width: calc(100% - 69px);
    margin-left: auto;
  }
}
.diagnosis-item-right input {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}
@media (max-width: 992px) {
  .diagnosis-item-right input {
    font-size: 14px;
  }
}
.diagnosis-item-right textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  display: block;
}
@media (max-width: 992px) {
  .diagnosis-item-right textarea {
    font-size: 14px;
  }
}
.diagnosis-item .caution {
  width: 100%;
  width: calc(100% - 230px);
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #f4a0ad;
}
@media (max-width: 992px) {
  .diagnosis-item .caution {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }
}
.diagnosis-policy {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .diagnosis-policy {
    font-size: 14px;
    text-align: justify;
  }
}
.diagnosis-policy a {
  color: #0071bc;
}
.diagnosis-policy-ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #ec5c72;
}
@media (max-width: 992px) {
  .diagnosis-policy-ttl {
    font-size: 14px;
  }
}
.diagnosis-policy-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .diagnosis-policy-txt {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.diagnosis-submit {
  display: block;
  background: #ec5c72;
  border: none;
  width: 285px;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .diagnosis-submit {
    font-size: 20px;
    width: 250px;
  }
}
.diagnosis.contact-confirm .contact-item-right {
  border: 1px solid #333333;
  padding: 8px;
  border-radius: 5px;
}
.diagnosis.contact-confirm .contact-item.detail-item {
  align-items: center;
}
.diagnosis.contact-confirm .contact-item.detail-item .contact-item-left {
  padding: 0;
}
.diagnosis .wpcf7-previous {
  display: block;
  background: #4d4d4d;
  border: none;
  width: 285px;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .diagnosis .wpcf7-previous {
    font-size: 20px;
    width: 250px;
  }
}

.wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.all-check {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
}

.diagnosis-result-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #EC5C72;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .diagnosis-result-ttl {
    font-size: 2.4rem;
  }
}
.diagnosis-result-text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .diagnosis-result-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.diagnosis-result-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .diagnosis-result-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.diagnosis-result-item {
  background: #f8f8f8;
  border: 2px solid #EC5C72;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .diagnosis-result-item {
    padding: 20px;
  }
}
.diagnosis-result-none {
  font-size: 1.6rem;
  text-align: center;
  padding: 40px 20px;
  background: #f8f8f8;
  border-radius: 10px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .diagnosis-result-none {
    font-size: 1.4rem;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.diagnosis-result-footer {
  text-align: center;
  padding: 40px 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .diagnosis-result-footer {
    padding: 30px 15px;
  }
}
.diagnosis-result-footer .thanks {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.75;
}
@media (max-width: 992px) {
  .diagnosis-result-footer .thanks {
    font-size: 1.4rem;
  }
}
.diagnosis-result-footer .link-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #EC5C72;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .diagnosis-result-footer .link-btn {
    font-size: 1.4rem;
    padding: 12px 30px;
  }
}
.diagnosis-result-footer .link-btn:hover {
  background: #d94d64;
}

.result-subsidy-title {
  font-size: 2rem;
  font-weight: 700;
  color: #EC5C72;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .result-subsidy-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.result-subsidy-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .result-subsidy-desc {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.result-subsidy-info {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .result-subsidy-info {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    margin-bottom: 15px;
  }
}
.result-subsidy-link {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #1EAEDE;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .result-subsidy-link {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}
.result-subsidy-link:hover {
  background: #1a98c4;
}

.result-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.result-info-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #666;
}
@media (max-width: 992px) {
  .result-info-label {
    font-size: 1.2rem;
  }
}
.result-info-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #EC5C72;
}
@media (max-width: 992px) {
  .result-info-value {
    font-size: 1.4rem;
  }
}

.diagnosis-inner {
  text-align: center;
}
.diagnosis-inner .contact-submit {
  margin-top: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.diagnosis-inner .contact-submit:hover {
  opacity: 0.6;
}

.contact-submit {
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact-submit:hover {
  opacity: 0.6;
}

.diagnosis-result-text {
  font-size: 2rem;
  color: #ffffff;
}

.diagnosis-sec-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #4d4d4d;
}
@media (max-width: 992px) {
  .diagnosis-sec-ttl {
    font-size: 2.4rem;
    width: 92%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 992px) {
  .diagnosis-img {
    width: 60.7%;
    margin: 0 auto;
  }
}

.wpcf7-not-valid-tip {
  text-align: left;
}
/*# sourceMappingURL=style.css.map */