@charset "UTF-8";
/*********************************************************
base
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 2000px;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  body {
    padding-top: 50px;
    padding-bottom: 87px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.dib {
  display: inline-block;
}

@media (min-width: 481px) {
  .pc-block {
    display: block;
  }
}

@media (max-width: 480px) {
  .spnone {
    display: none;
  }
}

.bg-border {
  background: repeating-linear-gradient(90deg, #fff1fa, #fff1fa 40px, #fff 40px, #fff 80px);
}

.link.-ud {
  text-decoration: underline;
}
.link.-ud:hover {
  text-decoration: none;
}
.link.-blue {
  color: #3fa7ec;
}

/*********************************************************
header
*********************************************************/
.header {
  font-size: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 1025px) {
  .header {
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .header {
    background: #ff699c;
    border-radius: 0;
    height: 50px;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
  }
}
.header.fixed {
  top: 0;
}

.header__inner {
  position: relative;
}
@media (max-width: 1024px) {
  .header__inner {
    padding-left: 10px;
  }
}

.header__box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  background: #ff699c;
  flex: 1;
}
@media (min-width: 1025px) {
  .header__logo {
    padding: 10px 10px 5px 15px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    padding-top: 10px;
  }
}
.header__logo h1 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.header__logo img {
  width: 300px;
}
@media (min-width: 1025px) {
  .header__logo img {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .header__logo img {
    width: 200px;
  }
}
@media (max-width: 350px) {
  .header__logo img {
    width: 180px;
    width: 50vw;
  }
}

.header__txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .header__txt {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header__txt {
    display: none;
  }
}

.header__time {
  color: #ff699c;
  display: none;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .header__time {
    display: none;
  }
}
.header__time dl {
  display: flex;
}
.header__time dl:last-child {
  margin-top: 5px;
}
.header__time dt {
  width: 5em;
}

.header__tel img {
  display: block;
  width: 25px;
}
.header__tel.-pc {
  color: #fff;
  font-weight: bold;
}
.header__tel.-pc img {
  width: 50px;
}
.header__tel.-pc a {
  background: #059dff;
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 100%;
  padding: 20px 50px;
}
@media (max-width: 1200px) {
  .header__tel.-pc a {
    padding: 20px 30px;
  }
}
.header__tel.-pc a p {
  font-size: 30px;
  font-weight: bold;
}
.header__tel.-pc a p:first-child {
  margin-right: 10px;
}
.header__tel.-pc a span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .header__tel.-pc {
    display: none;
  }
}
.header__tel.-sp {
  background: #059dff;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  max-width: 200px;
}
@media (min-width: 1025px) {
  .header__tel.-sp {
    display: none;
  }
}
.header__tel.-sp a {
  display: block;
  font-weight: bold;
  padding: 5px 15px;
}
.header__tel.-sp img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.header__telicon {
  background: #059dff;
  border-radius: 0 0 5px 5px;
  height: 45px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 75px;
  text-align: center;
}
.header__telicon img {
  width: 25px;
}
@media (min-width: 1025px) {
  .header__telicon {
    display: none;
  }
}

.header__access {
  text-align: center;
}
.header__access.-sp {
  background: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  display: none;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  max-width: 150px;
}
@media (min-width: 1025px) {
  .header__access.-sp {
    display: none;
  }
}
.header__access.-sp a {
  display: block;
  padding: 5px 15px;
}
.header__access.-sp img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.header__access img {
  display: block;
  margin: 0 auto 5px;
  width: 25px;
}

.header__table {
  display: none;
  margin: 30px auto 0;
  max-width: 500px;
}

@media (min-width: 1025px) {
  .gnav {
    background: #fff;
    padding: 10px;
  }
}

.gnav__list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .gnav__list {
    display: block;
    margin: 10px auto 0;
    width: 90%;
  }
}

@media (min-width: 1401px) {
  .gnav__item:not(:last-child) {
    margin-right: 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .gnav__item {
    font-size: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .gnav__item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .gnav__item {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .gnav__item {
    border-bottom: 1px dashed #ff699c;
    text-align: center;
  }
}

.gnav__link {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .gnav__link {
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .gnav__link {
    padding: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .gnav__link.-fz_small {
    font-size: 95%;
  }
}
@media (min-width: 1025px) {
  .gnav__link img {
    display: block;
    height: 40px;
    margin-bottom: 5px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .gnav__link img {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .gnav__link img {
    margin-right: 5px;
    width: 20px;
  }
}

.menu-btn {
  background: #fff;
  border-radius: 0 0 5px 5px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 15px;
  width: 45px;
}
@media (min-width: 1025px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn__inner {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-btn__inner::after {
  content: "メニュー";
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.menu-btn__inner.close::after {
  content: "閉じる";
}

.menu-btn__bar {
  background: #333;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 40%;
  left: 15%;
  transition: 0.5s;
  width: 70%;
}
.menu-btn__bar::before, .menu-btn__bar::after {
  background: #333;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transition: 0.5s;
  width: 100%;
}
.menu-btn__bar::before {
  margin-top: -8px;
}
.menu-btn__bar::after {
  margin-top: 7px;
}

.close .menu-btn__bar {
  background: transparent;
}
.close .menu-btn__bar::before, .close .menu-btn__bar::after {
  margin-top: 0;
}
.close .menu-btn__bar::before {
  transform: rotate(45deg);
}
.close .menu-btn__bar::after {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .spmenu {
    background: #fff;
    display: none;
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
}
@media (max-height: 900px) and (max-width: 1024px) {
  .spmenu {
    height: 80vh;
  }
}

@media (max-height: 900px) and (max-width: 1024px) {
  .spmenu__inner {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .spmenu__inner {
    padding-bottom: 15px;
  }
}

/*********************************************************
footer
*********************************************************/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 25vw;
}
@media (max-width: 480px) {
  .scroll-infinity__item {
    width: 50vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.footer-partnership {
  background: #eee;
  border-radius: 15px;
  margin: 50px auto 0;
  padding: 30px;
  text-align: center;
  width: 90%;
  max-width: 800px;
}
@media (max-width: 400px) {
  .footer-partnership {
    padding: 15px;
  }
}

.footer-partnership__ttl {
  font-size: 24px;
  font-weight: bold;
}

.footer-partnership__txt {
  margin-top: 30px;
}

.footer-partnership__btn {
  margin-top: 30px;
}
.footer-partnership__btn a {
  background: #ff699c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 90%;
  max-width: 270px;
}
@media (max-width: 700px) {
  .footer-partnership__btn a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .footer-partnership__btn a {
    font-size: 12px;
  }
}
.footer-partnership__btn a:nth-child(odd) {
  margin-right: 15px;
}
@media (max-width: 700px) {
  .footer-partnership__btn a:nth-child(odd) {
    margin-right: auto;
  }
}
.footer-partnership__btn a::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  content: "";
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 25px;
}

.page-top {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  text-align: right;
}
@media (max-width: 1100px) {
  .page-top {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.footer-bottom {
  background: #eefbde;
  margin-top: 50px;
  padding: 50px 0;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-bottom__inner {
    display: block;
  }
}

.footer-bottom__info,
.footer-bottom__table {
  width: 49%;
}
@media (max-width: 768px) {
  .footer-bottom__info,
  .footer-bottom__table {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-bottom__info {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-bottom__table {
    margin: 30px auto 0;
    max-width: 500px;
  }
}

.footer-bottom__logo {
  font-size: 24px;
  font-weight: bold;
}
.footer-bottom__logo img {
  width: 200px;
}

.footer-bottom__access {
  font-size: 14px;
  margin-top: 15px;
}

.footer-bottom__tel {
  color: #ff699c;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px;
}
.footer-bottom__tel:last-child {
  margin-top: 12px;
}
.footer-bottom__tel img {
  background: #fff;
  margin-right: 10px;
  width: 18px;
}

.copy {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}

/*********************************************************
hours-table
*********************************************************/
.hours-table {
  overflow-x: auto;
  overflow-y: clip;
}
.hours-table table {
  border: 1px solid #ff699c;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 500px) {
  .hours-table table {
    width: 500px;
  }
}
.hours-table thead th {
  background: #ff699c;
  color: #fff;
}
.hours-table thead th:first-child {
  font-weight: bold;
  text-align: left;
}
.hours-table th,
.hours-table td {
  font-size: 12px;
  padding: 10px;
}
@media (max-width: 500px) {
  .hours-table th,
  .hours-table td {
    white-space: nowrap;
  }
}
.hours-table tbody tr:last-child td {
  padding-bottom: 20px;
}
.hours-table tbody th,
.hours-table tbody td {
  background: #fff;
}
.hours-table tbody th {
  text-align: left;
}
.hours-table tbody td {
  padding: 15px 10px 10px;
  text-align: center;
}

.hours-table__maru {
  color: #ff699c;
}

.hours-table__sankaku {
  color: #059dff;
}

.hours-table__batsu {
  color: #525252;
}

.hours-table__scroll {
  margin-top: -10px;
  width: 35px;
}
@media (min-width: 501px) {
  .hours-table__scroll {
    display: none;
  }
}

.hours-table__list {
  font-size: 14px;
  margin-top: 10px;
}

.hours-table__cross {
  color: #525252;
}
.hours-table__cross::before {
  content: "×";
  font-size: 20px;
  margin-right: 5px;
}

.hours-table__tri {
  color: #059dff;
}
.hours-table__tri::before {
  content: "▲";
  margin-right: 5px;
}

/*********************************************************
inner
*********************************************************/
.inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
@media (max-width: 1100px) {
  .inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/*********************************************************
content-ttl
*********************************************************/
.content-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 480px) {
  .content-ttl {
    font-size: 24px;
  }
}
.rehab03 .content-ttl {
  font-size: 30px;
}
@media (max-width: 768px) {
  .rehab03 .content-ttl {
    font-size: 24px;
  }
}
.content-ttl::before, .content-ttl::after {
  background-size: contain;
  content: "";
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (max-width: 480px) {
  .content-ttl::before, .content-ttl::after {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.content-ttl::before {
  background-image: url(image.php?id=028);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.content-ttl::after {
  background-image: url(image.php?id=029);
  background-repeat: no-repeat;
  margin-left: 10px;
}

.content-ttl02 {
  background: #fff;
  border: 1px solid #ff699c;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 70px;
  position: relative;
}
@media (max-width: 600px) {
  .content-ttl02 {
    font-size: 18px;
  }
}
.content-ttl02::before {
  background-image: url(image.php?id=037);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

/*********************************************************
下層ページ共通
*********************************************************/
.page-header {
  background-image: url(image.php?id=031), url(image.php?id=030);
  background-position: center, top;
  background-repeat: no-repeat;
  background-size: 110% auto;
  padding: 150px 0 0 0;
  text-align: center;
}
@media (max-width: 980px) {
  .page-header {
    background-size: contain;
    padding: 100px 0 0 0;
  }
}
@media (max-width: 768px) {
  .page-header {
    background-position: bottom;
    padding: 50px 0 0 0;
  }
}

.page-ttl {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .page-ttl {
    font-size: 30px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 30px;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #ff699c;
  padding-right: 10px;
  position: relative;
}
.breadcrumbs a::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  color: #333;
  content: "";
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 0;
}

.page-content {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .page-content {
    margin: 50px 0 100px 0;
  }
}

.underline {
  color: #ff699c;
  font-size: 120%;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-decoration-color: #059dff;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
}

.machine {
  margin-top: 50px;
}

.machine__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.machine__box {
  width: 23%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine__box {
    width: 48%;
  }
  .machine__box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .machine__box {
    width: 100%;
  }
  .machine__box:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .machine__box:nth-child(n+5) {
    margin-top: 30px;
  }
}

.machine__ttl {
  color: #ff699c;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.machine__img {
  text-align: center;
}
.machine__img img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.machine__txt {
  margin-top: 20px;
}

/*********************************************************
index.html
*********************************************************/
.top-ttl {
  font-size: 14px;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .top-ttl {
    font-size: 12px;
  }
}

.top-banner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 1100px) {
  .top-banner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 700px) {
  .top-banner {
    flex-direction: column;
  }
}

.top-banner__item {
  text-align: center;
}
@media (min-width: 701px) {
  .top-banner__item:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 700px) {
  .top-banner__item {
    width: 100%;
  }
  .top-banner__item:last-child {
    margin-top: 15px;
  }
}
.top-banner__item a:hover {
  opacity: 0.8;
}
.top-banner__item img {
  width: 330px;
}

.top-hours {
  padding-top: 50px;
}

.top-hours__inner {
  margin-top: 50px;
}

.top-hours .hours-table {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 800px) {
  .top-hours .hours-table {
    max-width: 500px;
  }
}
.top-hours .hours-table table {
  font-size: 16px;
  max-width: 800px;
}
@media (max-width: 800px) {
  .top-hours .hours-table table {
    width: 500px;
  }
}
.top-hours .hours-table table th,
.top-hours .hours-table table td {
  font-size: 16px;
}
@media (max-width: 800px) {
  .top-hours .hours-table table th,
  .top-hours .hours-table table td {
    font-size: 12px;
  }
}

.top-news {
  margin-top: 50px;
  padding: 50px 0;
}

.top-news__list {
  background: #fff;
  margin-top: 50px;
  padding: 50px;
}

.top-news__item {
  border-bottom: 1px dashed #059dff;
  display: flex;
  padding: 0 15px 10px;
}
@media (max-width: 480px) {
  .top-news__item {
    display: block;
  }
}
.top-news__item:not(:first-child) {
  margin-top: 30px;
}
.top-news__item p:first-child {
  color: #ff699c;
  margin-right: 30px;
}
.top-news__item p:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .top-news__item p:last-child {
    margin-top: 10px;
  }
}

.top-about {
  padding: 50px 0;
}

.top-about-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .top-about-box {
    display: block;
  }
}

.top-about-box__list {
  display: flex;
}
@media (max-width: 480px) {
  .top-about-box__list {
    display: block;
    text-align: center;
  }
}
.top-about-box__list:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 480px) {
  .top-about-box__list:not(:first-child) {
    margin-top: 20px;
  }
}
.top-about-box__list dt {
  color: #ff699c;
  font-weight: bold;
  width: 7em;
  min-width: 7em;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .top-about-box__list dt {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .top-about-box__list dd {
    margin-top: 10px;
  }
}

.top-about-box__txt {
  width: 500px;
}
@media (max-width: 600px) {
  .top-about-box__txt {
    width: 100%;
  }
}

.top-about-box__img {
  width: 300px;
}
@media (max-width: 600px) {
  .top-about-box__img {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .top-about-box__img img {
    width: 300px;
  }
}

.top-access {
  padding: 50px 0;
}

.top-access__ggmap {
  margin-top: 50px;
  padding-bottom: 30%;
  position: relative;
}
@media (max-width: 480px) {
  .top-access__ggmap {
    padding-bottom: 50%;
  }
}
.top-access__ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-access__box {
  margin-top: 30px;
  text-align: center;
}

.top-access__txt {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.top-access__txt::before, .top-access__txt::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 480px) {
  .top-access__txt::before, .top-access__txt::after {
    top: 6px;
    width: 25px;
    height: 25px;
  }
}
.top-access__txt::before {
  background-image: url(image.php?id=026);
  left: -35px;
}
@media (max-width: 480px) {
  .top-access__txt::before {
    left: -25px;
  }
}
.top-access__txt::after {
  background-image: url(image.php?id=025);
  right: -35px;
}
@media (max-width: 480px) {
  .top-access__txt::after {
    right: -25px;
  }
}

.top-access__p,
.top-access__b {
  font-size: 36px;
}
@media (max-width: 480px) {
  .top-access__p,
  .top-access__b {
    font-size: 30px;
  }
}
.top-access__p span,
.top-access__b span {
  font-size: 150%;
}

.top-access__p {
  color: #ff699c;
}

.top-access__b {
  color: #059dff;
}

.top-access__txt2 {
  font-size: 18px;
  margin-top: 20px;
}

.top-access__btn {
  margin-top: 30px;
  text-align: center;
}
.top-access__btn a {
  background: #ff699c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 90%;
  max-width: 250px;
}
.top-access__btn a::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  content: "";
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 25px;
}

.top-greeting {
  padding: 50px 0;
}

.top-greeting__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .top-greeting__inner {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.top-greeting__img,
.top-greeting__txt {
  width: 49%;
}
@media (max-width: 768px) {
  .top-greeting__img,
  .top-greeting__txt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top-greeting__img {
    text-align: center;
  }
}

.top-greeting__txt p:first-child {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-greeting__txt p:first-child {
    margin-top: 15px;
    text-align: center;
  }
}
.top-greeting__txt p:last-child {
  margin-top: 15px;
}

.top-features {
  padding: 50px 0;
}

.top-features__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .top-features__box {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 601px) {
  .top-features__box:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.top-features__img {
  width: 35%;
}
@media (max-width: 600px) {
  .top-features__img {
    width: 100%;
  }
}

.top-features__txt {
  width: 63%;
}
@media (max-width: 600px) {
  .top-features__txt {
    width: 100%;
  }
}

.top-features__txt p {
  margin-top: 15px;
}

.top-features__ttl {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .top-features__ttl {
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .top-features__ttl {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .floating-banner {
    display: none;
  }
}
@media (max-width: 1024px) {
  .floating-banner {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.floating-banner__inner {
  display: flex;
  justify-content: center;
}

.floating-banner__btn {
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  width: 49%;
  max-width: 200px;
}
.floating-banner__btn.-access {
  background: #ff699c;
  margin-right: 15px;
}
.floating-banner__btn.-first {
  background: #059dff;
}

/*********************************************************
news.html
*********************************************************/
.news__date {
  color: #ff699c;
}

.news__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}

.news__body {
  margin-top: 30px;
}
.news__body p:not(:first-cild) {
  margin-top: 1em;
}

/*********************************************************
orthopedic.html
*********************************************************/
.orthopedic__img {
  text-align: center;
}

.orthopedic__txt {
  margin-top: 50px;
}
.orthopedic__txt p:not(:first-child) {
  margin-top: 1em;
}

/*********************************************************
rehab.html
*********************************************************/
.rehab01__img {
  text-align: center;
}

.rehab01__content {
  margin-top: 50px;
}

.rehab01-list {
  margin-top: 50px;
}

.rehab01-list__box:not(:first-child) {
  margin-top: 30px;
}
.rehab01-list__box dt {
  color: #ff699c;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}
.rehab01-list__box dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(to right, #ff699c 0 20px, #fff 20px 30px, #059dff 30px 50px, #fff 50px 60px);
}
.rehab01-list__box dt img {
  display: inline-block;
  margin-right: 5px;
}
.rehab01-list__box dd {
  margin-top: 15px;
}

.rehab01-list__item {
  margin-left: 1em;
  position: relative;
}
.rehab01-list__item:not(:first-child) {
  margin-top: 1em;
}
.rehab01-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
}

.rehab02 {
  margin-top: 50px;
  padding: 50px 0;
}

.rehab02__box:not(first-child) {
  margin-top: 50px;
}

.rehab02__content {
  padding: 30px;
}
.rehab02__content p:not(:first-child) {
  margin-top: 1em;
}

.rehab02__list {
  display: flex;
  flex-wrap: wrap;
}
.rehab02__list li {
  background: #ff699c;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 15px 15px 0 0;
  padding: 10px 30px;
}

.rehab03 {
  background: #def2ff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 768px) {
  .rehab03 {
    padding: 30px;
  }
}

.rehab03__list {
  margin-top: 50px;
}

.rehab03__item {
  color: #ff699c;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 30px 50px;
  position: relative;
}
.rehab03__item:not(:first-child) {
  margin-top: 30px;
}
.rehab03__item::before {
  background-image: url(image.php?id=036);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.rehab03__item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff699c 0%, #ff699c 3%, transparent 3%, transparent 5%, #059dff 5%, #059dff 8%, transparent 8%, transparent 10%, #ff699c 10%, #ff699c 13%, transparent 13%, transparent 15%, #ff699c 15%, #ff699c 18%, transparent 18%, transparent 20%, #059dff 20%, #059dff 23%, transparent 23%, transparent 25%, #ff699c 25%, #ff699c 28%, transparent 28%, transparent 30%, #059dff 30%, #059dff 33%, transparent 33%, transparent 35%, #ff699c 35%, #ff699c 38%, transparent 38%, transparent 40%, #059dff 40%, #059dff 43%, transparent 43%, transparent 45%, #ff699c 45%, #ff699c 48%, transparent 48%, transparent 50%, #ff699c 50%, #ff699c 53%, transparent 53%, transparent 55%, #059dff 55%, #059dff 58%, transparent 58%, transparent 60%, #ff699c 60%, #ff699c 63%, transparent 63%, transparent 65%, #059dff 65%, #059dff 68%, transparent 68%, transparent 70%, #ff699c 70%, #ff699c 73%, transparent 73%, transparent 75%, #059dff 75%, #059dff 78%, transparent 78%, transparent 80%, #ff699c 80%, #ff699c 83%, transparent 83%, transparent 85%, #ff699c 85%, #ff699c 88%, transparent 88%, transparent 90%, #059dff 90%, #059dff 93%, transparent 93%, transparent 95%, #ff699c 95%, #ff699c 98%, transparent 98%, transparent 100%);
}

/*********************************************************
bone.html
*********************************************************/
.bone__img {
  text-align: center;
}

.bone__content {
  margin-top: 50px;
}

.bone__txt {
  margin-top: 50px;
}
.bone__txt p:not(:first-child) {
  margin-top: 1em;
}

.bone02 {
  margin-top: 50px;
  padding: 50px 0;
}

.bone02__box:not(:first-child) {
  margin-top: 50px;
}

.bone02__content {
  padding: 30px;
}

.bone02__txt {
  margin-top: 50px;
}

.bone__list {
  margin-top: 30px;
}
.bone__list dt {
  color: #ff699c;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}
.bone__list dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(to right, #ff699c 0 20px, #fff 20px 30px, #059dff 30px 50px, #fff 50px 60px);
}
.bone__list dt img {
  display: inline-block;
  margin-right: 5px;
}
.bone__list dd {
  margin-top: 15px;
}

.bone-list__item {
  margin-left: 1em;
  position: relative;
}
.bone-list__item:not(:first-child) {
  margin-top: 1em;
}
.bone-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
}

.bone-list__link {
  background: #ff699c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  padding: 5px 25px 5px 10px;
  position: relative;
  text-align: left;
}
.bone-list__link::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  content: "";
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 13px;
}

/*********************************************************
skin.html
*********************************************************/
.skin__img {
  text-align: center;
}

.skin__content {
  margin-top: 50px;
}

.skin__txt {
  margin-top: 50px;
}

.skin02 {
  margin-top: 50px;
}

.skin02__inner {
  padding: 50px 0;
}

.skin02__box {
  margin-top: 50px;
}

.skin02-list {
  padding: 30px 30px 0 30px;
}

.skin02-list__ttl {
  background: #ff699c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 100px;
}

.skin02-list__content {
  margin-top: 15px;
}

/*********************************************************
self.html
*********************************************************/
.self__img {
  text-align: center;
}

.self__content {
  margin-top: 50px;
}

.self__txt {
  margin-top: 50px;
}

.self-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .self-box {
    display: block;
  }
}

.self-box__list {
  margin-top: 30px;
  width: 48%;
}
@media (max-width: 600px) {
  .self-box__list {
    width: 100%;
  }
}

.self-box__ttl {
  color: #ff699c;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 10px 50px;
  position: relative;
}
.self-box__ttl:not(:first-child) {
  margin-top: 30px;
}
.self-box__ttl::before {
  background-image: url(image.php?id=036);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.self-box__ttl::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff699c 0%, #ff699c 3%, transparent 3%, transparent 5%, #059dff 5%, #059dff 8%, transparent 8%, transparent 10%, #ff699c 10%, #ff699c 13%, transparent 13%, transparent 15%, #ff699c 15%, #ff699c 18%, transparent 18%, transparent 20%, #059dff 20%, #059dff 23%, transparent 23%, transparent 25%, #ff699c 25%, #ff699c 28%, transparent 28%, transparent 30%, #059dff 30%, #059dff 33%, transparent 33%, transparent 35%, #ff699c 35%, #ff699c 38%, transparent 38%, transparent 40%, #059dff 40%, #059dff 43%, transparent 43%, transparent 45%, #ff699c 45%, #ff699c 48%, transparent 48%, transparent 50%, #ff699c 50%, #ff699c 53%, transparent 53%, transparent 55%, #059dff 55%, #059dff 58%, transparent 58%, transparent 60%, #ff699c 60%, #ff699c 63%, transparent 63%, transparent 65%, #059dff 65%, #059dff 68%, transparent 68%, transparent 70%, #ff699c 70%, #ff699c 73%, transparent 73%, transparent 75%, #059dff 75%, #059dff 78%, transparent 78%, transparent 80%, #ff699c 80%, #ff699c 83%, transparent 83%, transparent 85%, #ff699c 85%, #ff699c 88%, transparent 88%, transparent 90%, #059dff 90%, #059dff 93%, transparent 93%, transparent 95%, #ff699c 95%, #ff699c 98%, transparent 98%, transparent 100%);
}

.self-box__content {
  margin-top: 20px;
}
.self-box__content p:not(:first-child) {
  margin-top: 1em;
}

.self-list:not(:first-child) {
  margin-top: 15px;
}

.self-list__ttl {
  background: #ff699c;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 5px 20px;
  text-align: center;
}

.self-list__content {
  margin-top: 10px;
}

.self02 {
  margin-top: 50px;
  padding: 50px 0;
}

.self02__box:first-of-type {
  margin-top: 50px;
}

.self02__content {
  padding: 30px;
}

.self02-list:not(:first-child) {
  margin-top: 30px;
}

.self02-list__ttl {
  background: #ff699c;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.3em;
  padding: 5px 30px;
}
@media (max-width: 600px) {
  .self02-list__ttl {
    font-size: 14px;
  }
}

.self02-list__content {
  margin-top: 15px;
}

/*********************************************************
recruit.html
*********************************************************/
.recruit-ttl {
  text-align: center;
  width: 400px;
}
@media (max-width: 400px) {
  .recruit-ttl {
    width: auto;
  }
}
.recruit-ttl.-r {
  margin-left: auto;
}

.recrit-ttl__en {
  color: #ff699c;
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 360px) {
  .recrit-ttl__en {
    font-size: 48px;
  }
}
.recrit-ttl__en::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff699c 0%, #ff699c 3%, transparent 3%, transparent 5%, #059dff 5%, #059dff 8%, transparent 8%, transparent 10%, #ff699c 10%, #ff699c 13%, transparent 13%, transparent 15%, #ff699c 15%, #ff699c 18%, transparent 18%, transparent 20%, #059dff 20%, #059dff 23%, transparent 23%, transparent 25%, #ff699c 25%, #ff699c 28%, transparent 28%, transparent 30%, #059dff 30%, #059dff 33%, transparent 33%, transparent 35%, #ff699c 35%, #ff699c 38%, transparent 38%, transparent 40%, #059dff 40%, #059dff 43%, transparent 43%, transparent 45%, #ff699c 45%, #ff699c 48%, transparent 48%, transparent 50%, #ff699c 50%, #ff699c 53%, transparent 53%, transparent 55%, #059dff 55%, #059dff 58%, transparent 58%, transparent 60%, #ff699c 60%, #ff699c 63%, transparent 63%, transparent 65%, #059dff 65%, #059dff 68%, transparent 68%, transparent 70%, #ff699c 70%, #ff699c 73%, transparent 73%, transparent 75%, #059dff 75%, #059dff 78%, transparent 78%, transparent 80%, #ff699c 80%, #ff699c 83%, transparent 83%, transparent 85%, #ff699c 85%, #ff699c 88%, transparent 88%, transparent 90%, #059dff 90%, #059dff 93%, transparent 93%, transparent 95%, #ff699c 95%, #ff699c 98%, transparent 98%, transparent 100%);
}

.recrit-ttl__ja {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 360px) {
  .recrit-ttl__ja {
    font-size: 24px;
  }
}

.recruit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.recruit-list__item {
  width: 22%;
}
@media (max-width: 768px) {
  .recruit-list__item {
    width: 48%;
  }
  .recruit-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.recruit-list__item:first-child {
  color: green;
}
.recruit-list__item:first-child .recruit-list__bg {
  background: #e5ffe5;
}
.recruit-list__item:first-child .recruit-list__bg img {
  border-color: green;
}
.recruit-list__item:first-child .recruit-list__type {
  border-color: green;
}
.recruit-list__item:nth-child(2) {
  color: purple;
}
.recruit-list__item:nth-child(2) .recruit-list__bg {
  background: #ffd4ff;
}
.recruit-list__item:nth-child(2) .recruit-list__bg img {
  border-color: purple;
}
.recruit-list__item:nth-child(2) .recruit-list__type {
  border-color: purple;
}
.recruit-list__item:nth-child(3) {
  color: orange;
}
.recruit-list__item:nth-child(3) .recruit-list__bg {
  background: #ffebc5;
}
.recruit-list__item:nth-child(3) .recruit-list__bg img {
  border-color: orange;
}
.recruit-list__item:nth-child(3) .recruit-list__type {
  border-color: orange;
}
.recruit-list__item:last-child {
  color: brown;
}
.recruit-list__item:last-child .recruit-list__bg {
  background: #e8bfbf;
}
.recruit-list__item:last-child .recruit-list__bg img {
  border-color: brown;
}
.recruit-list__item:last-child .recruit-list__type {
  border-color: brown;
}

.recruit-list__bg {
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 10px 115% 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-list__bg {
    padding-bottom: 110%;
  }
}
@media (max-width: 400px) {
  .recruit-list__bg {
    padding-bottom: 100%;
  }
}

.recruit-list__img {
  position: absolute;
  top: 40px;
  left: 40px;
}
.recruit-list__img img {
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
}

.recruit-list__type {
  border: 3px solid;
  border-radius: 10px;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 501px) and (max-width: 768px) {
  .recruit-list__type {
    margin-top: 10vw;
  }
}
.recruit-list__type:last-child {
  margin-top: 15px;
}

.recruit02 {
  margin-top: 50px;
}

.recruit02-flow {
  margin-top: 50px;
}

.recruit02-flow__box {
  border: 3px solid #ff699c;
  border-radius: 15px;
  color: #ff699c;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .recruit02-flow__box {
    justify-content: space-between;
  }
}
.recruit02-flow__box:not(:last-child) {
  margin-bottom: 80px;
}
.recruit02-flow__box:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
}
@media (min-width: 601px) {
  .recruit02-flow__box:not(:last-child)::after {
    border-color: #ff699c transparent transparent transparent;
    border-width: 40px 60px 0 60px;
    border-style: solid;
    height: 0;
    width: 0;
    margin-left: -60px;
  }
}
@media (max-width: 600px) {
  .recruit02-flow__box:not(:last-child)::after {
    border-color: #ff699c transparent transparent transparent;
    border-width: 40px 40px 0 40px;
    border-style: solid;
    height: 0;
    width: 0;
    margin-left: -40px;
  }
}

.recruit02-flow__ttl {
  text-align: center;
  width: 300px;
}
@media (max-width: 768px) {
  .recruit02-flow__ttl {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .recruit02-flow__ttl {
    width: 30%;
  }
}
.recruit02-flow__ttl p {
  font-weight: bold;
}

.recruit02-flow__num {
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 600px) {
  .recruit02-flow__num {
    font-size: 64px;
  }
}

.recruit02-flow__ja {
  font-size: 24px;
}

.recruit02-flow__content {
  color: #333;
  font-size: 24px;
}
@media (max-width: 768px) {
  .recruit02-flow__content {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .recruit02-flow__content {
    font-size: 18px;
    width: 60%;
  }
}
.recruit02-flow__content a {
  text-decoration: underline;
}
.recruit02-flow__content a:hover {
  text-decoration: none;
}

.recruit03 {
  margin-top: 50px;
}

.recruit03__txt {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 980px) {
  .recruit03__txt {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .recruit03__txt {
    font-size: 18px;
    margin-top: 30px;
  }
}

.recruit03__tel {
  margin-top: 30px;
  text-align: center;
}
.recruit03__tel a {
  color: #ff699c;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .recruit03__tel a {
    font-size: 48px;
  }
}
@media (max-width: 400px) {
  .recruit03__tel a {
    font-size: 11vw;
  }
}
.recruit03__tel a img {
  display: inline-block;
  margin-right: 15px;
  width: 36px;
}
@media (max-width: 480px) {
  .recruit03__tel a img {
    width: 24px;
  }
}

/*********************************************************
ポップアップ
*********************************************************/
body.open_popup {
  overflow: hidden;
}

.bg_onetime_popup {
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 500px;
  background-color: #333;
  padding: 60px 30px;
}
@media (max-width: 500px) {
  .onetime_popup {
    padding: 60px 15px;
    width: 95%;
    min-width: auto;
  }
}

.onetime_popup_title {
  position: relative;
  margin: 0px;
  color: #ff699c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.onetime_popup_title span {
  display: block;
  font-size: 90%;
  font-weight: normal;
}

.onetime_popup_title_close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 500px) {
  .onetime_popup_title_close {
    top: -30px;
  }
}

.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}

.onetime_popup_title_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.onetime_popup_title_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}

.onetime_popup_tel {
  color: #ff699c;
}

.onetime_popup_recruit {
  background: #ff699c;
  border-radius: 8px;
  color: #fff;
  margin: 30px auto 10px;
  max-width: 250px;
  padding: 5px 10px;
}

/*********************************************************
traffic.html
*********************************************************/
.contents-link {
  border: 2px solid #ff699c;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px;
  width: 95%;
  max-width: 768px;
}

.contents-link__item {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding: 10px;
}
.contents-link__item a {
  color: #0cb0ec;
  text-decoration: underline;
}
.contents-link__item a:hover {
  text-decoration: none;
}

.traffic__img {
  text-align: center;
}

.traffic__content {
  margin-top: 50px;
}

.traffic__txt {
  margin-top: 50px;
}
.traffic__txt p:not(:first-child) {
  margin-top: 1em;
}

.traffic02 {
  margin-top: 50px;
  padding: 50px 0;
}

.traffic02__box:not(:first-child) {
  margin-top: 50px;
}

.traffic02__box2:not(:first-child) {
  margin-top: 50px;
}
.traffic02__box2 dt {
  color: #ff699c;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}
.traffic02__box2 dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(to right, #ff699c 0 20px, #fff 20px 30px, #059dff 30px 50px, #fff 50px 60px);
}
.traffic02__box2 dt img {
  display: inline-block;
  margin-right: 5px;
}

.traffic02__num {
  font-size: 30px;
  margin-right: 10px;
}

.traffic02__content {
  padding: 30px;
}

.traffic02__txt {
  margin-top: 50px;
}

.traffic__name {
  margin-top: 1em;
  text-align: right;
}

.traffic-list__item {
  margin-left: 1em;
  position: relative;
}
.traffic-list__item:not(:first-child) {
  margin-top: 1em;
}
.traffic-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
}

.traffic__ttl {
  color: #ff699c;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.traffic__list {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .traffic__table {
    overflow: auto;
  }
}
.traffic__table table {
  background: #fff;
  border: 1px solid #333;
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .traffic__table table {
    width: 768px;
  }
}
.traffic__table th,
.traffic__table td {
  border: 1px solid #333;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .traffic__table th,
  .traffic__table td {
    white-space: nowrap;
  }
}
.traffic__table th {
  width: 33.3%;
}

.traffic__table__scroll {
  width: 50px;
}
@media (min-width: 769px) {
  .traffic__table__scroll {
    display: none;
  }
}

.traffic__note {
  font-size: 14px;
  margin: 15px 0 0 1em;
  text-indent: -1em;
}

/*********************************************************
first.html
*********************************************************/
.first__img {
  text-align: center;
}

.first__content {
  margin-top: 50px;
}

.first__txt {
  margin-top: 50px;
}
.first__txt p:not(:first-child) {
  margin-top: 1em;
}

.first02 {
  margin-top: 50px;
  padding: 50px 0;
}

.first02__box:not(:first-child) {
  margin-top: 50px;
}

.first02__content {
  padding: 30px;
}

.first02__txt {
  margin-top: 50px;
}

.first__list {
  margin-top: 30px;
}
.first__list dt {
  color: #ff699c;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 768px) {
  .first__list dt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .first__list dt {
    font-size: 18px;
  }
}
.first__list dt::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(to right, #ff699c 0 20px, #fff 20px 30px, #059dff 30px 50px, #fff 50px 60px);
}
.first__list dt img {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .first__list dt img {
    margin-bottom: -5px;
  }
}
.first__list dd {
  margin-top: 15px;
}

.first-list__item {
  margin-left: 1em;
  position: relative;
}
.first-list__item:not(:first-child) {
  margin-top: 1em;
}
.first-list__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
}

.first-list__link {
  background: #ff699c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  padding: 5px 25px 5px 10px;
  position: relative;
  text-align: left;
}
.first-list__link::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  content: "";
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 13px;
}

.first__note {
  margin-left: 1em;
  text-indent: -1em;
}

.first-list2__item {
  margin-left: 1em;
  text-indent: -1em;
}
.first-list2__item:not(:first-child) {
  margin-top: 0.5em;
}

.first-list2__note {
  margin: 0 0 0 1em !important;
  text-indent: -1em;
}