@charset "UTF-8";
.think_health {
  box-sizing: border-box;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.think_health picture {
  display: block;
}
.think_health img {
  display: block;
  height: auto;
  max-width: 100%;
}
.think_health sub {
  vertical-align: baseline;
}
.think_health .sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-sec__inner {
  padding: 80px 20px;
}
.c-sec__inner.-bg-gray {
  background-image: url(/home/suihanki/special/think_health/assets/img/bg_gray.png);
  background-size: cover;
}
.c-sec__inner.-bg-brown {
  background-image: url(/home/suihanki/special/think_health/assets/img/bg_brown.png);
  background-repeat: repeat;
}
.c-sec__inner.-bg-gray {
  background-image: url(/home/suihanki/special/think_health/assets/img/bg_gray.png);
  background-size: cover;
}
.c-sec__inner.-bg-gray-img {
  background-image: url(/home/suihanki/special/think_health/assets/img/sec05_bg_pc.png), url(/home/suihanki/special/think_health/assets/img/bg_gray.png);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.c-sec__content {
  max-width: 1000px;
  margin: auto;
}

.c-heading-01 {
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-heading-01__comment {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px;
  color: #EC1C00;
  border-radius: 8px;
  border: 2px solid currentColor;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}

.c-heading-01__point {
  margin-top: 24px;
}

.c-heading-01__title {
  width: 100%;
  margin-top: 16px;
  padding: 16px 40px;
  border-radius: 15px;
  background-color: #583825;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  position: relative;
}
.c-heading-01__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-top-width: 18px;
  border-left-width: 14px;
  border-right-width: 14px;
  border-top-color: #583825;
  position: absolute;
  left: calc(50% - 14px);
  top: 100%;
}

.c-heading-02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #583825;
  font-size: 1.75em;
  text-align: center;
}
.c-heading-02 > span {
  position: relative;
}
.c-heading-02 > span::before, .c-heading-02 > span::after {
  content: "";
  display: block;
  width: 25px;
  height: 38px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 19px);
}
.c-heading-02 > span::before {
  background-image: url(/home/suihanki/special/think_health/assets/img/parts_title_left.png);
  left: -52px;
}
.c-heading-02 > span::after {
  background-image: url(/home/suihanki/special/think_health/assets/img/parts_title_right.png);
  right: -52px;
}

.c-img-block {
  margin-top: 24px;
  position: relative;
}
.c-img-block::before, .c-img-block::after {
  content: "";
  width: 139px;
  height: 139px;
  background-image: url(/home/suihanki/special/think_health/assets/img/parts_img_deco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
.c-img-block.-right-top::before {
  right: -68px;
  top: -68px;
  transform: rotate(0deg);
}
.c-img-block.-right-top::after {
  left: -68px;
  bottom: -68px;
  transform: rotate(180deg);
}
.c-img-block.-left-top::before {
  left: -68px;
  top: -68px;
  transform: rotate(-90deg);
}
.c-img-block.-left-top::after {
  right: -68px;
  bottom: -68px;
  transform: rotate(90deg);
}

.c-text {
  font-weight: normal;
  font-weight: 300;
  color: #583825;
}

.c-text.-lead {
  margin-top: 24px;
  font-size: 1.25em;
  line-height: 2;
  text-align: center;
}

.c-text.-small {
  font-size: 0.8125em;
}

.c-text.-right {
  text-align: right;
}

.c-slide {
  position: relative;
}
.c-slide .splide__arrow {
  width: 22px;
  height: 44px;
  background-image: url(/home/suihanki/special/think_health/assets/img/icon_arrow_pc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #EC1C00;
  position: absolute;
  top: calc(50% - 21px - 16px);
  z-index: 1;
}
.c-slide .splide__arrow:hover {
  opacity: 0.7;
}
.c-slide .splide__arrow--prev {
  left: calc(50% - 494px);
  transform: rotate(180deg);
}
.c-slide .splide__arrow--next {
  right: calc(50% - 494px);
}
.c-slide .splide__pagination__page {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.c-slide .splide__pagination__page::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #CCBFB0;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
}
.c-slide .splide__pagination__page.is-active::before {
  background-color: #EC1C00;
}
.c-slide .splide__pagination__page:hover {
  opacity: 0.7;
}

.c-btn {
  max-width: 680px;
  margin: auto;
}
.c-btn + .c-btn {
  margin-top: 40px;
}

.c-btn__base {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  background-color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
}
.c-btn__base:hover {
  background-color: #EC1C00;
  text-decoration: none;
}
.c-btn__base::before, .c-btn__base::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  right: 30px;
  transition: background-color 0.3s ease-out;
}
.c-btn__base::before {
  transform: rotate(45deg);
  top: calc(50% - 5px);
}
.c-btn__base::after {
  transform: rotate(-45deg);
  top: calc(50% + 5px);
}
.c-btn__base.-brown {
  background-color: #583825;
}
.c-btn__base.-brown:hover {
  background-color: #EC1C00;
}
.c-btn__base.-brown::before, .c-btn__base.-brown::after {
  background-color: #FFFFFF;
}

.c-btn__radius {
  border: 2px solid #EC1C00;
  border-radius: 99em;
  font-size: 1.25em;
}
.c-btn__radius:link, .c-btn__radius:visited {
  color: #EC1C00;
}
.c-btn__radius:hover {
  color: #FFFFFF;
}

.c-btn__icon {
  position: absolute;
  left: 40px;
  top: calc(50% - 23px);
}

.c-btn__square {
  border: 2px solid #583825;
  border-radius: 5px;
}
.c-btn__square:link, .c-btn__square:visited {
  color: #583825;
}
.c-btn__square:hover {
  border-color: #EC1C00;
  color: #FFFFFF;
}
.c-btn__square:hover::before, .c-btn__square:hover::after {
  background-color: currentColor;
}
.c-btn__square::before, .c-btn__square::after {
  background-color: #EC1C00;
}
.c-btn__square.-brown:link, .c-btn__square.-brown:visited {
  color: #FFFFFF;
}

.c-btn__inner {
  display: flex;
}

.c-btn__img {
  margin-right: 8px;
}
.c-btn__img img {
  padding-top: 3px;
}

.c-btn__text {
  margin-top: 3px;
}

.p-mv {
  position: relative;
  padding-bottom: 222px;
  background-image: url(/home/suihanki/special/think_health/assets/img/mv_bg_pc.png), url(/home/suihanki/special/think_health/assets/img/bg_brown.png);
  background-repeat: no-repeat, repeat;
  background-position: center -85px, left;
  background-size: 1660px, 500px;
}

.p-mv__inner {
  max-width: 1000px;
  margin: auto;
  padding: 100px 0 0;
}

.p-mv__title {
  position: relative;
  left: 82px;
}

.p-mv__anchor-wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 182px;
  padding-top: 14px;
}

.p-mv__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 752px;
  margin: 0 auto;
  padding: 0 16px;
}
.p-mv__anchor li {
  max-width: 440px;
  width: 100%;
}

.p-mv__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 10px;
  width: 100%;
  height: 172px;
  background-color: #583825;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  transition: height 0.3s ease-out, background-color 0.3s ease-out, font-size 0.3s ease-out;
}
.p-mv__link:link {
  color: #fff;
}
.p-mv__link:visited {
  color: #fff;
}
.p-mv__link:hover {
  background-color: #EC1C00;
  text-decoration: none;
}
.p-mv__link.-small {
  font-size: 1em;
}

.p-mv__link-txt {
  margin-top: -4px;
}
.p-mv__icon.-blank {
  transform: rotate(-90deg);
}

.p-dn-exc-fixed {
  display: none;
}

.is-fixed.p-mv__anchor-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.is-fixed .p-mv__link {
  height: 127px;
  font-size: 0.875em;
}
.is-fixed .p-mv__link.-small {
  font-size: 0.75em;
  line-height: 1.2;
}
.is-fixed .p-mv__link-txt {
  display: flex;
  align-items: center;
  height: 54px;
}
.is-fixed .p-dn-exc-fixed {
  display: inline-block;
}
.is-fixed .p-dn-fixed {
  display: none;
}
.is-fixed .p-dn-exc-pc {
  display: none;
}

.p-sec02 {
  padding: 80px 0;
}

.p-mode {
  margin-top: 32px;
}
.p-mode .splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
}

.p-mode__item {
  width: 100%;
  max-width: 880px;
  min-height: 500px;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  box-shadow: 0 0 20px rgba(88, 56, 37, 0.15);
  background-image: url(/home/suihanki/special/think_health/assets/img/sec02_slide_point_pc.png);
  background-position: left 10px bottom;
  background-size: 45%;
  background-repeat: no-repeat;
}

.p-mode__inner {
  display: grid;
  grid-template: "mode-body mode-img" max-content "mode-point mode-point" max-content/50% 50%;
  gap: 32px 0;
  padding: 40px 40px 8px;
  position: relative;
}

.p-mode__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: mode-body;
}

.p-mode__img {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: mode-img;
  padding-left: 30px;
}
.p-mode__img img {
  border-radius: 15px;
}

.p-mode__point {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: mode-point;
}

.p-mode__sub {
  display: block;
  color: #EC1C00;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}

.p-mode__title {
  display: block;
  color: #583825;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.6875em;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}
.p-mode__title sup {
  font-size: 60%;
}

.p-mode__text {
  margin-top: 16px;
  color: #583825;
  line-height: 2;
}
.p-mode__text .c-text.-small {
  text-align: right;
}

.p-mode__point-text-box {
  width: 100%;
}

.p-mode__point-img {
  display: flex;
  justify-content: center;
}

.p-mode__point-text {
  width: 70%;
  max-width: 560px;
  margin-left: auto;
  padding: 8px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: #583825;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.p-mode__point-text + .c-text {
  margin-top: 4px;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

.p-expert-wrapper {
  margin-top: 32px;
  position: relative;
}

.p-expert .splide__track {
  overflow: visible;
}
.p-expert .splide__arrows {
  display: none;
}
.p-expert .splide__pagination {
  display: none;
}

.p-expert__item {
  display: flex;
  align-items: center;
  position: relative;
}
.p-expert__item + .p-expert__item {
  margin-top: 40px;
}

.p-expert__inner {
  display: grid;
  grid-template: "expert-img expert-title" max-content "expert-img expert-body" 1fr/204px 1fr;
  gap: 14px 32px;
  padding: 32px;
  min-height: 280px;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.p-expert__item.-item02 .p-expert__inner {
  grid-template: "expert-title expert-img" max-content "expert-body expert-img" 1fr/1fr 204px;
}
.p-expert__item.-item02 .p-expert__inner::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  width: 141px;
  height: 123px;
  bottom: -40px;
  right: -70px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco05.png);
}
.p-expert__item.-item02 .p-expert__icon {
  left: auto;
  right: -10px;
}
.p-expert__item.-item02::before, .p-expert__item.-item02::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.p-expert__item.-item02::before {
  width: 130px;
  height: 132px;
  top: -80px;
  right: calc(50% - 300px);
  background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco02_pc.png);
}
.p-expert__item.-item02::after {
  width: 75px;
  height: 85px;
  bottom: -30px;
  left: -55px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco03_pc.png);
}

.p-expert__icon {
  position: absolute;
  left: -10px;
  top: -10px;
}

.p-expert__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: expert-title;
  padding-left: 20px;
  color: #EC1C00;
  border-left: 5px solid #EC1C00;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}

.p-expert__item.-item02 .p-expert__inner > .p-expert__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-expert__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: expert-img;
  place-content: center;
}

.p-expert__item.-item02 .p-expert__inner > .p-expert__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}

.p-expert__body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: expert-body;
}

.p-expert__item.-item02 .p-expert__inner > .p-expert__body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-expert__name {
  color: #583825;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: bold;
}

.p-expert__position {
  margin-right: 1em;
  font-size: 0.75em;
}

.p-expert__fullname {
  font-size: 1.125em;
}

.p-expert__text {
  margin-top: 16px;
  color: #583825;
  font-size: 0.875em;
  line-height: 1.7;
}

.p-expert__deco > * {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.p-expert__deco01 {
  width: 299px;
  height: 340px;
  top: -160px;
  right: -100px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco01_pc.png);
}

.p-expert__deco02 {
  display: none;
}

.p-expert__deco04 {
  width: 290px;
  height: 260px;
  bottom: -50px;
  left: -108px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco04_pc.png);
}

.p-merit-wrapper {
  position: relative;
  margin-top: 34px;
}
.p-merit-wrapper::before {
  content: "";
  display: block;
  width: 293px;
  height: 201px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec05_merit.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -201px;
}

.p-merit .splide__track {
  overflow: visible;
}
.p-merit .splide__arrows {
  display: none;
}
.p-merit .splide__pagination {
  display: none;
}
.p-merit .splide__list {
  gap: 32px 48px;
  grid-template-columns: 1fr 1fr;
}

.p-merit__inner {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.p-merit__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-merit__body {
  padding: 32px 38px;
  color: #583825;
}

.p-merit__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

.p-merit__text {
  margin-top: 16px;
  font-size: 0.875em;
  line-height: 2.28;
}

.p-menu-pc {
  margin-top: 25px;
  position: relative;
}
.p-menu-pc::before, .p-menu-pc::after {
  content: "";
  width: 205px;
  height: 205px;
  background-image: url(/home/suihanki/special/think_health/assets/img/parts_img_deco_large.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
.p-menu-pc::before {
  right: -108px;
  top: -68px;
}
.p-menu-pc::after {
  left: -38px;
  bottom: -20px;
  transform: rotate(180deg);
}

.p-menu-sp {
  display: none;
}

.p-menu__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-menu__item.-item02 .p-menu__name {
  position: relative;
  top: 30px;
}

.p-menu-btn {
  margin-top: 37px;
}

.p-interview {
  color: #583825;
}

.p-interview-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.p-interview__intro {
  color: #583825;
}

.p-interview__intro-title-box {
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: #83B590;
  border-radius: 15px;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}

.p-interview__intro-title--strong {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 0 4px 8px;
  font-size: 1.25em;
  line-height: 1.2;
}
.p-interview__intro-title--strong::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec07_border.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}

.p-interview__intro-title {
  display: block;
  margin-top: 12px;
  font-size: 2em;
}

.p-interview__intro-inner {
  display: flex;
}

.p-interview__intro-img {
  margin-top: -22px;
  margin-left: -64px;
}

.p-interview__intro-text-box {
  flex: 1;
  margin-top: 32px;
}

.p-interview__intro-text {
  margin-left: 40px;
  font-size: 1.25em;
  line-height: 2;
}

.p-interview__intro-link {
  display: flex;
  flex-direction: row-reverse;
}

.p-interview__intro-link-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 6px;
}
.p-interview__intro-link-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EC1C00;
  transition: width 0.3s ease-out;
}
.p-interview__intro-link-inner:hover {
  text-decoration: none;
}
.p-interview__intro-link-inner:hover::before {
  width: 100%;
}
.p-interview__intro-link-inner:hover .p-interview__intro-link-text {
  color: #EC1C00;
}
.p-interview__intro-link-inner:hover .p-interview__intro-link-text::before, .p-interview__intro-link-inner:hover .p-interview__intro-link-text::after {
  background-color: #EC1C00;
}

.p-interview__intro-link-text {
  position: relative;
  margin-left: 10px;
  padding-right: 20px;
  color: #583825;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  transition: color 0.3s ease-out;
}
.p-interview__intro-link-text::before, .p-interview__intro-link-text::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #583825;
  position: absolute;
  right: 0;
  transition: background-color 0.3s ease-out;
}
.p-interview__intro-link-text::before {
  transform: rotate(45deg);
  top: calc(50% - 5px);
}
.p-interview__intro-link-text::after {
  transform: rotate(-45deg);
  top: calc(50% + 5px);
}

.p-interview__lead {
  margin-top: 24px;
  color: #83B590;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
}

.p-interview__point {
  margin: 24px -20px 0;
}
.p-interview__point .splide__arrow {
  background-image: url(/home/suihanki/special/think_health/assets/img/sec07_icon_arrow_pc.svg);
  color: #83B590;
}
.p-interview__point .splide__pagination__page.is-active::before {
  background-color: #83B590;
}
.p-interview__point .splide__track {
  margin-bottom: 8px;
}

.p-interview__item {
  width: 100%;
  max-width: 880px;
}

.p-interview__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.p-interview__point-head {
  width: 320px;
}

.p-interview__point-img {
  margin-bottom: 8px;
}
.p-interview__point-img img {
  margin: 0 auto;
}

.p-interview__point-title {
  color: #83B590;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.p-interview__point-body {
  flex: 1;
  padding-right: 40px;
}

.p-interview__point-text {
  font-size: 0.875em;
  line-height: 1.7;
}
.p-interview__point-text strong {
  color: #83B590;
  font-weight: bold;
}

.p-interview__comment {
  margin-top: 64px;
  color: #583825;
}

.p-interview__comment-title {
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 5px solid #83B590;
  color: #83B590;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.75em;
  font-weight: bold;
}

.p-interview__comment-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-interview__comment-inner.-reverse {
  flex-direction: row-reverse;
}
.p-interview__comment-inner + .p-interview__comment-inner {
  margin-top: 24px;
}

.p-interview__comment-img {
  position: relative;
}
.p-interview__comment-img.-img01::after {
  content: "";
  position: absolute;
  top: -64px;
  right: -64px;
  width: 103px;
  height: 103px;
  background: url(/home/suihanki/special/think_health/assets/img/sec07_paprts_deco.png) 0 0/100% no-repeat;
}
.p-interview__comment-img.-img02::after {
  content: "";
  position: absolute;
  bottom: -64px;
  left: -64px;
  width: 103px;
  height: 103px;
  background: url(/home/suihanki/special/think_health/assets/img/sec07_paprts_deco.png) 0 0/100% no-repeat;
  transform: rotate(180deg);
}

.p-interview__comment-deco {
  position: absolute;
  left: -32px;
  bottom: -12px;
}

.p-interview__comment-text {
  flex: 1;
  font-size: 0.875em;
  line-height: 1.7;
}

.p-interview__text {
  margin-top: 40px;
  color: #83B590;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
.p-interview__text span {
  display: inline-block;
  position: relative;
}
.p-interview__text span::before, .p-interview__text span::after {
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  width: 27px;
  height: 39px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-interview__text span::before {
  left: -40px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec07_parts_left.png);
}
.p-interview__text span::after {
  right: -40px;
  background-image: url(/home/suihanki/special/think_health/assets/img/sec07_parts_right.png);
}
.u-dn-pc {
  display: none !important;
}

.u-dn-sp {
  display: inline-block !important;
}

.u-only-pc {
  display: inline-block !important;
}

.u-only-tab {
  display: none !important;
}

@media screen and (max-width: 767px){
  .think_health {
    -webkit-font-smoothing: auto;
  }
  .c-sec__inner.-bg-gray-img {
    background-image: url(/home/suihanki/special/think_health/assets/img/sec05_bg_sp.png), url(/home/suihanki/special/think_health/assets/img/bg_gray.png);
  }
  .c-sec__inner {
    padding: 40px 0;
  }
  .c-sec__content {
    padding: 0 30px;
  }
  .c-sec__last {
    padding: 40px 30px;
  }
  .c-heading-01__comment {
    padding: 6px 20px;
    border: 1px solid currentColor;
    font-size: 0.75em;
  }
  .c-heading-01__point {
    margin-top: 16px;
  }
  .c-heading-01__point img {
    width: 120px;
  }
  .c-heading-01__title {
    margin-top: 8px;
    padding: 8px;
    border-radius: 10px;
    font-size: 1.375em;
    line-height: 1.4;
  }
  .c-heading-01__title::after {
    border-top-width: 14px;
    border-left-width: 12px;
    border-right-width: 12px;
    left: calc(50% - 12px);
  }
  .c-heading-02 {
    font-size: 1.25em;
  }
  .c-heading-02 > span {
    display: block;
    text-align: center;
  }
  .c-heading-02 > span::before {
    left: -3px;
  }
  .c-heading-02 > span::after {
    right: -3px;
  }
  .c-img-block {
    margin-top: 16px;
  }
  .c-img-block::before, .c-img-block::after {
    width: 64px;
    height: 64px;
  }
  .c-img-block.-right-top::before {
    right: -28px;
    top: -28px;
    transform: rotate(0deg);
  }
  .c-img-block.-right-top::after {
    left: -28px;
    bottom: -28px;
    transform: rotate(180deg);
  }
  .c-img-block.-left-top::before {
    left: -28px;
    top: -28px;
    transform: rotate(-90deg);
  }
  .c-img-block.-left-top::after {
    right: -28px;
    bottom: -28px;
    transform: rotate(90deg);
  }
  .c-text.-lead {
    margin-top: 8px;
    font-size: 0.875em;
    line-height: 1.7;
    text-align: left;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 500;
  }
  .c-text.-lead.-center {
    text-align: center;
  }
  .c-text.-small {
    font-size: 0.625em;
  }
  .c-text.-right {
    text-align: left;
  }
  .c-slide .splide__arrow {
    height: 40px;
    width: 30px;
    background-size: 10px;
    background-image: url(/home/suihanki/special/think_health/assets/img/icon_arrow_sp.svg);
    background-position: center center;
  }
  .c-slide .splide__arrow--prev {
    left: -20px;
  }
  .c-slide .splide__arrow--next {
    right: -20px;
  }
  .c-btn + .c-btn {
    margin-top: 24px;
  }
  .c-btn__base::before, .c-btn__base::after {
    right: 12px;
  }
  .c-btn__radius {
    font-size: 1em;
  }
  .c-btn__radius:hover {
    color: #EC1C00;
    background-color: #FFFFFF;
  }
  .c-btn__icon {
    left: 24px;
  }
  .c-btn__icon svg {
    transform: scale(0.76);
  }
  .c-btn__inner {
    display: block;
    text-align: center;
  }
  .c-btn__img {
    margin-right: 0;
  }
  .c-btn__img img {
    display: inline-block;
    width: 76px;
    padding-top: 0;
  }
  .c-btn__text {
    display: block;
    margin-top: -4px;
  }
  .p-mv {
    padding-bottom: 387px;
    background-image: url(/home/suihanki/special/think_health/assets/img/bg_brown.png);
    background-repeat: repeat;
    background-position: left;
    background-size: 500px;
  }
  .p-mv__inner {
    padding: 0;
  }
  .p-mv__title {
    left: 0;
  }
  .p-mv__anchor-wrap {
    bottom: 30px;
    height: 335px;
    padding-top: 0;
  }
  .p-mv__anchor {
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 24px;
  }
  .p-mv__link {
    height: 103px;
    padding: 12px 2px 8px;
    font-size: 1em;
  }
  .p-mv__link img {
    width: auto;
    height: 17px;
  }
  .p-mv__link:hover {
    background-color: #583825;
    text-decoration: none;
  }
  .p-mv__link.-small {
    font-size: 0.6875em;
  }
  .p-mv__link-txt {
    margin-top: 0;
    line-height: 1.25;
  }
  .-small .p-mv__link-txt {
    padding: 4px 0;
    line-height: 1.63;
  }
  .p-mv__icon {
    margin-top: 4px;
  }
  .p-mv__icon svg {
    transform: scale(0.8);
  }
  .p-dn-exc-pc {
    display: none;
  }
  .is-fixed .p-mv__link {
    height: auto;
  }
  .is-fixed .p-mv__link-txt {
    height: auto;
  }
  .is-fixed .p-dn-exc-fixed {
    display: none;
  }
  .is-fixed .p-dn-fixed {
    display: inline-block;
  }
  .p-sec02 {
    padding: 40px 30px;
  }
  .p-mode {
    margin-top: 16px;
  }
  .p-mode__item {
    width: calc(100% - 30px);
    background-image: none;
  }
  .p-mode__inner {
    grid-template: "mode-img" max-content "mode-body" 1fr "mode-point" max-content/100%;
    gap: 0;
    padding: 0;
  }
  .p-mode__body {
    padding: 16px 20px;
  }
  .p-mode__img {
    padding-left: 0;
  }
  .p-mode__img img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .p-mode__point {
    padding: 0 20px 16px;
  }
  .p-mode__sub {
    font-size: 0.75em;
    text-align: center;
  }
  .p-mode__title {
    margin-top: 4px;
    border: none;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center;
  }
  .p-mode__text {
    margin-top: 8px;
    font-size: 0.75em;
    line-height: 1.2;
  }
  .p-mode__text .c-text.-small {
    text-align: left;
  }
  .p-mode__point-text + .c-text {
    text-shadow: none;
  }
  .p-mode__point-text {
    width: 100%;
    max-width: none;
    padding: 16px 20px;
    text-align: left;
    font-size: 0.875em;
  }
  .p-sec03.c-sec__inner {
    background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco03_sp.png), url(/home/suihanki/special/think_health/assets/img/bg_gray.png);
    background-position: right 24px bottom, center;
    background-size: 52px, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .p-expert__head span {
    display: inline;
  }
  .p-expert__head span::before {
    left: -50px;
  }
  .p-expert__head span::after {
    right: -50px;
  }
  .p-expert .splide__track {
    overflow: hidden;
    margin-top: -10px;
    padding-bottom: 10px;
  }
  .p-expert .splide__arrows {
    display: block;
  }
  .p-expert .splide__pagination {
    display: flex;
  }
  .p-expert__item {
    padding: 10px 16px 0;
  }
  .p-expert__item + .p-expert__item {
    margin-top: 0;
  }
  .p-expert__inner {
    grid-template: "expert-title" max-content "expert-img" 120px "expert-body" 1fr/100%;
    padding: 24px 20px;
    border-radius: 10px;
  }
  .p-expert__item.-item02 .p-expert__inner {
    grid-template: "expert-title" max-content "expert-img" 120px "expert-body" 1fr/100%;
    padding: 24px 20px;
    border-radius: 10px;
  }
  .p-expert__item.-item02 .p-expert__inner::before {
    display: none;
  }
  .p-expert__item.-item02 .p-expert__icon {
    left: 0;
    top: 0;
  }
  .p-expert__item.-item02::before, .p-expert__item.-item02::after {
    display: none;
  }
  .p-expert__icon {
    width: 70px;
    left: 0;
    top: 0;
  }
  .p-expert__title {
    padding-left: 0;
    font-size: 1.125em;
    text-align: center;
    border-left: none;
    line-height: 1.3;
  }
  .p-expert__img {
    width: 120px;
    margin: auto;
  }
  .p-expert__position {
    display: block;
    text-align: center;
    margin-right: 0;
    font-size: 0.625em;
  }
  .p-expert__fullname {
    display: block;
    text-align: center;
    font-size: 1.125em;
  }
  .p-expert__text {
    margin-top: 8px;
    font-size: 0.75em;
    line-height: 1.3;
  }
  .p-expert__deco01 {
    width: 106px;
    height: 155px;
    top: 64px;
    right: -30px;
    background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco01_sp.png);
  }
  .p-expert__deco02 {
    display: block;
    width: 70px;
    height: 72px;
    top: 120px;
    left: -20px;
    background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco02_sp.png);
  }
  .p-expert__deco04 {
    width: 119px;
    height: 107px;
    bottom: -2px;
    left: -30px;
    background-image: url(/home/suihanki/special/think_health/assets/img/sec03_deco04_sp.png);
  }
  .p-sec05 .c-heading-02 {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    line-height: 1.3;
    position: relative;
    right: -6px;
  }
  .p-merit-wrapper::before {
    width: 136px;
    height: 94px;
    top: -94px;
    left: 16px;
  }
  .p-merit-wrapper {
    margin-top: 16px;
  }
  .p-merit .splide__track {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .p-merit .splide__arrows {
    display: block;
  }
  .p-merit .splide__pagination {
    display: flex;
  }
  .p-merit .splide__list {
    gap: 0;
    padding: 0 16px;
  }
  .p-merit__item {
    padding: 0 16px;
  }
  .p-merit__inner {
    border-radius: 10px;
  }
  .p-merit__body {
    padding: 24px 20px;
  }
  .p-merit__heading {
    font-size: 1.1875em;
    line-height: 1.2;
  }
  .p-merit__text {
    margin-top: 12px;
    font-size: 0.75em;
    line-height: 1.3;
  }
  .p-menu-pc {
    display: none;
  }
  .p-menu-sp {
    display: block;
    margin-top: 32px;
  }
  .p-menu-sp .splide__track {
    padding-bottom: 10px;
  }
  .p-menu-sp .splide__list {
    padding: 0 16px;
  }
  .p-menu-btn {
    margin-top: 32px;
  }
  .p-interview {
    padding: 0 30px;
  }
  .p-interview-heading {
    margin-bottom: 8px;
  }
  .p-interview-heading img {
    width: 159px;
  }
  .p-interview__intro-title-box {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px 10px 0 0;
  }
  .p-interview__intro-title--strong {
    display: block;
    margin-left: 0;
    font-size: 0.875em;
    text-align: center;
  }
  .p-interview__intro-title {
    font-size: 1.375em;
    text-align: center;
  }
  .p-interview__intro-inner {
    display: block;
  }
  .p-interview__intro-img {
    max-width: 400px;
    margin: 0 auto;
  }
  .p-interview__intro-text-box {
    margin-top: 0;
  }
  .p-interview__intro-text {
    margin-top: 8px;
    margin-left: 0;
    font-size: 0.875em;
  }
  .p-interview__intro-link-inner::before {
    content: none;
  }
  .p-interview__intro-link-text {
    font-size: 0.75em;
  }
  .p-interview__lead {
    font-size: 1.375em;
  }
  .p-interview__point {
    margin: 16px 0;
  }
  .p-interview__point .splide__arrow {
    background-image: url(/home/suihanki/special/think_health/assets/img/sec07_icon_arrow_sp.svg);
  }
  .p-interview__item {
    width: calc(100% - 30px);
  }
  .p-interview__inner {
    display: block;
    border-radius: 10px;
  }
  .p-interview__point-head {
    width: auto;
  }
  .p-interview__point-img {
    margin-bottom: 0;
  }
  .p-interview__point-img img {
    width: 99px;
  }
  .p-interview__point-title {
    font-size: 1.125em;
  }
  .p-interview__point-body {
    margin-top: 8px;
    padding-right: 0;
  }
  .p-interview__point-text {
    font-size: 0.75em;
  }
  .p-interview__comment {
    margin-top: 40px;
  }
  .p-interview__comment-title {
    position: relative;
    margin-bottom: 24px;
    padding-left: 0;
    padding-bottom: 16px;
    border: none;
    font-size: 1.375em;
    text-align: center;
  }
  .p-interview__comment-inner {
    display: block;
  }
  .p-interview__comment-img {
    max-width: 320px;
    margin: 0 auto 24px;
  }
  .p-interview__comment-img.-img01::after {
    top: -18px;
    right: -18px;
    width: 49px;
    height: 49px;
  }
  .p-interview__comment-img.-img02::after {
    bottom: -18px;
    left: -18px;
    width: 49px;
    height: 49px;
  }
  .p-interview__comment-deco {
    width: 106px;
  }
  .p-interview__text {
    margin-top: 24px;
    font-size: 1.125em;
  }
  .p-pagetop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s, transform 0.25s;
    z-index: 10;
  }
  .p-pagetop.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .u-dn-pc {
    display: inline-block !important;
  }
  .u-dn-sp {
    display: none !important;
  }
  .u-only-pc {
    display: none !important;
  }
  .u-only-tab {
    display: none !important;
  }
  .p-mode__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-mode__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-mode__point {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-expert__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-expert__item.-item02 .p-expert__inner > .p-expert__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-expert__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-expert__item.-item02 .p-expert__inner > .p-expert__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-expert__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-expert__item.-item02 .p-expert__inner > .p-expert__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (min-width: 768px) and (max-width: 920px){
  .c-text.-lead {
    font-size: 2vw;
  }
  .c-text.-small {
    font-size: 1.3vw;
  }
  .u-only-pc {
    display: none !important;
  }
  .u-only-tab {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px){
  .c-heading-01__comment {
    font-size: 1.6vw;
  }
  .c-heading-01__title {
    font-size: 3.2vw;
  }
  .c-heading-02 {
    font-size: 2.8vw;
  }
  .c-heading-02 > span::before {
    left: -5.2vw;
  }
  .c-heading-02 > span::after {
    right: -5.2vw;
  }
  .c-slide .splide__arrow--prev {
    left: 20px;
  }
  .c-slide .splide__arrow--next {
    right: 20px;
  }
  .p-mv {
    background-image: url(/home/suihanki/special/think_health/assets/img/mv_bg_tab.png), url(/home/suihanki/special/think_health/assets/img/bg_brown.png);
    background-size: 100vw, 500px;
    background-position: center 0, left;
  }
  .p-mv__inner {
    padding: 8vw 0 0;
  }
  .p-mv__title {
    left: 6vw;
    width: 73vw;
    margin: auto;
  }
  .p-mv__anchor-wrap {
    height: 19.8vw;
  }
  .p-mv__link {
    padding: 2vw 0 1.4vw;
    font-size: 2vw;
  }
  .p-mv__link.-small {
    font-size: 1.6vw;
  }
  .is-fixed .p-mv__link {
    font-size: 1.4vw;
  }
  .is-fixed .p-mv__link.-small {
    font-size: 1.2vw;
  }
  .p-mode__item {
    background-size: 35vw;
    width: calc(100% - 20px);
    min-height: auto;
  }
  .p-mode__inner {
    height: 100%;
    padding: 4vw;
    gap: 3.2vw 0;
    grid-template: "mode-body mode-img" max-content "mode-point mode-point" 1fr/50% 50%;
  }
  .p-mode__point {
    display: flex;
    align-items: flex-end;
  }
  .p-mode__sub {
    font-size: 1.6vw;
  }
  .p-mode__title {
    font-size: 2.8vw;
  }
  .p-mode__text {
    font-size: 1.6vw;
  }
  .p-mode__point-text {
    width: 60%;
    font-size: 1.6vw;
  }
  .p-expert__inner {
    grid-template: "expert-img expert-title" max-content "expert-img expert-body" 1fr/20.4vw 1fr;
  }
  .p-expert__item.-item02 .p-expert__inner::before {
    width: 14.1vw;
    height: 12.3vw;
    bottom: -4vw;
    right: -7vw;
  }
  .p-expert__item.-item02 .p-expert__inner {
    grid-template: "expert-title expert-img" max-content "expert-body expert-img" 1fr/1fr 20.4vw;
  }
  .p-expert__item.-item02::before {
    width: 13vw;
    height: 13.2vw;
    top: -8vw;
    right: calc(50% - 30vw);
  }
  .p-expert__item.-item02::after {
    width: 7.5vw;
    height: 8.5vw;
    bottom: -3vw;
    left: -5.5vw;
  }
  .p-expert__title {
    font-size: 2vw;
  }
  .p-expert__position {
    font-size: 1.2vw;
  }
  .p-expert__fullname {
    font-size: 1.8vw;
  }
  .p-expert__text {
    font-size: 1.4vw;
  }
  .p-expert__deco01 {
    width: 29.9vw;
    height: 34vw;
    top: -16vw;
    right: -10vw;
  }
  .p-expert__deco04 {
    width: 29vw;
    height: 26vw;
    bottom: -5vw;
    left: -10.8vw;
  }
  .p-merit-wrapper::before {
    width: 29.3vw;
    height: 20.1vw;
    top: -20.1vw;
  }
  .p-merit .splide__list {
    gap: 3.2vw 4.8vw;
  }
  .p-merit__heading {
    font-size: 2.4vw;
  }
  .p-merit__text {
    font-size: 1.4vw;
  }
  .p-menu-pc img {
    width: 80%;
    margin: auto;
  }
  .p-menu-pc::before, .p-menu-pc::after {
    width: 18vw;
    height: 18vw;
  }
  .p-menu-pc::before {
    right: -2vw;
    top: -7vw;
  }
  .p-menu-pc::after {
    left: -0.8vw;
    bottom: -2vw;
  }
  .p-interview__point {
    margin: 24px 0;
  }
  .p-mode__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-mode__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-mode__point {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-expert__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-expert__item.-item02 .p-expert__inner > .p-expert__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-expert__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-expert__item.-item02 .p-expert__inner > .p-expert__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-expert__body {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-expert__item.-item02 .p-expert__inner > .p-expert__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media (min-width: 768px){
  .p-merit .splide__list {
    display: grid !important;
  }
}
