/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fffbf1;
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     symptom
  ------------------------------------------------------------ */
  /*archive*/
}
.subpage .subheader-boxWrap {
  position: relative;
  min-height: var(--subhead_h);
  background: transparent;
}
.subpage .subheader-box {
  height: var(--subhead_h);
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.subpage .sub-header {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 15px;
  background: #EDF1F7;
}
.subpage .sub-header.--symptoms {
  background: url(../../../img/symptoms/subhead@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.sub-header-anim {
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s, -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
}
.subpage .sub-header__head {
  min-height: var(--subhead-pc_h);
  max-width: 1382px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.subpage .sub-header__headInner {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.subpage .sub-header__ttl {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
  line-height: 1.2;
  font-weight: normal;
}
.subpage .sub-header__sub {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  line-height: 1;
  display: block;
  position: relative;
}
.subpage .sub-header__sub-anim {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.subpage .sub-header__ttl-anim {
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .subpage-main {
  position: relative;
  overflow: hidden;
}
.subpage .p-symptom-nav {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.subpage .p-symptom-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em 0;
}
.subpage .p-symptom-nav ul li {
  width: 25%;
  border-right: solid 2px #e3ddda;
  text-align: center;
  padding: 0 16px;
}
.subpage .p-symptom-nav ul li a {
  font-size: 1.125rem;
  width: 100%;
  font-family: "Rounded M+ 1p", sans-serif;
}
.subpage .p-symptom-nav ul li a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background-color: var(--themecolor);
  border-radius: 3px;
}
.subpage .p-symptom-nav ul li a span::before, .subpage .p-symptom-nav ul li a span::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 0;
  border-top: solid 2px #fff;
}
.subpage .p-symptom-nav ul li a span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 45%;
  left: calc(50% - 1px);
}
.subpage .p-symptom-nav ul li a span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  right: calc(50% - 1px);
}
.subpage .p-symptom-nav ul li:last-child {
  border-right: none;
}
.subpage .p-symptom-nav ul li:nth-child(4n) {
  border-right: none;
}
.subpage .p-symptom-content {
  padding: clamp(12px, 5vw, 60px);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.subpage .p-symptom-content hr {
  width: 100%;
  margin-top: 2em;
  padding-bottom: 1em;
  border-top: var(--themecolor2) dotted 4px;
  background: none;
}
.subpage .p-symptom-content p {
  font-size: 1.125rem;
}
.subpage .p-symptom-cat {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-symptom-cat a {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc;
  color: #fff;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  font-size: 0.875rem;
  font-family: "Rounded M+ 1p", sans-serif;
  font-weight: normal;
}
.subpage .p-symptom-cat a.neck {
  background: #ff8b5c;
}
.subpage .p-symptom-cat a.shoulder {
  background: #6ed5a3;
}
.subpage .p-symptom-cat a.arm {
  background: #77cbef;
}
.subpage .p-symptom-cat a.elbow {
  background: #ffb354;
}
.subpage .p-symptom-cat a.wrist {
  background: #5d86d8;
}
.subpage .p-symptom-cat a.waist {
  background: #ff7475;
}
.subpage .p-symptom-cat a.knee {
  background: #d295f5;
}
.subpage .p-symptom-cat a.leg {
  background: #55afee;
}
.subpage .p-symptom-cat a.foot {
  background: #8a92f7;
}
.subpage .p-symptom-cat a.accident {
  background: #4dd3dc;
}
.subpage .p-symptom-cat a.bone {
  background: #fbaae4;
}
.subpage .p-symptom-cat a.other {
  background: #40c16e;
}
.subpage .p-page_nav-top {
  text-align: right;
  margin-top: 1rem;
  font-family: "Rounded M+ 1p", sans-serif;
  font-weight: normal;
}
.subpage .p-page_nav-top span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background-color: var(--themecolor);
  border-radius: 3px;
}
.subpage .p-page_nav-top span::before, .subpage .p-page_nav-top span::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 0;
  border-top: solid 2px #fff;
}
.subpage .p-page_nav-top span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
  left: calc(50% - 1px);
}
.subpage .p-page_nav-top span::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 45%;
  right: calc(50% - 1px);
}
.subpage .p-news-list {
  margin-top: 2rem;
}
.subpage .p-news-list__item {
  border-bottom: 1px solid #B3BF9B;
}
.subpage .p-news-list__item a {
  display: block;
  padding: 1em 1.5em;
}
.subpage .p-news-list__item article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  font-weight: 500;
}
.subpage .p-news-list__item:first-of-type {
  border-top: 1px solid #B3BF9B;
}
.subpage .p-news__txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  main {
    min-height: 480px;
  }
  .subpage .p-symptom-nav ul li {
    width: 33.3%;
  }
  .subpage .p-symptom-nav ul li:nth-child(4n) {
    border-right: solid 2px #e3ddda;
  }
  .subpage .p-symptom-nav ul li:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  main {
    min-height: 480px;
  }
  .subpage .subheader-boxWrap {
    min-height: var(--subhead_h);
  }
  .subpage .subheader-box {
    height: var(--subhead_h);
  }
  .subpage .sub-header__head {
    min-height: var(--subhead-sp_h);
  }
  .subpage .p-symptom-nav ul {
    display: block;
  }
  .subpage .p-symptom-nav ul li {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #e3ddda;
  }
  .subpage .p-symptom-nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    padding: 0 8px;
  }
  .subpage .p-symptom-nav ul li:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 600px) {
  main {
    min-height: 480px;
  }
  .subpage .sub-header__sub {
    line-height: 1.2;
  }
  .subpage .p-news-list {
    margin-top: 0;
  }
  .subpage .p-news-list__item a {
    padding: 0.5em;
  }
  .subpage .p-news-list__item article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .subpage .p-news-list__item:first-of-type {
    border-top: none;
  }
  .subpage .p-news__txt {
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) {
  .subpage .p-news-list__item a:hover {
    color: var(--themecolor);
  }
}
/*# sourceMappingURL=../../map/object/project/page.css.map */