@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  background: #fbfaf7;
}

.-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.-eng {
  font-family: "Times New Roman", "YuMincho", serif;
}

.-eng_arial {
  font-family: Arial, Helvetica, sans-serif;
}

.underline,
.udline {
  text-decoration: underline;
}

.udline:hover {
  text-decoration: none;
}

.fixed {
  position: fixed;
  top: 20px;
  max-width: calc(100% - 40px);
  max-width: min(calc(100% - 40px), 100%);
  width: 100%;
  left: 20px;
  z-index: 4;
}

a {
  color: #222;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

#pagetop {
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  max-height: 0px;
}

.-pconly {
  display: block;
}

.-sponly,
.-minonly,
.i-scroll {
  display: none;
}

.i-scroll {
  position: absolute;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 244, 0.8);
  padding: 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 6px #999;
  box-shadow: 0px 2px 6px #999;
}

.i-scroll.active {
  opacity: 0;
  text-indent: -999px;
  pointer-events: none;
}

.i-scroll_box img {
  width: 40px;
  display: block;
  height: auto;
  margin: 0 auto 6px;
  -webkit-animation-name: animation-scroll;
  animation-name: animation-scroll;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animation-scroll {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes animation-scroll {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.-underline {
  text-decoration: underline;
  color: #af852f;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::-webkit-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

/* common effect */
.-line_effect {
  position: relative;
}

.-line_effect::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #d83566;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.-line_effect:hover,
.lead-link--a:hover {
  opacity: 1;
  color: #d83566;
}

.-line_effect:hover::after {
  width: 100%;
}

/*header*/

header {
  max-width: calc(100% - 40px);
  max-width: min(calc(100% - 40px), 100%);
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  z-index: 4;
}

.header-wrapper {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#logo {
  max-width: 220px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hd-logo {
  padding-right: 2rem;
}

.f-caption {
  margin: 0 0 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-form {
  display: grid;
  grid-template-columns: auto 36px;
  gap: 5px 10px;
  line-height: 1;
  margin: 0 30px 0 60px;
}

.header-form-txt {
  font-size: 1.4rem;
  grid-column: span 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-form input {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 5px;
  height: 36px;
  width: 160px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-form button {
  background: #8b4f17;
  height: 36px;
  width: 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;
  border: none !important;
  border-radius: 4px;
}

.header-box,
.header-box--act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.i-monitor {
  background: url(../img/i-monitor.svg) no-repeat left center / 31px 25px;
  padding: 5px 0 5px 40px;
}

.i-mail-w {
  background: url(../img/i-mail-w.svg) no-repeat left center / 22px 17px;
  padding: 5px 0 5px 32px;
}

.header-box--act 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;
  padding: 5px 10px;
  height: 44px;
  border-radius: 4px;
}

.header-box--act-web {
  margin-right: 10px;
}

.header-box--act-web a {
  background: #fff;
  border: 1px solid #707070;
}

.header-box--act-contact a {
  background: #e2738a;
  color: #fff;
}

nav {
  background: #fff;
  border-radius: 30px;
}

nav ul {
  display: grid;
  grid-template-columns: auto 11% 8% 8% 13% 13% 9% 11% 9% 9% auto;
  gap: 0;
  padding: 0px 40px;
  max-width: 1530px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav ul li {
  background: url(../img/st-line.svg) no-repeat right center / 1px 21px;
  text-align: center;
  font-size: 1.4rem;
}

nav ul li:first-child {
  background: url(../img/st-line.svg) no-repeat right center;
  background-size: 1px 21px;
  padding-right: 20px;
}

nav ul li:last-child {
  background: url(../img/st-line.svg) no-repeat left center;
  background-size: 1px 21px;
  padding-left: 10px;
}

nav ul li:first-child img {
  max-width: 20px;
  height: auto;
  display: block;
  margin-left: auto;
}

nav ul li:last-child img {
  max-width: 30px;
  display: block;
}

nav ul li a {
  display: block;
  padding: 20px 0;
}

.tp-lang {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
  margin-left: 10px;
}

.tp-lang a {
  background: #fff;
  width: 56px;
  height: 46px;
  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: 1.2rem;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #f5ebde;
}

.tp-lang a img {
  max-width: 16px;
  margin: 0 auto 4px;
}

/*layout*/
.-basic-area {
  max-width: calc(100% - 40px);
  max-width: min(calc(100% - 40px), 100%);
  margin: 0 auto 80px;
}

.-eng-tit {
  text-align: center;
  margin: 0 auto 40px;
}

.-eng-tit__en {
  font-size: 3rem;
  line-height: 1;
  font-style: italic;
  font-weight: lighter;
  letter-spacing: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.-eng-tit__jp {
  font-size: 1.5rem;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.-eng-tit__sub {
  margin-top: 30px;
  font-size: 1.8rem;
}

.-i-blog {
  padding: 10px 0 10px 38px;
  background: url(../img/i-blog.svg) no-repeat left center;
}

.-marker {
  position: relative;
}

.-marker::after {
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 5px;
  background: #f5ebde;
  mix-blend-mode: multiply;
}

.lead-link {
  margin: 24px 0 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.lead-link--a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.i-circle {
  background: url(../img/i-circle.svg) no-repeat right center / 49px 48px;
  padding: 10px 59px 10px 0;
}

.-coform_btn {
  display: block;
  background: #e2738a;
  color: #fff;
  padding: 20px;
}

.ban-recruit {
  max-width: 700px;
  margin: 0 auto;
}

.ban-recruit li:not(:last-child) {
  margin-bottom: 10px;
}

.foot-link {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0 30px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.foot-link a {
  text-decoration: underline;
}

.foot-link ul li {
  margin-bottom: 6px;
}

.foot-link ul ul {
  margin-left: 20px;
}

footer {
  background: #fff;
  padding: 80px 0;
}

.logo-bk {
  max-width: 170px;
  margin: 0 auto 30px;
  padding-right: 20px;
}

.ft-togl {
  display: none;
}

.outline-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.2rem;
}

.outline-link li:not(:last-child) {
  border-right: 1px solid #999;
}

.outline-link a {
  padding: 0 10px;
}

.copyright {
  display: block;
  background: #c6ae8e;
  padding: 20px;
  text-align: center;
  color: #fff;
}

/*index*/
.scrolls {
  font-size: 1.1rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 3%;
  bottom: 5%;
  letter-spacing: 1px;
  font-weight: bold;
  height: 150px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrolls::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #000;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 160px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 160px;
    opacity: 0;
  }
}

.m-cp {
  max-width: 275px;
  position: absolute;
  left: 10%;
  top: 64%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.infog {
  max-width: 440px;
  position: absolute;
  left: 10%;
  bottom: 6%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eng-lang {
  max-width: 349px;
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 1));
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 1));
}

@-webkit-keyframes textIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes textIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@-webkit-keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.p-top-mv {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  min-height: 800px;
}

.p-top-mv .p-top-mv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  overflow: hidden;
}

.p-top-mv .p-top-mv__body {
  margin: 0 0 0 auto;
  width: 62.1%;
  max-width: 130vh;
  height: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail {
  position: relative;
  width: calc(33.33% - 14px);
  margin-right: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail .p-top-mv__rail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-left.is-inview .p-top-mv__rail-inner {
  -webkit-animation: railUp 25s linear infinite;
  animation: railUp 25s linear infinite;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-center .p-top-mv__rail-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-center.is-inview .p-top-mv__rail-inner {
  -webkit-animation: railDown 20s linear infinite;
  animation: railDown 20s linear infinite;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-right.is-inview .p-top-mv__rail-inner {
  -webkit-animation: railUp 15s linear infinite;
  animation: railUp 15s linear infinite;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile {
  margin-bottom: 14px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__tile {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 12px;
  }
}
.p-top-mv .p-top-mv__body .p-top-mv__tile img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
  transform: rotateY(0deg) translate3d(0, 0, 0);
}
body.opening .p-top-mv .p-top-mv__body .p-top-mv__tile img {
  opacity: 0;
  -webkit-transform: rotateY(50deg) translate3d(0, 50%, 0);
  transform: rotateY(50deg) translate3d(0, 0, 0);
}

.p-top-mv .p-top-mv__body .p-top-mv__tile.tile-center {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__tile.tile-center {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(1) img {
  -webkit-transition: 0.7s 0.6s;
  transition: 0.7s 0.6s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(2) img {
  -webkit-transition: 0.7s 0.8s;
  transition: 0.7s 0.8s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(3) img {
  -webkit-transition: 0.7s 1s;
  transition: 0.7s 1s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(4) img {
  -webkit-transition: 0.7s 1.2s;
  transition: 0.7s 1.2s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(5) img {
  -webkit-transition: 0.7s 1.4s;
  transition: 0.7s 1.4s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(6) img {
  -webkit-transition: 0.7s 1.6s;
  transition: 0.7s 1.6s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(7) img {
  -webkit-transition: 0.7s 1.8s;
  transition: 0.7s 1.8s;
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(8) img {
  -webkit-transition: 0.7s 2s;
  transition: 0.7s 2s;
}

#fcp-box {
  background: url(../img/fcp-box.jpg) no-repeat center center / cover;
  min-height: 470px;
  position: relative;
  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;
  margin: 0 auto 80px;
}

.fcp-box--txt {
  max-width: 960px;
  max-width: min(calc(100% - 60px), 960px);
  color: #fff;
  z-index: 2;
  font-size: 1.8rem;
  line-height: 2;
}

#fcp-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(133, 79, 32, 0.42)), to(rgba(143, 120, 99, 0.42)));
  background: linear-gradient(90deg, rgba(133, 79, 32, 0.42), rgba(143, 120, 99, 0.42));
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.sign {
  max-width: 230px;
  margin: 20px 0 0 auto;
}

.ban-tp {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
  max-width: 1500px;
  margin: 0 auto;
}

.ban-tp_top {
  grid-template-columns: repeat(3, 32%);
}

.medical-tab,
.medical-list {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 0 2%;
}

.medical-tab__list--case {
  display: grid;
  grid-template-columns: 110px auto;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/un-line.svg) no-repeat right bottom, url(../img/l-line.svg) no-repeat left bottom;
  background-size: 1px 12px, 600px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 10%;
}

.medical-tab__list {
  pointer-events: none;
}

.medical-tab__list--mark {
  max-width: 110px;
  margin: 0 auto -10px;
}

.medical-tab__list--name {
  position: relative;
  line-height: 1.5;
}

.medical-menu {
  margin-top: 30px;
}

.medical-menu li:not(:last-child) {
  margin-bottom: 6px;
}

.medical-menu li a {
  background: #f8f4ea;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #e6d7b7;
}

.medical-menu li a:hover {
  background: #e7dac0;
  opacity: 1;
}

.machine {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 30px 2%;
}

.machine_blk {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  display: grid;
  grid-template-columns: min(25%, 210px) auto;
  grid-template-rows: auto auto;
  gap: 30px 30px;
}

.machine_blk__mac-mk {
  max-width: 140px;
}

.machine_blk__mac {
  background: url(../img/-shadow.svg) no-repeat 10px 96% / 90% auto;
  grid-row: 1/3;
  margin-top: auto;
}

.machine-name {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.machine-txt {
  margin-bottom: 20px;
}

.mec-effect {
  color: #fff;
  background: #f4ca75;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 20px;
  font-size: 1.8rem;
}

.-machine_btn {
  grid-column: 2/3;
  margin-top: auto;
}

.math-box {
  display: grid;
  grid-template-columns: repeat(5, 18.4%);
  gap: 0 2%;
}

.math-box__list {
  position: relative;
}

.math-box__list--txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  color: #fff;
  z-index: 3;
}

.math-box__list--tit {
  font-size: 2.6rem;
}

.math-box__list {
  overflow: hidden;
}

.math-box__list--a:hover,
.math-box__list--a:hover img {
  opacity: 1;
}

.math-box__list--a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.math-box__list--a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.math-box__list--a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(70, 88, 103, 0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.math-box__list:nth-child(2) .math-box__list--a::before,
.math-box__list:nth-child(5) .math-box__list--a::before {
  background: rgba(103, 98, 70, 0.5);
}

.math-box__list:nth-child(4) .math-box__list--a::before {
  background: rgba(65, 65, 47, 0.5);
}

.math-box__list--a:hover::before {
  background: rgba(70, 88, 103, 0.7);
}

.math-box__list:nth-child(2) .math-box__list--a:hover::before,
.math-box__list:nth-child(5) .math-box__list--a:hover::before {
  background: rgba(103, 98, 70, 0.7);
}

.math-box__list:nth-child(4) .math-box__list--a:hover::before {
  background: rgba(65, 65, 47, 0.7);
}

.reason-tpbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}

.reason-tpbox__list {
  width: 30%;
  max-width: 400px;
  margin: 0 5% 5% 0;
}

.reason-tpbox__list:nth-child(3) {
  margin-right: 0;
}

.reason-tpbox__list:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.reason-tpbox__list--img {
  margin: 0 auto 20px;
}

.reason-tpbox__list--txt {
  max-width: 80%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.-white-area {
  background: #fff;
  margin-bottom: 80px;
}

.-white_inner {
  max-width: calc(100% - 40px);
  max-width: min(calc(100% - 40px), 100%);
  margin: 0 auto;
  display: block;
  padding: 80px 0;
}

.-for_sns {
  margin: 0;
  display: block;
  padding: 80px 0;
}

.director-area--pic {
  display: block;
  position: relative;
}

.director-area {
  max-width: 1120px;
  margin: 0 auto;
}

.director-area--inner {
  padding-left: 40px;
  margin-bottom: 30px;
}

.name-pt {
  background: #fff;
  display: inline-block;
  padding: 20px;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}

.name-pt__name {
  font-size: 2.6rem;
}

.name-pt__name span {
  font-size: 1.4rem;
}

.director-pf {
  margin-bottom: 30px;
}

.director-pf__detail {
  display: grid;
  grid-template-columns: 370px auto;
  gap: 40px 50px;
}

.director__subpic {
  display: grid;
  grid-template-columns: 180px 160px;
  gap: 0 20px;
}

.director__subpic li:nth-child(2) {
  margin-top: 60px;
}

.book-dl {
  display: grid;
  grid-template-columns: 148px auto;
  gap: 0 20px;
}

.record-dl {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  grid-template-rows: 26px 1fr 1fr;
  gap: 10px 2%;
}

.record-dl dd {
  background: #f7f7f7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.3;
}

.-micro {
  font-size: 1rem;
  line-height: 1;
}

.-tk-case {
  background: #f8b62d;
  line-height: 1;
  width: 124px;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  color: #fff;
  grid-column: span 2;
  height: 26px;
}

.-book_name {
  font-size: 2rem;
  line-height: 1.5;
}

.-num_isbn {
  font-size: 1.2rem;
  margin-top: 10px;
}

.-num_case {
  color: #854f20;
  font-weight: bold;
  font-size: 2rem;
}

.-num_case span {
  font-size: 1.8rem;
}

.-i_case {
  background: url(../img/i-cases.svg) no-repeat left center / 100px 65px;
  padding: 8px 0 8px 120px;
}

.ban-onlineshop {
  max-width: 900px;
  margin: 0 auto 80px;
}

.onlineshop-bn {
  margin-bottom: 10px;
}

.onlineshop-bn__pic {
  font-size: 1.2rem;
}

.tp-infom {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 0 2%;
}

.infom__news--box,
.infom__column--box {
  margin-bottom: 30px;
}

.infom__news--box li:not(:last-child),
.infom__column--box li:not(:last-child) {
  margin-bottom: 10px;
}

.infom__news--box a,
.infom__column--box a {
  background: url(../img/-line_delta.svg) no-repeat 96% center / 8px 10px #fff;
  display: block;
  border-radius: 4px;
  padding: 16px 10% 16px 20px;
}

.infom__column--box a {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 14px;
}

.infom__column--box__pic {
  max-width: 100px;
}

.tp-infom time {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 4px;
  display: block;
  color: #999;
}

.sns__box {
  margin-left: 10%;
  width: 90%;
}

.sns-line {
  overflow: scroll;
  margin: 10px 0 50px;
  scroll-behavior: smooth;
}

.sns-line--rall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sns-line li {
  margin-right: 10px;
  max-width: 240px;
}

.-i_insta {
  background: url(../img/i-insta.svg) no-repeat left center / 20px 20px;
  padding: 4px 0 4px 30px;
}

.sns-follow {
  display: grid;
  max-width: 940px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 32%);
  gap: 0 2%;
  justify-content: center;
}

.sns-follow:first-of-type {
  margin-bottom: 20px;
}

.sns-follow a {
  border-radius: 40px;
  display: block;
  background: #fbfaf7;
  text-align: center;
  line-height: 1.3;
  padding: 20px;
}

.sns-follow__list span span {
  font-size: 1.4rem;
}

.-i-facebook {
  background: url(../img/i-facebok.svg) no-repeat 40px center / 32px 32px;
}

.-i-twitter {
  background: url(../img/i-twitter.svg) no-repeat 40px center / 32px 32px;
}

.-i-line {
  background: url(../img/i-line.svg) no-repeat 40px center / 32px 32px;
}

.-i-instagram {
  background: url(../img/i-instagram.png) no-repeat 40px center / 32px 32px;
}

.-i-facebook,
.-i-twitter,
.-i-line,
.-i-instagram {
  padding: 0 0px 0 42px;
  display: block;
}

.place_tp {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
  margin: 0 auto 60px;
}

.place_tp__inner {
  width: 100%;
  margin-bottom: 20px;
}

.place_tp--pic {
  margin-bottom: 20px;
}

.place_tp--name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.place_tp--name span {
  font-weight: normal;
  font-size: 1.6rem;
}

.place_tp--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.place_tp--tag li {
  background: #fff;
  border: 1px solid #cbb6a4;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px 5px 0;
}

.place_tp--add {
  margin-bottom: 20px;
  line-height: 1.3;
}

.-i_train {
  background: url(../img/i-train.svg) no-repeat left top / 22px 22px;
  padding-left: 32px;
  margin-bottom: 10px;
}

.-i_time {
  background: url(../img/i-time.svg) no-repeat left center / 22px 22px;
  padding-left: 32px;
}

.action-cv {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 49%);
  gap: 10px 2%;
  text-align: center;
  margin-top: auto;
}

.action-cv__tel {
  grid-column: span 2;
}

.action-cv 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;
  background: #fff;
  height: 100%;
  border: 1px solid #ccc;
  line-height: 1.3;
  padding: 10px;
}

.place_tp__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.-i-web {
  background: url(../img/i-web.svg) no-repeat left center / 30px 30px;
  padding: 0 0 0 40px;
}

.-i-line_act {
  background: url(../img/i-line.svg) no-repeat left center / 30px 30px;
  padding: 5px 0 5px 40px;
}

.-i-tel {
  background: url(../img/i-tel.svg) no-repeat left center / 16px 16px;
  padding: 5px 0 5px 26px;
}

.action-cv__tel {
  font-size: 2.4rem;
}

.tp_staffblog {
  max-width: 800px;
  padding: 0 20px;
  margin: 40px auto 0px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
}

.tp_staffblog li {
  text-align: center;
}

.tp_staffblog li a {
  display: block;
  background: #f8f4ea;
  border-radius: 60px;
  padding: 20px 10px;
}

.fin-cv {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fin-cv--txt {
  margin-bottom: 20px;
}

.fin-cv--btn {
  max-width: 470px;
  width: 100%;
  margin: 0 auto 40px;
}

.action-sp {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 49%);
  gap: 10px 2%;
  text-align: center;
  margin: 0 auto 10px;
}

.action-sp 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;
  background: #fff;
  height: 100%;
  border: 1px solid #ccc;
  line-height: 1.3;
  padding: 10px;
}

.side-firstbtn {
  top: 45%;
  right: 0;
  position: fixed;
  z-index: 999;
  width: 50px;
}

.-machine_cvpoint {
  grid-column: span 2;
  padding: 0 20px;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}

.modal_ftel {
  display: none;
}

.modal_ftel.active {
  display: block;
}

.sp-tels {
  z-index: 4;
}

/*layout*/
.-non_max {
  max-width: 100%;
}

.hosp_umeda {
  background: #e3a799;
}

.hosp_shinsaibashi {
  background: #e3c499;
}

.hosp_sijyo {
  background: #e5ae90;
}

.insta-img {
  display: block;
  position: relative;
  max-width: 240px;
  min-width: 240px;
}

.insta-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.-i_case.en {
  background: url(https://dftest.xsrv.jp/stg/tokiko/wp-content/themes/tokiko/common/img/pz_01.svg) no-repeat left center / 100px 65px;
}

.toplink_btn a {
  display: block;
  text-decoration: none;
  border: solid 1px #d83563 !important;
  color: #d83566;
  max-width: 400px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 30px !important;
}

.toplink_btn {
  margin: 0 auto;
  text-align: center;
}

.toplink_btn.mrb {
  margin-bottom: 20px;
}

.header-box--act.enhead {
  margin-left: 3%;
}

@media (max-width: 1466px) {
  /*header*/
  header {
    max-width: calc(100% - 40px);
    max-width: min(calc(100% - 40px), 100%);
    margin: 0 auto;
    position: absolute;
    left: 20px;
    width: 100%;
  }

  /*index*/
  .m-cp {
    max-width: 275px;
    position: absolute;
    left: 10%;
    top: 60%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .infog {
    max-width: 440px;
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 2;
  }
}

@media (max-width: 1430px) {
  /*header*/
  nav ul li:nth-child(5),
  nav ul li:last-child {
    letter-spacing: -2px;
  }
}

@media (max-width: 1340px) {
  /*header*/
  nav ul {
    grid-template-columns: auto 11% 8% 8% 13% 13% 9% 11% 9% 9% auto;
  }

  .header-form {
    margin: 0 20px 0 20px;
  }

  .header-box--act {
    font-size: 1.3rem;
  }
}

@media (max-width: 1210px) {
  /*header*/
  .f-caption {
    font-size: 1.3rem;
  }

  .header-box--act {
    font-size: 1.4rem;
    line-height: 1;
  }

  .header-form {
    margin: 0 20px 0 20px;
  }
}

@media (max-width: 1080px) {
  /*header*/
  #logo {
    max-width: 180px;
  }

  .f-caption {
    margin: 0 0 0 20px;
  }

  .i-monitor {
    background: url(../img/i-monitor.svg) no-repeat left center / 24px 20px;
    padding: 5px 0 5px 32px;
  }

  .i-mail-w {
    background: url(../img/i-mail-w.svg) no-repeat left center / 18px 14px;
    padding: 5px 0 5px 28px;
  }

  .header-form input {
    width: 140px;
  }

  /*index*/
  .p-top-mv .p-top-mv__body {
    width: 74.1%;
  }

  .medical-tab__list--case {
    padding-right: 0;
  }

  .machine-name {
    font-size: 2.9rem;
  }

  .infog {
    max-width: 380px;
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 2;
  }

  .eng-lang {
    max-width: 269px;
  }
}

@media (max-width: 959px) {
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  .tp-lang {
    display: none;
  }

  #hum {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    background: #fff;
    z-index: 6;
    position: fixed;
    top: 20px;
    right: 20px;
    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;
  }

  #humberger {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  /*ボタン内側*/
  #humberger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #000;
    width: 45%;
  }

  #humberger span:nth-of-type(1) {
    top: 13px;
  }

  #humberger span:nth-of-type(2) {
    top: 19px;
  }

  #humberger span:nth-of-type(3) {
    top: 25px;
  }

  #humberger span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -4px;
    font-size: 1rem;
    text-transform: uppercase;
  }

  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

  #humberger.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  #humberger.active span:nth-of-type(2) {
    opacity: 0;
  }

  #humberger.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  #humberger.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }

  .sp-nav {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
  }

  .sp-nav.active {
    opacity: 1;
    background: #f5ebde;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: scroll;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: all;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    scroll-behavior: smooth;
    max-height: 9999px;
  }

  .sp-nav__inner {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
    padding: 12vh 0 5vh;
  }

  .sp-nav_tit {
    text-align: center;
    color: #854f20;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .sp-menu {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    background: #fff;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    margin-bottom: 20px;
  }

  .sp-menu li a {
    display: block;
    padding: 16px 10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
  }

  .sp-menu li:nth-child(odd) {
    border-right: 1px solid #a4a7bc;
  }

  .sp-menu li:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #a4a7bc;
  }

  .sp-nav_icon {
    max-width: 32px;
    margin: 0 auto 5px;
  }

  .sp-nav__contact {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
  }

  .sp-nav__contact .-coform_btn {
    background: #884f1c;
  }

  .formbox {
    margin-bottom: 20px;
    text-align: center;
  }

  .formbox .header-form-txt {
    margin-bottom: 10px;
  }

  .formbox input {
    width: 100%;
  }

  .sp-nav__rec {
    display: grid;
    grid-template-columns: repeat(2, 49.5%);
    gap: 0 1%;
    text-align: center;
    line-height: 1;
  }

  .sp-nav__rec:not(:last-child) {
    margin-bottom: 20px;
  }

  .sp-nav__rec a {
    background: #fff;
    display: block;
    padding: 20px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }

  .sp-nav__rec--icon {
    max-width: 30px;
    margin: 0 auto 10px;
  }

  .sp-nav__rec--lang {
    max-width: 36px;
    margin: 0 auto 10px;
  }

  .fix-nav_wrapper {
    position: relative;
  }

  #fix-nav {
    position: fixed;
    width: 96%;
    left: 2%;
    bottom: 0;
    z-index: 5;
  }
  #fix-nav-blog {
    position: fixed;
    width: 96%;
    left: 2%;
    bottom: 0;
    z-index: 5;
  }

  #fix-nav ul {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    border-radius: 5px 5px 0 0;
    background: #f5ebde;
  }

  #fix-nav ul.-lang_chn {
    grid-template-columns: repeat(3, 33.3%);
  }

  #fix-nav ul.-lang_eng {
    grid-template-columns: repeat(2, 50%);
  }

  #fix-nav ul.-lang_chn .fix-mobile {
    background: url(../img/fix-mobile.svg) no-repeat left center / 14px 25px;
    padding-left: 19px;
  }

  #fix-nav ul.-lang_chn .fix-line {
    background: url(../img/fix-line.svg) no-repeat left center / 23px 22px;
    padding-left: 28px;
  }

  #fix-nav ul.-lang_eng .fix-mobile {
    background: url(../img/fix-mobile.svg) no-repeat left center / 14px 25px;
    padding-left: 19px;
  }

  #fix-nav ul.-lang_eng .fix-line {
    background: url(../img/fix-line.svg) no-repeat left center / 23px 22px;
    padding-left: 28px;
  }

  #fix-nav ul li {
    line-height: 1.2;
    color: #854f20;
  }

  #fix-nav ul li:not(:last-child) {
    background: url(../img/fix-line-w.svg) no-repeat right center / 1px 33px;
  }

  #fix-nav ul li a {
    color: #854f20;
    font-size: 1.2rem;
    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;
    height: 66px;
  }

  #fix-nav ul span {
    display: block;
  }

  .fix-nav__list{
    display: flex;
    justify-content: space-between;
  }
  .fix-nav__list a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
  .fix-nav__list a span{
    display: block;
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left center;
    padding-left: 32px;
  }
  .fix-nav__group{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    flex-basis: 64.3%;
    flex-shrink: 0;
    background-color: #E2738A;
    border-radius: 5px 5px 0 0;
  }
  .fix-nav__group div{
    position: relative;
  }
  .fix-nav__group div:not(:last-child)::after{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 57%;
    background-color: #fff;
    translate: 0 -50%;
    content: "";
  }
  .fix-nav__line{
    flex-basis: 33.4%;
    border-radius: 5px 5px 0 0;
    background-color: #06C755;
  }

  .fix-tel {
    background-image: url(../img/250711/fix-tel.svg);
  }

  .fix-mobile {
    background-image: url(../img/250711/fix-mobile.svg);
  }

  .fix-line {
    background-image: url(../img/250711/fix-line.svg);
  }

  .fix-wechat {
    background: url(../img/fix-wechat.svg) no-repeat left center / 24px 22px;
    padding-left: 28px;
  }

  .fix-buginer {
    font-size: 2rem;
    color: #e2738a;
  }

  #pagetop {
    max-width: 80px;
    position: fixed;
    bottom: 88px;
    right: 20px;
    z-index: 4;
    cursor: pointer;
    display: block;
    opacity: 1;
    overflow: visible;
    max-height: 120px;
  }

  /*header*/
  nav,
  .header-box {
    display: none;
  }

  /*index*/
  .m-cp {
    max-width: 220px;
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .infog {
    bottom: 88px;
  }

  .eng-lang {
    bottom: 88px;
  }

  .header-form {
    margin: 0 auto;
    width: 100%;
  }

  .scrolls {
    bottom: 88px;
  }

  .p-top-mv .p-top-mv__body {
    width: 75.1%;
  }

  #fcp-box {
    background-size: cover;
  }

  .machine-name {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }

  .math-box {
    grid-template-columns: repeat(5, 19%);
    gap: 0 1.25%;
  }

  .math-box__list--txt {
    font-size: 1.4rem;
  }

  .math-box__list--tit {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .director-pf__detail {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 30px 30px;
  }

  .director__subpic {
    display: grid;
    grid-template-columns: 50% 45%;
    gap: 0 5%;
  }

  .-i_case {
    background: url(../img/i-cases.svg) no-repeat left center / 80px auto;
    padding: 8px 0 8px 90px;
  }

  .book-dl {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 0 20px;
  }

  .-book_name {
    font-size: 1.8rem;
  }

  .-white_inner {
    max-width: 100%;
  }

  .director-area--inner {
    padding: 0;
    max-width: calc(100% - 40px);
    max-width: min(calc(100% - 40px), 100%);
    margin: 0 auto 30px;
  }

  .sns-line {
    margin: 10px 0 30px;
  }

  .sns__box {
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .sns-follow {
    grid-template-columns: 36px 36px;
    gap: 0 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sns-follow a {
    padding: 0;
    width: 36px;
    height: 36px;
    overflow: hidden;
  }

  .-i-facebook,
  .-i-twitter,
  .-i-line,
  .-i-instagram {
    padding: 0 0px 0 42px;
  }

  .-i-facebook {
    background: url(../img/i-facebok.svg) no-repeat left top / 36px 36px;
  }

  .-i-twitter {
    background: url(../img/i-twitter.svg) no-repeat left top / 36px 36px;
  }

  .-i-line {
    background: url(../img/i-line.svg) no-repeat left top / 36px 36px;
  }

  .-i-instagram {
    background: url(../img/i-instagram.png) no-repeat left top / 36px 36px;
  }

  .side-firstbtn {
    display: none;
  }

  .modal_ftel--qr {
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
  }

  .modal_ftel {
    display: block;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    /* opacity: 0; */
  }

  .modal_ftel.active {
    /* opacity: 1; */
  }

  .modal_ftel--tel{
    transform: translateY(100%);
    transition: .3s;
  }
  .modal_ftel.active .modal_ftel--tel{
    transform: translateY(0);
  }

  .modal_ftel--tel article{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .modal_ftel--tel article div {
    background: #fff;
    border-radius: 6px;
    text-align: center;
  }

  .modal_ftel--tel article div a {
    display: block;
    padding: 1em;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    background-color: #E2738A;
  }
}

@media (max-width: 880px) {
  /*index*/

  .m-cp {
    top: 38%;
    left: 5%;
  }

  .infog {
    max-width: 380px;
  }
  .eng-lang {
    max-width: 209px;
    bottom: 30%;
  }

  .machine_blk__mac-mk {
    max-width: 110px;
  }

  .machine_blk:nth-child(even) {
    grid-template-columns: auto min(25%, 210px);
  }

  .machine_blk:nth-child(even) .machine_blk__mac {
    grid-column: 2/3;
  }

  .machine_blk:nth-child(even) .machine_blk__spec {
    grid-column: 1/2;
  }

  .machine_blk:nth-child(even) .-machine_btn {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .action-cv {
    font-size: 1.4rem;
  }

  .tp-infom {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .-i-web {
    background: url(../img/i-web.svg) no-repeat left center / 24px 24px;
    padding: 0 0 0 30px;
  }

  .-i-line_act {
    background: url(../img/i-line.svg) no-repeat left center / 24px 24px;
    padding: 5px 0 5px 30px;
  }

  .p-top-mv .p-top-mv__body {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    max-width: none;
    width: 90%;
    min-width: 500px;
    height: 180%;
  }
}

@media (max-width: 767px) {
  /*layout*/
  .place_tp {
    grid-template-columns: 100%;
    gap: 30px 0;
  }

  .-eng-tit__en {
    font-size: 2.6rem;
  }

  .-ft-togl_pc {
    display: none !important;
  }

  /*index*/
  .p-top-mv {
    margin-bottom: 60px;
    min-height: unset;
  }

  #fcp-box {
    background-image: url(../img/fcp-box-sp.jpg);
    border-top-left-radius: 50px;
    margin-left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #fcp-box::after {
    border-top-left-radius: 100px;
  }

  .fcp-box--txt {
    margin: 0 30px;
    font-size: 1.6rem;
  }

  .ban-tp,
  .ban-tp_top {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .sign {
    max-width: 138px;
    margin: 20px 0 0 auto;
  }

  .machine {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .medical-menu {
    margin-top: 20px;
  }

  .medical-menu:not(:first-child) {
    display: none;
  }

  .medical-tab__list {
    pointer-events: visible;
  }

  .medical-tab__list--case {
    grid-template-columns: 100% !important;
    text-align: center;
    gap: 8px 0;
    background: url(../img/un-line.svg) no-repeat right 50px, url(../img/l-line.svg) no-repeat left 50px;
  }

  .medical-tab__list--mark {
    max-width: 70%;
    margin: 0 auto;
  }

  .medical-tab {
    grid-template-columns: repeat(4, 24.4%);
    gap: 0 0.8%;
  }

  .medical-tab__list.-active {
    color: #f8b62d;
  }

  .medical-tab__list.-active .medical-tab__list--mark {
    position: relative;
  }

  .medical-tab__list.-active .medical-tab__list--mark::before {
    border: 3px solid #f8b62d;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }

  .medical-tab__list--name span {
    display: none;
  }

  .medical-list {
    grid-template-columns: 100%;
    gap: 0;
  }

  .math-box {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .math-box__list--txt {
    font-size: 1.6rem;
  }

  .math-box__list--tit {
    font-size: 2.6rem;
  }

  .reason-tpbox__list,
  .reason-tpbox__list:nth-child(3) {
    width: 48%;
    max-width: 400px;
    margin: 0 4% 5% 0;
  }

  .reason-tpbox__list:nth-child(2n) {
    margin-right: 0;
  }

  .-machine__box {
    max-width: 100%;
  }

  .-machine__box .-eng-tit__sub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .-machine_cvpoint {
    grid-column: initial;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .-eng-tit__sub {
    font-size: 1.6rem;
  }

  .machine_blk {
    background: none;
    padding: 0 20px 0 0;
    grid-template-columns: 152px auto;
    grid-template-rows: auto auto;
    gap: 0px 6px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .machine_blk__mac-mk {
    margin: 0 auto;
  }

  .machine_blk:nth-child(even) {
    padding: 0 0 0 20px;
  }

  .machine_blk:nth-child(even) .machine_blk__mac-mk {
    margin-left: auto;
  }

  .machine_blk__mac-mk {
    max-width: 116px;
  }

  .-machine_btn {
    margin-top: 20px;
  }

  .machine-name {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .machine-txt,
  .mec-effect {
    font-size: 1.4rem;
  }

  .machine-txt {
    margin-bottom: 10px;
  }

  .machine_blk:nth-child(even) {
    grid-template-columns: auto 152px;
  }

  .director-pf__detail {
    display: grid;
    grid-template-columns: 45% auto;
    gap: 30px 30px;
  }

  .book-dl {
    grid-template-columns: 100px auto;
    gap: 0 20px;
    grid-column: 1/3;
  }

  .record-dl {
    grid-template-columns: repeat(2, 49%);
    grid-template-rows: 26px 1fr 1fr;
    gap: 10px 2%;
    grid-column: 1/3;
  }

  .foot-link {
    display: block;
    background: url(../img/sp-foot_bg.jpg) no-repeat left center / cover;
    padding: 80px 20px 40px 0;
    position: relative;
  }

  .foot-link::after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    background: rgba(255, 255, 255, 0.88);
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
  }

  .foot-link ul {
    z-index: 2;
    position: relative;
    width: 95%;
  }

  .foot-link ul li {
    position: relative;
    margin: 0;
    background: url(../img/foot-ine.svg) repeat-x left bottom / 8px 1px;
  }

  .foot-link ul:last-child li:last-child,
  .foot-link ul ul li:last-child {
    background: none;
  }

  .foot-link ul li a {
    display: block;
    padding: 10px 0 10px 5%;
    background: url(../img/ft-delta.svg) no-repeat 95% 50% / 10px 10px;
  }

  .foot-link ul span {
    display: block;
    padding: 10px 0 10px 5%;
    background: url(../img/ft-un-delta.svg) no-repeat 95% 50% / 10px 10px;
  }

  .-acckey.open {
    background: url(../img/ft-up-delta.svg) no-repeat 95% 50% / 10px 10px;
  }
}

@media (max-width: 600px) {
  .tp_staffblog {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}

@media (max-width: 519px) {
  .-minonly {
    display: block;
  }

  #pagetop {
    max-width: 56px;
  }

  /*layout*/
  .-basic-area,
  .ban-onlineshop {
    margin: 0 auto 60px;
  }

  .-white-area,
  #fcp-box {
    margin-bottom: 60px;
  }

  .-white_inner,
  .-for_sns,
  footer {
    padding: 60px 0;
  }

  .-eng-tit {
    margin-bottom: 40px;
  }

  .-eng-tit__en {
    font-size: 2.2rem;
  }

  .-eng-tit__jp {
    font-size: 1.2rem;
  }

  .-eng-tit__sub {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .lead-link {
    font-size: 1.4rem;
  }

  /*header*/
  #logo {
    max-width: 150px;
  }

  .header-wrapper {
    display: block;
  }

  .f-caption {
    margin: 6px 0 0 0;
  }

  .reason-tpbox {
    display: block;
  }

  .reason-tpbox__list,
  .reason-tpbox__list:nth-child(3),
  .reason-tpbox__list:nth-child(2n) {
    width: 100%;
    margin: 0 auto 40px;
  }

  #hum {
    width: 50px;
    height: 50px;
  }

  #humberger span:nth-of-type(3)::after {
    left: -2px;
    font-size: 0.8rem;
  }

  .outline-link {
    font-size: 1.1rem;
  }

  /*index*/
  .m-cp {
    max-width: 210px;
  }

  .infog {
    max-width: 350px;
  }

  #fcp-box::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(133, 79, 32, 0.6)), to(rgba(143, 120, 99, 0.42)));
    background: linear-gradient(90deg, rgba(133, 79, 32, 0.6), rgba(143, 120, 99, 0.42));
  }

  .fcp-box--txt {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .math-box__list--txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .math-box__list--tit {
    font-size: 2.4rem;
    margin-bottom: 6px;
  }

  .-machine_maker {
    font-size: 1.2rem;
  }

  .mec-effect {
    font-weight: bold;
    padding: 5px 14px;
  }

  .director-area--inner {
    max-width: 100%;
    padding: 0 20px;
  }

  .director__subpic {
    margin-left: -20px;
  }

  .director-pf__detail {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px 0;
  }

  .-director_btn {
    margin-right: 20px;
  }

  .book-dl,
  .record-dl {
    grid-column: 1/2;
  }

  .record-dl dd {
    font-size: 1.2rem;
    padding: 5px;
  }

  .-num_case {
    font-size: 1.4rem;
  }

  .-num_case span {
    font-size: 1.4rem;
  }

  .-i_case {
    background: url(../img/i-cases.svg) no-repeat left center / 56px auto;
    padding: 8px 0 8px 66px;
  }

  .place_tp--name {
    width: 80%;
    margin-top: -40px;
    padding: 20px 0 0;
    position: relative;
    background: #fbfaf7;
  }

  .action-cv {
    padding: 0 5% 5%;
    background: -webkit-gradient(linear, left top, right bottom, from(#fbfaf7), color-stop(#fbfaf7), color-stop(#fbfaf7), to(rgba(213, 123, 34, 0.42)));
    background: linear-gradient(to bottom right, #fbfaf7, #fbfaf7, #fbfaf7, rgba(213, 123, 34, 0.42));
    font-size: 1.6rem;
  }

  .-i-web {
    background: url(../img/i-web.svg) no-repeat left center / 30px 30px;
    padding: 0 0 0 40px;
  }

  .-i-line_act {
    background: url(../img/i-line.svg) no-repeat left center / 30px 30px;
    padding: 5px 0 5px 40px;
  }
}

@media (max-width: 414px) {
  /*index*/
  .p-top-mv .p-top-mv__body {
    height: 190%;
  }

  .scrolls {
    bottom: 25%;
  }

  .m-cp {
    top: 34%;
    max-width: 226px;
  }

  .infog {
    max-width: 80vw;
    left: 10vw;
  }

  .name-pt__name {
    font-size: 2.4rem;
  }

  .name-pt__name span {
    font-size: 1.2rem;
  }

  .place_tp--tag li {
    font-size: 1.3rem;
  }
}

@media (max-width: 390px) {
  /*index*/
  .p-top-mv .p-top-mv__body {
    height: 200%;
  }

  .m-cp {
    top: 36%;
    max-width: 190px;
  }

  .-micro {
    margin-top: 4px;
  }
}

@media (max-width: 375px) {
  /*index*/
  .p-top-mv .p-top-mv__body {
    height: 192%;
  }

  .m-cp {
    max-width: 188px;
    top: 33%;
  }

  .place_tp--name {
    font-size: 1.6rem;
  }

  .outline-link a {
    padding: 0 5px;
  }

  .-num_case span {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

/*
@media (max-height: 500px) {
  .p-top-mv {
    height: 700px !important;
  }
}
*/

/*ロゴ位置変更*/
.sitelogo {
  width: 35%;
  margin: 13% 0 0 10%;
}

.f-caption {
  margin: 1% 0 0 32%;
}

@media (max-width: 1210px) {
  .sitelogo {
    margin: 18% 0 0 10%;
  }
}
@media (max-width: 959px) {
  .sitelogo {
    margin: 5% 0 0 10%;
  }
}
@media (max-width: 880px) {
  .sitelogo {
    margin: 5% 0 0 5%;
  }
  .f-caption {
    margin: 1% 0 0 32%;
  }
}
@media (max-width: 519px) {
  .sitelogo {
    width: 60%;
    margin: 10% 0 0 5%;
  }
  .f-caption {
    margin: 1% 0 0 30%;
  }
}
/*reserve page*/
.btn-area-re {
  display: flex;
  gap: 3rem;
}
.line-btn {
  padding: 1rem 3rem;
  background-color: #7bed7b;
  border-radius: 1rem;
}

.open-f {
  padding: 1rem 3rem;
  border-radius: 1rem;
  display: inline-block;
  background: #fccfef;
  color: #333;
}
.open-q {
  padding: 1px 8px;
  border-radius: 3rem;
  display: inline-block;
  background: #fccfef;
  color: #333;
  margin-left: 1rem;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.popup-q {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.popup.view {
  display: flex;
}
.popup-q.view {
  display: flex;
}
.popup__inner {
  display: inline-block;
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
}
.popup__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.close-f {
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #dc5a45;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-f:hover {
  opacity: 0.6;
}

/* 240723_注目キーワード実装_追記ここから */
.header-wrapper {
  margin-bottom: 8px;
}

.attention-keyword {
  margin: 0 0 8px 182px;
}

.attention-keyword.-under {
  margin: 0 0 8px 364px;
}

.attention-keyword__box {
  font-size: 1.2rem;
  display: flex;
  gap: 5px;
}

.attention-keyword__box--anker {
  display: flex;
  gap: 0 10px;
}

.attention-keyword__box--anker a {
  text-decoration: underline;
}

.attention-keyword__box--anker a:hover {
  text-decoration: none;
}

.attention-keyword__box p {
  color: #8b4f16;
}

.i-tri {
  width: 0;
  height: 0;
  border-left: 5px solid #8b4f16;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: 6px;
  margin-left: 6px;
}

@media (max-width: 1340px) {
  .attention-keyword {
    margin: 0 0 10px 142px;
  }

  .attention-keyword.-under {
    margin: 0 0 8px 362px;
  }
}

@media (max-width: 1080px) {
  .attention-keyword.-under {
    margin: 0 0 8px 322px;
  }
}

@media (max-width: 959px) {
  .attention-keyword {
    display: none;
  }

  .formbox,
  .attention-keyword-sp {
    margin-bottom: 10px;
  }

  .attention-keyword-sp .attention-keyword__box {
    display: block;
  }

  .attention-keyword-sp .attention-keyword__box--anker {
    flex-wrap: wrap;
  }
}
/* 240723_注目キーワード実装_追記ここまで */

/* 240723_追従ナビ改修_追記ここから */
.fix-buginer {
  color: #e2738a;
  font-size: 1.2rem;
  background: url(../img/fix-buginer-p.svg) no-repeat left center / 24px 22px;
  padding-left: 28px;
}

/* 240723_追従ナビ改修_追記ここまで */

/* 240723_共通ロゴ_追記ここから */
#logo {
  max-width: 180px;
  margin-left: 10px;
  margin-right: -10px;
}

@media (max-width: 959px) {
  #logo {
    max-width: 180px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* 240723_共通ロゴ_追記ここまで */
