.pc-only {
  display: block;
}

.s .pc-only {
  display: none;
}

.sp-only {
  display: none;
}

.s .sp-only {
  display: block;
}

.c-block.business-area {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 60px;
  margin-bottom: 70px;
}

.c-block.business-list-area {
  margin-top: 39px;
}

/* ========== title ========== */

.c-title {
  margin-top: -5px;
}

.c-title-main span {
  font-size: clamp(32px, 8vw, 100px) !important;
  margin-bottom: 20px;
}

.c-title-sub {
  margin-top: 29px;
}

.s .c-title-main {
  margin-left: -17px;
  margin-right: -17px;
}

/* ========== subtitle ========== */

.c-block {
  margin-top: 32px;
}

.c-subtitle {
  row-gap: 9px;
}

.c-content {
  margin-top: 92px;
}

.c-block.health-area {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.health-head {
  padding-top: 35px;
  padding-right: 240px;
  margin-bottom: 40px;
}

.health-head p {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}

.c-block-img {
  margin-bottom: 41px;
}

.c-block-img img {
  width: 100%;
  height: auto;
}

#health2.c-block-title {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 78px;
  padding-bottom: 24px;
}

.c-block-titleH3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  margin-top: 15px;
  padding-bottom: 24px;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.c-block.health-area.flex {
  display: flex;
  justify-content: space-between;
}

.flex-left {
  width: calc(100% - 299.56px);
}

.flex-right {
  width: 270px;
}

.flex-right .c-block-img {
  margin-bottom: 24px;
}

.c-block-box {
  border-bottom: #cfcfcf solid 1px;
  padding-bottom: 8px;
  margin-bottom: 32px;
}

.c-block-box:last-child {
  border-bottom: none;
}

.c-block-box dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.c-block-box dt span {
  display: inline-block;
  border: #272727 solid 1px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 11px;
  margin-left: 10px;
}

.c-block-box dd {
  margin-top: 8px;
}

.c-block-box dd p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-block-box .letter {
  letter-spacing: -1%;
}

.c-block-list {
  margin-top: 24px;
}

.c-block-list li {
  background: url(../../images/health/icon-list.webp) top 5px left no-repeat;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.font-strong {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-block-record-list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.font-large {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
}

.c-block-record-list li {
  background: url(../../images/health/icon-list.webp) top 12px left no-repeat;
  padding-left: 25px;
  margin-bottom: 19px;
}

.font-small {
  font-size: 12px;
  font-weight: 500;
}

/* ========== anchorbox ========== */

.anchor_box {
  position: absolute;
  top: 323px;
  right: 5vw;
  z-index: 2;
}

.anchor_list {
  background: #272727;
  border-radius: 12px;
  padding: 0 18px;
  width: 188px;
}

.anchor_list li {
  border-bottom: #3c3c3c solid 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.anchor_list li:last-child {
  border-bottom: none;
}

.anchor_list a {
  background: url(../../images/business/arrow_anchor.webp) center right no-repeat;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 13px 13px 13px 0;
}

/* ========== sp画面 ========== */

.s .c-block-title {
  line-height: 1;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
}

.s .c-block-title::after {
  content: attr(data-sub);
  display: inline;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.s .c-title-main span {
  margin-bottom: 5px;
}

.s .c-title-sub {
  margin-top: 15px;
}

.s .anchor_box {
  position: static;
}

.s .anchor_list {
  margin: 35px auto 0 auto;
}

.s .c-content {
  margin-top: 64px;
}

.s .business-area .flex {
  display: block;
}

.s .c-block {
  margin-top: 24px;
}

.s .c-lead-red {
  line-height: 1.4;
}

.s .health-head {
  padding-top: 14px;
  padding-right: 0;
  width: 100%;
  margin-bottom: 18px;
}

.s .health-head p {
  font-size: 14px;
  margin-bottom: 24px;
}

.s .health-head p:last-child {
  margin-bottom: 0;
}

.s .c-cover-img-sp {
  padding-top: 24px;
}

.s .c-block-img {
  margin-bottom: 21px;
}

.s #health2.c-block-title {
  font-size: 28px;
  margin-top: 62px;
  padding-bottom: 36px;
}

.s .c-block.health-area.flex {
  display: block;
  margin-top: 31px;
}

.s .flex-left {
  width: 100%;
}

.s .c-block-box dt {
  font-size: 16px;
}

.s .c-block-box dt span {
  font-size: 10px;
  padding: 6px 7px;
  margin-left: 7px;
}

.s .c-block-box dd {
  margin-top: 10px;
}

.s .c-block-box dd p {
  font-size: 14px;
  line-height: 1.75;
}

.s .c-block-list {
  margin-top: 22px;
}

.s .c-block-list li {
  background: url(../../images/health/icon-list.webp) top 5px left no-repeat;
  background-size: 11px;
  font-size: 14px;
  padding-left: 18px;
  line-height: 1.63;
}

.s .font-strong {
  margin-bottom: 10px;
}

.s .c-block-img.sp-only {
  margin-bottom: 18px;
}

.s .c-block-box {
  margin-bottom: 22px;
  padding-bottom: 5px;
}

.s .sp-letter {
  letter-spacing: -4%;
}

.s .c-block-titleH3 {
  font-size: 28px;
}

.s .c-block-record-list li {
  background: url(../../images/health/icon-list.webp) top 12px left no-repeat;
  background-size: 11px;
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 19px;
}

.s .font-large {
  font-size: 24px;
}
