@charset "UTF-8";
.l-health {
  text-align: left;
}
.l-health * {
  box-sizing: border-box;
}
.l-health h2, .l-health h3, .l-health h4, .l-health p, .l-health li {
  line-height: 1.75;
}
.l-health .health-linkbtn {
  max-width: 400px;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(#4ac1f1, #00439a);
  border-radius: 40px;
}
@media (max-width: 640px) {
  .l-health .health-linkbtn {
    font-size: 18px;
  }
}
.l-health .c-secheadH2 {
  font-size: 38px;
  color: #21486F;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  .l-health .c-secheadH2 {
    font-size: 22px;
  }
}
.l-health .c-secheadH2 br {
  display: none;
}
@media (max-width: 640px) {
  .l-health .c-secheadH2 br {
    display: block;
  }
}
.l-health .c-secheadH2__lineL {
  position: relative;
  background-color: #E7EEF2;
}
.l-health .c-secheadH2__lineL::after {
  content: "";
  display: block;
  width: 33vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -33vw;
  background-color: #E7EEF2;
}
.l-health .c-secheadH2__lineR {
  position: relative;
  background-color: #E7EEF2;
}
.l-health .c-secheadH2__lineR::after {
  content: "";
  display: block;
  width: 33vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -33vw;
  background-color: #E7EEF2;
}
.l-health .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-health .inner {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .l-health .inner {
    padding: 0 20px;
  }
}
.l-health-mv {
  display: flex;
  justify-content: center;
}
@media (max-width: 1040px) {
  .l-health-mv {
    flex-direction: column;
  }
}
.l-health-mv-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  width: 100%;
  padding: 60px 0;
  background-color: #E8F2F8;
}
@media (min-width: 1040px) {
  .l-health-mv-contents {
    max-width: 40vw;
    padding: 3.15vw 0;
  }
}
@media (max-width: 1040px) {
  .l-health-mv-contents {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .l-health-mv-contents {
    padding: 30px 20px;
  }
}
.l-health-mv-contents h1 .l-health-mv__text {
  font-size: 38px;
  color: #21486F;
  text-align: center;
}
@media (min-width: 1040px) {
  .l-health-mv-contents h1 .l-health-mv__text {
    font-size: 2vw;
  }
}
@media (max-width: 640px) {
  .l-health-mv-contents h1 .l-health-mv__text {
    font-size: 22px;
  }
}
.l-health-mv__image {
  min-height: 100%;
}
.l-health-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-health-mv h1 {
  text-align: center;
}
.l-health-mv h1 span {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1040px) {
  .l-health-mv h1 span img {
    width: 18.1vw;
  }
}
@media (max-width: 640px) {
  .l-health-mv h1 .l-health-mv__logo {
    width: 180px;
    margin: 0 auto;
  }
}
.l-health-mv h1 .l-health-mv__text {
  margin-top: 20px;
  align-items: center;
}
.l-health-mv h1 .l-health-mv__text::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background-image: url("../images/health/ligo-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .l-health-mv h1 .l-health-mv__text::before {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 1040px) {
  .l-health-mv h1 .l-health-mv__text {
    margin-top: 1.52vw;
  }
}
@media (max-width: 640px) {
  .l-health-mv h1 .l-health-mv__text {
    margin-top: 10px;
  }
}
.l-health-mv__icon {
  margin-top: 25px;
}
@media (min-width: 1040px) {
  .l-health-mv__icon {
    margin-top: 1.31vw;
  }
}
@media (max-width: 640px) {
  .l-health-mv__icon {
    margin-top: 15px;
  }
}
.l-health-mv__catch {
  margin: 20px auto 0;
  max-width: 460px;
  font-size: 36px;
  font-weight: bold;
  color: #21486F;
}
@media (min-width: 1040px) {
  .l-health-mv__catch {
    margin: 1.52vw auto 0;
    max-width: 24.21vw;
    font-size: 1.89vw;
  }
}
@media (max-width: 640px) {
  .l-health-mv__catch {
    margin: 15px auto 0;
    font-size: 20px;
  }
}
.l-health-mv__desc {
  margin: 40px auto 0;
  max-width: 520px;
}
@media (min-width: 1040px) {
  .l-health-mv__desc {
    margin: 2.1vw auto 0;
    max-width: 27.36vw;
  }
}
@media (max-width: 640px) {
  .l-health-mv__desc {
    margin: 20px auto 0;
  }
}
.l-health-mv .health-linkbtn {
  margin: 45px auto 0;
}
@media (min-width: 1040px) {
  .l-health-mv .health-linkbtn {
    margin: 2.36vw auto 0;
  }
}
@media (max-width: 640px) {
  .l-health-mv .health-linkbtn {
    margin: 25px auto 0;
  }
}
.l-health-about {
  margin-top: 140px;
}
@media (max-width: 640px) {
  .l-health-about {
    margin-top: 70px;
  }
}
.l-health-about__image {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 640px) {
  .l-health-about__image {
    margin-top: 30px;
  }
  .l-health-about__image img {
    max-width: 318px;
  }
}
.l-health-about__list {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .l-health-about__list {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.l-health-about__list li {
  max-width: 280px;
  width: 100%;
}
.l-health-about__list li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #21486F;
  text-align: center;
}
.l-health-about__list li p {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .l-health-about__list li {
    max-width: 460px;
  }
  .l-health-about__list li h3 {
    font-size: 18px;
  }
  .l-health-about__list li p {
    margin-top: 15px;
  }
}
.l-health-problem {
  margin-top: 90px;
  padding: 90px 0;
  background-color: #FFFDF4;
}
@media (max-width: 640px) {
  .l-health-problem {
    margin-top: 45px;
    padding: 45px 0;
  }
}
.l-health-problem section {
  border-left: 15px solid #00406B;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .l-health-problem section {
    border-left: 8px solid #00406B;
    padding-left: 15px;
  }
}
.l-health-problem section + section {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .l-health-problem section + section {
    margin-top: 20px;
  }
}
.l-health-problem section h3 {
  font-size: 24px;
  color: #21486F;
}
@media (max-width: 640px) {
  .l-health-problem section h3 {
    font-size: 18px;
  }
}
.l-health-problem section h3 + p {
  margin-top: 15px;
}
@media (max-width: 640px) {
  .l-health-problem section h3 + p {
    margin-top: 10px;
  }
}
.l-health-problem section ul li {
  color: #21486F;
  font-weight: bold;
}
.l-health-problem section ul li::before {
  content: "●";
}
.l-health-support .inner {
  padding-top: 110px;
  background-color: #F7F7F8;
}
@media (max-width: 640px) {
  .l-health-support .inner {
    padding-top: 60px;
  }
}
.l-health-support-sec {
  display: flex;
  gap: 25px;
}
@media (max-width: 640px) {
  .l-health-support-sec {
    flex-direction: column-reverse;
  }
}
.l-health-support-sec__image {
  max-width: 400px;
  width: 100%;
}
.l-health-support-sec__image img {
  border-radius: 10px;
}
@media (max-width: 1040px) {
  .l-health-support-sec__image {
    max-width: 40vw;
  }
}
@media (max-width: 640px) {
  .l-health-support-sec__image {
    margin: 0 auto;
    max-width: 400px;
  }
}
.l-health-support-sec__contents {
  flex: 1;
}
.l-health-support-sec__contents h3 {
  font-size: 24px;
}
.l-health-support-sec__contents h3 + ul {
  margin-top: 20px;
}
.l-health-support-sec__contents h3 + p {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .l-health-support-sec__contents h3 {
    font-size: 20px;
  }
  .l-health-support-sec__contents h3 + ul {
    margin-top: 10px;
  }
  .l-health-support-sec__contents h3 + p {
    margin-top: 15px;
  }
}
.l-health-support-sec__contents ul {
  margin-top: 20px;
}
.l-health-support-sec__contents ul li {
  font-weight: bold;
}
.l-health-support-sec__contents ul li::before {
  content: "●";
}
.l-health-support-sec__contents ul + p {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .l-health-support-sec__contents ul {
    margin-top: 10px;
  }
  .l-health-support-sec__contents ul + p {
    margin-top: 20px;
  }
}
.l-health-support-sec__contents p {
  font-weight: bold;
}
.l-health-support-sec01 {
  margin-top: 50px;
  padding: 30px 15px;
  background-color: #00406B;
  color: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .l-health-support-sec01 {
    margin-top: 25px;
    padding: 15px;
  }
}
.l-health-support-sec01::after {
  content: "";
  width: 100%;
  height: 83px;
  position: absolute;
  left: 0;
  bottom: -83px;
  background-image: url("../images/health/arrow_b.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-health-support-sec02 {
  flex-direction: row-reverse;
  margin-top: 160px;
  padding: 30px;
}
@media (max-width: 640px) {
  .l-health-support-sec02 {
    margin-top: 60px;
    padding: 15px;
    flex-direction: column-reverse;
  }
}
.l-health-support-sec02 h3 {
  color: #21486F;
}
.l-health-support-sec02 .l-health-support-sec__image {
  margin-top: -93px;
}
.l-health-result .inner {
  padding: 90px 0 160px;
  background-color: #F7F7F8;
}
@media (max-width: 640px) {
  .l-health-result .inner {
    padding: 45px 0 80px;
  }
}
.l-health-result h2 + section {
  margin-top: 70px;
}
@media (max-width: 640px) {
  .l-health-result h2 + section {
    margin-top: 35px;
  }
}
.l-health-result-sec + .l-health-result-sec {
  margin-top: 65px;
}
@media (max-width: 640px) {
  .l-health-result-sec + .l-health-result-sec {
    margin-top: 30px;
  }
}
.l-health-result-sec__image {
  max-width: 360px;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .l-health-result-sec__image {
    padding: 0 20px;
    margin: 0 auto;
  }
}
.l-health-result-sec__contents h3 {
  font-size: 24px;
  padding: 15px 30px;
  position: relative;
  background-color: #00406B;
  color: #fff;
}
@media (max-width: 640px) {
  .l-health-result-sec__contents h3 {
    font-size: 18px;
    padding: 15px 20px;
    width: calc(100% - 60px);
  }
}
.l-health-result-sec__contents h3 + p {
  margin-top: 15px;
}
.l-health-result-sec__contents h3.arrow_r::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  right: -35px;
  border-left: 36px solid #00406B;
}
@media (max-width: 640px) {
  .l-health-result-sec__contents h3.arrow_r::after {
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    right: -30px;
    border-left: 31px solid #00406B;
  }
}
.l-health-result-sec__contents h3.arrow_l::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  left: -35px;
  border-right: 36px solid #00406B;
}
@media (max-width: 640px) {
  .l-health-result-sec__contents h3.arrow_l::before {
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    right: -30px;
    left: auto;
    border-right: 0px;
    border-left: 31px solid #00406B;
  }
}
.l-health-result-sec__flex {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 640px) {
  .l-health-result-sec__flex {
    gap: 20px;
    flex-direction: column;
  }
}
.l-health-result-sec__flex .l-health-result-sec__contents p {
  padding-left: 30px;
}
.l-health-result-sec__flex_r {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .l-health-result-sec__flex_r {
    flex-direction: column;
  }
}
.l-health-result-sec__flex_r .l-health-result-sec__contents p {
  padding-right: 30px;
}
.l-health-result-secH4 {
  margin-top: 40px;
  padding: 20px 30px;
  background-color: #00406B;
  color: #fff;
  position: relative;
}
@media (max-width: 640px) {
  .l-health-result-secH4 {
    margin-top: 20px;
    padding: 10px 20px 0;
  }
}
.l-health-result-secH4__text {
  max-width: calc(100% - 250px);
  width: 100%;
}
@media (max-width: 640px) {
  .l-health-result-secH4__text {
    max-width: none;
  }
}
.l-health-result-secH4__text h4 {
  font-size: 24px;
}
@media (max-width: 640px) {
  .l-health-result-secH4__text h4 {
    font-size: 18px;
  }
}
.l-health-result-secH4__text h4 + p {
  margin-top: 15px;
}
.l-health-result-secH4__text p span {
  color: #FFF200;
}
.l-health-result-secH4__image {
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media (max-width: 640px) {
  .l-health-result-secH4__image {
    position: static;
    text-align: center;
  }
}
.l-health-feature {
  background-color: #FFFDF4;
  padding: 110px 0;
}
.l-health-feature .inner {
  position: relative;
}
.l-health-feature h2 + .l-health-feature__image {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .l-health-feature {
    padding: 60px 0;
  }
  .l-health-feature h2 + .l-health-feature__image {
    margin-top: 25px;
  }
}
.l-health-feature__list {
  margin-top: 60px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 0;
  position: relative;
}
@media (max-width: 1000px) {
  .l-health-feature__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (max-width: 640px) {
  .l-health-feature__list {
    margin-top: 30px;
  }
}
.l-health-feature__list::before {
  content: "";
  display: block;
  width: 713px;
  height: 128px;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1;
  background-image: url("../images/health/feature_arrow_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.13;
}
@media (max-width: 1000px) {
  .l-health-feature__list::before {
    display: none;
  }
}
.l-health-feature__list::after {
  content: "";
  display: block;
  width: 974px;
  height: 128px;
  position: absolute;
  top: 480px;
  left: 0;
  z-index: 1;
  background-image: url("../images/health/feature_arrow_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (max-width: 1000px) {
  .l-health-feature__list::after {
    display: none;
  }
}
.l-health-feature__list li {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .l-health-feature__list li {
    width: 100%;
  }
}
.l-health-feature__list .contents {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-health-feature__list .contents {
    max-width: none;
  }
}
.l-health-feature__list .image {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.l-health-feature__list .image img:first-child {
  margin: 40px 30px;
}
@media (max-width: 1000px) {
  .l-health-feature__list .image {
    justify-content: center;
  }
  .l-health-feature__list .image img:first-child {
    margin: 40px 10px 40px 30px;
  }
  .l-health-feature__list .image img:last-child {
    width: 216px;
    height: 216px;
  }
}
@media (max-width: 640px) {
  .l-health-feature__list .image img:first-child {
    margin: 20px 15px;
  }
  .l-health-feature__list .image img:last-child {
    width: 128px;
    height: 128px;
  }
}
.l-health-feature__list .text h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #21486F;
}
.l-health-feature__list .text p {
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .l-health-feature__list .text h3 {
    font-size: 20px;
  }
}
.l-health-feature__list .contents03 .image img:first-child {
  margin: 40px 10px 40px 30px;
}
.l-health-feature__list .contents03 .text h3 {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 640px) {
  .l-health-feature__list .contents03 .image img:first-child {
    margin: 20px 10px 20px 15px;
  }
  .l-health-feature__list .contents03 .image img:last-child {
    width: 216px;
    height: 216px;
  }
}
.l-health-reason {
  margin-top: 120px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .l-health-reason {
    margin-top: 60px;
  }
}
.l-health-reason h2 {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .l-health-reason h2 {
    margin-bottom: 60px;
  }
}
.l-health-reason-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 640px) {
  .l-health-reason-flex {
    gap: 30px;
  }
}
.l-health-reason-sec {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 640px) {
  .l-health-reason-sec {
    max-width: 470px;
    width: 100%;
  }
}
.l-health-reason-sec h3 {
  margin-top: 10px;
  font-size: 24px;
  padding: 5px 0;
  background-color: #00406B;
  color: #fff;
  text-align: center;
}
@media (max-width: 640px) {
  .l-health-reason-sec h3 {
    font-size: 18px;
  }
}
.l-health-reason-sec p {
  margin-top: 15px;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .l-health-reason-sec p {
    padding: 0 20px;
  }
}
.l-health-plus {
  margin-top: 130px;
  padding-bottom: 240px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .l-health-plus {
    margin-top: 60px;
    padding-bottom: 120px;
  }
}
.l-health-plus h2 {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .l-health-plus h2 {
    margin-bottom: 60px;
  }
}
.l-health-plus__circleFlex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .l-health-plus__circleFlex {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .l-health-plus__circleFlex {
    flex-direction: column;
  }
}
.l-health-plus__circleFlex01, .l-health-plus__circleFlex02 {
  position: relative;
  z-index: 2;
  width: 32%;
}
@media (max-width: 1000px) {
  .l-health-plus__circleFlex01, .l-health-plus__circleFlex02 {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .l-health-plus__circleFlex01, .l-health-plus__circleFlex02 {
    width: 100%;
  }
}
.l-health-plus__circleFlexPCBg {
  max-width: 400px;
  width: 32%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-45%, -52%);
}
@media (max-width: 1000px) {
  .l-health-plus__circleFlexPCBg {
    display: none;
  }
}
.l-health-plus__circleFlexSPBg {
  display: none;
}
@media (max-width: 1000px) {
  .l-health-plus__circleFlexSPBg {
    display: block;
    width: 60%;
    margin: 0 auto;
    transform: translateX(5%);
  }
}
@media (max-width: 640px) {
  .l-health-plus__circleFlexSPBg {
    width: 75%;
  }
}
.l-health-plus__circle section h3 {
  font-size: 22px;
  font-weight: bold;
  color: #21486F;
}
@media (max-width: 640px) {
  .l-health-plus__circle section h3 {
    font-size: 18px;
  }
}
.l-health-plus__circle section p {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .l-health-plus__circle section p {
    margin-top: 5px;
  }
}
.l-health-plus__circle section + section {
  margin-top: 20px;
}
.l-health-plus__circle section.l-health-plus__circleSingleSec {
  margin-top: 20px;
  width: 32%;
  margin: -30px auto 0;
}
@media (max-width: 1000px) {
  .l-health-plus__circle section.l-health-plus__circleSingleSec {
    margin: 20px auto 0;
  }
}
@media (max-width: 640px) {
  .l-health-plus__circle section.l-health-plus__circleSingleSec {
    width: 100%;
  }
}
.l-health-plus-secH3 {
  margin-top: 90px;
  padding: 40px 20px;
  background-color: #FFFDF4;
}
@media (max-width: 640px) {
  .l-health-plus-secH3 {
    margin-top: 45px;
    padding: 20px 10px;
  }
}
.l-health-plus-secH3 h3 {
  font-size: 24px;
  color: #21486F;
}
@media (max-width: 640px) {
  .l-health-plus-secH3 h3 {
    font-size: 18px;
  }
}
.l-health-plus-secH3__image {
  position: relative;
  max-width: 340px;
  width: 100%;
}
.l-health-plus-secH3__image img {
  position: absolute;
  top: 0;
  left: 60px;
}
@media (max-width: 640px) {
  .l-health-plus-secH3__image {
    margin: 0 auto;
  }
  .l-health-plus-secH3__image img {
    position: static;
  }
}
.l-health-plus-flex {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 640px) {
  .l-health-plus-flex {
    gap: 15px;
  }
}
.l-health-plus-secH4 {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 640px) {
  .l-health-plus-secH4 {
    width: 100%;
  }
}
.l-health-plus-secH4 h4 {
  margin-left: 30px;
  max-width: 290px;
  width: 100%;
  padding: 2px 0 2px 30px;
  position: relative;
  font-size: 18px;
  background-color: #00406B;
  color: #fff;
}
@media (max-width: 640px) {
  .l-health-plus-secH4 h4 {
    font-size: 16px;
    margin-left: 20px;
  }
}
.l-health-plus-secH4 h4::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -5px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-health-plus-secH4 p {
  margin: 15px 0 0 60px;
}
@media (max-width: 640px) {
  .l-health-plus-secH4 p {
    margin: 15px 0 0 0px;
  }
}
.l-health-plus-secH4__01 h4::before {
  background-image: url("../images/health/melit-1.svg");
}
.l-health-plus-secH4__02 h4::before {
  background-image: url("../images/health/melit-2.svg");
}
.l-health-plus-secH4__03 h4::before {
  background-image: url("../images/health/melit-3.svg");
}
.l-health-plus-secH4__04 h4::before {
  background-image: url("../images/health/melit-4.svg");
}
.l-health-plus-secH4__05 h4::before {
  background-image: url("../images/health/melit-5.svg");
}
.l-health-voice {
  overflow: hidden;
}
.l-health-voice h2 {
  margin-bottom: 75px;
}
@media (max-width: 640px) {
  .l-health-voice h2 {
    margin-bottom: 40px;
  }
}
.l-health-voice-secH3 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 640px) {
  .l-health-voice-secH3__image {
    display: none;
  }
}
.l-health-voice-secH3__imageSp {
  display: none;
}
@media (max-width: 640px) {
  .l-health-voice-secH3__imageSp {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
}
.l-health-voice-secH3__contents {
  flex: 1;
}
.l-health-voice-secH3__contents h3 {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .l-health-voice-secH3__contents h3 {
    font-size: 16px;
  }
}
.l-health-voice-secH3__contents > p {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .l-health-voice-secH3__contents > p {
    margin-top: 15px;
  }
}
.l-health-voice-secH3 + .l-health-voice-secH3 {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .l-health-voice-secH3 + .l-health-voice-secH3 {
    margin-top: 30px;
  }
}
.l-health-service {
  margin-top: 90px;
}
@media (max-width: 640px) {
  .l-health-service {
    margin-top: 45px;
  }
}
.l-health-service .inner {
  padding: 90px 0;
  background-color: #F7F7F8;
}
@media (max-width: 640px) {
  .l-health-service .inner {
    padding: 45px 0;
  }
}
.l-health-service__image {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 640px) {
  .l-health-service__image {
    margin-top: 30px;
  }
}
.l-health-flow {
  padding: 90px 0;
  background-color: #FFFDF4;
}
@media (max-width: 640px) {
  .l-health-flow {
    padding: 45px 0;
  }
}
.l-health-flow h2 span {
  display: block;
}
.l-health-flow h2 span img {
  width: 180px;
}
.l-health-flow h2 span + span {
  margin-top: 20px;
}
.l-health-flow__image {
  margin-top: 70px;
  text-align: center;
  position: relative;
}
.l-health-flow__image::after {
  content: "";
  display: block;
  width: 120px;
  height: 163px;
  position: absolute;
  right: 35px;
  top: -100px;
  background-image: url("../images/health/flow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .l-health-flow__image::after {
    right: -20px;
    width: 100px;
    height: 134px;
  }
}
@media (max-width: 640px) {
  .l-health-flow__image {
    margin-top: 35px;
  }
  .l-health-flow__image::after {
    display: none;
  }
}
.l-health-flow__listWrap {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 70px auto 0;
  border: 1px solid #000;
  background-color: #fff;
  padding: 40px 20px 20px;
  text-align: center;
  position: relative;
}
.l-health-flow__listWrap::after {
  content: "";
  display: block;
  width: 120px;
  height: 163px;
  position: absolute;
  right: -35px;
  top: -100px;
  background-image: url("../images/health/flow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .l-health-flow__listWrap::after {
    right: -20px;
    width: 100px;
    height: 134px;
  }
}
@media (max-width: 640px) {
  .l-health-flow__listWrap {
    margin-top: 35px;
  }
  .l-health-flow__listWrap::after {
    display: none;
  }
}
.l-health-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  list-style-type: none;
}
.l-health-flow__list li {
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 1000px) {
  .l-health-flow__list li {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 640px) {
  .l-health-flow__list li {
    max-width: 100%;
  }
}
.l-health-flow__list li h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .l-health-flow__list li h3 {
    max-width: 275px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .l-health-flow__list li h3 {
    font-size: 18px;
  }
}
.l-health-flow__list li h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #666;
  font-size: 26px;
  border-radius: 50%;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
  .l-health-flow__list li h3::before {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.l-health-flow__list li p {
  margin-top: 10px;
  text-align: left;
}
.l-health-flow__list li p span {
  font-size: 14px;
}
.l-health-flow__list li:nth-child(1) h3 {
  background-image: url("../images/health/flow_list_bg_01.png");
  color: #fff;
}
.l-health-flow__list li:nth-child(1) h3::before {
  content: "01";
}
.l-health-flow__list li:nth-child(2) h3 {
  background-image: url("../images/health/flow_list_bg_02.png");
  color: #fff;
}
.l-health-flow__list li:nth-child(2) h3::before {
  content: "02";
}
.l-health-flow__list li:nth-child(3) h3 {
  background-image: url("../images/health/flow_list_bg_03.png");
  color: #fff;
}
.l-health-flow__list li:nth-child(3) h3::before {
  content: "03";
}
.l-health-flow__list li:nth-child(4) h3 {
  background-image: url("../images/health/flow_list_bg_04.png");
  color: #fff;
}
.l-health-flow__list li:nth-child(4) h3::before {
  content: "04";
}
.l-health-flow__list li:nth-child(5) h3 {
  background-image: url("../images/health/flow_list_bg_05.png");
  color: #000;
}
.l-health-flow__list li:nth-child(5) h3::before {
  content: "05";
}
.l-health-flow__list li:nth-child(6) h3 {
  background-image: url("../images/health/flow_list_bg_06.png");
  color: #fff;
}
.l-health-flow__list li:nth-child(6) h3::before {
  content: "06";
}
.l-health-flow-sec {
  margin-top: 120px;
}
@media (max-width: 640px) {
  .l-health-flow-sec {
    margin-top: 60px;
  }
}
.l-health-flow-sec h3 {
  font-size: 24px;
  color: #21486F;
  text-align: center;
}
@media (max-width: 640px) {
  .l-health-flow-sec h3 {
    font-size: 18px;
  }
}
.l-health-flow-sec-tableArea {
  overflow: hidden;
}
.l-health-flow-sec-tableWrap {
  overflow: hidden;
  white-space: nowrap;
}
.l-health-flow-sec table {
  margin-top: 25px;
  width: 100%;
  border-top: 2px solid #221916;
  border-bottom: 2px solid #221916;
}
@media (max-width: 840px) {
  .l-health-flow-sec table {
    width: 840px;
  }
}
@media (max-width: 640px) {
  .l-health-flow-sec table {
    margin-top: 15px;
    width: 760px;
  }
}
.l-health-flow-sec table th, .l-health-flow-sec table td {
  font-size: 17px;
  padding: 5px 25px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .l-health-flow-sec table th, .l-health-flow-sec table td {
    font-size: 15px;
  }
}
.l-health-flow-sec table th:nth-child(odd), .l-health-flow-sec table td:nth-child(odd) {
  background-color: #F1EDE3;
}
.l-health-flow-sec table th span, .l-health-flow-sec table td span {
  font-size: 10px;
}
.l-health-flow-sec table thead th {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #221916;
}
.l-health-flow-sec table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #221916;
}
.l-health-flow-sec ul {
  margin: 15px 0 0 25px;
}
.l-health-flow-sec ul li {
  font-size: 14px;
}
@media (max-width: 640px) {
  .l-health-flow-sec ul {
    margin: 15px 0 0 0;
  }
  .l-health-flow-sec ul li {
    font-size: 13px;
  }
}
.l-health-contact {
  margin: 90px 0;
}
@media (max-width: 640px) {
  .l-health-contact {
    margin: 45px 0;
  }
}
.l-health-contact__form {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .l-health-contact__form {
    margin-top: 30px;
  }
}
.l-health-contact__form h3 {
  padding: 5px 0;
  font-size: 20px;
  text-align: center;
  background-color: #00406B;
  color: #fff;
}
@media (max-width: 640px) {
  .l-health-contact__form h3 {
    font-size: 18px;
  }
}
.l-health-contact__form form .form_center {
  text-align: center;
}
.l-health-contact__form form .form_center .c-contactSubmitOuter {
  margin-top: 60px;
}/*# sourceMappingURL=health.css.map */