@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
}

/*-------------------
ヘッダー
-------------------*/
/*ヘッダー全体*/
.pcD {
  display: block;
}
@media screen and (max-width: 850px) {
  .pcD {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

.tabD {
  display: none;
}
@media screen and (max-width: 850px) {
  .tabD {
    display: block;
  }
}
@media screen and (max-width: 445px) {
  .tabD {
    display: none;
  }
}

.spD {
  display: none;
}
@media screen and (max-width: 768px) {
  .spD {
    display: block;
  }
}

.tabSpD {
  display: block;
}
@media screen and (max-width: 850px) {
  .tabSpD {
    display: block;
  }
}
@media screen and (max-width: 445px) {
  .tabSpD {
    display: none;
  }
}

.pcTabD {
  display: block;
}
@media screen and (max-width: 850px) {
  .pcTabD {
    display: block;
  }
}
@media screen and (max-width: 445px) {
  .pcTabD {
    display: none;
  }
}

.over {
  overflow: hidden;
}

header {
  height: 105px;
}
@media screen and (max-width: 960px) {
  header {
    height: 88px;
  }
}
header .headerWrap {
  position: fixed;
  width: 100%;
  height: 105px;
  z-index: 100;
  background-color: #fff;
  border-bottom: solid 5px #FC1921;
}
@media screen and (max-width: 960px) {
  header .headerWrap {
    height: 88px;
  }
}
header .headerContents {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding-right: 45px;
}
@media screen and (max-width: 1350px) {
  header .headerContents {
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  header .headerContents {
		padding-right: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 968px) {
  header .headerContents {
		padding-right: 15px;
  }
}

header .headerContents a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}
header .headerContents__hamburger {
  display: none;
  width: 21px;
  height: 12px;
  cursor: pointer;
  z-index: 9999;
  position: relative;
}
header .headerContents__hamburger span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #FC1921;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s;
}
header .headerContents__hamburger span:nth-of-type(1) {
  top: 0;
}
header .headerContents__hamburger span:nth-of-type(2) {
  top: 5px;
}
header .headerContents__hamburger span:nth-of-type(3) {
  top: 10px;
}
header .headerContents__hamburger.is_active span:nth-of-type(1) {
  transform: translate(-11px, 5px) rotate(-45deg);
}
header .headerContents__hamburger.is_active span:nth-of-type(2) {
  display: none;
}
header .headerContents__hamburger.is_active span:nth-of-type(3) {
  transform: translate(-11px, -5px) rotate(45deg);
}
@media screen and (max-width: 960px) {
  header .headerContents__hamburger {
    display: block;
  }
}
header .headerContents .spMenu {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 999;
  list-style: none;
  position: fixed;
  top: 83px;
  left: 0;
  border-bottom: solid 5px #FC1921;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
header .headerContents .spMenu.is_active {
  top: 83px;
  opacity: 1;
  visibility: visible;
}
header .headerContents .spMenu ul {
  width: 84%;
  margin: 0 auto;
}
header .headerContents .spMenu ul li {
  margin-bottom: 20px;
}
header .headerContents .spMenu a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #FC1921;
  padding-bottom: 3px;
}
header h1 {
  width: 170px;
}
@media screen and (max-width: 960px) {
  header h1 {
    width: 118px;
  }
}
header .globalNavi {
  display: flex;
  column-gap: 50px;
}
@media screen and (max-width: 1380px) {
  header .globalNavi {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1300px) {
  header .globalNavi {
    column-gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  header .globalNavi {
    column-gap: 14px;
  }
}
@media screen and (max-width: 960px) {
  header .globalNavi {
    display: none;
  }
}
header .globalNavi a {
  height: 100%;
}
header .contact {
  display: flex;
  width: 225px;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  header .contact {
    width: 150px;
  }
}
header .contact a {
  display: block;
  background-color: #FC1921;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kvSec {
  position: relative;
}
.kvSec p {
  position: absolute;
  left: 15%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .kvSec p {
    top: auto;
    left: 14%;
    bottom: 7%;
  }
}
.kvSec p img {
  width: 60vw;
  max-width: 1147px;
}
@media screen and (max-width: 768px) {
  .kvSec p img {
    width: 76vw;
  }
}

.wrapper {
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
}

h2 {
  font-size: 50px;
  color: #FC1921;
  text-align: center;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 1.5;
  }
}

p {
  font-size: 26px;
  line-height: 2.1153846154;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 445px) {
  p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.arial {
  font-family: Arial;
}

.linkHover {
  position: relative;
}
.linkHover:hover::after {
  opacity: 1;
  bottom: -8px;
}
.linkHover::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FC1921;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .linkHover::after {
    content: none;
  }
}

#anchorLink01,
#anchorLink02,
#anchorLink03,
#anchorLink04,
#anchorLink05 {
  scroll-margin-top: 88px;
}

.messageSec .wrapper {
  background-image: url("/images/stateBg-1.png?20250625"), url("/images/stateBg-2.png?20250625"), url("/images/stateBg-3.png?20250625"), url("/images/stateBg-4.png?20250625");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 4vw top 190px, right 8vw top 648px, left 7vw bottom 174px, right 1vw bottom 214px;
  background-size: 287px, 198px, 236px, 354px;
  padding-top: 66px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .messageSec .wrapper {
    background-size: 15vw, 10vw, 12.5vw;
  }
}
@media screen and (max-width: 1300px) {
  .messageSec .wrapper {
    background-position: left 2vw top 190px, right 4vw top 648px, left 2vw bottom 174px, right 0 bottom 214px;
  }
}
@media screen and (max-width: 1024px) {
  .messageSec .wrapper {
    background-position: left 2vw top 190px, right 4vw top 648px, left 2vw bottom 174px, right 0 bottom 0;
  }
}
@media screen and (max-width: 768px) {
  .messageSec .wrapper {
    background-image: none;
    padding-top: 34px;
    padding-bottom: 40px;
  }
}
.messageSec__inner {
  max-width: 100%;
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .messageSec__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.messageSec__inner h2 {
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .messageSec__inner h2 {
    margin-bottom: 45px;
  }
}
.messageSec__inner p {
  color: #FC1921;
  font-weight: 500;
}
.messageSec__inner p:first-of-type {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .messageSec__inner p:first-of-type {
    margin-bottom: 30px;
  }
}
.messageSec .videoSec {
  text-align: center;
  margin: 100px auto 0 auto;
  vertical-align: middle;
  border-radius: 10px;
  max-width: 1023px;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  .messageSec .videoSec {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .messageSec .videoSec {
    margin: 50px auto 0 auto;
  }
}
.messageSec .videoSec video {
  width: 100%;
}
.messageSec .videoSec > div {
  padding: 56.25% 0 0 0;
  position: relative;
}
.messageSec .videoSec iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .messageSec .aboutSec__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.messageSec .aboutSec h2 {
  padding-top: 150px;
  margin-bottom: 55px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .messageSec .aboutSec h2 {
    padding-top: 70px;
    margin-bottom: 10px;
  }
}

.diseaseSec {
  background-color: #FAFAFA;
  padding-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .diseaseSec {
    padding-bottom: 30px;
  }
}
.diseaseSec .wrapper {
  padding-top: 150px;
  background-image: url("/images/diseaseBg-1.png?20250625");
  background-repeat: no-repeat;
  background-position: left 7vw top 56px;
  background-size: 170px;
}
@media screen and (max-width: 1920px) {
  .diseaseSec .wrapper {
    background-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .diseaseSec .wrapper {
    padding-top: 47px;
    background-image: none;
    background-image: url("/images/diseaseSecBg-sp1.png?20250625"), url("/images/diseaseSecBg-sp2.png?20250625"), url("/images/diseaseSecBg-sp3.png?20250625"), url("/images/diseaseSecBg-sp4.png?20250625"), url("/images/diseaseSecBg-sp5.png?20250625"), url("/images/diseaseSecBg-sp6.png?20250625"), url("/images/diseaseSecBg-sp7.png?20250625"), url("/images/diseaseSecBg-sp8.png?20250625"), url("/images/diseaseSecBg-sp9.png?20250625");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 18px top 238px, left top 535px, right -6px top 880px, left top 1200px, right -6px top 1590px, left top 1930px, right -10px bottom 900px, right bottom 510px, left bottom 230px;
    background-size: 31px, 57px, 75px, 53px, 75px, 50px, 71px, 61px, 50px;
  }
}
.diseaseSec__inner {
  max-width: 100%;
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .diseaseSec__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .diseaseSec__inner {
    width: 100%;
  }
}
.diseaseSec h2 {
  margin-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .diseaseSec h2 {
    margin-bottom: 30px;
  }
}
.diseaseSec p span {
  color: #FC1921;
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .diseaseSec p span {
    font-size: 20px;
  }
}
.diseaseSec .reference {
  display: block;
  text-align: center;
}
.diseaseSec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .diseaseSec ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    margin-top: 48px;
    margin-bottom: 60px;
  }
}
.diseaseSec ul li {
  background-color: #fff;
  padding: 22px 15px 10px 15px;
}
@media screen and (max-width: 960px) {
  .diseaseSec ul li {
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (max-width: 800px) {
  .diseaseSec ul li {
    padding: 20px 6px 20px 6px;
  }
}
@media screen and (max-width: 768px) {
  .diseaseSec ul li {
    width: 40%;
    margin: 0 auto;
    box-shadow: 0 3px 6px #adadad;
    padding: 20px 15px 20px 15px;
  }
}
@media screen and (max-width: 445px) {
  .diseaseSec ul li {
    width: 238px;
  }
}
.diseaseSec ul li dl {
  font-size: 23px;
  line-height: 1.4782608696;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .diseaseSec ul li dl {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .diseaseSec ul li dl {
    font-size: 18px;
  }
}
.diseaseSec ul li dl dt::after {
  content: "";
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.diseaseSec ul li dl span {
  display: inline-block;
  font-size: 29px;
  margin: 0 3px;
}
.diseaseSec ul li img {
  display: block;
  margin: 0 auto;
}
.diseaseSec ul li span {
  display: block;
  text-align: center;
  margin-top: 20px;
  line-height: 1.4285714286;
}
.diseaseSec ul li sup {
  font-size: 12px;
  padding-left: 2px;
}
.diseaseSec .disease-1 {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-1 {
    margin-top: 48px;
  }
}
.diseaseSec .disease-1 li:nth-of-type(odd) {
  background-color: #FFF0F0;
}
.diseaseSec .disease-1 li:nth-child(1) dt::after {
  background-image: url("/images/disease-1.png?20250625");
  background-size: contain;
  width: 133px;
  height: 134px;
  margin-top: 28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-1 li:nth-child(1) dt::after {
    width: 121px;
    height: 121px;
    margin-top: 17px;
    margin-bottom: 28px;
  }
}
.diseaseSec .disease-1 li:nth-child(2) dt::after {
  background-image: url("/images/disease-2.png?20250828");
  width: 186px;
  height: 150px;
  margin-top: 31px;
  margin-bottom: 4px;
	background-size: contain;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-1 li:nth-child(2) dt::after {
    margin-top: 23px;
    margin-bottom: -7px;
  }
}
.diseaseSec .disease-1 li:nth-child(3) dt::after {
  background-image: url("/images/disease-3.svg?20250827");
  width: 158px;
  height: 152px;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-1 li:nth-child(3) dt::after {
    width: 124px;
    height: 120px;
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-1 li:nth-child(3) dd {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
.diseaseSec .disease-1 li:nth-child(4) dt::after {
  background-image: url("/images/disease-4.png?20250827");
  width: 175px;
  height: 189px;
  margin-top: 10px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-1 li:nth-child(4) dt::after {
    margin-top: 30px;
  }
}
.diseaseSec .disease-2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 445px) {
  .diseaseSec .disease-2 {
    flex-direction: column-reverse;
  }
}
.diseaseSec .disease-2 li:nth-of-type(even) {
  background-color: #FFF0F0;
}
.diseaseSec .disease-2 li:nth-child(1) dt {
  margin-top: 5px;
}
.diseaseSec .disease-2 li:nth-child(1) dt::after {
  background-image: url("/images/disease-5.svg?20250625");
  width: 166px;
  height: 173px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(1) dt::after {
    margin-top: 45px;
  }
}
.diseaseSec .disease-2 li:nth-child(2) dt {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(2) dt {
    font-size: 22px;
  }
}
.diseaseSec .disease-2 li:nth-child(2) dt::after {
  background-image: url("/images/disease-6.png?20250625");
  width: 71px;
  height: 181px;
  background-size: contain;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(2) dt::after {
    width: 60px;
    height: 171px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.diseaseSec .disease-2 li:nth-child(2) span {
  margin-top: 5px;
}
.diseaseSec .disease-2 li:nth-child(3) dt {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(3) dt {
    font-size: 18px;
  }
}
.diseaseSec .disease-2 li:nth-child(3) dt::after {
  background-image: url("/images/disease-7.png?20250625");
  width: 169px;
  height: 118px;
  margin-top: 24px;
  margin-bottom: 20px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(3) dt::after {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.diseaseSec .disease-2 li:nth-child(3) dd span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(3) dd span {
    font-size: 22px;
  }
}
.diseaseSec .disease-2 li:nth-child(3) span {
  margin-top: 5px;
}
.diseaseSec .disease-2 li:nth-child(4) dt::after {
  background-image: url("/images/disease-8.png?20250625");
  width: 113px;
  height: 147px;
  margin-top: 12px;
  margin-bottom: 28px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(4) dt::after {
    width: 103px;
    height: 137px;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}
.diseaseSec .disease-2 li:nth-child(4) dd span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .diseaseSec .disease-2 li:nth-child(4) dd span {
    font-size: 22px;
  }
}
.diseaseSec .referenceSec dt {
  margin-bottom: 5px;
}
.diseaseSec .referenceSec dd {
  margin-bottom: 10px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.diseaseSec .referenceSec a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}
.diseaseSec .referenceSec a:hover {
  color: #FC1921;
  transition: 0.4s;
}

.mainDiseasesSec {
  padding-bottom: 80px;
  /* ナビゲーション矢印の色調整 */
}
@media screen and (max-width: 768px) {
  .mainDiseasesSec {
    padding-bottom: 50px;
  }
}
.mainDiseasesSec .wrapper {
  padding-top: 150px;
  background-image: url("/images/mainDiseaseBg-1.png?20250625"), url("/images/mainDiseaseBg-2.png?20250625");
  background-repeat: no-repeat, no-repeat;
  background-position: right 5vw top 183px, left 6vw bottom 80px;
  background-size: 191px, 118px;
}
@media screen and (max-width: 1300px) {
  .mainDiseasesSec .wrapper {
    background-position: right 1vw top 183px, left 2vw bottom 260px;
  }
}
@media screen and (max-width: 1920px) {
  .mainDiseasesSec .wrapper {
    background-size: 10vw, 6vw;
  }
}
@media screen and (max-width: 768px) {
  .mainDiseasesSec .wrapper {
    padding-top: 50px;
    background-image: none;
  }
}
.mainDiseasesSec h2 {
  margin-bottom: 160px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mainDiseasesSec h2 {
    margin-bottom: 58px;
  }
}
.mainDiseasesSec__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .mainDiseasesSec__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .mainDiseasesSec__inner {
    width: 100%;
  }
}
.mainDiseasesSec__inner > p {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 700px) {
  .mainDiseasesSec__inner > p {
    display: none;
  }
}
.mainDiseasesSec ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 40px;
  transform-style: preserve-3d;
  perspective: 600px;
  margin-bottom: 28px;
}
@media screen and (max-width: 700px) {
  .mainDiseasesSec ul {
    display: none;
  }
}
.mainDiseasesSec ul h3 {
  font-size: 38px;
  line-height: 1.3157894737;
  text-align: center;
  font-weight: normal;
  color: #FC1921;
  font-weight: 700;
}
.mainDiseasesSec ul h3::after {
  content: "";
  display: block;
  background: #FC1921;
  height: 48px;
  width: 48px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}
.mainDiseasesSec ul .card__item {
  height: 270px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .mainDiseasesSec ul .card__item {
    height: 360px;
  }
}
.mainDiseasesSec ul .card__item:hover .card__front {
  transform: rotateY(180deg);
}
.mainDiseasesSec ul .card__item:hover .card__back {
  transform: rotateY(0);
}
.mainDiseasesSec ul .card__front {
  width: 100%;
  height: 100%;
  border: solid 2px #FC1921;
  transition: 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainDiseasesSec ul .card__back {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #FFF0F0;
  border: solid 2px #FC1921;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainDiseasesSec ul .card__back p {
  font-size: 20px;
  line-height: 1.45;
}
.mainDiseasesSec ul .card__back p span {
  font-size: 16px;
}
.mainDiseasesSec ul .card__back sup {
  font-size: 12px;
}
.mainDiseasesSec .card::before {
  content: "";
  display: block;
  background: #FC1921;
  height: 45px;
  width: 45px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}
.mainDiseasesSec .card::after {
  content: "Click";
  position: absolute;
  right: 1px;
  bottom: 7px;
  z-index: 2;
  font-size: 12px;
  transform: rotate(-45deg);
  color: #fff;
}
.mainDiseasesSec .card h3 {
  font-size: 23px;
  line-height: 1.3043478261;
  font-weight: normal;
  color: #FC1921;
  text-align: center;
}
.mainDiseasesSec .card h3 span {
  font-size: 18px;
}
.mainDiseasesSec__swiper {
  display: none;
}
@media screen and (max-width: 700px) {
  .mainDiseasesSec__swiper {
    display: block;
  }
}
.mainDiseasesSec .swiper {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mainDiseasesSec .swiper {
    max-width: 768px;
  }
}
.mainDiseasesSec .swiper-slide {
  width: 350px;
  height: 155px;
  background: white;
  border: 2px solid red;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: red;
  line-height: 1.6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 445px) {
  .mainDiseasesSec .swiper-slide {
    width: 225px;
  }
}
.mainDiseasesSec .swiper-button-prev,
.mainDiseasesSec .swiper-button-next {
  color: #FC1921;
  top: 80px;
}
.mainDiseasesSec .swiper-pagination-bullet-active {
  background-color: #FC1921;
}
@media screen and (max-width: 768px) {
  .mainDiseasesSec .referenceSec {
    margin-top: 25px;
  }
}
.mainDiseasesSec .referenceSec dt {
  margin-bottom: 5px;
}
.mainDiseasesSec .referenceSec dd {
  margin-bottom: 10px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.mainDiseasesSec .referenceSec a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}
.mainDiseasesSec .referenceSec a:hover {
  color: #FC1921;
  transition: 0.4s;
}

.voiceSec {
  background-color: #FAFAFA;
}
.voiceSec .wrapper {
  padding: 126px 0 70px;
  background: radial-gradient(rgba(255, 214, 216, 0.4) 10%, rgba(255, 255, 255, 0.2) 70%);
}
@media screen and (max-width: 768px) {
  .voiceSec .wrapper {
    padding: 60px 0 30px;
  }
}
.voiceSec .bgWrapper {
  background-image: url("/images/voiceBg-1.png?20250625"), url("/images/voiceBg-2.png?20250625"), url("/images/voiceBg-3.png?20250625"), url("/images/voiceBg-4.png?20250625");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 119px, 147px, 109px, 89px;
  background-position: right 220px top 560px, right 180px top 60px, left 200px bottom 0, left 217px top 232px;
}
@media screen and (max-width: 1500px) {
  .voiceSec .bgWrapper {
    background-position: right 2vw top 560px, right 2vw top 60px, left 2vw bottom 10vw, left 2vw top 232px;
  }
}
@media screen and (max-width: 1024px) {
  .voiceSec .bgWrapper {
    background-position: right 2vw top 560px, right 2vw top 60px, left 2vw bottom 10vw, left 2vw top 100px;
  }
}
@media screen and (max-width: 960px) {
  .voiceSec .bgWrapper {
    background-image: none;
  }
}
@media screen and (max-width: 1920px) {
  .voiceSec .bgWrapper {
    background-size: 6vw, 7.5vw, 5.7vw, 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .bgWrapper {
    background-image: none;
  }
}
.voiceSec h2 {
  margin-bottom: 140px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .voiceSec h2 {
    margin-bottom: 60px;
  }
}
.voiceSec h2 sup {
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .voiceSec h2 sup {
    position: static;
  }
}
.voiceSec__inner {
  max-width: 1384px;
  max-height: 1384px;
  margin: 0 auto;
}
.voiceSec .voiceWrap {
  position: relative;
  width: 950px;
  height: 580px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .voiceSec .voiceWrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voiceWrap {
    width: 100%;
    height: 770px;
    padding: 0 15px;
  }
}
.voiceSec .voice {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #FC1921;
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .voiceSec .voice {
    padding: 10px 5px;
  }
}
.voiceSec .voice::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 25px;
  background: #fff;
  bottom: -24px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  margin: auto;
}
.voiceSec .voice::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  background: #FC1921;
  bottom: -25px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .voiceSec .voice:hover {
    transform: scale(1.1);
    z-index: 20;
  }
}
.voiceSec .voice p {
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voiceSec .voice p {
    font-size: 16px;
    line-height: 1.3125;
  }
}
.voiceSec .voice span {
  font-size: 25px;
  color: #FC1921;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .voiceSec .voice span {
    font-size: 20px;
  }
}
.voiceSec .voice-1 {
  width: 317px;
  height: 154px;
  top: 10px;
  left: 23px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .voiceSec .voice-1 {
    width: 270px;
    left: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voice-1 {
    width: 42vw;
    height: 143px;
    top: 158px;
    left: 9vw;
  }
}
@media screen and (max-width: 445px) {
  .voiceSec .voice-1 {
    width: 60vw;
    height: 123px;
    top: 158px;
    left: 15px;
  }
}
.voiceSec .voice-2 {
  width: 362px;
  height: 157px;
  top: 150px;
  left: 278px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .voiceSec .voice-2 {
    width: 332px;
    top: 140px;
    left: 29vw;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voice-2 {
    width: 35vw;
    height: 154px;
    top: 224px;
    left: initial;
    right: 11vw;
  }
}
@media screen and (max-width: 445px) {
  .voiceSec .voice-2 {
    width: 56vw;
    height: 134px;
    top: 290px;
    left: initial;
    right: 5vw;
  }
}
.voiceSec .voice-3 {
  width: 314px;
  height: 150px;
  top: 293px;
  left: 94px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .voiceSec .voice-3 {
    width: 305px;
    left: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voice-3 {
    width: 33vw;
    height: 129px;
    top: 355px;
    left: 15vw;
  }
}
@media screen and (max-width: 445px) {
  .voiceSec .voice-3 {
    width: 58vw;
    height: 109px;
    top: 435px;
    left: 15px;
  }
}
.voiceSec .voice-4 {
  width: 171px;
  height: 91px;
  top: 30px;
  left: 420px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .voiceSec .voice-4 {
    width: 160px;
    left: 38vw;
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voice-4 {
    width: 29vw;
    height: 83px;
    top: 20px;
    left: 17vw;
  }
}
@media screen and (max-width: 445px) {
  .voiceSec .voice-4 {
    width: 34vw;
    height: 83px;
    top: 0;
    left: 15px;
  }
}
.voiceSec .voice-5 {
  width: 252px;
  height: 163px;
  top: 30px;
  right: 41px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .voiceSec .voice-5 {
    width: 226px;
    right: 11vw;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voice-5 {
    width: 41vw;
    height: 121px;
    top: 50px;
    right: 12vw;
  }
}
@media screen and (max-width: 445px) {
  .voiceSec .voice-5 {
    width: 55vw;
    height: 101px;
    top: 50px;
    right: 15px;
  }
}
.voiceSec .voice-6 {
  width: 333px;
  height: 160px;
  top: 300px;
  right: 92px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .voiceSec .voice-6 {
    width: 293px;
    top: 285px;
    right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .voiceSec .voice-6 {
    width: 42vw;
    height: 139px;
    top: 430px;
    right: 13vw;
  }
}
@media screen and (max-width: 445px) {
  .voiceSec .voice-6 {
    width: 66vw;
    height: 119px;
    top: 575px;
    right: 2vw;
  }
}
.voiceSec .referenceSec dt {
  margin-bottom: 5px;
}
.voiceSec .referenceSec dd {
  margin-bottom: 10px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.voiceSec .referenceSec a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}
.voiceSec .referenceSec a:hover {
  color: #FC1921;
  transition: 0.4s;
}

.feedbackSec {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url("/images/feedbackBg-1.png?20250625"), url("/images/feedbackBg-2.png?20250625");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 60px, right top 60px;
  background-size: 334px, 351px;
}
@media screen and (max-width: 1300px) {
  .feedbackSec {
    background-position: left -4vw top 120px, right -4vw top 100px;
  }
}
@media screen and (max-width: 1024px) {
  .feedbackSec {
    background-size: 200px, 200px;
    background-position: left -8vw top 200px, right -8vw top 200px;
  }
}
@media screen and (max-width: 768px) {
  .feedbackSec {
    background-image: url("/images/feedbackBg-sp1.png?20250625"), url("/images/feedbackBg-sp2.png?20250625");
    background-repeat: no-repeat, no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    background-position: left top 120px, right top 100px;
    background-size: 80px, 80px;
  }
}
.feedbackSec__inner {
  max-width: 100%;
  width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .feedbackSec__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.feedbackSec h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .feedbackSec h2 {
    margin-bottom: 60px;
  }
}
.feedbackSec p {
  font-family: "Zen Old Mincho", serif;
  color: #FC1921;
  font-weight: 500;
}
.feedbackSec p:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .feedbackSec p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.feedbackSec .form {
  max-width: 838px;
  width: 100%;
  margin: 200px auto 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .feedbackSec .form {
    width: 312px;
    margin: 50px auto 0 auto;
  }
}
.feedbackSec .form a {
  display: block;
  width: 350px;
  border: solid 2px #FC1921;
  border-radius: 20px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 28px 0;
  margin-left: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feedbackSec .form a {
    width: 138px;
    padding: 10px 0 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: left;
    background-color: #FC1921;
    color: #fff;
    margin-left: 68px;
  }
}
.feedbackSec .form a::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .feedbackSec .form a::after {
    width: 10px;
    height: 10px;
    top: 3px;
    right: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
.feedbackSec .form a:hover {
  background-color: #FC1921;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
}
.feedbackSec .form a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.feedbackSec .form::after {
  content: "";
  display: block;
  width: 136px;
  height: 248px;
  background-image: url("/images/feedbackBg-3.png?20250625");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .feedbackSec .form::after {
    width: 56px;
    height: 103px;
    margin-left: 15px;
  }
}
.feedbackSec dl {
  width: 838px;
  max-width: 100%;
  margin: 150px auto 0 auto;
  border-top: solid 1px #FC1921;
  border-bottom: solid 1px #FC1921;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .feedbackSec dl {
    width: 600px;
    margin: 80px auto 0 auto;
    flex-direction: column;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 445px) {
  .feedbackSec dl {
    width: 312px;
  }
}
.feedbackSec dt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .feedbackSec dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.feedbackSec dd {
  width: calc(100% - 200px);
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .feedbackSec dd {
    width: 100%;
    font-size: 12px;
  }
}

.activitySec {
  background-color: #FAFAFA;
  padding: 94px 0 88px;
}
@media screen and (max-width: 768px) {
  .activitySec {
    padding: 63px 0 60px;
  }
}
.activitySec__inner {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .activitySec__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .activitySec__inner {
    width: 100%;
  }
}
.activitySec h2 {
  margin-bottom: 39px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .activitySec h2 {
    margin-bottom: 15px;
  }
}
.activitySec p {
  font-size: 28px;
  line-height: 1.7857142857;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .activitySec p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 50px;
  }
}
.activitySec ul {
  max-width: 100%;
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 23px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .activitySec ul {
    width: 700px;
  }
}
.activitySec li a {
  display: block;
  width: 220px;
  text-decoration: none;
  color: #000;
}
.activitySec li a:hover img {
  transition: 0.3s;
  opacity: 0.7;
}
.activitySec li a img {
  border: solid 3px #FC1921;
}

footer {
  padding-top: 50px;
  border-bottom: solid 64px #FC1921;
}
@media screen and (max-width: 768px) {
  footer {
    border-bottom: solid 37px #FC1921;
  }
}
footer .footer__inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-top: 36px;
}
@media screen and (max-width: 960px) {
  footer .footer__inner {
    padding: 0 22px;
  }
}
footer .footer__inner ul {
  font-size: 16px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  display: flex;
  column-gap: 106px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer__inner ul {
    flex-direction: column;
    row-gap: 13px;
    margin-bottom: 45px;
  }
}
footer .footer__inner ul a {
  color: #000;
  text-decoration: none;
}
footer .footerLogo {
  margin-bottom: 45px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .footerLogo {
    margin-bottom: 27px;
    text-align: center;
  }
}
footer .footerLogo img {
  width: 321px;
}
footer .corporateLogo {
  text-align: left;
  line-height: 1;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  footer .corporateLogo {
    text-align: center;
  }
}
footer .corporateLogo img {
  width: 238px;
}
footer .corporateLogo a:hover img {
  transition: 0.3s;
  opacity: 0.7;
}
footer p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 445px) {
  footer p {
    margin-bottom: 20px;
  }
}

.body-cover {
  overflow: hidden;
}

.modal {
  display: none; /* 非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: #FFF0F0;
  padding: 20px;
  max-width: 400px;
  width: 80%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 12px;
}
.modal-content p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-content p sup {
    font-size: 12px;
    margin-left: 4px;
  }
}

.modal.show {
  display: flex;
}

.close {
  cursor: pointer;
  float: right;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 8px;
}