@charset "UTF-8";
body {
  background-color: #e7f8fd;
  color: #053864;
}

.gradation-bg {
  width: 100%;
  height: 100vh;
}

.stripe-bg {
  width: 100%;
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#e7f8fd), to(#e7f8fd)), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.5019607843) 4px, transparent 4px, transparent 8px);
  background: linear-gradient(to right, #e7f8fd, #e7f8fd), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.5019607843) 4px, transparent 4px, transparent 8px);
  background-size: 100% 100%, 12px 12px;
  background-blend-mode: overlay;
}

.button-hover-navy {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.button-hover-navy:hover {
  background-color: #053864;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-important-news {
  width: 100%;
  height: 50px;
  background-color: #ffff00;
  margin: 40px 0;
  overflow: hidden;
}
.c-important-news .c-important-news-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.c-important-news .c-important-news-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  text-align: right;
}
.c-important-news .c-important-news-title p {
  font-size: 16px;
  font-weight: 700;
  color: #ff5536;
  letter-spacing: 0.06em;
  display: inline-block;
  position: relative;
}
.c-important-news .c-important-news-title p:before {
  content: "";
  display: block;
  background-image: url(../img/parts-common/exclamation-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: -38px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-important-news .c-important-news-slider-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.c-important-news .c-important-news-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-important-news .c-important-news-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.c-important-news .c-important-news-item a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #053864;
}
.c-important-news .c-important-news-item a:after {
  content: "";
  display: block;
  background-image: url(../img/parts-common/important-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c-important-news {
    position: relative;
    height: 85px;
    margin: 0 0 30px;
    z-index: 4;
  }
  .c-important-news .c-important-news-inner {
    display: block;
    padding: 12px 15px;
    position: relative;
  }
  .c-important-news .c-important-news-inner:after {
    content: "";
    display: block;
    background-image: url(../img/parts-common/important-arrow-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }
  .c-important-news .c-important-news-title {
    text-align: left;
    padding-left: 30px;
    font-size: 15px;
  }
  .c-important-news .c-important-news-title p:before {
    background-image: url(../img/parts-common/exclamation-icon.png);
    width: 23px;
    height: 23px;
    left: -30px;
  }
  .c-important-news .c-important-news-item {
    padding-bottom: 10px;
    padding-right: 30px;
    white-space: unset;
  }
  .c-important-news .c-important-news-item a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }
  .c-important-news .c-important-news-item a:after {
    display: none;
  }
}
.c-fukidashi-title {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  background-color: #053864;
  padding: 9px 20px;
  border-radius: 50px;
  position: relative;
}
.c-fukidashi-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 7px;
  height: 17px;
  background-color: #053864;
  border-radius: 0 0 50px 50px;
  margin: auto;
}
.c-fukidashi-title h2,
.c-fukidashi-title p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  color: #fff;
}
.c-fukidashi-title.diagonal {
  padding: 6px 24px;
}
.c-fukidashi-title.diagonal:after {
  margin: unset;
  left: 40px;
  height: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-wave-title {
  text-align: center;
  width: 100%;
  max-width: 756px;
  background-image: url(../img/parts-price-section/title-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.c-wave-title h3 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  bottom: 14px;
}

@media screen and (max-width: 1366px) {
  .c-fukidashi-title.diagonal {
    padding: min(0.439238653vw, 6px) min(1.756954612vw, 24px);
  }
  .c-fukidashi-title.diagonal:after {
    width: min(0.5124450952vw, 7px);
    height: min(2.196193265vw, 30px);
    left: min(2.9282576867vw, 40px);
    bottom: min(-1.2445095168vw, -17px);
  }
}
@media screen and (max-width: 767px) {
  .c-fukidashi-title {
    padding: 6px 18px;
  }
  .c-fukidashi-title:after {
    border-radius: 0 0 80px 80px;
    bottom: -12px;
    width: 6px;
    height: 14px;
  }
  .c-fukidashi-title h2 {
    font-size: 14px;
  }
  .c-fukidashi-title.diagonal:after {
    width: min(1.3037809648vw, 10px);
    height: min(3.9113428944vw, 30px);
    left: min(11.7340286832vw, 90px);
    bottom: min(-0.6518904824vw, -5px);
  }
  .c-wave-title {
    background-image: url(../img/parts-common/wave-bg-yellow.png);
    max-width: min(87.3533246415vw, 670px);
  }
  .c-wave-title h3 {
    font-size: min(5.9973924381vw, 46px);
  }
}
.dot-contents-section {
  padding: 60px 0 0 0;
  background-color: #ffffff;
  background-image: url(../img/parts-common/dots-bg.png);
  background-size: 50px 44px;
  background-repeat: repeat;
}

@media screen and (max-width: 1366px) {
  .dot-contents-section {
    padding: min(4.39238653vw, 60px) 0 0 0;
  }
}
.c-slider.top .scroll-track img {
  height: 202px;
}
.c-slider.forte {
  background-color: unset;
  padding: 15px 0 60px;
}
.c-slider.forte .scroll-track img {
  height: 170px;
}
.c-slider.reason .scroll-track img {
  height: 170px;
}
.c-slider .scroll-container {
  overflow: hidden;
  width: 100%;
}
.c-slider .scroll-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-track-loop 45s linear infinite;
          animation: scroll-track-loop 45s linear infinite;
}
.c-slider .scroll-track img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 画像が横並びでループするために必要 */
}
@-webkit-keyframes scroll-track-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-track-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .c-slider {
    padding: min(10.4302477184vw, 80px) 0 min(14.3415906128vw, 110px);
  }
  .c-slider.forte {
    padding: min(3.9113428944vw, 30px) 0 min(7.8226857888vw, 60px);
  }
  .c-slider.forte .scroll-track img {
    height: 150px;
  }
  .c-slider.top {
    padding: min(10.4302477184vw, 80px) 0 0;
  }
  .c-slider.top .scroll-track img {
    height: 150px;
  }
  .c-slider.reason .scroll-track img {
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  .c-slider.top {
    padding: 0;
    margin-top: -70px;
  }
  .c-slider.forte {
    padding: 25px 0 50px;
  }
}
.simplebar-scrollbar {
  top: 2px !important;
  opacity: 1 !important;
}

.simplebar-scrollbar::before {
  background: #053864 !important;
  border-radius: 50px;
  height: 6px !important;
  opacity: 1 !important;
  left: 0 !important;
  right: 0 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  overflow: unset !important;
  pointer-events: unset;
  cursor: pointer;
}
.simplebar-track::after {
  content: "";
  position: absolute;
  background-color: #053864;
  width: 100%;
  height: 1px;
  inset: 0;
  margin: auto;
}

.simplebar-vertical {
  display: none;
}

@media screen and (max-width: 767px) {
  .simplebar-track.simplebar-horizontal {
    margin-right: 15px;
  }
  .simplebar-scrollbar {
    height: 8px;
  }
  .simplebar-scrollbar::before {
    left: 15px !important;
    height: 8px !important;
  }
  .simplebar-track::after {
    height: 2px;
  }
}
.anchor {
  margin-top: -150px;
  padding-top: 150px;
  /* 受付日時・休診日 */
  /* アクセス */
  /* スタッフ紹介 */
}
.anchor#reception {
  margin-top: 0;
  padding-top: 0;
}
.anchor#access {
  margin-top: -20px;
  padding-top: 20px;
}
.anchor#staff {
  margin-top: -20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
  .anchor#access-sp {
    margin-top: -800px;
    padding-top: 800px;
  }
  .anchor#reception-sp {
    margin-top: -1320px;
    padding-top: 1320px;
  }
}
.before-dots {
  position: relative;
}
.before-dots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #053864;
  border-radius: 50%;
}

@media (max-width: 1366px) {
  .before-dots::before {
    width: min(0.439238653vw, 6px);
    height: min(0.439238653vw, 6px);
  }
}
@media screen and (max-width: 767px) {
  .before-dots::before {
    width: min(0.7822685789vw, 6px);
    height: min(0.7822685789vw, 6px);
  }
}
@media screen and (max-width: 450px) {
  .before-dots::before {
    width: 5px;
    height: 5px;
  }
}
#page {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background-color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-top: 170px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  #page {
    padding-top: 134px;
    border-left: none;
    border-right: none;
  }
}
#page .c-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
  background-position: center;
  height: 636px;
  padding-top: 60px;
}
#page .c-main-visual.grandtop {
  background-image: url(../img/kv/grandtop-kv.webp);
}
#page .c-main-visual.area {
  background-image: url(../img/kv/area-kv.webp);
  padding-top: 80px;
}
#page .c-main-visual.area .c-main-visual-title {
  margin-bottom: 50px;
}
#page .c-main-visual.area .c-main-visual-title h2 {
  font-size: 40px;
  line-height: 1.75;
}
#page .c-main-visual.osaka-shop {
  background-image: url(../img/kv/osaka-shop-kv.webp);
}
#page .c-main-visual.kyoto-shop {
  background-image: url(../img/kv/kyoto-shop-kv.webp);
}
#page .c-main-visual.shiga-shop {
  background-image: url(../img/kv/shiga-shop-kv.webp);
}
#page .c-main-visual.hyogo-shop {
  background-image: url(../img/kv/hyogo-shop-kv.webp);
}
#page .c-main-visual .c-main-visual-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
#page .c-main-visual .c-main-visual-title {
  margin-bottom: 25px;
}
#page .c-main-visual .c-main-visual-title h2 {
  font-size: 47px;
  font-weight: 600;
  color: #004792;
  letter-spacing: 0.02em;
}
#page .c-main-visual .c-main-visual-title-text {
  margin-bottom: 38px;
}
#page .c-main-visual .c-main-visual-title-text p {
  font-size: 18px;
  color: #004792;
  letter-spacing: 0.08em;
  display: inline-block;
  position: relative;
}
#page .c-main-visual .c-main-visual-title-text p:first-child {
  margin-bottom: 25px;
}
#page .c-main-visual .c-main-visual-title-text p:after {
  content: "";
  display: block;
  background-image: url(../img/kv/kv-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
#page .c-main-visual .c-main-visual-statistics {
  width: 100%;
  max-width: 410px;
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
#page .c-main-visual .c-main-visual-partner {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}
#page .c-main-visual .c-main-visual-caption p {
  font-size: 10px;
}
@media (max-width: 1366px) {
  #page .c-main-visual {
    height: min(46.5592972182vw, 636px);
    padding-top: min(4.39238653vw, 60px);
  }
  #page .c-main-visual.area {
    padding-top: min(6.9546120059vw, 95px);
  }
  #page .c-main-visual.area .c-main-visual-title {
    margin-bottom: min(4.39238653vw, 60px);
  }
  #page .c-main-visual.area .c-main-visual-title h2 {
    font-size: min(2.9282576867vw, 40px);
  }
  #page .c-main-visual .c-main-visual-inner {
    max-width: min(87.8477306003vw, 1200px);
  }
  #page .c-main-visual .c-main-visual-title {
    margin-bottom: min(1.8301610542vw, 25px);
  }
  #page .c-main-visual .c-main-visual-title h2 {
    font-size: min(3.4407027818vw, 47px);
  }
  #page .c-main-visual .c-main-visual-title-text {
    margin-bottom: min(2.7818448023vw, 38px);
  }
  #page .c-main-visual .c-main-visual-title-text p {
    font-size: min(1.317715959vw, 18px);
  }
  #page .c-main-visual .c-main-visual-statistics {
    max-width: min(30.0146412884vw, 410px);
    margin-bottom: min(1.4641288433vw, 20px);
  }
  #page .c-main-visual .c-main-visual-partner {
    max-width: min(29.2825768668vw, 400px);
    margin-bottom: min(1.4641288433vw, 20px);
  }
  #page .c-main-visual .c-main-visual-caption p {
    font-size: min(0.7320644217vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  #page .c-main-visual {
    height: min(140.8083441982vw, 1080px);
    padding-top: min(12.3859191656vw, 95px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  #page .c-main-visual.grandtop {
    background-image: url(../img/kv/grandtop-kv-sp.webp);
  }
  #page .c-main-visual.area {
    background-image: url(../img/kv/area-kv-sp.webp);
    padding-top: min(11.7340286832vw, 90px);
  }
  #page .c-main-visual.area .c-main-visual-title {
    margin-bottom: min(6.518904824vw, 50px);
  }
  #page .c-main-visual.area .c-main-visual-title h2 {
    font-size: min(5.2151238592vw, 40px);
    line-height: 1.725;
  }
  #page .c-main-visual.osaka-shop {
    background-image: url(../img/kv/osaka-shop-kv-sp.webp);
  }
  #page .c-main-visual.kyoto-shop {
    background-image: url(../img/kv/kyoto-shop-kv-sp.webp);
  }
  #page .c-main-visual.shiga-shop {
    background-image: url(../img/kv/shiga-shop-kv-sp.webp);
  }
  #page .c-main-visual.hyogo-shop {
    background-image: url(../img/kv/hyogo-shop-kv-sp.webp);
  }
  #page .c-main-visual .c-main-visual-inner {
    width: 88%;
    max-width: 100%;
  }
  #page .c-main-visual .c-main-visual-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: min(7.1707953064vw, 55px);
  }
  #page .c-main-visual .c-main-visual-title h2 {
    font-size: min(6.258148631vw, 48px);
    font-family: "Noto Sans JP", sans-serif;
  }
  #page .c-main-visual .c-main-visual-statistics {
    left: 0;
    max-width: min(82.1382007823vw, 630px);
    margin: 0 auto min(3.259452412vw, 25px) auto;
  }
  #page .c-main-visual .c-main-visual-partner {
    max-width: min(71.7079530639vw, 550px);
    margin: 0 auto min(10.4302477184vw, 80px) auto;
  }
  #page .c-main-visual .c-main-visual-caption {
    text-align: center;
  }
  #page .c-main-visual .c-main-visual-caption p {
    font-size: min(2.6075619296vw, 20px);
  }
}
#page .c-main-visual-sp-bottom {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-img {
  width: 100%;
  max-width: 95px;
}
#page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-text {
  padding-top: 15px;
}
#page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-text p {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #ffff00;
  line-height: 10px;
  padding-left: 2px;
}
#page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-text p:not(:last-child) {
  margin-bottom: 18px;
}
#page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-text span {
  position: relative;
  top: -6px;
}
@media screen and (max-width: 360px) {
  #page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-img {
    max-width: 80px;
  }
  #page .c-main-visual-sp-bottom .c-main-visual-sp-bottom-text p {
    font-size: 13px;
  }
}
#page #breadcrumb {
  padding: 20px 40px 0;
}
@media screen and (max-width: 767px) {
  #page #breadcrumb {
    padding: 10px 0 0;
  }
  #page #breadcrumb .crumb {
    font-size: 11px;
  }
}
#page .c-breadcrumb {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}
#page .c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page .c-breadcrumb li {
  position: relative;
  font-weight: 400;
}
#page .c-breadcrumb li:last-child span {
  color: #657887;
}
#page .c-breadcrumb li:not(:last-child)::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -17px;
  margin: auto;
  color: #053864;
}
#page .c-breadcrumb a {
  color: #053864;
  font-weight: 400;
}
#page .c-breadcrumb span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #page .c-breadcrumb {
    padding: 20px 15px 30px 15px;
    margin-bottom: 0;
    background-color: #fff;
  }
  #page .c-breadcrumb ul {
    gap: 15px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #page .c-breadcrumb li {
    font-size: 11px;
  }
  #page .c-breadcrumb li:not(:last-child)::after {
    font-size: 10px;
    right: -13px;
  }
  #page .c-breadcrumb span {
    font-size: 11px;
  }
}
#page .c-access {
  padding: 55px 0 95px;
  margin-top: 510px;
  background-color: #f8f6f3;
  position: relative;
}
#page .c-access .c-access-wave {
  position: absolute;
  top: -50px;
  z-index: 1;
}
#page .c-access .c-access-inner {
  width: 100%;
  max-width: 1160px;
  margin: -500px auto 0;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #053864;
}
#page .c-access .c-access-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
#page .c-access .c-access-title-border {
  width: 100%;
  height: 2px;
  background-color: #053864;
}
#page .c-access .c-access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
#page .c-access .c-access-content-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#page .c-access .c-access-date {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
}
#page .c-access .c-access-date-inner {
  white-space: nowrap;
  padding: 22px 20px 15px;
  border-radius: 2px;
  background-image: url(../img/parts-store-access/stripe_25.png);
  background-size: 25px 25px;
}
#page .c-access .c-access-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #053864;
}
#page .c-access .c-access-week p {
  font-size: 14px;
  letter-spacing: 0.14em;
}
#page .c-access .c-access-week p:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  padding-left: 2px;
}
#page .c-access .c-access-week-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  font-weight: 700;
}
#page .c-access .c-access-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
#page .c-access .c-access-date-time.top {
  border-bottom: 1px solid #053864;
}
#page .c-access .c-access-date-time p {
  font-size: 14px;
}
#page .c-access .c-access-date-time p:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  font-weight: 900;
}
#page .c-access .c-access-date-time-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  letter-spacing: 0.1em;
}
#page .c-access .c-access-date-time-bottom-wrap {
  border-bottom: 1px solid #053864;
}
#page .c-access .c-access-date-temporary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 4px 0;
}
#page .c-access .c-access-date-temporary-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  padding-left: 15px;
}
#page .c-access .c-access-date-temporary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#page .c-access .c-access-date-temporary-item:not(:first-child) {
  width: 34px;
}
#page .c-access .c-access-date-temporary-item p {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
#page .c-access .c-access-date-temporary-item p:first-child {
  font-family: "peridot-pe-variable", sans-serif;
  margin-bottom: 4px;
}
#page .c-access .c-access-date-text-cms {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
#page .c-access .c-access-date-text-cms p {
  font-size: 14px;
  font-weight: 600;
  color: #ff5536;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
}
#page .c-access .c-access-date-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  gap: 15px;
}
#page .c-access .c-access-date-caption p {
  font-size: 14px;
  letter-spacing: 0.08em;
}
#page .c-access .c-access-date-caption .bold {
  font-weight: 700;
}
#page .c-access .c-access-map {
  padding: 10px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#page .c-access .c-access-map iframe {
  width: 100%;
  height: 305px;
  border: none;
  border-radius: 2px;
}
#page .c-access .c-access-map-img {
  overflow: hidden;
  width: 100%;
  max-width: 472px;
  border: 6px solid #fff;
  border-radius: 2px;
}
#page .c-access .c-access-map-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page .c-access .c-access-map-inner {
  width: 100%;
  max-width: 472px;
  border: 6px solid #fff;
  border-radius: 2px;
}
#page .c-access .c-access-content-left h1 {
  font-weight: 500;
}
#page .c-access .c-access-content-right {
  width: 100%;
  max-width: 490px;
  padding-top: 70px;
  margin-bottom: 55px;
}
#page .c-access .c-access-content-fukidashi {
  margin-bottom: 25px;
  display: block;
}
#page .c-access .c-access-content-fukidashi .c-access-content-fukidashi-text {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  background-color: #e9f7fa;
  padding: 0 8px 0 8px;
  letter-spacing: 0.06em;
  position: relative;
}
#page .c-access .c-access-content-fukidashi .c-access-content-fukidashi-text-inner {
  position: relative;
  top: -10px;
}
#page .c-access .c-access-content-title {
  margin-bottom: 30px;
  padding-left: 85px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #053864;
  display: block;
}
#page .c-access .c-access-content-title:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 12px;
  margin: auto;
  display: block;
  background-image: url(../img/parts-store-access/access-logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 68px;
}
#page .c-access .c-access-content-title .c-access-content-title-group {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Kosugi", sans-serif;
  display: block;
}
#page .c-access .c-access-content-title .c-access-content-clinic-name {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Kosugi", sans-serif;
}
#page .c-access .c-access-content-title .c-access-content-clinic-name-sub {
  font-size: 18px;
  letter-spacing: 0.03em;
  position: relative;
  top: 3px;
}
#page .c-access .c-access-content-tel {
  margin-bottom: 15px;
  position: relative;
}
#page .c-access .c-access-content-tel-illust {
  position: absolute;
  top: -92px;
  right: 0;
  width: 100%;
  max-width: 270px;
  height: 150px;
}
#page .c-access .c-access-content-tel-illust-fukidashi {
  width: 100%;
  max-width: 184px;
}
#page .c-access .c-access-content-tel-illust-staff {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
  right: 0;
}
#page .c-access .c-access-content-tel-number {
  background-image: url(../img/parts-store-access/tel-icon.png);
  background-size: 34px 34px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding-left: 45px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #053864;
}
#page .c-access .c-access-content-tel-number a {
  font-size: 48px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.02em;
  color: #053864;
  line-height: 1;
}
#page .c-access .c-access-content-tel-caption {
  font-weight: 400;
  padding-left: 5px;
}
#page .c-access .c-access-content-tel-caption p {
  letter-spacing: 0.06em;
}
#page .c-access .c-access-content-tel-caption p:first-child {
  font-size: 15px;
  margin-bottom: 5px;
}
#page .c-access .c-access-content-tel-caption p:last-child {
  font-size: 13px;
}
#page .c-access .c-access-content-address {
  padding: 0 0 20px;
  font-weight: 400;
  position: relative;
}
#page .c-access .c-access-content-address:after {
  content: "";
  display: block;
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-position: left center;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page .c-access .c-access-content-address p {
  font-size: 16px;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page .c-access .c-access-content-address p:first-of-type {
  margin-bottom: 5px;
}
#page .c-access .c-access-content-nearest {
  padding: 18px 0 20px 30px;
  background-image: url(../img/parts-store-access/train-icon.png);
  background-size: 16px 22px;
  background-position: left 3px center;
  background-repeat: no-repeat;
  position: relative;
}
#page .c-access .c-access-content-nearest:after {
  content: "";
  display: block;
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-position: left center;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#page .c-access .c-access-content-nearest p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
#page .c-access .c-access-content-parking {
  padding: 18px 0 20px 30px;
  margin-bottom: 28px;
  background-image: url(../img/parts-store-access/parking-icon.png);
  background-size: 22px 22px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
#page .c-access .c-access-content-parking:after {
  content: "";
  display: block;
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-position: left center;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#page .c-access .c-access-content-parking p {
  font-size: 16px;
  font-weight: 400;
}
#page .c-access .c-access-button {
  width: 100%;
  max-width: 174px;
  height: 38px;
}
#page .c-access .c-access-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  width: 100%;
  height: 38px;
  border: 1px solid #053864;
  position: relative;
  padding-right: 20px;
  color: #053864;
  background-color: #fff;
}
#page .c-access .c-access-button a:hover {
  color: #fff;
  background-color: #053864;
}
#page .c-access .c-access-button a:after {
  content: "";
  display: block;
  background-image: url(../img/parts-store-access/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-access .c-access-button a:hover:after {
  background-image: url(../img/parts-store-access/arrow-white.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  #page .c-access .c-access-inner {
    width: 95%;
  }
  #page .c-access .c-access-wave {
    top: -20px;
  }
  #page .c-access .c-access-content-tel-illust {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #page .c-access .c-access-content-fukidashi .c-access-content-fukidashi-text {
    line-height: 1.5555555556;
  }
  #page .c-access .c-access-content {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page .c-access .c-access-content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page .c-access .c-access-content-title .c-access-content-title-group {
    margin-bottom: 10px;
  }
  #page .c-access .c-access-content-title .c-access-content-clinic-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page .c-access .c-access-content-tel-caption p {
    line-height: 1.5384615385;
  }
}
@media screen and (max-width: 767px) {
  #page .c-access {
    margin-top: 330px;
    padding: 55px 0 45px;
  }
  #page .c-access .c-access-inner {
    width: 100%;
    margin: -380px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-bottom: none;
    padding-bottom: 0;
  }
  #page .c-access .c-access-content,
  #page .c-access .c-access-content-left,
  #page .c-access .c-access-content-right {
    display: contents;
  }
  #page .c-access .c-access-content-left h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page .c-access .c-access-title {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 45px;
  }
  #page .c-access .c-access-content-fukidashi {
    width: 92%;
    margin: 0 auto 25px;
  }
  #page .c-access .c-access-content-fukidashi .c-access-content-fukidashi-text {
    font-size: 16px;
    padding: 0 0 0 8px;
    display: block;
    line-height: 12px;
  }
  #page .c-access .c-access-content-fukidashi p:after {
    background-image: url(../img/parts-store-access/title-after-sp.png);
    width: 10px;
    height: 15px;
    bottom: -15px;
  }
  #page .c-access .c-access-content-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 92%;
    margin: 0 auto 60px;
    padding-top: 30px;
    padding-left: 65px;
    position: relative;
  }
  #page .c-access .c-access-content-title:before {
    background-image: url(../img/parts-store-access/access-logo-sp.png);
    width: 55px;
    height: 55px;
    top: unset;
    bottom: 14px;
  }
  #page .c-access .c-access-content-title .c-access-content-title-group {
    font-size: 14px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: 2px;
  }
  #page .c-access .c-access-content-title .c-access-content-clinic-name {
    font-size: 30px;
    gap: 4px;
  }
  #page .c-access .c-access-content-title .c-access-content-clinic-name-sub {
    font-size: 19px;
  }
  #page .c-access .c-access-content-tel {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 18px;
    border-bottom: none;
  }
  #page .c-access .c-access-content-tel-illust {
    max-width: 183px;
    height: 46px;
    display: block;
    right: 0;
    top: -50px;
    margin: unset;
  }
  #page .c-access .c-access-content-tel-illust-fukidashi {
    max-width: 183px;
  }
  #page .c-access .c-access-content-tel-number {
    background-image: url(../img/parts-store-access/tel-icon-sp.png);
    margin-bottom: 10px;
  }
  #page .c-access .c-access-content-tel-caption p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #page .c-access .c-access-content-tel-caption p:last-child {
    font-size: 12px;
  }
  #page .c-access .c-access-date {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 10px 0;
  }
  #page .c-access .c-access-date-inner {
    padding: 20px 10px;
    background-size: 4px 4px;
  }
  #page .c-access .c-access-week {
    padding: 0 5px 8px;
  }
  #page .c-access .c-access-week p {
    font-size: 13px;
  }
  #page .c-access .c-access-week-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  #page .c-access .c-access-date-time {
    padding: 10px 5px;
  }
  #page .c-access .c-access-date-time p {
    font-size: 13px;
  }
  #page .c-access .c-access-date-time-bottom-wrap {
    border-bottom: none;
  }
  #page .c-access .c-access-date-time-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  #page .c-access .c-access-date-temporary {
    border-radius: 8px;
    padding: 8px 0;
  }
  #page .c-access .c-access-date-temporary-title {
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }
  #page .c-access .c-access-date-temporary-item {
    gap: 2px 0;
  }
  #page .c-access .c-access-date-temporary-item p {
    font-size: 11px;
  }
  #page .c-access .c-access-content-address {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    border-top: 1px solid #053864;
    width: 92%;
    margin: 25px auto 0;
    padding-top: 15px;
  }
  #page .c-access .c-access-content-address p {
    font-size: 14px;
  }
  #page .c-access .c-access-content-nearest {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    width: 92%;
    margin: 0 auto;
  }
  #page .c-access .c-access-content-nearest p {
    font-size: 14px;
  }
  #page .c-access .c-access-content-parking {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    width: 92%;
    margin: 0 auto 10px;
  }
  #page .c-access .c-access-content-parking p {
    font-size: 14px;
  }
  #page .c-access .c-access-button {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    width: 92%;
    max-width: 100%;
    height: 40px;
    margin: 0 auto 30px;
  }
  #page .c-access .c-access-button a {
    max-width: 180px;
    height: 40px;
    margin-left: auto;
  }
  #page .c-access .c-access-map {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 92%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    display: block;
  }
  #page .c-access .c-access-map iframe {
    height: 245px;
  }
  #page .c-access .c-access-map-img {
    border: 2px solid #053864;
    border-radius: 5px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  #page .c-access .c-access-map-inner {
    border: 2px solid #053864;
    border-radius: 5px;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #page .c-access .c-access-content-fukidashi .c-access-content-fukidashi-text {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
  #page .c-access .c-access-content-tel-number a {
    font-size: 42px;
  }
}
#page .c-line-first-plan {
  background-color: #f8f6f3;
  padding-bottom: 140px;
}
#page .c-line-first-plan .c-line-first-plan-inner {
  width: 100%;
  max-width: 940px;
  height: 328px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  background-image: url(../img/parts-line-reservation/line-reservation-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#page .c-line-first-plan .c-line-first-plan-icon01 {
  width: 100%;
  max-width: 110px;
  position: absolute;
  bottom: -5px;
  left: -25px;
}
#page .c-line-first-plan .c-line-first-plan-icon02 {
  width: 100%;
  max-width: 100px;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
#page .c-line-first-plan .c-line-first-plan-title {
  width: 100%;
  max-width: 360px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#page .c-line-first-plan .c-line-first-plan-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
}
#page .c-line-first-plan .c-line-first-plan-top-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
#page .c-line-first-plan .c-line-first-plan-top-left:after {
  content: "";
  display: block;
  background-image: url(../img/parts-line-reservation/dot-border.png);
  background-size: contain;
  background-position: top;
  width: 4px;
  height: 100%;
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
}
#page .c-line-first-plan .c-line-first-plan-top-left p {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#page .c-line-first-plan .c-line-first-plan-top-left p:first-child {
  margin-bottom: 10px;
  position: relative;
}
#page .c-line-first-plan .c-line-first-plan-top-left p:first-child .border {
  padding: 0 80px 2px 2px;
}
#page .c-line-first-plan .c-line-first-plan-top-left p:first-child:after {
  content: "";
  display: block;
  background-image: url(../img/parts-line-reservation/line-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 42px;
}
#page .c-line-first-plan .c-line-first-plan-top-left .border {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #c1ff00));
  background: linear-gradient(transparent 75%, #c1ff00 75%);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page .c-line-first-plan .c-line-first-plan-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#page .c-line-first-plan .c-line-first-plan-top-right p {
  line-height: 1;
}
#page .c-line-first-plan .c-line-first-plan-top-right p:first-child {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
#page .c-line-first-plan .c-line-first-plan-top-right p:first-child span {
  font-size: 20px;
}
#page .c-line-first-plan .c-line-first-plan-top-right p:last-child {
  font-size: 108px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#page .c-line-first-plan .c-line-first-plan-top-right p:last-child span {
  max-width: 20px;
  margin-left: 10px;
}
#page .c-line-first-plan .c-line-first-plan-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#page .c-line-first-plan .c-line-first-plan-bottom p {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#page .c-line-first-plan .c-line-first-plan-anshin {
  width: 100%;
  max-width: 160px;
}
#page .c-line-first-plan .c-line-first-plan-button {
  width: 100%;
  max-width: 188px;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  border: 1px solid #053864;
  border-radius: 50px;
}
#page .c-line-first-plan .c-line-first-plan-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid #fff;
  position: relative;
  padding-right: 45px;
  background-color: #ff5536;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-line-first-plan .c-line-first-plan-button a:hover {
  background-color: #ff836c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-line-first-plan .c-line-first-plan-button a:after {
  content: "";
  display: block;
  background-image: url(../img/parts-line-reservation/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-line-first-plan .c-line-first-plan-button a:hover:after {
  background-image: url(../img/parts-line-reservation/arrow-white.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  #page .c-line-first-plan .c-line-first-plan-inner {
    width: 95%;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1000px) {
  #page .c-line-first-plan .c-line-first-plan-inner {
    background-size: 100% 100%;
    height: min(32.8vw, 328px);
    padding: min(4vw, 40px);
  }
  #page .c-line-first-plan .c-line-first-plan-title {
    max-width: min(34vw, 340px);
  }
  #page .c-line-first-plan .c-line-first-plan-top {
    gap: min(6vw, 60px);
    margin-bottom: min(5vw, 50px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p {
    font-size: min(3.8vw, 38px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p:first-child {
    margin-bottom: min(1vw, 10px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p:first-child:after {
    width: min(4vw, 40px);
    height: min(4vw, 40px);
    top: min(0.5vw, 5px);
    right: min(5.5vw, 55px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p:first-child .border {
    padding: 0 min(8vw, 80px) min(0.2vw, 2px) min(0.2vw, 2px);
  }
  #page .c-line-first-plan .c-line-first-plan-icon01 {
    max-width: min(11vw, 110px);
    bottom: min(-0.5vw, -5px);
    left: min(-2.5vw, -25px);
  }
  #page .c-line-first-plan .c-line-first-plan-icon02 {
    max-width: min(10vw, 100px);
    bottom: min(4vw, 40px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:first-child {
    font-size: min(5vw, 50px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:first-child span {
    font-size: min(2vw, 20px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:last-child {
    font-size: min(10.8vw, 108px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:last-child span {
    font-size: min(2vw, 20px);
  }
  #page .c-line-first-plan .c-line-first-plan-bottom {
    gap: min(1vw, 10px);
  }
  #page .c-line-first-plan .c-line-first-plan-anshin {
    max-width: min(16vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  #page .c-line-first-plan .c-line-first-plan-inner {
    width: 92%;
    background-image: url(../img/parts-line-reservation/line-reservation-bg-sp.png);
    height: min(92.0469361147vw, 706px);
    padding: min(8.4745762712vw, 65px) min(5.2151238592vw, 40px);
  }
  #page .c-line-first-plan .c-line-first-plan-title {
    max-width: min(61.2777053455vw, 470px);
    top: min(-1.5645371578vw, -12px);
  }
  #page .c-line-first-plan .c-line-first-plan-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(5.2151238592vw, 40px);
    margin-bottom: min(3.9113428944vw, 30px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p {
    font-size: min(7.5619295958vw, 58px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p:first-child::after {
    background-image: url(../img/parts-line-reservation/line-icon-sp.png);
    margin-bottom: min(1.3037809648vw, 10px);
    width: min(8.3441981747vw, 64px);
    height: min(8.3441981747vw, 64px);
    top: min(0.6518904824vw, 5px);
    right: min(8.8657105606vw, 68px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p:first-child .border {
    padding: 0 min(11.7340286832vw, 90px) min(0.260756193vw, 2px) min(0.260756193vw, 2px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-left:after {
    display: none;
  }
  #page .c-line-first-plan .c-line-first-plan-icon02 {
    max-width: min(19.556714472vw, 150px);
    top: min(9.778357236vw, 75px);
    right: min(6.258148631vw, 48px);
    bottom: unset;
  }
  #page .c-line-first-plan .c-line-first-plan-top-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:first-child {
    font-size: min(8.8657105606vw, 68px);
    letter-spacing: 0.03em;
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:first-child span {
    font-size: min(3.6505867014vw, 28px);
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:last-child {
    font-size: min(17.7314211213vw, 136px);
    letter-spacing: 0.02em;
  }
  #page .c-line-first-plan .c-line-first-plan-top-right p:last-child span {
    max-width: 12px;
    margin-left: 2px;
  }
  #page .c-line-first-plan .c-line-first-plan-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #page .c-line-first-plan .c-line-first-plan-bottom p {
    font-size: min(3.3898305085vw, 26px);
    line-height: 1.4615384615;
    letter-spacing: 0.04em;
  }
  #page .c-line-first-plan .c-line-first-plan-anshin {
    max-width: min(83.4419817471vw, 640px);
    margin-bottom: 5px;
  }
  #page .c-line-first-plan .c-line-first-plan-button {
    max-width: min(39.1134289439vw, 300px);
    height: min(14.0808344198vw, 108px);
    bottom: calc(-1.5 * min(3.9113428944vw, 30px));
  }
  #page .c-line-first-plan .c-line-first-plan-button a {
    font-size: min(4.1720990874vw, 32px);
    height: 100%;
    letter-spacing: 0.04em;
  }
  #page .c-line-first-plan .c-line-first-plan-button a:after {
    width: min(8.3441981747vw, 64px);
    height: min(8.3441981747vw, 64px);
    right: min(2.0860495437vw, 16px);
  }
}
@media screen and (max-width: 450px) {
  #page .c-line-first-plan .c-line-first-plan-inner {
    padding: 30px 15px;
  }
  #page .c-line-first-plan .c-line-first-plan-top-left p:first-child {
    margin-bottom: 10px;
  }
  #page .c-line-first-plan .c-line-first-plan-icon02 {
    max-width: 75px;
  }
  #page .c-line-first-plan .c-line-first-plan-bottom p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  #page .c-line-first-plan .c-line-first-plan-bottom p {
    font-size: 12px;
  }
}
#page .c-symptoms {
  padding: 75px 0 105px 0;
  /* タブコンテンツ */
}
#page .c-symptoms .c-symptoms-section-title {
  text-align: center;
  margin-bottom: 50px;
}
#page .c-symptoms .c-symptoms-section-title h2 {
  letter-spacing: 0.1em;
}
#page .c-symptoms .c-wave-title {
  background-image: url(../img/parts-symptoms/text-bg-wave.png);
  max-width: 640px;
  margin: 0 auto 30px;
}
#page .c-symptoms .c-wave-title h3 {
  font-size: 40px;
}
#page .c-symptoms .c-symptoms-section-title-text {
  text-align: center;
  margin-bottom: 60px;
}
#page .c-symptoms .c-symptoms-section-title-text p {
  font-size: 17px;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#page .c-symptoms .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page .c-symptoms .tabList li {
  width: 100%;
  max-width: 260px;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}
#page .c-symptoms .tabList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-top: 1px solid #053864;
  border-right: 1px solid #053864;
  border-left: 1px solid #053864;
  border-bottom: 1px solid #053864;
  border-radius: 5px 5px 0 0;
  color: #053864;
  position: relative;
}
#page .c-symptoms .tabList li a.active {
  background-color: #e4fafd;
  cursor: text;
  border-bottom: none;
}
#page .c-symptoms .tabList li a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  background-color: #e4fafd;
}
#page .c-symptoms .tabList li a:not(.active) {
  cursor: pointer;
}
#page .c-symptoms .tabList li:last-child a {
  border-left: none;
}
#page .c-symptoms .tabContent {
  position: relative;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
  margin-bottom: 65px;
}
#page .c-symptoms .tabContent > div {
  background-color: #fff;
  padding: 50px 100px 85px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#page .c-symptoms .tabContent > div.active {
  opacity: 1;
  visibility: visible;
  position: static;
  background-color: #e4fafd;
}
#page .c-symptoms .tabContent > div > * + * {
  margin-top: 10px;
}
#page .c-symptoms .tabContent .tabContent-first {
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  height: auto;
}
#page .c-symptoms .tabContent .tabContent-first:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 120px;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 250, 253, 0)), color-stop(30%, rgba(228, 250, 253, 0.8)), to(#e4fafd));
  background: linear-gradient(to bottom, rgba(228, 250, 253, 0) 0%, rgba(228, 250, 253, 0.8) 30%, #e4fafd 100%);
}
#page .c-symptoms .tabContent .tabContent-first.open:after {
  z-index: -1;
  opacity: 0;
}
#page .c-symptoms .tabContent .tabContent-first-area {
  max-height: 470px;
}
#page .c-symptoms .c-symptoms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 50px 0;
}
#page .c-symptoms .c-symptoms-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#page .c-symptoms .c-symptoms-list-item.neck .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-neck.png);
}
#page .c-symptoms .c-symptoms-list-item.neck a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-neck-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.back .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-back.png);
}
#page .c-symptoms .c-symptoms-list-item.back a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-back-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.waist .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-waist.png);
}
#page .c-symptoms .c-symptoms-list-item.waist a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-waist-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.shoulder .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-shoulder.png);
}
#page .c-symptoms .c-symptoms-list-item.shoulder a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-shoulder-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.elbow .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-elbow.png);
}
#page .c-symptoms .c-symptoms-list-item.elbow a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-elbow-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.hand .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-hand.png);
}
#page .c-symptoms .c-symptoms-list-item.hand a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-hand-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.knee .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-knee.png);
}
#page .c-symptoms .c-symptoms-list-item.knee a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-knee-hover.png);
}
#page .c-symptoms .c-symptoms-list-item.foot .c-symptoms-list-item-title:after {
  background-image: url(../img/parts-symptoms/icon-foot.png);
}
#page .c-symptoms .c-symptoms-list-item.foot a.c-symptoms-list-item-title:hover:after {
  background-image: url(../img/parts-symptoms/icon-foot-hover.png);
}
#page .c-symptoms .c-symptoms-list-item-title {
  width: 100%;
  max-width: 550px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #053864;
  padding-left: 20px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-symptoms .c-symptoms-list-item-title:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-symptoms .c-symptoms-list-item-title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#page .c-symptoms a.c-symptoms-list-item-title:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #335d81;
}
#page .c-symptoms .c-symptoms-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 20px 0 15px;
  width: 100%;
}
#page .c-symptoms .c-symptoms-list-item-content a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #96acbe;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #053864;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-symptoms .c-symptoms-list-item-content a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
#page .c-symptoms .c-symptoms-list-item-content a:before {
  content: "";
  display: block;
  background-image: url(../img/parts-symptoms/list-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}
#page .c-symptoms .c-symptoms-list-button {
  width: 100%;
  max-width: 400px;
  height: 38px;
  margin: 0 auto;
  background-color: #fff;
  color: #053864;
  border: 1px solid #053864;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-symptoms .c-symptoms-list-button:after {
  content: "";
  display: block;
  background-image: url(../img/parts-symptoms/accordion-arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-symptoms .c-symptoms-list-button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #053864;
  color: #fff;
}
#page .c-symptoms .c-symptoms-list-button:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
}
#page .c-symptoms .c-symptoms-list-button.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-symptoms .c-symptoms-list-button p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#page .c-symptoms .c-symptoms-bottom-text {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
#page .c-symptoms .c-symptoms-bottom-text p {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #053864;
  position: relative;
}
#page .c-symptoms .c-symptoms-bottom-text p:before {
  content: "";
  display: block;
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#page .c-symptoms .c-symptoms-bottom-text p:last-child:after {
  content: "";
  display: block;
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page .c-symptoms .sports-disorder-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#page .c-symptoms .sports-disorder-link .archive-symptoms {
  max-width: 236px;
  margin-left: auto;
  font-size: 14px;
  padding: 8px 0 8px 5px;
}
#page .c-symptoms .sports-disorder-link .archive-symptoms:before {
  display: none;
}
#page .c-symptoms .sports-disorder-link .archive-symptoms:after {
  content: "";
  display: block;
  background-image: url(../img/parts-symptoms/archive-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 34px;
  height: 26px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
#page .c-symptoms .sports-disorder-link-shop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  #page .c-symptoms .tabContent > div {
    padding: 30px 20px;
  }
  #page .c-symptoms .c-symptoms-list-item-content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #page .c-symptoms {
    padding: 60px 0 75px 0;
  }
  #page .c-symptoms .c-symptoms-section-title {
    margin-bottom: 40px;
  }
  #page .c-symptoms .c-fukidashi-title-top {
    margin-bottom: 10px;
  }
  #page .c-symptoms .c-fukidashi-title-top p {
    font-size: 13px;
    display: inline-block;
    position: relative;
  }
  #page .c-symptoms .c-fukidashi-title-top p:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    background-color: #053864;
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  #page .c-symptoms .c-fukidashi-title-top p:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    background-color: #053864;
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  #page .c-symptoms .c-fukidashi-title {
    display: block;
    max-width: 225px;
    margin: 0 auto;
  }
  #page .c-symptoms .c-wave-title {
    background-image: url(../img/parts-symptoms/text-bg-wave-sp.png);
    max-width: 335px;
    margin: 0 auto 18px;
  }
  #page .c-symptoms .c-wave-title h3 {
    font-size: 24px;
    line-height: 1.4166666667;
    bottom: 15px;
  }
  #page .c-symptoms .c-symptoms-section-title-text {
    width: 100%;
    max-width: 305px;
    margin: 0 auto 30px;
    text-align: left;
  }
  #page .c-symptoms .c-symptoms-section-title-text p {
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.08em;
  }
  #page .c-symptoms .tabList li {
    max-width: 162px;
  }
  #page .c-symptoms .tabList li a {
    font-size: 14px;
    height: 48px;
    border-radius: 8px 8px 0 0;
  }
  #page .c-symptoms .tabContent {
    margin-bottom: 55px;
  }
  #page .c-symptoms .tabContent > div {
    padding: 30px 15px;
  }
  #page .c-symptoms .tabContent .tabContent-first:after {
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 250, 253, 0)), color-stop(70%, rgba(228, 250, 253, 0.92)), to(#e4fafd));
    background: linear-gradient(to bottom, rgba(228, 250, 253, 0) 0%, rgba(228, 250, 253, 0.92) 70%, #e4fafd 100%);
  }
  #page .c-symptoms .tabContent .sports-disorder {
    max-height: unset;
  }
  #page .c-symptoms .tabContent .sports-disorder .elbow {
    top: unset;
  }
  #page .c-symptoms .c-symptoms-list {
    display: block;
  }
  #page .c-symptoms .c-symptoms-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #page .c-symptoms .c-symptoms-list-item.neck .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-neck-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.neck .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-neck-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.back .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-back-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.back .c-symptoms-list-item-title:hover:after {
    background-image: url(../img/parts-symptoms/icon-back-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.waist .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-waist-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.shoulder .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-shoulder-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.elbow .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-elbow-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.hand .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-hand-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.knee .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-knee-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item.foot .c-symptoms-list-item-title:after {
    background-image: url(../img/parts-symptoms/icon-foot-sp.png);
  }
  #page .c-symptoms .c-symptoms-list-item-title {
    height: 26px;
    margin-bottom: 5px;
  }
  #page .c-symptoms .c-symptoms-list-item-title:after {
    width: 50px;
    height: 50px;
  }
  #page .c-symptoms .c-symptoms-list-item-title:hover {
    background-color: #053864;
  }
  #page .c-symptoms .c-symptoms-list-item-title h3 {
    font-size: 14px;
  }
  #page .c-symptoms .c-symptoms-list-item-content a {
    height: 50px;
  }
  #page .c-symptoms .c-symptoms-list-item-content a:after {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 0 0 15px;
    height: 58px;
    background-image: url(../img/parts-symptoms/list-arrow-sp.png);
    background-size: 6px 6px;
    background-position: left 3px center;
  }
  #page .c-symptoms .c-symptoms-bottom-text {
    padding: 0 28px;
  }
  #page .c-symptoms .c-symptoms-bottom-text p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 38px;
    font-size: 14px;
    padding: 0 2px;
  }
  #page .c-symptoms .c-symptoms-bottom-text p:before {
    height: 2px;
  }
  #page .c-symptoms .c-symptoms-bottom-text p:after {
    height: 2px;
  }
  #page .c-symptoms .c-symptoms-list-button {
    max-width: 345px;
    -webkit-transition: unset;
    transition: unset;
  }
  #page .c-symptoms .c-symptoms-list-button a {
    font-size: 14px;
  }
  #page .c-symptoms .c-symptoms-list-button:hover {
    background-color: #fff;
    color: #053864;
    -webkit-transition: unset;
    transition: unset;
  }
  #page .c-symptoms .c-symptoms-list-button:hover:after {
    -webkit-filter: unset;
            filter: unset;
  }
  #page .c-symptoms .sports-disorder-link .archive-symptoms {
    max-width: 100%;
    font-size: 14px;
    height: 34px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page .c-symptoms .sports-disorder-link .archive-symptoms:after {
    background-image: url(../img/parts-symptoms/archive-arrow-sp.png);
    width: 30px;
    height: 22px;
  }
}
@media screen and (max-width: 360px) {
  #page .c-symptoms .c-symptoms-bottom-text p {
    font-size: 12px;
  }
}
#page .c-symptoms-bottom-text-shop-symptoms {
  display: none;
}
#page .price-section {
  background-color: #d5eff6;
  padding: 0 0 60px 0;
  position: relative;
}
#page .price-section:after {
  content: "";
  display: block;
  background-image: url(../img/parts-price-section/bottom-after-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 310px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin: auto;
}
#page .price-section .price-section-title {
  text-align: center;
  position: relative;
  top: -20px;
  margin-bottom: 40px;
}
#page .price-section .c-wave-title {
  margin: 0 auto 40px auto;
}
#page .price-section .price-section-title-text {
  text-align: center;
  margin-bottom: 40px;
}
#page .price-section .price-section-title-text p {
  font-size: 17px;
  letter-spacing: 0.05em;
}
#page .price-section .price-section-flex {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 55px;
  border-bottom: 2px solid #053864;
}
#page .price-section .price-section-flex-item {
  width: 100%;
  max-width: 330px;
}
#page .price-section .price-section-flex-item-title {
  text-align: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-top: 2px solid #053864;
  border-bottom: 2px solid #053864;
}
#page .price-section .price-section-flex-item-title h4 {
  font-size: 19px;
  font-weight: 700;
}
#page .price-section .price-section-flex-item-img {
  margin-bottom: 20px;
}
#page .price-section .price-section-flex-item-text p {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.7333333333;
  font-weight: 400;
}
#page .price-section .price-section-button {
  width: 100%;
  max-width: 338px;
  height: 38px;
  margin: -18px auto 0;
}
#page .price-section .price-section-button a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #053864;
  background-color: #fff;
  color: #053864;
  cursor: pointer;
  padding-top: 1px;
  padding-right: 30px;
  position: relative;
}
#page .price-section .price-section-button a:after {
  content: "";
  display: block;
  background-image: url(../img/parts-price-section/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .price-section .price-section-button a:hover {
  background-color: #053864;
  color: #fff;
}
#page .price-section .price-section-button a:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  #page .price-section .price-section-flex {
    width: 95%;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page .price-section {
    padding: 0 0 min(7.8226857888vw, 60px) 0;
  }
  #page .price-section:after {
    background-image: url(../img/parts-price-section/bottom-after-arrow-sp.png);
    width: min(64.667535854vw, 496px);
    height: min(17.2099087353vw, 132px);
    bottom: max(-13.037809648vw, -100px);
  }
  #page .price-section .price-section-title {
    top: min(-1.9556714472vw, -15px);
  }
  #page .price-section .c-wave-title {
    margin: 0 auto min(3.9113428944vw, 30px);
  }
  #page .price-section .price-section-title-text {
    width: 80%;
    margin: 0 auto min(9.1264667536vw, 70px);
    text-align: left;
  }
  #page .price-section .price-section-title-text p {
    font-size: min(3.3898305085vw, 26px);
    line-height: 1.6428571429;
  }
  #page .price-section .price-section-flex {
    display: block;
    width: 92%;
    margin: 0 auto;
    border-bottom: none;
    padding-bottom: min(7.1707953064vw, 55px);
  }
  #page .price-section .price-section-flex-item {
    max-width: min(82.1382007823vw, 630px);
    margin: 0 auto;
  }
  #page .price-section .price-section-flex-item:not(:last-child) {
    margin-bottom: min(7.8226857888vw, 60px);
  }
  #page .price-section .price-section-flex-item-title {
    border-top: 2px solid #053864;
    border-bottom: 2px solid #053864;
    height: min(11.4732724902vw, 88px);
  }
  #page .price-section .price-section-flex-item-title h4 {
    font-size: min(4.4328552803vw, 34px);
  }
  #page .price-section .price-section-flex-item-img {
    margin-bottom: min(1.9556714472vw, 15px);
  }
  #page .price-section .price-section-flex-item-text p {
    font-size: min(3.6505867014vw, 28px);
    line-height: 1.5714285714;
  }
  #page .price-section .price-section-button {
    max-width: min(87.3533246415vw, 670px);
    height: min(10.4302477184vw, 80px);
    margin: 0 auto;
  }
  #page .price-section .price-section-button a {
    font-size: min(3.6505867014vw, 28px);
    padding-top: 1px;
  }
}
#page .c-order-menu {
  padding: 120px 0 60px 0;
  position: relative;
}
#page .c-order-menu .c-order-menu-fukidashi {
  text-align: center;
  margin-bottom: 30px;
}
#page .c-order-menu .c-order-menu-fukidashi p {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
#page .c-order-menu .c-order-menu-fukidashi p:before {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background-color: #053864;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#page .c-order-menu .c-order-menu-fukidashi p:after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background-color: #053864;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#page .c-order-menu .c-wave-title {
  margin: 0 auto 30px;
}
#page .c-order-menu .c-order-menu-text {
  width: 100%;
  max-width: 844px;
  margin: 0 auto 120px;
  text-align: center;
  border-top: 3px dotted #053864;
}
#page .c-order-menu .c-order-menu-text p {
  font-size: 17px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 3px dotted #053864;
}
#page .c-order-menu .c-order-menu-text span {
  background-color: #d1f0f7;
  padding: 10px 0;
  border-radius: 50px;
}
#page .c-order-menu .c-line-first-plan {
  background-color: unset;
}
#page .c-order-menu .c-line-first-plan {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page .c-order-menu {
    padding: min(23.4680573664vw, 180px) 0 min(11.7340286832vw, 90px) 0;
  }
  #page .c-order-menu .c-order-menu-fukidashi {
    margin-bottom: min(7.8226857888vw, 60px);
  }
  #page .c-order-menu .c-order-menu-fukidashi p {
    font-size: min(3.6505867014vw, 28px);
  }
  #page .c-order-menu .c-order-menu-fukidashi p:before {
    width: min(0.260756193vw, 2px);
    height: min(3.6505867014vw, 28px);
    left: min(-1.3037809648vw, -10px);
  }
  #page .c-order-menu .c-order-menu-fukidashi p:after {
    width: min(0.260756193vw, 2px);
    height: min(3.6505867014vw, 28px);
    right: min(-1.3037809648vw, -10px);
  }
  #page .c-order-menu .c-wave-title {
    margin: 0 auto min(3.9113428944vw, 30px);
  }
  #page .c-order-menu .c-order-menu-text {
    border-top: none;
    width: 80%;
    margin: 0 auto min(14.3415906128vw, 110px);
    text-align: justify;
  }
  #page .c-order-menu .c-order-menu-text p {
    border-bottom: none;
    height: auto;
    display: inline;
    font-size: min(3.9113428944vw, 30px);
    line-height: 1.8666666667;
  }
  #page .c-order-menu .c-order-menu-text p span {
    padding: 1px 0;
    border-radius: 50px;
  }
}
#page .c-flow {
  background-image: url(../img/parts-flow/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 310px 0 100px 0;
  margin: -240px 0 25px 0;
}
#page .c-flow .c-flow-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#page .c-flow .c-flow-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
#page .c-flow .c-flow-top .border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #053864;
  margin-left: -1px;
  position: relative;
}
#page .c-flow .c-flow-top .border:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #053864;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-flow .c-flow-title {
  width: 100%;
  max-width: 232px;
}
#page .c-flow .c-flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
#page .c-flow .c-flow-flex-item {
  position: relative;
  width: 100%;
  max-width: 168px;
}
#page .c-flow .c-flow-flex-item-number {
  width: 100%;
  max-width: 50px;
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  margin: auto;
}
#page .c-flow .c-flow-flex-item-img {
  margin-bottom: 15px;
}
#page .c-flow .c-flow-flex-item-title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
  text-align: center;
  margin-bottom: 10px;
}
#page .c-flow .c-flow-flex-item-title p {
  font-size: 14px;
  font-weight: 700;
}
#page .c-flow .c-flow-flex-item-text p {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6923076923;
  font-weight: 400;
}
#page .c-flow .c-flow-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#page .c-flow .c-flow-bottom .border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #053864;
  position: relative;
}
#page .c-flow .c-flow-bottom .border:first-of-type:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #053864;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-flow .c-flow-bottom .border:last-of-type:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #053864;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-flow .c-flow-bottom p {
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#page .c-flow .c-flow-button {
  width: 100%;
  max-width: 305px;
  margin: 0 0 0 auto;
}
#page .c-flow .c-flow-button a {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #053864;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  position: relative;
  color: #053864;
}
#page .c-flow .c-flow-button a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/parts-flow/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-flow .c-flow-button a:hover {
  background-color: #053864;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-flow .c-flow-button a:hover:after {
  background-image: url(../img/parts-flow/arrow-white.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  #page .c-flow .c-flow-inner {
    width: 95%;
  }
  #page .c-flow .c-flow-flex {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 40px 0;
  }
  #page .c-flow .c-flow-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 100%;
    gap: 10px;
  }
  #page .c-flow .c-flow-flex-item-number {
    right: unset;
    top: -30px;
  }
  #page .c-flow .c-flow-flex-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #page .c-flow {
    padding: 280px 0 min(13.037809648vw, 100px) 0;
    background-image: url(../img/parts-flow/bg-sp.png);
  }
  #page .c-flow .c-flow-inner {
    width: 92%;
  }
  #page .c-flow .c-flow-flex {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: min(7.8226857888vw, 60px) 0;
  }
  #page .c-flow .c-flow-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    gap: min(3.259452412vw, 25px);
  }
  #page .c-flow .c-flow-title {
    max-width: min(66.4928292047vw, 510px);
    margin: 0 auto;
  }
  #page .c-flow .c-flow-top {
    margin-bottom: min(7.8226857888vw, 60px);
  }
  #page .c-flow .c-flow-top .border {
    display: none;
  }
  #page .c-flow .c-flow-flex-item-number {
    max-width: min(9.9087353325vw, 76px);
    height: min(9.9087353325vw, 76px);
    top: min(-2.6075619296vw, -20px);
  }
  #page .c-flow .c-flow-flex-item-title p {
    font-size: min(3.6505867014vw, 28px);
  }
  #page .c-flow .c-flow-flex-item-text p {
    font-size: min(3.3898305085vw, 26px);
    line-height: 1.6923076923;
  }
  #page .c-flow .c-flow-flex-item-text-box {
    padding-top: 10px;
  }
  #page .c-flow .c-flow-bottom {
    display: none;
  }
  #page .c-flow .c-flow-button {
    max-width: min(87.3533246415vw, 670px);
    margin: 0 auto;
  }
  #page .c-flow .c-flow-button a {
    border: 1px solid #053864;
  }
}
#page .c-forte {
  position: relative;
  padding: 100px 0 150px 0;
}
#page .c-forte .c-forte-gradation {
  background: linear-gradient(115deg, #9adbe7 0%, #ecf8fb 50%, #c0eaf4 100%);
  background-repeat: no-repeat;
  border-radius: 48% 48% 48% 48%/32.5% 32.5% 32.5% 32.5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2070px;
}
#page .c-forte .c-forte-inner {
  position: relative;
}
#page .c-forte .c-forte-title {
  text-align: center;
  margin-bottom: 60px;
}
#page .c-forte .c-wave-title {
  max-width: 730px;
  margin: 0 auto 30px;
}
#page .c-forte .price-section-title-text {
  text-align: center;
  margin-bottom: 65px;
}
#page .c-forte .price-section-title-text p {
  font-size: 17px;
}
#page .c-forte .c-forte-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  gap: 70px;
}
#page .c-forte .c-forte-data-item {
  position: relative;
}
#page .c-forte .c-forte-data-item:nth-child(1) .c-forte-data-item-number {
  max-width: 242px;
}
#page .c-forte .c-forte-data-item:nth-child(2) .c-forte-data-item-number {
  max-width: 238px;
}
#page .c-forte .c-forte-data-item:nth-child(2) .c-forte-data-item-title {
  position: relative;
  left: 15px;
}
#page .c-forte .c-forte-data-item:nth-child(3) .c-forte-data-item-number {
  max-width: 444px;
}
#page .c-forte .c-forte-data-item:nth-child(1):after, #page .c-forte .c-forte-data-item:nth-child(2):after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background-image: linear-gradient(#053864 2px, transparent 2px);
  background-size: 2px 6px;
  position: absolute;
  bottom: 12px;
  right: -32px;
}
#page .c-forte .c-forte-data-item-title {
  background-color: #fff;
  padding: 7px 15px;
  margin-bottom: 25px;
}
#page .c-forte .c-forte-data-item-title:after {
  background-color: #fff;
  bottom: -13px;
  height: 13px;
}
#page .c-forte .c-forte-data-item-title p {
  font-size: 14px;
  font-weight: 700;
  color: #053864;
}
#page .c-forte .c-forte-data-item-number {
  width: 100%;
}
#page .c-forte .c-forte-data-caption {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: right;
}
#page .c-forte .c-forte-data-caption p {
  font-size: 10px;
  letter-spacing: 0.04em;
}
#page .c-forte .c-forte-point {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 80px;
}
#page .c-forte .diagonal {
  margin-bottom: 30px;
}
#page .c-forte .c-forte-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 2px solid #053864;
  border-bottom: 2px solid #053864;
}
#page .c-forte .c-forte-point-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 30px 30px 20px 25px;
}
#page .c-forte .c-forte-point-list-item:nth-child(1) .c-forte-point-list-item-bottom:before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(../img/parts-forte/point-fukidashi.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -65px;
}
#page .c-forte .c-forte-point-list-item:not(:nth-child(n+4)) {
  border-bottom: 2px solid #053864;
}
#page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)) {
  border-right: 2px solid #053864;
  position: relative;
}
#page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)):before {
  content: "";
  display: block;
  background-image: url(../img/parts-forte/border-img-before.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 18px;
  position: absolute;
  top: 0;
  right: -21px;
}
#page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)):after {
  content: "";
  display: block;
  background-image: url(../img/parts-forte/border-img-after.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: -21px;
}
#page .c-forte .c-forte-point-list-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}
#page .c-forte .c-forte-point-list-item-number p {
  font-size: 47px;
  font-weight: 700;
  font-family: "roboto condensed", sans-serif;
  line-height: 1;
}
#page .c-forte .c-forte-point-list-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#page .c-forte .c-forte-point-list-item-title p {
  font-size: 17px;
  font-weight: 600;
  background-color: #fff;
  padding: 5px 8px;
}
#page .c-forte .c-forte-point-list-item-title p:not(:last-child) {
  margin-bottom: 5px;
}
#page .c-forte .c-forte-point-list-item-bottom {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  position: relative;
}
#page .c-forte .c-forte-point-fulfillment-title {
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin: 0 auto 50px;
  height: 60px;
  background-image: url(../img/parts-forte/bottom-text-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#page .c-forte .c-forte-point-fulfillment-title p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#page .c-forte .c-forte-point-fulfillment-icon {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 70px;
}
#page .c-forte .c-forte-point-fulfillment-button {
  text-align: center;
  margin: 0 auto;
}
#page .c-forte .c-forte-point-fulfillment-button a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #053864;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
  padding-left: 22px;
  position: relative;
  border-radius: 50px;
  color: #053864;
}
#page .c-forte .c-forte-point-fulfillment-button a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/parts-forte/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-forte .c-forte-point-fulfillment-button a:hover {
  background-color: #053864;
  color: #fff;
}
#page .c-forte .c-forte-point-fulfillment-button a:hover:after {
  background-image: url(../img/parts-forte/arrow-white.png);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  #page .c-forte {
    padding: min(7.3206442167vw, 100px) 0 min(10.980966325vw, 150px) 0;
  }
  #page .c-forte .c-forte-gradation {
    height: min(153.7335285505vw, 2100px);
  }
  #page .c-forte .c-forte-data {
    gap: min(6.588579795vw, 90px);
    margin-bottom: min(1.8301610542vw, 25px);
  }
  #page .c-forte .c-forte-data-item-title p {
    font-size: min(1.1713030747vw, 16px);
  }
  #page .c-forte .c-forte-data-item-number p {
    font-size: min(8.5651537335vw, 117px);
  }
  #page .c-forte .c-forte-data-item-number .per {
    font-size: min(5.7833089312vw, 79px);
  }
  #page .c-forte .c-forte-data-item-number .text-min {
    font-size: min(1.8301610542vw, 25px);
  }
  #page .c-forte .c-forte-point {
    max-width: min(84.9194729136vw, 1160px);
    margin: 0 auto min(5.8565153734vw, 80px);
  }
  #page .c-forte .diagonal {
    margin-bottom: min(2.196193265vw, 30px);
  }
  #page .c-forte .c-forte-point-list-item {
    padding: min(2.196193265vw, 30px) min(2.196193265vw, 30px) min(1.4641288433vw, 20px) min(1.8301610542vw, 25px);
  }
  #page .c-forte .c-forte-point-list-item:nth-child(1) .c-forte-point-list-item-bottom:before {
    width: min(8.0527086384vw, 110px);
    height: min(8.0527086384vw, 110px);
    left: min(-4.7584187408vw, -65px);
  }
  #page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)):before {
    width: min(3.0014641288vw, 41px);
    height: min(1.317715959vw, 18px);
    right: min(-1.1713030747vw, -16px);
  }
  #page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)):after {
    width: min(3.0014641288vw, 41px);
    height: min(1.317715959vw, 18px);
    right: min(-1.1713030747vw, -16px);
  }
  #page .c-forte .c-forte-point-list-item-top {
    gap: min(1.317715959vw, 18px);
    margin-bottom: min(1.6105417277vw, 22px);
  }
  #page .c-forte .c-forte-point-list-item-number p {
    font-size: min(3.2210834553vw, 44px);
  }
  #page .c-forte .c-forte-point-list-item-title p {
    font-size: min(1.2445095168vw, 17px);
  }
  #page .c-forte .c-forte-point-list-item-bottom {
    max-width: min(21.2298682284vw, 290px);
  }
  #page .c-forte .c-forte-point-fulfillment-title {
    max-width: min(41.7276720351vw, 570px);
    margin: 0 auto min(3.6603221083vw, 50px);
    height: min(4.39238653vw, 60px);
  }
  #page .c-forte .c-forte-point-fulfillment-title p {
    font-size: min(1.6105417277vw, 22px);
  }
  #page .c-forte .c-forte-point-fulfillment-icon {
    max-width: min(80.5270863836vw, 1100px);
    margin: 0 auto min(5.1244509517vw, 70px);
  }
  #page .c-forte .c-forte-point-fulfillment-button a {
    color: #053864;
  }
}
@media screen and (max-width: 767px) {
  #page .c-forte {
    padding: min(20.8604954368vw, 160px) 0 min(32.5945241199vw, 250px) 0;
  }
  #page .c-forte .c-forte-gradation {
    height: min(610.1694915254vw, 4680px);
    background: url(../img/parts-forte/gradation-bg-sp.png) no-repeat center center/100% 100%;
    border-radius: unset;
  }
  #page .c-forte .c-forte-title {
    margin-bottom: min(12.3859191656vw, 95px);
  }
  #page .c-forte .c-forte-title .c-fukidashi-title {
    padding: 6px 18px;
  }
  #page .c-forte .c-forte-title .c-fukidashi-title:after {
    bottom: min(-1.6949152542vw, -13px);
    height: min(3.9113428944vw, 30px);
    left: 0;
    margin: auto;
  }
  #page .c-forte .c-wave-title {
    margin: 0 auto min(3.9113428944vw, 30px);
    max-width: 335px;
  }
  #page .c-forte .c-wave-title h3 {
    bottom: 16px;
  }
  #page .c-forte .price-section-title-text {
    width: 83%;
    text-align: left;
    margin: 0 auto min(9.1264667536vw, 70px);
  }
  #page .c-forte .price-section-title-text p {
    font-size: min(3.6505867014vw, 28px);
    line-height: 1.6428571429;
  }
  #page .c-forte .c-forte-data {
    width: 90%;
    margin: 0 auto min(3.259452412vw, 25px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0;
    border-top: 1px solid #053864;
    border-bottom: 1px solid #053864;
  }
  #page .c-forte .c-forte-data-item {
    text-align: center;
    width: 100%;
    height: min(30.5084745763vw, 234px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #page .c-forte .c-forte-data-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 1px solid #053864;
  }
  #page .c-forte .c-forte-data-item:nth-child(1):after {
    display: none;
  }
  #page .c-forte .c-forte-data-item:nth-child(1) .c-fukidashi-title {
    left: unset;
    right: 25px;
  }
  #page .c-forte .c-forte-data-item:nth-child(1) .c-forte-data-item-number {
    max-width: 149px;
  }
  #page .c-forte .c-forte-data-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #page .c-forte .c-forte-data-item:nth-child(2):after {
    display: none;
  }
  #page .c-forte .c-forte-data-item:nth-child(2) .c-fukidashi-title {
    left: -8px;
  }
  #page .c-forte .c-forte-data-item:nth-child(2) .c-forte-data-item-number {
    max-width: 139px;
  }
  #page .c-forte .c-forte-data-item:nth-child(3) {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-top: 1px solid #053864;
    padding: 14px 0 0 0;
  }
  #page .c-forte .c-forte-data-item:nth-child(3) .c-fukidashi-title {
    right: unset;
    left: -94px;
  }
  #page .c-forte .c-forte-data-item:nth-child(3) .c-forte-data-item-number {
    max-width: 274px;
    margin: 0 auto;
  }
  #page .c-forte .c-fukidashi-title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 4px 8px;
    position: relative;
    right: 0;
    margin-bottom: 14px;
  }
  #page .c-forte .c-fukidashi-title p {
    font-size: 10px;
  }
  #page .c-forte .c-fukidashi-title:after {
    bottom: min(-1.0430247718vw, -8px);
    height: min(3.259452412vw, 25px);
    left: 30px;
    margin: unset;
  }
  #page .c-forte .c-fukidashi-title.diagonal {
    padding: min(1.5645371578vw, 12px) min(4.9543676662vw, 38px);
    margin-bottom: min(6.518904824vw, 50px);
    right: 0;
  }
  #page .c-forte .c-forte-data-item-number p {
    font-size: min(17.9921773142vw, 138px);
  }
  #page .c-forte .c-forte-data-item-number .per {
    font-size: min(11.9947848761vw, 92px);
  }
  #page .c-forte .c-forte-data-item-number .text-min {
    font-size: min(3.9113428944vw, 30px);
  }
  #page .c-forte .c-forte-data-item-number .comma {
    margin: 0 min(-0.5215123859vw, -4px) 0 min(-1.0430247718vw, -8px);
  }
  #page .c-forte .c-forte-data-caption {
    text-align: left;
    max-width: 90%;
  }
  #page .c-forte .c-forte-data-caption p {
    font-size: min(2.6075619296vw, 20px);
    line-height: 1.5;
  }
  #page .c-forte .c-forte-point {
    max-width: min(91.7861799218vw, 704px);
    margin: 0 auto min(15.6453715776vw, 120px);
  }
  #page .c-forte .c-forte-point-list {
    display: block;
    border-top: 1px solid #053864;
    border-bottom: 1px solid #053864;
  }
  #page .c-forte .c-forte-point-list-item {
    padding: min(4.5632333768vw, 35px) min(1.3037809648vw, 10px);
    position: relative;
  }
  #page .c-forte .c-forte-point-list-item:not(:nth-child(n+4)) {
    border-bottom: 1px solid #053864;
  }
  #page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)) {
    border-right: none;
    border-bottom: 1px solid #053864;
  }
  #page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)):before {
    display: none;
  }
  #page .c-forte .c-forte-point-list-item:not(:nth-child(3)):not(:nth-child(6)):after {
    display: none;
  }
  #page .c-forte .c-forte-point-list-item:first-child .c-forte-point-list-item-bottom:before {
    background-image: url(../img/parts-forte/point-fukidashi-sp.png);
    width: 85px;
    height: 85px;
    left: unset;
    right: -10px;
    bottom: -35px;
  }
  #page .c-forte .c-forte-point-list-item:nth-child(4), #page .c-forte .c-forte-point-list-item:nth-child(5) {
    border-bottom: 1px solid #053864;
  }
  #page .c-forte .c-forte-point-list-item-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #page .c-forte .c-forte-point-list-item-bottom {
    max-width: min(48.2398956975vw, 370px);
    position: absolute;
    top: min(2.6075619296vw, 20px);
    right: min(1.3037809648vw, 10px);
  }
  #page .c-forte .c-forte-point-list-item-number {
    padding-left: min(1.3037809648vw, 10px);
  }
  #page .c-forte .c-forte-point-list-item-number p {
    font-size: min(11.7340286832vw, 90px);
  }
  #page .c-forte .c-forte-point-list-item-title {
    position: relative;
    z-index: 1;
  }
  #page .c-forte .c-forte-point-list-item-title p {
    font-size: min(3.6505867014vw, 28px);
    line-height: 1.0714285714;
  }
  #page .c-forte .c-forte-point-fulfillment-title {
    background-image: url(../img/parts-forte/bottom-text-bg-sp.png);
    max-width: min(87.3533246415vw, 670px);
    margin: 0 auto min(9.1264667536vw, 70px);
    height: min(15.6453715776vw, 120px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #page .c-forte .c-forte-point-fulfillment-title p {
    font-size: min(4.4328552803vw, 34px);
    line-height: 1.6470588235;
    position: relative;
    bottom: min(2.6075619296vw, 20px);
  }
  #page .c-forte .c-forte-point-fulfillment-icon {
    max-width: min(89.9608865711vw, 690px);
    margin: 0 auto min(9.1264667536vw, 70px);
  }
  #page .c-forte .c-forte-point-fulfillment-button a {
    height: min(10.4302477184vw, 80px);
    font-size: min(3.6505867014vw, 28px);
  }
  #page .c-forte .c-forte-point-fulfillment-button a:after {
    width: min(6.258148631vw, 48px);
    height: min(6.258148631vw, 48px);
    right: min(1.3037809648vw, 10px);
  }
}
@media screen and (max-width: 450px) {
  #page .c-forte .c-forte-gradation {
    height: min(610.1694915254vw, 4680px);
  }
  #page .c-forte .c-forte-title {
    margin-bottom: 40px;
  }
  #page .c-forte .c-forte-point-fulfillment-icon {
    max-width: 345px;
  }
}
#page .c-hannaryz {
  position: relative;
}
#page .c-hannaryz .c-hannaryz-inner {
  width: 100%;
  max-width: 1083px;
  margin: 0 auto;
  background-color: #d1f0f7;
  border-radius: 20px;
  padding: 5px 18px 18px 5px;
}
#page .c-hannaryz .c-hannaryz-inner-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
#page .c-hannaryz .c-hannaryz-partner {
  margin-bottom: 35px;
}
#page .c-hannaryz .c-hannaryz-partner p {
  font-size: 10px;
  font-family: "roboto condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#page .c-hannaryz .c-hannaryz-title {
  margin-bottom: 35px;
}
#page .c-hannaryz .c-hannaryz-title p {
  font-size: 23px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 60%);
  display: inline-block;
}
#page .c-hannaryz .c-hannaryz-title p:not(:last-child) {
  margin-bottom: 18px;
}
#page .c-hannaryz .c-hannaryz-text {
  margin-bottom: 20px;
}
#page .c-hannaryz .c-hannaryz-text p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  font-weight: 400;
}
#page .c-hannaryz .c-hannaryz-text-bottom p {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8888888889;
  color: #ff5536;
}
#page .c-hannaryz .c-hannaryz-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#page .c-hannaryz .c-hannaryz-logo {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 25px;
}
#page .c-hannaryz .c-hannaryz-img {
  width: 100%;
  max-width: 226px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #page .c-hannaryz .c-hannaryz-inner {
    width: 95%;
    border-radius: 10px;
  }
  #page .c-hannaryz .c-hannaryz-inner-box {
    border-radius: 10px;
  }
  #page .c-hannaryz .c-hannaryz-title p {
    font-size: min(1.6837481698vw, 23px);
  }
}
@media screen and (max-width: 767px) {
  #page .c-hannaryz .c-hannaryz-inner {
    padding: min(0.9126466754vw, 7px) min(2.2164276402vw, 17px) min(2.2164276402vw, 17px) min(0.9126466754vw, 7px);
  }
  #page .c-hannaryz .c-hannaryz-inner-box {
    padding: min(13.037809648vw, 100px) min(5.2151238592vw, 40px) min(10.4302477184vw, 80px) min(6.518904824vw, 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0;
  }
  #page .c-hannaryz .c-hannaryz-left,
  #page .c-hannaryz .c-hannaryz-right {
    display: contents;
  }
  #page .c-hannaryz .c-hannaryz-partner {
    margin-bottom: min(7.1707953064vw, 55px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #page .c-hannaryz .c-hannaryz-partner p {
    font-size: min(2.8683181226vw, 22px);
  }
  #page .c-hannaryz .c-hannaryz-title {
    margin-bottom: min(7.1707953064vw, 55px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page .c-hannaryz .c-hannaryz-title p {
    font-size: min(4.9543676662vw, 38px);
    line-height: 2.0526315789;
    display: inline;
  }
  #page .c-hannaryz .c-hannaryz-logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: min(40.4172099087vw, 310px);
    margin: 0 auto min(5.8670143416vw, 45px);
  }
  #page .c-hannaryz .c-hannaryz-text {
    margin-bottom: min(7.8226857888vw, 60px);
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #page .c-hannaryz .c-hannaryz-text p {
    font-size: min(3.6505867014vw, 28px);
  }
  #page .c-hannaryz .c-hannaryz-text-bottom {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: min(9.1264667536vw, 70px);
  }
  #page .c-hannaryz .c-hannaryz-text-bottom p {
    font-size: min(4.1720990874vw, 32px);
  }
  #page .c-hannaryz .c-hannaryz-img {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
#page .c-review {
  padding: 100px 0 0 0;
}
#page .c-review .c-review-title {
  text-align: center;
  margin-bottom: 65px;
}
#page .c-review .c-wave-title {
  margin-bottom: 40px;
}
#page .c-review .c-review-title-text {
  text-align: center;
  margin-bottom: 50px;
}
#page .c-review .c-review-title-text p {
  font-size: 17px;
}
#page .c-review .c-review-slider {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 65px;
}
#page .c-review .c-review-slider::-webkit-scrollbar {
  display: none;
}
#page .c-review .c-review-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-bottom: 65px;
  padding-right: 100px;
  padding-left: 100px;
}
#page .c-review .c-review-slider-item {
  width: 330px;
  background-color: #fff;
  padding: 28px 26px 50px;
  border: 1px solid #053864;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-review .c-review-slider-item:not(:first-child) {
  border-left: none;
}
#page .c-review .c-review-slider-item.hover {
  background-color: #effafe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-review .c-review-slider-img {
  width: 100%;
  max-width: 270px;
  height: 160px;
  margin: 0 auto 22px;
}
#page .c-review .c-review-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 35%/50%;
}
#page .c-review .c-review-slider-title {
  text-align: center;
  margin-bottom: 10px;
}
#page .c-review .c-review-slider-title p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.7647058824;
}
#page .c-review .c-review-slider-name {
  padding: 5px 0;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
  text-align: center;
}
#page .c-review .c-review-slider-name p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7647058824;
}
#page .c-review .c-review-slider-list p {
  padding: 10px 0 10px 15px;
  position: relative;
}
#page .c-review .c-review-slider-list p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ff4d32;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-review .c-review-slider-list p:not(:last-child) {
  border-bottom: 1px dotted #053864;
}
#page .c-review .c-review-slider-button {
  text-align: center;
  width: 100%;
  max-width: 112px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
}
#page .c-review .c-review-slider-button a {
  width: 100%;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid #053864;
  padding-right: 12px;
  padding-bottom: 1px;
  letter-spacing: -0.03em;
  position: relative;
  color: #053864;
}
#page .c-review .c-review-slider-button a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/parts-store-review/arrow-navy.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-review .c-review-slider-button a:hover {
  background-color: #053864;
  color: #fff;
}
#page .c-review .c-review-slider-button a:hover:after {
  background-image: url(../img/parts-store-review/arrow-white.png);
}
#page .c-review .c-review-link-button {
  margin: 0 auto;
  text-align: center;
}
#page .c-review .c-review-link-button a {
  padding: 0 65px 0 20px;
  height: 50px;
  background-color: #053864;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.04em;
}
#page .c-review .c-review-link-button a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/parts-store-review/arrow.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#page .c-review .c-review-link-button a:hover {
  color: #ffff00;
}
#page .c-review .c-review-link-button a:hover:after {
  background-image: url(../img/parts-store-review/arrow-yellow.png);
}
#page .c-review .google-review {
  padding: 110px 0 100px 0;
  background-image: url(../img/parts-store-review/review-bg.png);
  background-size: 100% 50%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
#page .c-review .google-review-title {
  width: 100%;
  max-width: 160px;
  margin: 0 auto 20px;
}
#page .c-review .google-review-star {
  width: 100%;
  max-width: 90px;
  margin: 0 auto 20px;
}
#page .c-review .google-review-text-wave {
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background-image: url(../img/parts-store-review/title-text-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
#page .c-review .google-review-text-wave p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8421052632;
  letter-spacing: 0.03em;
}
#page .c-review .mapreview-wrapper {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif !important;
}
#page .c-review #mrTable04-outer > .mrcominfo {
  border-bottom: none;
}
#page .c-review .mr-table04.review-list {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
#page .c-review .review-card {
  border: 1px solid #053864;
  padding: 20px !important;
}
#page .c-review .review-card:not(:last-child) {
  margin-bottom: 20px;
}
#page .c-review .review-card .mrtext {
  white-space: unset;
  color: #053864;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
#page .c-review .review-card .mrname {
  font-size: 18px;
}
#page .c-review .paginationjs .paginationjs-pages li.active > a {
  background: #053864;
}
#page .c-review .paginationjs-ellipsis {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #page .c-review {
    padding: min(18.9048239896vw, 145px) 0 0 0;
  }
  #page .c-review .c-review-wrap {
    padding: 0 0 0 15px;
  }
  #page .c-review .c-review-title {
    margin-bottom: min(14.0808344198vw, 108px);
  }
  #page .c-review .c-wave-title {
    margin-bottom: min(3.9113428944vw, 30px);
  }
  #page .c-review .c-review-title-text {
    text-align: left;
    width: 84%;
    margin: 0 auto min(9.1264667536vw, 70px);
  }
  #page .c-review .c-review-title-text p {
    font-size: min(3.6505867014vw, 28px);
    line-height: 1.6428571429;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #page .c-review .c-review-slider {
    margin-bottom: 60px;
  }
  #page .c-review .c-review-slider-inner {
    padding-bottom: 70px;
    padding-right: 15px;
    padding-left: 0;
  }
  #page .c-review .c-review-slider-item {
    width: 300px;
    padding: 20px 15px 40px;
  }
  #page .c-review .c-review-slider-title p {
    font-size: 15px;
  }
  #page .c-review .c-review-slider-name p {
    font-size: 15px;
  }
  #page .c-review .c-review-slider-list p {
    font-size: 15px;
  }
  #page .c-review .c-review-link-button a {
    font-size: 12px;
    height: 40px;
  }
  #page .c-review .c-review-link-button a:after {
    width: 24px;
    height: 24px;
    right: 5px;
  }
  #page .c-review .google-review {
    padding: 75px 0 0;
  }
  #page .c-review .google-review-title {
    max-width: 150px;
    margin: 0 auto 20px;
  }
  #page .c-review .google-review-star {
    max-width: 85px;
    margin: 0 auto 20px;
  }
  #page .c-review .google-review-text-wave {
    background-image: url(../img/parts-store-review/title-text-bg-sp.png);
    max-width: 335px;
  }
  #page .c-review .google-review-text-wave p {
    font-size: 17px;
  }
  #page .c-review .google-review-content {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 360px) {
  #page .c-review .c-review-link-button a {
    padding: 0 50px 0 20px;
  }
}
#page .c-staff {
  padding: 90px 0 0 0;
}
#page .c-staff .c-staff-title {
  text-align: center;
  margin-bottom: 40px;
}
#page .c-staff .c-staff-title-text {
  margin-bottom: 45px;
  text-align: center;
}
#page .c-staff .c-staff-title-text p {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.06em;
}
#page .c-staff .c-staff-content-shop-img-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#page .c-staff .c-staff-content-shop-img-wrap-exterior {
  width: 100%;
  max-width: 394px;
  margin-bottom: 12px;
}
#page .c-staff .c-staff-content-shop-img-wrap-exterior img {
  height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#page .c-staff .c-staff-content-shop-img-wrap-right {
  width: 100%;
  max-width: 744px;
}
#page .c-staff .c-staff-content-shop-img-wrap-interior iframe {
  width: 100%;
  height: 292px;
  border-radius: 10px;
  margin-bottom: 12px;
}
#page .c-staff .c-wave-title {
  max-width: 560px;
  margin: 0 auto 35px;
}
#page .c-staff .c-wave-title h3 {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
#page .c-staff .c-staff-content-title-text {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 240px;
}
#page .c-staff .c-staff-content-title-text p {
  font-size: 16px;
}
#page .c-staff .c-staff-content-director {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto -130px;
  position: relative;
  top: -190px;
}
#page .c-staff .c-staff-content-director-title {
  width: 100%;
  max-width: 166px;
  position: relative;
  z-index: 2;
}
#page .c-staff .c-staff-dot {
  background-color: #ffffff;
  background-image: url(../img/parts-common/dots-bg.png);
  background-size: 50px 44px;
  background-repeat: repeat;
}
#page .c-staff .c-staff-content-director-box {
  border: 1px solid #053864;
  background-color: #fff;
  border-radius: 10px;
  padding: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  top: -10px;
  max-height: 522px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  height: auto;
}
#page .c-staff .c-staff-content-director-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 150px;
  -webkit-transition: 1s;
  transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
#page .c-staff .c-staff-content-director-box.open:after {
  z-index: -1;
  opacity: 0;
}
#page .c-staff .c-staff-content-director-box-left {
  max-width: 286px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#page .c-staff .c-staff-content-director-box-img {
  margin-bottom: 30px;
}
#page .c-staff .c-staff-content-director-box-award-title {
  margin-bottom: 10px;
}
#page .c-staff .c-staff-content-director-box-award-title p {
  font-size: 13px;
  letter-spacing: 0.07em;
}
#page .c-staff .c-staff-content-director-box-award-img:not(:last-child) {
  margin-bottom: 15px;
}
#page .c-staff .c-staff-content-director-box-title {
  position: relative;
  margin-bottom: 30px;
}
#page .c-staff .c-staff-content-director-box-title:after {
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
}
#page .c-staff .c-staff-content-director-box-title p {
  font-size: 20px;
  letter-spacing: 0.07em;
  padding: 0 10px 8px 5px;
}
#page .c-staff .c-staff-content-director-box-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
}
#page .c-staff .c-staff-content-director-box-name {
  position: relative;
}
#page .c-staff .c-staff-content-director-box-name:after {
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
}
#page .c-staff .c-staff-content-director-box-name p {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 40px 8px 5px;
}
#page .c-staff .c-staff-content-director-box-name .name {
  font-size: 23px;
}
#page .c-staff .c-staff-content-director-box-qualification {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#page .c-staff .c-staff-content-director-box-qualification:after {
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
}
#page .c-staff .c-staff-content-director-box-qualification p {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 14px 8px 5px;
}
#page .c-staff .c-staff-content-director-box-qualification .qualification {
  font-size: 16px;
}
#page .c-staff .c-staff-content-director-box-comment p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#page .c-staff .c-staff-content-therapist {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
#page .c-staff .c-staff-content-therapist-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#page .c-staff .c-staff-content-therapist-scroll::-webkit-scrollbar {
  display: none;
}
#page .c-staff .c-staff-content-therapist-title {
  width: 100%;
  max-width: 166px;
  position: relative;
  z-index: 2;
  bottom: -10px;
}
#page .c-staff .c-staff-content-therapist-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  gap: 30px;
  padding-bottom: 45px;
  padding-right: 100px;
  padding-left: 100px;
}
#page .c-staff .c-staff-content-therapist-item {
  width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #053864;
  gap: 20px;
}
#page .c-staff .c-staff-content-therapist-img {
  width: 236px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#page .c-staff .c-staff-content-therapist-item-comment {
  padding: 15px 0;
  margin-bottom: 40px;
  position: relative;
}
#page .c-staff .c-staff-content-therapist-item-comment:after {
  background-image: url(../img/parts-common/border-dots.png);
  background-size: 12px 2px;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
}
#page .c-staff .c-staff-content-therapist-item-comment p {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.75;
}
#page .c-staff .c-staff-content-therapist-item-name {
  margin-bottom: 20px;
}
#page .c-staff .c-staff-content-therapist-item-name p {
  letter-spacing: 0.1em;
}
#page .c-staff .c-staff-content-therapist-item-name p:first-child {
  font-size: 23px;
  margin-bottom: 5px;
}
#page .c-staff .c-staff-content-therapist-item-name p:last-child {
  font-size: 12px;
}
#page .c-staff .c-staff-content-therapist-item-qualification p {
  letter-spacing: 0.1em;
}
#page .c-staff .c-staff-content-therapist-item-qualification p:first-child {
  font-size: 13px;
  margin-bottom: 7px;
}
#page .c-staff .c-staff-content-therapist-item-qualification p:last-child {
  font-size: 15px;
}
#page .c-staff .c-staff-content-director-box-comment-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  z-index: 4;
  width: 100%;
  max-width: 126px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border: 1px solid #053864;
  background-color: #fff;
  padding-right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-staff .c-staff-content-director-box-comment-more::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts-store-staff/arrow-open.png);
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
#page .c-staff .c-staff-content-director-box-comment-more:hover {
  background-color: #053864;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-staff .c-staff-content-director-box-comment-more:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
}
#page .c-staff .c-staff-content-director-box-comment-more.open {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-staff .c-staff-content-director-box-comment-more.open::after {
  top: 2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1366px) {
  #page .c-staff .c-staff-content-shop-img-wrap {
    width: 95%;
    gap: 10px;
  }
  #page .c-staff .c-staff-content-director {
    width: 95%;
  }
  #page .c-staff .c-staff-content-therapist {
    max-width: 95%;
  }
  #page .c-staff .c-staff-content-therapist-inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page .c-staff {
    padding: 40px 0 0 0;
  }
  #page .c-staff .c-staff-title {
    margin-bottom: 45px;
  }
  #page .c-staff .c-staff-title-text {
    width: 80%;
    margin: 0 auto 35px;
    text-align: justify;
  }
  #page .c-staff .c-staff-title-text p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #page .c-staff .c-staff-content-shop-img-wrap {
    width: 92%;
  }
  #page .c-staff .c-staff-content-director {
    width: 92%;
    margin: 0 auto -150px;
  }
  #page .c-staff .c-staff-content-therapist {
    max-width: 92%;
  }
  #page .c-staff .c-staff-content-shop-img-wrap {
    display: block;
    text-align: center;
    margin: 0 auto 60px;
  }
  #page .c-staff .c-staff-content-shop-img-wrap p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #page .c-staff .c-staff-content-shop-img-wrap span {
    border-bottom: 1px solid #053864;
    padding: 0 5px 3px;
  }
  #page .c-staff .c-staff-content-shop-img-wrap-left {
    margin-bottom: 35px;
  }
  #page .c-staff .c-staff-content-shop-img-wrap-exterior {
    max-width: 100%;
    margin-bottom: 0;
  }
  #page .c-staff .c-staff-content-shop-img-wrap-exterior img {
    aspect-ratio: 16/9;
    width: 100%;
    height: 208px;
  }
  #page .c-staff .c-staff-content-shop-img-wrap-interior iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: 248px;
  }
  #page .c-staff .c-wave-title {
    width: 92%;
    margin: 0 auto 20px;
  }
  #page .c-staff .c-wave-title h3 {
    font-size: 23px;
  }
  #page .c-staff .c-staff-content-title-text {
    width: 80%;
    margin: 0 auto 230px;
  }
  #page .c-staff .c-staff-content-title-text p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6428571429;
  }
  #page .c-staff .c-staff-content-director-title {
    max-width: 170px;
    margin: 0 auto;
  }
  #page .c-staff .c-staff-content-director-box {
    padding: 13px 13px 30px 13px;
    display: block;
    gap: 0;
  }
  #page .c-staff .c-staff-content-director-box-img {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page .c-staff .c-staff-content-director-box-top-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page .c-staff .c-staff-content-director-box-sp-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page .c-staff .director-img {
    width: 48%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page .c-staff .c-staff-content-director-box-title {
    padding: 10px 0 0;
    margin-bottom: 5px;
  }
  #page .c-staff .c-staff-content-director-box-title:after {
    display: none;
  }
  #page .c-staff .c-staff-content-director-box-title p {
    padding: 0;
    font-size: 14px;
    line-height: 1.6428571429;
  }
  #page .c-staff .c-staff-content-director-box-name {
    margin-top: 10px;
    position: relative;
    padding: 15px 0 0 0;
  }
  #page .c-staff .c-staff-content-director-box-name:before {
    background-image: url(../img/parts-common/border-dots.png);
    background-size: 5px 1px;
    background-repeat: repeat;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -3px;
  }
  #page .c-staff .c-staff-content-director-box-name:after {
    display: none;
  }
  #page .c-staff .c-staff-content-director-box-name p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 0;
    line-height: 1;
  }
  #page .c-staff .c-staff-content-director-box-name p:first-child {
    margin-bottom: 8px;
    font-size: 11px;
  }
  #page .c-staff .c-staff-content-director-box-name p:nth-child(2) {
    margin-bottom: 7px;
    font-size: 18px;
  }
  #page .c-staff .c-staff-content-director-box-name p:last-child {
    font-size: 10px;
  }
  #page .c-staff .c-staff-content-director-box-qualification {
    margin-top: 10px;
  }
  #page .c-staff .c-staff-content-director-box-qualification:before {
    background-image: url(../img/parts-common/border-dots.png);
    background-size: 5px 1px;
    background-repeat: repeat;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -3px;
  }
  #page .c-staff .c-staff-content-director-box-qualification:after {
    background-size: 5px 1px;
    height: 1px;
    bottom: -3px;
  }
  #page .c-staff .c-staff-content-director-box-qualification p {
    font-size: 11px;
    padding: 5px 0;
  }
  #page .c-staff .c-staff-content-director-box-qualification .qualification {
    font-size: 12px;
  }
  #page .c-staff .c-staff-content-director-box-comment {
    padding: 10px 0 20px;
  }
  #page .c-staff .c-staff-content-director-box-comment p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #page .c-staff .c-staff-content-director-box-comment p:not(:last-child) {
    margin-bottom: 20px;
  }
  #page .c-staff .c-staff-content-director-box-award-title p {
    font-size: 11px;
  }
  #page .c-staff .c-staff-content-director-box-award-img-wrap-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    gap: 10px;
  }
  #page .c-staff .c-staff-content-director-box-award-img {
    width: 286px;
  }
  #page .c-staff .c-staff-content-director-box-award-img:not(:last-child) {
    margin-bottom: 0;
  }
  #page .c-staff .c-staff-content-director-box-comment-more:hover {
    background-color: #fff;
    color: #053864;
  }
  #page .c-staff .c-staff-content-director-box-comment-more:hover:after {
    -webkit-filter: unset;
            filter: unset;
  }
  #page .c-staff .simplebar-track {
    left: 0;
    margin: auto;
    margin-right: unset !important;
  }
  #page .c-staff .simplebar-track.simplebar-horizontal {
    margin-right: 0;
  }
  #page .c-staff .simplebar-scrollbar::before {
    left: 0 !important;
  }
  #page .c-staff .c-staff-content-therapist-scroll .simplebar-track.simplebar-horizontal {
    width: 90% !important;
    left: 5% !important;
    right: unset;
  }
  #page .c-staff .c-staff-content-therapist-scroll .simplebar-scrollbar::before {
    left: 0 !important;
    right: 0 !important;
  }
  #page .c-staff .c-staff-content-therapist-inner {
    padding-left: 18px;
    padding-right: 18px;
    gap: 10px;
    padding-bottom: 55px;
  }
  #page .c-staff .c-staff-content-therapist-title {
    margin: 0 auto;
  }
  #page .c-staff .c-staff-content-therapist-item {
    width: 320px;
    padding: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0;
  }
  #page .c-staff .c-staff-content-therapist-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page .c-staff .c-staff-content-therapist-img img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page .c-staff .c-staff-content-therapist-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page .c-staff .c-staff-content-therapist-item-comment {
    padding: 15px 0 0 0;
    margin-bottom: 15px;
  }
  #page .c-staff .c-staff-content-therapist-item-comment:after {
    display: none;
  }
  #page .c-staff .c-staff-content-therapist-item-comment p {
    font-size: 14px;
    line-height: 1.5714285714;
  }
  #page .c-staff .c-staff-content-therapist-item-name p:first-child {
    font-size: 18px;
  }
  #page .c-staff .c-staff-content-therapist-item-name p:last-child {
    font-size: 10px;
  }
  #page .c-staff .c-staff-content-therapist-item-qualification {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
  }
  #page .c-staff .c-staff-content-therapist-item-qualification p {
    font-size: 11px;
  }
  #page .c-staff .c-staff-content-therapist-item-qualification p:first-child {
    margin-bottom: 0;
  }
  #page .c-staff .c-staff-content-therapist-item-qualification p:last-child {
    font-size: 11px;
  }
  #page .c-staff .c-staff-content-therapist-item-qualification span {
    font-size: 12px;
    margin-left: 5px;
  }
}
#page .c-news {
  padding: 185px 0 0 0;
  position: relative;
  background-color: #ffffff;
  background-color: #ffffff;
  background-image: url(../img/parts-common/dots-bg.png);
  background-size: 50px 44px;
  background-repeat: repeat;
  z-index: 1;
}
#page .c-news::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 80px;
  left: 0;
  z-index: -1;
  border-top-left-radius: 40% 80%;
}
#page .c-news .c-news-wrap {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page .c-news .c-news-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.85%;
          flex: 0 0 14.85%;
}
#page .c-news .c-fukidashi-title {
  max-width: 157px;
  width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
}
#page .c-news .c-news-ttl-en {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 69px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#page .c-news .c-news-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75.44%;
          flex: 0 0 75.44%;
  margin-top: 18px;
}
#page .c-news .c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 52px 25px 10px;
  color: #053864;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-news .c-news-item:first-child {
  background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 4px), repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 4px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
}
#page .c-news .c-news-item:not(:first-child) {
  background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#page .c-news .c-news-item:nth-last-child(2) {
  margin-bottom: 45px;
}
#page .c-news .c-news-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts-blog/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#page .c-news .c-news-item:hover {
  background-color: #f4f7fa;
}
#page .c-news .c-news-day {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#page .c-news .c-news-category {
  font-size: 12px;
  line-height: 1;
  padding: 4px 0;
  max-width: 92px;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  margin-left: 14px;
}
#page .c-news .c-news-category.news {
  border: 1px solid #053864;
  background-color: #fff;
}
#page .c-news .c-news-category.campaign {
  background-color: #ff4d32;
  color: #fff;
}
#page .c-news .c-news-shop {
  max-width: 74px;
  width: 100%;
  text-align: center;
  background-color: #053864;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 4.5px 0;
  border-radius: 50px;
  margin-left: 6px;
}
#page .c-news .c-news-text {
  margin-left: 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.7333333333;
}
#page .c-news .c-news-link {
  max-width: 206px;
  width: 100%;
}
#page .c-news .c-news-link .button-hover-navy {
  border: 1px solid #053864;
  border-radius: 50px;
  display: block;
  padding: 11px 0 11px 15px;
  position: relative;
  color: #053864;
}
#page .c-news .c-news-link .button-hover-navy::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts-news/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-news .c-news-link .button-hover-navy:hover {
  color: #fff;
}
#page .c-news .c-news-link .button-hover-navy:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(26%) hue-rotate(66deg) brightness(103%) contrast(111%);
}
@media screen and (max-width: 1200px) {
  #page .c-news .c-news-wrap {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page .c-news .c-news-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
  }
  #page .c-news .c-news-ttl-en {
    text-align: left;
  }
  #page .c-news .c-news-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.44%;
            flex: 0 0 77.44%;
  }
}
@media screen and (max-width: 1000px) {
  #page .c-news .c-news-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page .c-news .c-news-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 800px) {
  #page .c-news .c-news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  #page .c-news .c-news-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #page .c-news {
    padding: 130px 0 0 0;
  }
  #page .c-news::after {
    border-top-left-radius: 80% 40%;
    top: 90px;
  }
  #page .c-news .c-news-ttl {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -45px;
  }
  #page .c-news .c-fukidashi-title {
    max-width: 125px;
    padding: 5px 20px;
    margin: 0 auto 25px auto;
  }
  #page .c-news .c-news-ttl-en {
    text-align: center;
    font-size: 48px;
  }
  #page .c-news .c-news-content {
    margin-top: 0;
  }
  #page .c-news .c-news-item {
    border-bottom: 1px solid #053864;
    padding: 20px 45px 20px 0;
  }
  #page .c-news .c-news-item:first-child {
    background: unset;
    border-top: 1px solid #053864;
  }
  #page .c-news .c-news-item:not(:first-child) {
    background: unset;
  }
  #page .c-news .c-news-item::after {
    right: 0;
    width: 28px;
    height: 28px;
  }
  #page .c-news .c-news-item:nth-last-child(2) {
    margin-bottom: 28px;
  }
  #page .c-news .c-news-day {
    font-size: 12px;
  }
  #page .c-news .c-news-category {
    font-size: 11px;
    margin-left: 10px;
    max-width: 75px;
    padding: 3px 0 3px;
  }
  #page .c-news .c-news-shop {
    font-size: 11px;
    margin-left: 5px;
    padding: 3.5px 0;
    max-width: 60px;
  }
  #page .c-news .c-news-text {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  #page .c-news .c-news-link {
    max-width: 178px;
    margin: 0 auto;
  }
  #page .c-news .c-news-link .button-hover-navy {
    font-size: 14px;
    padding: 12px 0 12px 15px;
  }
}
#page .c-find-clinic {
  position: relative;
  z-index: 4;
  padding: 100px 0 0 0;
  margin-bottom: 35px;
  /*マップAPI*/
  /* エリア別リンクの色分け */
  /* タブリスト */
  /* タブコンテンツ */
}
#page .c-find-clinic .c-find-clinic-title {
  text-align: center;
  margin-bottom: 65px;
}
#page .c-find-clinic .c-find-clinic-content {
  background-image: url(../img/parts-find-clinic/gradation-bg.png);
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 57px 0 30px;
  position: relative;
}
#page .c-find-clinic .c-find-clinic-content-title {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#page .c-find-clinic .c-find-clinic-content-title p {
  font-size: 30px;
  letter-spacing: 0.1em;
}
#page .c-find-clinic .c-find-clinic-content-inner {
  margin-bottom: 30px;
  padding: 15px;
  margin: 0 24px 30px;
  background-color: #fff;
  border-radius: 10px;
}
#page .c-find-clinic .gm-style-iw {
  padding-top: 0 !important;
  padding-left: 0 !important;
  border-radius: 0 !important;
}
#page .c-find-clinic .gm-style-iw-ch {
  padding-top: 0 !important;
  margin-top: 0 !important;
  display: none;
}
#page .c-find-clinic .gm-style-iw-d {
  overflow: hidden !important;
}
#page .c-find-clinic .gm-style-iw-tc {
  -webkit-filter: none !important;
          filter: none !important;
}
#page .c-find-clinic .gm-ui-hover-effect {
  position: absolute !important;
  top: -5px;
  right: -5px;
}
#page .c-find-clinic .c-find-clinic-content-map {
  position: relative;
}
#page .c-find-clinic #google-map {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#page .c-find-clinic .map-legend {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  z-index: 1000;
  display: none !important;
}
#page .c-find-clinic .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#page .c-find-clinic .legend-item:last-child {
  margin-bottom: 0;
}
#page .c-find-clinic .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
#page .c-find-clinic .legend-color.hyogo {
  background-color: #6bdf35;
}
#page .c-find-clinic .legend-color.osaka {
  background-color: #ff715b;
}
#page .c-find-clinic .legend-color.kyoto {
  background-color: #67dbe2;
}
#page .c-find-clinic .legend-color.shiga {
  background-color: #d380ff;
}
#page .c-find-clinic .zoom-out-btn {
  position: absolute;
  top: 10px;
  right: 60px;
  background: #007cba;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#page .c-find-clinic .zoom-out-btn:hover {
  background: #005a87;
}
#page .c-find-clinic .gm-style {
  font-family: "Noto Sans JP", sans-serif !important;
}
#page .c-find-clinic .gm-style img:where(img) {
  max-block-size: unset !important;
}
#page .c-find-clinic .clinic-link-hyogo {
  color: #0bb42c !important;
  text-decoration: underline;
}
#page .c-find-clinic .clinic-link-osaka {
  color: #ff5536 !important;
  text-decoration: underline;
}
#page .c-find-clinic .clinic-link-kyoto {
  color: #00a6cd !important;
  text-decoration: underline;
}
#page .c-find-clinic .clinic-link-shiga {
  color: #c75af3 !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #page .c-find-clinic {
    padding-top: 75px;
    /*マップ*/
  }
  #page .c-find-clinic .c-find-clinic-title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  #page .c-find-clinic .c-find-clinic-content {
    padding-top: 115px;
    margin-top: -15px;
    border-radius: 40px 40px 0 0;
    background-image: url(../img/parts-find-clinic/sp-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #page .c-find-clinic .c-find-clinic-content-title {
    padding-top: 75px;
  }
  #page .c-find-clinic .c-find-clinic-content-title p {
    font-size: 24px;
  }
  #page .c-find-clinic .c-find-clinic-content-inner {
    padding: 10px;
    border-radius: 0;
    margin: 0;
  }
  #page .c-find-clinic .map-legend {
    top: 60px;
  }
  #page .c-find-clinic .zoom-out-btn {
    font-size: 10px;
    padding: 6px 6px;
    right: 56px;
  }
}
#page .c-find-clinic .tabList-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #053864;
  border-bottom: 1px solid #053864;
  padding: 0 100px;
}
#page .c-find-clinic .tabList-clinic li {
  width: 25%;
  border-left: 1px solid #053864;
}
#page .c-find-clinic .tabList-clinic li:nth-child(1) a:before {
  background-color: #44d700;
}
#page .c-find-clinic .tabList-clinic li:nth-child(2) a:before {
  background-color: #ff715b;
}
#page .c-find-clinic .tabList-clinic li:nth-child(3) a:before {
  background-color: #34ced9;
}
#page .c-find-clinic .tabList-clinic li:last-child {
  border-right: 1px solid #053864;
}
#page .c-find-clinic .tabList-clinic li:last-child a:before {
  background-color: #ce71ff;
}
#page .c-find-clinic .tabList-clinic li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafaf3;
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 75px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #053864;
  cursor: pointer;
}
#page .c-find-clinic .tabList-clinic li a.active {
  background-color: #fafaf3;
  cursor: default;
}
#page .c-find-clinic .tabList-clinic li a.hyogo.active {
  background-color: #ddf8d0;
}
#page .c-find-clinic .tabList-clinic li a.osaka.active {
  background-color: #ffe4bd;
}
#page .c-find-clinic .tabList-clinic li a.kyoto.active {
  background-color: #d2f6fc;
}
#page .c-find-clinic .tabList-clinic li a.shiga.active {
  background-color: #f7e8ff;
}
#page .c-find-clinic .tabList-clinic li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 4px;
  position: relative;
}
#page .c-find-clinic .tabList-clinic li a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/parts-find-clinic/icon-plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page .c-find-clinic .tabList-clinic li a.active:after {
  background-image: url(../img/parts-find-clinic/icon-minus.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #page .c-find-clinic .tabList-clinic {
    padding: 0;
  }
  #page .c-find-clinic .tabList-clinic li a {
    height: 68px;
    padding-top: 12px;
  }
  #page .c-find-clinic .tabList-clinic li a span {
    display: none;
  }
  #page .c-find-clinic .tabList-clinic li a:before {
    position: absolute;
    top: 18px;
    margin-right: 3px;
  }
  #page .c-find-clinic .tabList-clinic li a:after {
    display: none;
  }
  #page .c-find-clinic .tabList-clinic li a.active {
    background-color: #fafaf3;
  }
}
#page .c-find-clinic .tabContent-clinic {
  position: relative;
}
#page .c-find-clinic .tabContent-clinic > div {
  background-color: #fafaf3;
  padding: 50px 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#page .c-find-clinic .tabContent-clinic > div.active {
  opacity: 1;
  visibility: visible;
  position: static;
}
#page .c-find-clinic .tabContent-clinic > div > * + * {
  margin-top: 10px;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.hyogo {
  background-color: #ddf8d0;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.osaka {
  background-color: #ffe4bd;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.kyoto {
  background-color: #d2f6fc;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.shiga {
  background-color: #f7e8ff;
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 25px 0;
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a {
  color: #053864;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: calc(25% - 40px);
  margin: 0 20px;
  padding: 0 0 8px 35px;
  border-bottom: 1px solid #053864;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #fff));
  background: linear-gradient(transparent 45%, #fff 45%);
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 10px;
  margin: auto;
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #fff));
  background: linear-gradient(transparent 45%, #fff 45%);
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.selected {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #fff));
  background: linear-gradient(transparent 45%, #fff 45%);
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area {
  font-size: 14px;
  padding: 8px 0 3px 22px;
  border-bottom: unset;
  background-image: url(../img/parts-find-clinic/dot-border.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area:before {
  background-image: none;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 7px;
  margin: auto;
}
#page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area::after {
  content: "";
  background-image: url(../img/parts-find-clinic/map-icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 15px;
  margin: auto;
}
@media (max-width: 1260px) {
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area {
    font-size: 12px;
  }
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.hyogo .c-find-clinic-content-map-list a:before {
  background-image: url(../img/parts-find-clinic/map-icon-hyogo.png);
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.hyogo .c-find-clinic-content-map-list .c-find-clinic-content-map-list-item-area:before {
  background-color: #6bdf35;
  background-image: none;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.hyogo .c-find-clinic-content-map-list a:hover {
  color: #0bb42c;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.osaka .c-find-clinic-content-map-list a:before {
  background-image: url(../img/parts-find-clinic/map-icon-osaka.png);
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.osaka .c-find-clinic-content-map-list .c-find-clinic-content-map-list-item-area:before {
  background-color: #ff715b;
  background-image: none;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.osaka .c-find-clinic-content-map-list a:hover {
  color: #ff715b;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.kyoto .c-find-clinic-content-map-list a:before {
  background-image: url(../img/parts-find-clinic/map-icon-kyoto.png);
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.kyoto .c-find-clinic-content-map-list .c-find-clinic-content-map-list-item-area:before {
  background-color: #34ced9;
  background-image: none;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.kyoto .c-find-clinic-content-map-list a:hover {
  color: #00a6cd;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.shiga .c-find-clinic-content-map-list a:before {
  background-image: url(../img/parts-find-clinic/map-icon-shiga.png);
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.shiga .c-find-clinic-content-map-list .c-find-clinic-content-map-list-item-area:before {
  background-color: #c75af3;
  background-image: none;
}
#page .c-find-clinic .tabContent-clinic .tabContent-item.shiga .c-find-clinic-content-map-list a:hover {
  color: #c75af3;
}
@media (max-width: 1200px) {
  #page .c-find-clinic .tabContent-clinic .tabContent-item {
    padding: 30px 20px;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 767px) {
  #page .c-find-clinic .tabContent-clinic {
    background-color: #fafaf3;
  }
  #page .c-find-clinic .tabContent-clinic .tabContent-item {
    background-color: #fafaf3;
    padding: 16px 6px;
  }
  #page .c-find-clinic .tabContent-clinic .tabContent-item.kyoto .c-find-clinic-content-map-list:after, #page .c-find-clinic .tabContent-clinic .tabContent-item.osaka .c-find-clinic-content-map-list:after, #page .c-find-clinic .tabContent-clinic .tabContent-item.hyogo .c-find-clinic-content-map-list:after, #page .c-find-clinic .tabContent-clinic .tabContent-item.shiga .c-find-clinic-content-map-list:after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  #page .c-find-clinic .tabContent-clinic .tabContent-item.osaka .c-find-clinic-content-map-list a:nth-child(7) {
    margin-right: 40px;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px 7px;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a {
    padding: 0 0 0 5px;
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
    border-bottom: none;
    width: 32%;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    letter-spacing: 0;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a:before {
    display: none;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.selected {
    background: #fff;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background-color: unset;
    width: 100%;
    max-width: 238px;
    height: unset;
    font-size: 14px;
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 3px;
    background-image: url(../img/parts-find-clinic/dot-border-sp.png);
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area:before {
    display: block;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 1px;
    left: 10px;
  }
  #page .c-find-clinic .tabContent-clinic .c-find-clinic-content-map-list a.c-find-clinic-content-map-list-item-area::after {
    background-image: url(../img/parts-find-clinic/map-icon-arrow-sp.png);
    width: 15px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}
#page .c-blog {
  background-color: #e7f6fa;
  padding: 70px 0 60px 0;
  position: relative;
  z-index: 2;
}
#page .c-blog .c-blog-wrap {
  max-width: 1266px;
  width: 100%;
  margin: 0 0 0 auto;
}
#page .c-blog .c-blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 45px;
  margin-bottom: 25px;
}
#page .c-blog .c-fukidashi-title {
  margin-bottom: 25px;
}
#page .c-blog .c-blog-ttl-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 69px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
#page .c-blog .c-blog-text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#page .c-blog .c-blog-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 60px;
}
#page .c-blog .c-blog-scroll::-webkit-scrollbar {
  display: none;
}
#page .c-blog .c-blog-scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  gap: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}
#page .c-blog .c-blog-item {
  display: block;
  background-color: #fff;
  width: 360px;
  padding: 10px 10px 30px 10px;
  color: #053864;
  position: relative;
}
#page .c-blog .c-blog-item::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts-blog/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-blog .c-blog-item:hover .c-blog-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-blog .c-blog-item:hover .c-blog-item-ttl {
  text-decoration: underline;
}
#page .c-blog .c-blog-item:hover::after {
  background-image: url(../img/parts-blog/arrow-hover.png);
}
#page .c-blog .c-blog-item-img {
  margin-bottom: 25px;
  overflow: hidden;
}
#page .c-blog .c-blog-item-img img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-blog .c-blog-item-text-area {
  padding: 0 5px;
}
#page .c-blog .c-blog-day {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
#page .c-blog .c-blog-item-ttl {
  font-size: 17px;
  line-height: 1.7647058824;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-blog .c-blog-category {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #053864;
  border-radius: 2px;
  padding: 4px 5.5px;
  margin-bottom: 10px;
}
#page .c-blog .c-blog-tag-list {
  max-width: 220px;
  width: 100%;
}
#page .c-blog .c-blog-tag {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.03em;
  padding-left: 5px;
}
#page .c-blog .c-blog-tag span {
  color: #f05536;
}
#page .c-blog .c-blog-link {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
}
#page .c-blog .c-blog-link .button-hover-navy {
  border-radius: 50px;
  border: 1px solid #053864;
  display: block;
  padding: 17px 0 17px 30px;
  color: #053864;
  position: relative;
}
#page .c-blog .c-blog-link .button-hover-navy::after {
  content: "";
  position: absolute;
  background-image: url(../img/parts-blog/arrow-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-blog .c-blog-link .button-hover-navy:hover {
  color: #fff;
}
#page .c-blog .c-blog-link .button-hover-navy:hover::after {
  background-image: url(../img/parts-blog/arrow.png);
}
@media screen and (max-width: 1200px) {
  #page .c-blog .c-blog-wrap {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  #page .c-blog .c-blog-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #page .c-blog {
    padding: 38px 0 48px 0;
    border-radius: 0 0 25px 25px;
  }
  #page .c-blog .c-blog-flex {
    padding: 0 35px 0 20px;
  }
  #page .c-blog .c-blog-text {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-bottom: 0;
  }
  #page .c-blog .c-blog-ttl {
    width: 100%;
    text-align: center;
  }
  #page .c-blog .c-blog-ttl-en {
    font-size: 48px;
  }
  #page .c-blog .c-fukidashi-title {
    padding: 6px 25px;
  }
  #page .c-blog .c-fukidashi-title h2 {
    font-size: 14px;
  }
  #page .c-blog .c-blog-ttl-en {
    text-align: center;
  }
  #page .c-blog .c-blog-scroll {
    margin-bottom: 55px;
  }
  #page .c-blog .c-blog-item {
    width: 300px;
  }
  #page .c-blog .c-blog-item-img {
    margin-bottom: 15px;
  }
  #page .c-blog .c-blog-item-img img {
    height: 150px;
  }
  #page .c-blog .c-blog-item-ttl {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
  #page .c-blog .c-blog-category {
    font-size: 11px;
    padding: 2.5px 4px;
  }
  #page .c-blog .c-blog-tag {
    font-size: 11px;
  }
  #page .c-blog .c-blog-scroll-inner {
    padding-bottom: 60px;
    padding-right: 15px;
  }
  #page .c-blog .c-blog-link {
    max-width: 275px;
  }
  #page .c-blog .c-blog-link .button-hover-navy {
    font-size: 14px;
    padding: 12px 0 12px 18px;
  }
  #page .c-blog .c-blog-link .button-hover-navy::after {
    width: 24px;
    height: 24px;
  }
}
#page .c-contact {
  background-color: #fff;
  padding: 65px 0 80px 0;
}
#page .c-contact .c-contact-wrap {
  max-width: 968px;
  width: 100%;
  margin: 0 auto;
}
#page .c-contact .c-contact-ttl {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
#page .c-contact .c-contact-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}
#page .c-contact .c-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#page .c-contact .c-contact-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  background-image: url(../img/parts-contact/button-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #053864;
  padding: 0 30px 0 40px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-contact .c-contact-link:hover {
  background-image: url(../img/parts-contact/button-bg-hover.png);
}
#page .c-contact .c-contact-link::after {
  content: "";
  display: block;
  background-image: url(../img/parts-contact/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page .c-contact .c-contact-link:nth-child(2) {
  padding: 0 30px 0 40px;
}
#page .c-contact .c-contact-link:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url(../img/parts-contact/illust-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 160px;
  right: 5px;
  z-index: -1;
  top: -122px;
}
#page .c-contact .c-contact-link:hover::after {
  opacity: 0.7;
}
#page .c-contact .c-contact-link.line {
  background-image: url(../img/parts-contact/button-line-bg.png);
}
#page .c-contact .c-contact-link.line:hover {
  background-image: url(../img/parts-contact/button-line-bg-hover.png);
}
#page .c-contact .c-contac-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#page .c-contact .c-contac-line-icon {
  max-width: 54px;
  width: 100%;
}
#page .c-contact .c-contact-line-ttl {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #c1ff00));
  background: linear-gradient(transparent 75%, #c1ff00 75%);
  background-position: bottom 5px center;
  line-height: 1.1;
}
#page .c-contact .c-contact-line-ttl span {
  font-size: 32px;
  position: relative;
  bottom: 2px;
}
#page .c-contact .c-contact-line-text {
  font-size: 25px;
  line-height: 1.375;
  font-weight: 700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #c1ff00));
  background: linear-gradient(transparent 75%, #c1ff00 75%);
  background-position: bottom 5px center;
}
#page .c-contact .c-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#page .c-contact .c-contact-tel-icon {
  max-width: 34px;
  width: 100%;
}
#page .c-contact .c-contac-tel-text {
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 12px;
  padding-left: 5px;
}
#page .c-contact .c-contac-tel-text span {
  font-size: 12px;
}
#page .c-contact .c-contac-shop-text {
  font-size: 12px;
}
#page .c-contact .c-contac-shop-tel-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#page .c-contact .c-contac-tel-num {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
#page .c-contact .c-contac-tel-btm-text {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #page .c-contact .c-contact-wrap {
    padding: 0 15px;
  }
  #page .c-contact .c-contact-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    padding: 0 20px 0 35px;
    height: 122px;
  }
  #page .c-contact .c-contact-link:nth-child(2) {
    padding: 0 20px 0 30px;
  }
  #page .c-contact .c-contact-link::after {
    width: 40px;
    height: 40px;
  }
  #page .c-contact .c-contac-line-icon {
    max-width: 36px;
  }
  #page .c-contact .c-contact-line-text-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page .c-contact .c-contact-line-ttl {
    font-size: 32px;
  }
  #page .c-contact .c-contact-line-text {
    font-size: 18px;
  }
  #page .c-contact .c-contac-tel-num {
    font-size: 22px;
  }
  #page .c-contact .c-contac-tel-btm-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page .c-contact {
    padding: 55px 0 80px 0;
  }
  #page .c-contact .c-contact-ttl {
    font-size: 48px;
    letter-spacing: 0.03em;
  }
  #page .c-contact .c-contact-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.6428571429;
    padding: 0 16px;
    margin-bottom: 35px;
  }
  #page .c-contact .c-contact-flex {
    display: block;
  }
  #page .c-contact .c-contact-link {
    padding: 0 15px 0 25px;
    background-image: url(../img/parts-contact/button-bg-sp.png);
    max-width: 350px;
    height: 124px;
    margin: 0 auto;
  }
  #page .c-contact .c-contact-link:first-child {
    margin-bottom: 25px;
  }
  #page .c-contact .c-contact-link:nth-child(2) {
    padding: 0 15px 0 25px;
  }
  #page .c-contact .c-contact-link:nth-child(2)::before {
    display: none;
  }
  #page .c-contact .c-contact-link::after {
    background-image: url(../img/parts-contact/arrow-sp.png);
    width: 38px;
    height: 38px;
    right: 15px;
  }
  #page .c-contact .c-contact-link.line {
    background-image: url(../img/parts-contact/button-line-bg-sp.png);
  }
  #page .c-contact .c-contac-line {
    gap: 8px;
  }
  #page .c-contact .c-contac-line-icon {
    max-width: 42px;
  }
  #page .c-contact .c-contact-line-ttl {
    font-size: 26px;
    line-height: 1;
  }
  #page .c-contact .c-contact-line-ttl span {
    font-size: 22px;
  }
  #page .c-contact .c-contact-line-text {
    font-size: 20px;
  }
  #page .c-contact .c-contact-tel {
    gap: 10px;
  }
  #page .c-contact .c-contact-tel-icon {
    max-width: 28px;
  }
  #page .c-contact .c-contac-tel-text {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 2px;
  }
  #page .c-contact .c-contac-tel-text span {
    font-size: 12px;
  }
  #page .c-contact .c-contac-tel-num {
    font-size: 21px;
    letter-spacing: 0.01em;
  }
  #page .c-contact .c-contac-tel-btm-text {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  #page .c-contact .c-contac-shop-text {
    font-size: 14px;
    position: relative;
    left: 2px;
  }
  #page .c-contact .c-contac-shop-tel-num {
    font-size: 37px;
  }
}
@media screen and (max-width: 360px) {
  #page .c-contact .c-contac-shop-text {
    font-size: 12px;
  }
  #page .c-contact .c-contac-shop-tel-num {
    font-size: 34px;
  }
  #page .c-contact .c-contac-tel-btm-text {
    font-size: 11px;
  }
}
#page .c-faq {
  background-color: #f6f6f8;
  border-top-left-radius: 40% 80%;
  padding: 85px 0 55px 0;
}
#page .c-faq .c-faq-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
#page .c-faq .c-faq-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.85%;
          flex: 0 0 13.85%;
}
#page .c-faq .c-faq-ttl-jp {
  text-align: center;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  background-color: #053864;
  color: #fff;
  border-radius: 50px;
  padding: 4.5px 0;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
#page .c-faq .c-faq-ttl-jp span {
  font-size: 16px;
}
#page .c-faq .c-faq-ttl-jp::after {
  content: "";
  position: absolute;
  background-color: #053864;
  width: 7px;
  height: 18px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  border-radius: 0 0 50px 50px;
}
#page .c-faq .c-faq-ttl-en {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 69px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #053864;
}
#page .c-faq .c-faq-content {
  margin-top: 30px;
}
#page .c-faq .c-faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #96acbe;
  padding: 25px 40px 22px 20px;
}
#page .c-faq .c-faq-item:first-child {
  border-top: 1px solid #96acbe;
}
#page .c-faq .c-faq-item:nth-last-child(2) {
  margin-bottom: 45px;
}
#page .c-faq .c-faq-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75.44%;
          flex: 0 0 75.44%;
}
#page .c-faq .c-faq-q-icon {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #053864;
}
#page .c-faq .c-faq-q {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 12px;
  margin-bottom: 15px;
  color: #053864;
}
#page .c-faq .c-faq-q::after {
  content: "";
  position: absolute;
  background-color: #f05536;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
#page .c-faq .c-faq-answer {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.12em;
  font-weight: 400;
  color: #053864;
}
#page .c-faq .c-faq-answer span {
  color: #f05536;
}
#page .c-faq .c-faq-link {
  width: 100%;
  max-width: 266px;
  height: 38px;
  position: relative;
}
#page .c-faq .c-faq-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  width: 100%;
  height: 38px;
  border: 1px solid #053864;
  padding-right: 20px;
  color: #053864;
  background-color: #fff;
}
#page .c-faq .c-faq-link a::after {
  content: "";
  display: block;
  background-image: url(../img/parts-faq/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page .c-faq .c-faq-link a:hover {
  color: #fff;
  background-color: #053864;
}
#page .c-faq .c-faq-link a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(708%) hue-rotate(249deg) brightness(122%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(708%) hue-rotate(249deg) brightness(122%) contrast(100%);
}
@media screen and (max-width: 1200px) {
  #page .c-faq .c-faq-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.85%;
            flex: 0 0 17.85%;
  }
  #page .c-faq .c-faq-flex {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  #page .c-faq .c-faq-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page .c-faq .c-faq-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page .c-faq .c-faq-ttl-jp {
    max-width: 157px;
    width: 100%;
    margin-bottom: 30px;
  }
  #page .c-faq .c-faq-ttl-en {
    text-align: left;
    margin-left: 25px;
  }
  #page .c-faq .c-faq-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #page .c-faq {
    padding: 40px 0 55px 0;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  #page .c-faq::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 230px;
    background-color: #f6f6f8;
    border-top-left-radius: 80% 100%;
    top: 40px;
    z-index: -1;
  }
  #page .c-faq::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 270px);
    background-color: #f6f6f8;
    bottom: 0;
    z-index: -1;
  }
  #page .c-faq .c-faq-ttl {
    margin-top: -40px;
  }
  #page .c-faq .c-faq-ttl-jp {
    margin: 0 auto 25px auto;
    max-width: 189px;
    font-size: 12px;
    padding: 5px 0;
  }
  #page .c-faq .c-faq-ttl-jp span {
    font-size: 12px;
    padding-left: 5px;
  }
  #page .c-faq .c-faq-ttl-jp::after {
    height: 14px;
    bottom: -14px;
  }
  #page .c-faq .c-faq-ttl-en {
    text-align: center;
    margin-left: 0;
    font-size: 48px;
  }
  #page .c-faq .c-faq-item {
    padding: 20px 18px 20px 0px;
    gap: 15px;
    position: relative;
  }
  #page .c-faq .c-faq-item::after, #page .c-faq .c-faq-item::before {
    content: "";
    position: absolute;
    background-color: #053864;
    width: 17px;
    height: 1px;
    right: 0;
    top: 31px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page .c-faq .c-faq-item::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #page .c-faq .c-faq-item.open::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #page .c-faq .c-faq-item:nth-last-child(2) {
    margin-bottom: 25px;
  }
  #page .c-faq .c-faq-q {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  #page .c-faq .c-faq-q::after {
    top: 8px;
  }
  #page .c-faq .c-faq-q-icon {
    font-size: 22px;
  }
  #page .c-faq .c-faq-answer {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  #page .c-faq .c-faq-link {
    max-width: 274px;
    margin: 0 auto;
  }
}
#page .c-instagram {
  background-color: #fff;
  padding: 55px 0 70px 0;
}
#page .c-instagram .c-instagram-banner {
  display: block;
  width: 100%;
  max-width: 938px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  #page .c-instagram .c-instagram-banner {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #page .c-instagram {
    padding: 42px 0 52px 0;
  }
  #page .c-instagram .c-instagram-banner {
    width: calc(100% - 40px);
  }
}