body {
    color: #333;
}


.content_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/top/mv_top.png");
  background-repeat: repeat;
  background-size: 100% auto;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;
}

.mv {
  position: relative;
}
.mv_img {
  margin-top: 100px;
}

.mv_text {
  position: absolute;
  right: 15%;
  top: -110px;
}
.mv h1 {
  font-size: 76px;
  letter-spacing: 5px;
}

.catch_copy {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 10px;
}

.catch_copy p {
  color: #333;
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
}

.catch_logo_iop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.catch_logo_i {
  width: auto;
  height: 33px;
}
.catch_logo_o {
  width: auto;
  height: 33px;
}
.catch_logo_p {
  width: auto;
  height: 54px;
  padding-top:10px;
}

.catch_logo_iop .dot {
  color: #333;
  margin: 0 6px;
  font-size: 20px;
  line-height: 1;
}

.sub_copy {
  max-width: 480px;
  margin-top: 70px;
}

.sub_copy p {
  color: #333;
  font-size: 14px;
  font-family: 'メイリオ';
  line-height: 40px;
}
.sub_logo_iop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub_logo_iop p {
  color: #333;
  font-size: 14px;
  font-family: 'メイリオ';
  line-height: 40px;
}

.sub_logo_i {
  width: 5px;
  height: auto;
}
.sub_logo_o {
  width: 15px;
  height: auto;
}
.sub_logo_p {
  width: 14px;
  height: auto;
  padding-top:4px;
}

.sub_logo_iop .dot {
  color: #333;
  margin: 0 6px;
  font-size: 14px;
  line-height: 1;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.mv_contents {
		height: 55vw;
	}
}

@media screen and (max-width: 1500px) {
  .mv h1 {
    font-size: 60px;
  }
  .mv h1 + p {
    font-size: 16px;
    margin-top: 28px;
  }
  .mv_text {
    right: 15%;
    top: -110px;
  }
  
}
@media screen and (max-width: 1200px) {
.mv_img {
  margin-top: 150px;
}
  .mv h1 {
    font-size: 50px;
  }
  .mv_text {
    right: 5%;
    top: -150px;
  }
  .catch_copy p {
    font-size: 24px;
  }
.catch_logo_i {
  height: 24px;
}
.catch_logo_o {
  height: 24px;
}
.catch_logo_p {
  height: 37px;
  padding-top:7px;
}

.catch_logo_iop .dot {
  margin: 0 4px;
  font-size: 18px;
}
}
@media screen and (max-width: 1000px) {
.mv_img {
  margin-top: 150px;
}
  .mv h1 {
    font-size: 46px;
  }
  .mv_text {
    right: 0;
    top: -150px;
  }
  .sub_copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 950px) {
.mv_img {
  margin-top: 100px;
}
  .mv h1 {
    font-size: 42px;
  }
  .mv_text {
    right: 0;
    top: -110px;
  }
}
@media screen and (max-width: 767px) {

  .content_area::before {
    background-image: url("/assets/images/top/mv_top_sp.png");

  }
  .mv {
    position: relative;
  }
  .mv_img {
    margin-top: 100px;
  }

  .mv_text {
    padding: 0 5%;
    position: absolute;
    right: initial;
    top: -70px;
  }
  .mv h1 {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .catch_copy {
  gap: 5px;
  padding-left: 5px;
  margin-top: 10px;
  }
  .catch_copy p {
    font-size: 20px;
  }
  .catch_logo_i {
    width: auto;
    height: 20px;
  }
  .catch_logo_o {
    width: auto;
    height: 20px;
  }
  .catch_logo_p {
    width: auto;
    height: 28px;
    padding-top:5px;
  }
  .catch_logo_iop .dot {
    margin: 0 3px;
    font-size: 16px;
    line-height: 1;
  }
  .sub_copy {
    margin-top: 30px;
  }

  .sub_copy p {
    line-height: 28px;
  }
  .sub_logo_iop p {
    font-size: 14px;
    line-height: 28px;
  }
  .sub_logo_i {
    width: auto;
    height: 14px;
  }
  .sub_logo_o {
    width: auto;
    height: 14px;
  }
  .sub_logo_p {
    width: auto;
    height: 22px;
    padding-top:2px;
  }
  .sub_logo_iop .dot {
    color: #333;
    margin: 0 2px;
    font-size: 14px;
    line-height: 1;
  }
  .sub_logo_iop .dot:first-child,
  .sub_logo_iop .dot:last-child
  {
    margin: 0 1px
  }
}


/* feature */
.feature_card {
    position: relative;
    background: #fff;
    height: 100%;
}
.feature_header {
    position: relative;
    background: #0054a7;
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 30px;
}
.feature_header span {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  display: block;
}
.feature_header::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #0054a7 transparent transparent transparent;
}

.feature_body {
  padding: 30px;
}
.feature_body ul {
  padding-left: 20px;
}
.feature_body li {
  list-style:disc;
}
.feature_body li + li {
  margin-top: 20px;
}
.feature_body li::marker {
  color: #0054a7;
}
@media screen and (max-width: 767px) {
  .feature_card {
      width: 100%;
  }
  .feature_header {
      font-size: 40px;
      padding:20px
  }
  .feature_header span {
    font-size: 16px;
  }
  .feature_header::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #0054a7 transparent transparent transparent;
  }

  .feature_body {
    padding: 15px;
  }
  .feature_body li + li {
    margin-top: 20px;
  }
}


.policy_container {
  padding: 30px;
  background-color: #fff;
}

.health_head {
  color: #0054a7;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.policy_group {
  display: -ms-flexbox;
	display: flex;
  padding: 30px 0;
  justify-content: space-between;
  gap: 20px;
}

.policy_item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #e5eef7;
  width: 100%;
  padding: 30px 20px;
}
.policy_item p {
  color: #333;
  font-size: 18px;
  line-height: 36px;
}
.text-blue {
  color: #0054a7;
  font-weight: bold;
}

.policy_message {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.policy_message p {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  font-family: 'メイリオ';
  line-height: 34px;
}

.policy_logo_iop {
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 10px;
}

.policy_logo_i {
  width: auto;
  height: 18px;
}
.policy_logo_o {
  width: auto;
  height: 18px;
}
.policy_logo_p {
  width: auto;
  height: 23px;
}

.policy_logo_iop .dot {
  color: #333;
  margin: 0 6px;
  font-size: 14px;
  line-height: 1;
}

.policy_name {
  color: #333;
  font-size: 14px;
  font-family: 'メイリオ';
  text-align: center;
  line-height: 24px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .policy_container {
    padding: 15px;
  }
  .health_head {
    font-size: 20px;
  }
  .policy_group {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    gap: 20px;
  }
  .policy_item {
    width: 100%;
    padding: 15px 10px;
    min-height: 127px;
  }
  .policy_item p {
    font-size: 16px;
    line-height: 32px;
  }
  .policy_message p {
    font-size: 16px;
    line-height: 32px;
  }
  .policy_logo_iop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
  .policy_logo_i {
    width: auto;
    height: 14px;
  }
  .policy_logo_o {
    width: auto;
    height: 14px;
  }
  .policy_logo_p {
    width: auto;
    height: 16px;
  }
  .policy_logo_iop .dot {
    color: #333;
    margin: 0 2px;
    font-size: 12px;
    line-height: 1;
  }
  .policy_name {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
}

.bg_gray {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 70px;
}
.bg_gray::after {
  position: absolute;
  content: "";
  background-color: #0054a7;
  width: 50px;
  height: 2px;
  top: 0;
  left: 30px;
}

.bg_gray_head {
  color: #0054a7;
  font-size: 24px;
  margin-bottom: 40px;
}

.bg_gray_head span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: 'メイリオ';
  line-height: 40px;
}

.bg_gray img {
  width: 100%;
  height: auto;
  max-width: 757px;
  display: block;
  margin: 0 auto;
}

.health_ol {
  
}

.health_li {
  display: flex;
  align-items: center; 
  gap: 48px;
  padding-left: 20px;   
  margin-bottom: 20px;     
}

.health_li + .health_li {
  border-top: 3px solid #fff;
  padding-top: 20px;
}

.health_li .number {
  color: #0054a7;
  font-size: 30px;
  font-weight: bold;
}

.health_li .content {
  display: flex;
  flex-direction: column;
}

.health_li .content .title {
  font-size: 22px;
  font-weight: bold;
  font-family: 'メイリオ';
}

.health_li .content .text {
  color: #333;
  font-size: 14px;
  font-family: 'メイリオ';
  line-height: 20px;
  margin-top: 15px;
}

.health_li .content ul {
  margin-top: 15px;
  padding-left: 20px;
}

.health_li .content ul li {
  list-style-type: disc;
  color: #333;
  font-size: 14px;
  font-family: 'メイリオ';
}

.health_li .content ul li +li {
  margin-top: 10px;
}


.bg_gray .comment {
  color: #333;
  font-size: 14px;
  font-family: 'メイリオ';
  line-height: 40px;
}



.guideline_card {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  height: 100%;
  margin-bottom: 60px;
}
.guideline_card_header {
  position: relative;
  background: #0054a7;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
}
.guideline_card_header span {
  font-size: 14px;
  display: block;
}
.guideline_card_header::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
  transform: translateY(-50%);
  right: -15px;
	border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #0054a7;
}

.guideline_card_body {
  color: #333;
  padding: 30px;
}

.health_subtitle {
  display: flex;
  padding-top: 20px;
  border-top: 2px solid #0054a7;
  color: #0054a7;
  font-size: 24px;
  margin-bottom: 30px;
  align-items: center;
  gap: 15px;
}
.health_subtitle span {
  font-size: 30px;
}
.health_subtitle p span {
  font-size: 14px;
}

.health_qa {
  margin-bottom: 60px;
}

.qa_title {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.qa_number {
  display: inline-flex;
  color: #fff;
  background-color: #0054a7;
  font-size: 16px;
  width: 39px;
  height: 39px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.qa_text {
  color: #0054a7;
  font-size: 20px;
}

.health_qa img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img_inner {
  max-width: 700px;
  margin: 0 auto;
  background-color: transparent;
} 

@media screen and (max-width: 767px) {
  .bg_gray {
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 60px;
  }
  .bg_gray::after {
    position: absolute;
    content: "";
    background-color: #0054a7;
    width: 50px;
    height: 2px;
    top: 0;
    left: 15px;
  }

  .bg_gray_head {
    color: #0054a7;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .bg_gray_head span {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .bg_gray img {
  }

  .health_ol {
  }

  .health_li {
    gap: 20px;
    padding-left: 10px; 
  }
  .health_li + .health_li {
    padding-top: 20px;
  }
  .health_li .number {
    font-size: 20px;
  }
  .health_li .content {
    display: flex;
    flex-direction: column;
  }
  .health_li .content .title {
    font-size: 16px;
  }
  .health_li .content .text {
    font-size: 14px;
  }
  .health_li .content ul {
    margin-top: 15px;
  }
  .health_li .content ul li {
  }
  .health_li .content ul li +li {
    margin-top: 5px;
  }
  .bg_gray .comment {
    font-size: 14px;
    line-height: 18px;
  }



  .guideline_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;
    height: 100%;
    margin-bottom: 60px;
  }
  .guideline_card_header {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
  }
  .guideline_card_header::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #0054a7 transparent transparent transparent;
  }
  .guideline_card_body {
    padding: 20px;
  }
  .health_subtitle {
    font-size: 20px;
    gap: 15px;
  }
  .health_subtitle span {
    font-size: 24px;
  }

  .health_qa {
  }
  .qa_number {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }

  .qa_text {
    color: #0054a7;
    font-size: 16px;
    max-width: 290px;
  }

  .health_qa img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .img_inner {
    max-width: 700px;
    margin: 0 auto;
    background-color: transparent;
  } 
}

.health_mv {
  background-image: url(../../images/health/visual.jpg);
}
@media screen and (max-width: 767px) {
  .health_mv {
    background-image: url(../../images/health/visual_sp.jpg);
  }
}
