@charset "UTF-8";
/*==============
header
==============*/
  /* ハンバーガー */
  .menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 35px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }

  .menu-btn span {
    display: block;
    height: 1px;
    width: 100%;
    background: #333;
    transition: 0.3s;
  }

@media (max-width: 1280px) {
  .wrapper{
    width: 100vw;
    overflow-x: hidden;
  }  
  
  .menu-btn { display: flex; }
  
  .site-title{
    position: relative;
    z-index: 100;
  }
  
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .nav.open {
    max-height:100dvh;
  }

  .nav ul {
    gap: 45px;
    height: 100dvh;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-flow: column;
  }

  .nav li {
    display: flex;
    align-items: center;
  }

  .nav a {
    font-size: 16px;
  }
  
  .nav a:not(.u-btn):hover{
    opacity: 0.7;
  }

  /* 開閉アニメーション */
  .menu-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  
  .nav .header__btn{
    width: 360px;
  } 
  
  .main-visual .slick-slide img{
    height: auto;
    width: 80vw;
  }
  
  .marquee img {
    width: 40vw;
  }
  
  .top-recruit__image {
    width: initial;
    padding-left: 20%;
    position: relative;
  }
  
  .top-recruit__heading {
    padding: 50px;
    width: 80%;
    margin-top: -8vw;
  }
  
  .top-clinic__text .u-btn-wrap {
    position: initial;
    margin-top: 30px;
  }
  
  .footer {
    display: block;
  }
  
  .footer__block {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
  }
  
  .footer__nav {
    width: 100%;
  }
  
} 

.tab{
  display: none;
}

@media (max-width: 1000px) {
  .tab{
    display: block;
  }
  
  .footer__nav {
    display: grid;
    gap: 20px;
    align-items: center;
  }
  
.about-us-massage__block {
    display: block;
  padding-bottom: 0;
}
  
.about-us-massage__img {
    position: initial;
}
  
    .staff-voice__case-list li{
      grid-template-columns:250px 1fr;
      gap:50px;
  }  
  

  
  
}

.sp{display: none}
.main-visual .slick-slide img {
    aspect-ratio: 1000 / 600;
}
/* sp-bnt */
.sp-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  z-index: 99;
  padding: 25px 10px;
  background: var(--color-bl);
  color: #ffffff;
  border-radius: 100px;
  font-size: 12px;
}

.js-slick-marquee,
.js-slick-marquee .slick-track {
  direction: ltr;
}
@media (max-width: 767px) {
  .pc-none{display: none}
  body {
    padding-top: 60px;
  } 
  
  .sp{display: block;}
  p{font-size:12px;}
  .u-cont-title{
    line-height: 0;
  }
  
  .u-content--w-full,
  .u-content--w-1280,
  .u-content--w-1180{
      width: calc(100% - 60px);
      margin: auto 30px;
  }
  
  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
    height: 60px;
  }
  
  .site-title {
      width: 175px;
  }
  
  .main-visual .slick-slide img {
      width: 110vw;
  }
  
  .center-marquee__item {
    margin: 0 calc(var(--gap) / 3.5);
    border-radius: 10px;
  }
  
  .main-title {
    margin-top: 20px;
  }
  
  .main-title__sub {
    font-size: 5.4vw;
  }
  
  .main-title__main {
    font-size: 16vw;
    line-height: 1em;
    margin-top: 8px;
    text-align: left;
  }
  
  .u-cont-title span {
    font-size: 24px;
  }
  
  .u-cont-title small {
    font-size: 10px; 
  }
  
  .top-about {
    margin-top: 45px;
  }
  
  .top-about__inner p{
    margin-bottom: 30px;
    padding-top: 0;
  }
  
  .top-about__block {
      gap: 25px;
      grid-template-columns: 60px 1fr;
      padding-bottom: 75px;
      background-size: 80% auto;
  }
  
  .u-btn__edit,
  .top-instagram .u-btn{
      height: 45px;
      width: 188px;
      font-size: 13px;
  }
  
  .top-about-ud {
    background-image: url(../images/top-about__under--sp.webp);
    width: 100%;
    height: 150px;
  }
  
  
  .top-philosophy {
    padding: 50px 0 0;
    background-image: url(../images/top-philosophy__bg.webp);
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: 130%;
  }
  
  .top-philosophy .u-cont-title {
    margin-bottom: 30px;
  }
  
  .top-philosophy .u-btn-wrap {
    position: initial;
    margin-top: 30px;
  }
  
  .top-philosophy__list {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }
  
  .top-philosophy__text-cont {
    left: 20px;
    bottom: 20px;
  }
  
  .top-philosophy__text-01 {
    font-size: 10px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  
  .top-philosophy__text-02 {
    font-size: 15px;
  }
  
  .top-recruit{
    padding: 60px 0 50px;
  }
  
  .top-recruit__image {
      width: 100vw;
      padding-left: 30px;
      left: -30px;
  }
  
  .top-recruit__heading {
        padding: 50px 30px;
        width: calc(100vw - 30px);
        margin-top: -13vw;
        left: -30px;
    }

  .top-recruit__sub {
    margin: 25px 0 20px;
    font-size: 18px;
  }
  
  .top-recruit .u-btn-wrap {
    margin-top: 30px;
  }
  
  .top-clinic__text {
    display:block;
    margin-bottom: 50px;
  }
  
  .marquee img {
      width: 290px;
  }
  
  .u-titleline {
    font-size: 24px;
    margin-bottom: 70px;
  }
  
  .u-titleline:after {
    height: 30px;
    bottom: -46px;
  }
  
  .top-instagram {
    padding-top: 75px;
  }
  
  .top-instagram__text{
    margin-bottom: 25px;
  }
  
  .top-instagram .u-btn-wrap {
    margin-top: 30px;
  }
  
  .last-content {
    margin-bottom: 75px;
  }
  
  .top-instagram__obj {
    font-size: 75px;
    bottom: 16px;
    padding-left: 25px;
  }
  
  .footer img{
    display: inline-block;
  }
  
  .footer {
    padding: 0 30px 250px;
    height: auto;
    background-image: url(../images/footer__bg--sp.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
  }

  
  .footer__icon-nav {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .footer p{
  text-align: center;
    width: 100%;
    font-size: 10px;
  }
  
      .footer__nav {
        font-size: 12px;
    }
  
  .footer__logo img{
    width: 175px;
  }
  
  .nav ul {
    gap: 23px;
    justify-content: flex-start;
    margin-top: 80px;
  }
  
  .nav .header__btn {
    width: 180px;
    height: 45px;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
  }
  
/* otherpage */
  .u-pagetitle--01 {
    padding-top: 20px;
  }
  
  .u-pagetitle--01__image {
    height: 300px;
    margin-top: 40px;
  }
  
.u-other-first{
  padding-top: 50px;
}
  
  .u-pagetitle--01__text span{
      font-size: 24px;
  }  

  .u-pagetitle--01__text small {
    font-size: 10px;
  }
  
  .u-pagetitle--02__text small {
    font-size: 10px;
  }
  
  .u-pagetitle--02__text span {
    font-size: 18px;
  } 
  
  .sitemap .u-pagetitle--02__text {
      padding-bottom: 25px;
    width: calc(100vw - 30px);
  }  

/* wanted */
  
  .wanted-guide {
    padding-bottom: 40px;
  }
  
  .wanted-guide__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    grid-row-gap: 20px;
  }
  
  .wanted-guide__list li {
    grid-template-columns: 20px 1fr;
    gap: 15px;
  }
  
  .wanted-guide__number {
    font-size: 20px;
    top: -2px;
  }
  
  .wanted-guide__list-title {
    font-size: 14px;
  }
  
  .wanted-guide__list-text {
    font-size: 10px;
  }
  
.wanted__section {
    gap: 50px;
}
  
.wanted__cont-image {
    background: none;
    position: initial;
    width: calc(100% - 30px);
    height: auto;
}
  
  .wanted__cont-image img{
    height: auto;
    display: inline-block;
  }  
  
.wanted__cont-image.pt02 {
    margin-left: 30px;
  text-align: right;
  background: none;
}
  
  .wantedtitle--01__mb60{
    margin-top: 30px;
    margin-bottom: 27px;
  }

.wanted__cont-block {
    height: auto;
}
  
.wanted-ethics .wanted__cont-block, .wanted-courtesy .wanted__cont-block {
    padding-left: 0;
}
  
.wanted-econsideration .wanted__cont-block {
    padding-right:0;
}
  
.wanted__cont-listtext {
    font-size: 12px;
  line-height: calc(36em / 24);
}
  
.wanted__cont-listtitle {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2px;
}  

/* about-us */
  .about-us-history .u-pagetitle--01__text,
  .about-us-ontline .u-pagetitle--01__text,
  .about-us-massage .u-pagetitle--01__text{
    margin-bottom: 30px;
  }
  
  .about-us-massage__text {
    line-height: 2em;
    letter-spacing: 0.02em;
    font-size: 12px;
  }
  
  .about-us-massage__name {
    margin-top: 30px;
    font-size: 12px;
  }
  
  .about-us-massage__name span{
    font-size: 18px;
  } 
  
  .about-us-massage{
    background: none;
  }
  
  .about-us-massage__img{
    position: relative;
    width: 100vw;
    left: -30px;
  }
  
.about-us-infomation-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 75px;
}  
  
.about-us-infomation-title {
    line-height: 1em;
    font-size: 16px;
  margin-bottom: 15px;
}
  
.about-us-infomation-list {
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0;
}
  
.about-us-infomation-subtitle{
    margin-top: 30px;
}
  
  .about-us-history__list{
    gap:40px;
  }  
  
.about-us-history__list li {
    display: block;
    padding-top: 10px;
}
  
.about-us-history__years{
    font-size: 11px;
  margin-bottom: 7px;
}  
  
.about-us-history__years span {
    font-size: 22px;
}
  
.about-us-history__box{
    font-size: 11px;
}  
  
.about-us-history__box span {
    font-size: 20px;
}
  
    .about-us-history__inner {
        font-size: 10px;
        display: grid;
        gap: 20px;
        letter-spacing: 0;
        line-height: calc(34em / 24);
        grid-template-columns: 50px 1fr;
    }
  
.about-us-history__box {
    position: relative;
    padding-top: 18px;
    padding-left: 5px;
    border-top: 1px solid #cccccc;
    display: grid;
    gap: 12px;
  padding-right: 30px;
} 
  
  .about-us-history{
    padding-bottom: 75px;
  }  
  
.about-us-ontline__table tbody,
.about-us-ontline__table tr,
.about-us-ontline__table th,
.about-us-ontline__table td{
    width: 100%;
    display: block;
  border:none !important;
  position: relative;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0;
} 
  
  .about-us-ontline__table td{
    padding-right: 30px;
  }  
  
.about-us-ontline__table th{
  padding:20px 20px 0;
  }
  
  .about-us-ontline__table th:before{
    content:" ";
    width: 100%;
    height: 1px;
    top:0;
    left: 0;
    z-index: 1;
    display: block;
    background: #666666;
    position: absolute;
  } 
  
  .about-us-ontline__table th:after{
    content:" ";
    width: calc(100% - 125px);
    height: 1px;
    top:0;
    right: 0;
    z-index: 2;
    display: block;
    background: #cccccc;
    position: absolute;
  }  
  
.about-us-ontline__table td{
  padding:0 20px 20px;
  line-height:calc(36em / 24);
  }
  
  .about-us-ontline__table tr:last-child td:before{
    content:" ";
    width: 100%;
    height: 1px;
    bottom:0;
    left: 0;
    z-index: 1;
    display: block;
    background: #666666;
    position: absolute;
  } 
  
  .about-us-ontline__table tr:last-child td:after{
    content:" ";
    width: calc(100% - 125px);
    height: 1px;
    bottom:0;
    right: 0;
    z-index: 2;
    display: block;
    background: #cccccc;
    position: absolute;
  }  
  
.about-us-history .u-content--w-1280,
.about-us-ontline .u-content--w-1280{
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-right: 0;
  }
  
/* sitemap */  
  .sitemap-corporate{
    padding-bottom: 75px;
  }
  
  .sitemap-corporate__nav {
      display: grid;
      gap: 22px;
      grid-template-columns: 1fr;
      font-size: 13px;
  }
  
.sitemap-corporate__sub-nav {
    font-size: 13px;
    line-height: calc(42em / 26);
    margin-top: 3px;
}  
  
/* 404 */
  .page-404 {
    min-height: auto;
    padding-top: 35px;
  }
  
    .page-404 .u-pagetitle--01__text span {
        font-size: 24px;
        letter-spacing: 0;
    }
  
.page-404__inner {
    margin-top: 60px;
    text-align: center;
}
  
.page-404__inner img{
    width: 100px;
}  
  
  .page-404__text{
    font-size: 11px;
    margin: 20px 0 15px;
  }
  
/*=============
clinic
=============*/  
.clinic-link {
    padding: 50px 0 75px;
}
  
.clinic-link__title {
    font-size: 24px;
    line-height: calc(60em / 48);
}

.clinic-link__text {
    margin: 20px 0 50px;
}
  
.clinic__list {
    display: grid;
    gap: 75px;
    grid-template-columns: 1fr;
}
  
.clinic__list-title {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: calc(60em / 28);
    letter-spacing: 0;
}
  
.clinic__list-text {
    font-size: 12px;
    line-height: calc(34em / 24);
    letter-spacing: 0;
}
  
.clinic__list-btn .u-btn {
    width: 183px;
    height: 40px;
    margin-top: 25px;
}  
  
  .clinic-acupuncture__title{
    margin-bottom: 40px;
  }  
  
.clinic-acupuncture__title small {
    font-size: 10px;
} 
  
.clinic-acupuncture__title span {
    font-size: 24px;
}
  
.clinic-acupuncture .clinic__list {
    display: block;
  }
  
.clinic-acupuncture .clinic__list li{
    width: 100%;
  }
  
/*=============
staff-voice
=============*/  
  .staff-voice__heading {
    padding: 50px 0;
    text-align: justify !important;
  }
  
  .staff-voice__heading-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .staff-voice__case-list {
    gap: 40px;
  }
  
  .staff-voice__case-list li {
      grid-template-columns: 1fr;
      gap: 30px;
  }
  
  .staff-voice__case-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .staff-voice__case-class {
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.2em;
    position: relative;
}
  
.staff-voice__case-text {
    font-size: 12px;
    line-height: calc(60em / 24);
  text-align: justify !important;
}
  
  .staff-voice__case-class:after{
    height: 1px;
    width: 30px;
  }  
  
/*=============
entry
=============*/  
.entry__heading-subtext {
    font-size: 10px;
    line-height: calc(24em / 20);
    letter-spacing: 0;
    margin-top: 8px;
}
  
.entry__status-title {
    font-size: 20px;
    margin-bottom: 15px;
}
  
.entry__status-judge {
    width: 170px;
    margin-bottom: 15px;
}
  
.entry__status-judge li {
    font-size: 12px;
    width: 24px;
    height: 24px;
}

.entry__status-judge:after {
    top: 12px;
}
  
.entry__table,
.entry__table tbody,
.entry__table tr,
.entry__table th,
.entry__table td{
    width: 100%;
  display: block;
}
  
  .entry__table th{
    padding:15px 0 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  
  .entry__table th span.necessary{
    font-size: 10px;
    position: initial !important;
    display: inline-flex;
    margin-left:15px;
    text-align: center;
    height: 18px;
    width: 35px;
  }
  
  
  span.necessary{
    font-size: 10px;
    position: initial !important;
    display: inline-flex;
    margin-left:15px;
    text-align: center;
    height: 18px;
    width: 35px;
  }
  
  .entry__table td{
    font-size: 12px;
    padding:0 0 15px;
  }
  
.entry__heading {
    height: 100px;
}  
  
:root{
  --radio-size: 16px;          /* 外円の直径 */
}  
  
tr:not(.textarea-th) th{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
} 
  
  tr:not(.textarea-th) td{
    padding-top: 0;
    padding-bottom: 15px;
  }  
  
  span.wpcf7-list-item{
    display: block;
    margin: 0 !important;
  margin-top: 8px !important;
  }  
  
.radio-wrap {
    display: grid;
    column-gap: 30px;
    grid-row-gap: 10px;
}
  
.entry-hope .radio-wrap .wpcf7-form-control{
    display: grid;
    column-gap: 0;
    grid-template-columns: repeat(2,1fr);
}  
  
.herf-wrap {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 10px;
}
  
.herf-wrap > span {
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 10px;
}  
  
.herf-wrap input {
    width: 100%;
  display: block;
}
  
  .entry-sp{
    margin-top: 15px;
  }
  
.entry__table th.t-top {
    padding-top: 15px;
}  
  
.entry-buttom-wrap {
    margin-top: 15px;
}
  
.entry-buttom {
    width: 180px;
    height: 45px;
    font-size: 13px;
}
  
.entry-form-text {
    text-align: center;
    margin-top: 30px;
    font-size: 10px;
    line-height: 2em;
  letter-spacing: 0;
}
  
  
.entry .u-pagetitle--01__text {
    margin-bottom: 30px;
}  
  
.entry-confirm .entry__status-judge {
    margin-bottom: 15px;
}
  
.entry-confirm .entry__table td {
    width: 100%;
    font-size: 13px;
    line-height: calc(42em / 26);
}
  
.entry-confirm .entry__table th {
    width: 100%;
    line-height: calc(24em / 14);
    padding-bottom: 0;
}
  
.entry-buttom-wrap {
    display: grid;
    gap: 15px;
}
  
.entry-complete .u-btn__edit {
    width: 190px;
    margin-top: 15px;
}  
  
/*=============
recruit
=============*/
.recruit__visual {
    padding-bottom: 0;
}

    .recruit__obj-title {
        font-size: 60px;
        padding-left: 30px;
    }
  
  .recruit__obj-title span {
      font-size: 16px;
  }
  
.recruit__title  {
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr); /* 1列目固定＋2列目は余り全部 */
  grid-row-gap: 20px;
}
  
  .recruit__title-img01,
  .recruit__title-text,
  .recruit__title-img02{
    width: auto;
  }

/* 3つ目を次の行に送って全幅に */
.recruit__title > :nth-child(3) {
  grid-column: 1 / -1; /* 両列にまたがる */
  text-align: right;
}
  
.recruit__title > :nth-child(3) img{
  max-width: 350px;
  width: calc(100% - 30px);
  display: inline-block;
} 
  
  .recruit__title-text {
        font-size: 22px;
    }
  
.recruit__heading {
    padding-top: 50px;
    padding-bottom: 160px;
}
  
.recruit__wanted__img {
    left: 0;
    top: -225px;
}
  
.recruit__wanted__box01 {
    padding-top: 0;
}
  
.recruit__qa .recruit__sec_title-text {
    margin-bottom: 30px;
}  
  
.recruit__sec_title-text small {
    font-size: 10px;
}
 
.recruit__sec_title-text span {
    font-size: 24px;
}
  
.recruit__wanted .recruit__sec_title-text {
    margin-bottom: 20px;
}  
  
.recruit__wanted .u-btn-wrap {
    margin-top: 25px;
}
  
.recruit__wanted__box02 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 50px;
}
  
.recruit__wanted__block {
        padding-bottom: 70px;
        padding-left: 30px;
        padding-right: 30px;
    }  
  
  
.recruit__wanted {
    background: url(../images/otherpage/recruit__wanted-bg--sp.webp) center;
    background-size: cover;
}  
  
.recruit__qa {
    padding: 50px 0;
    background-image: url(../images/otherpage/recruit__qa-bg--sp.webp);
    background-size: 100% auto;
}  
  

.recruit__qa-box dt {
  padding: 0;
    padding-right: 40px;
  padding-left: 30px;
    font-size: 14px;
  padding-bottom: 20px;
}

.recruit__qa-box {
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0 0 0 / 5%);
    overflow: visible;
  padding-top: 25px;
  padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  
}
  
.recruit__qa-box dt:before {
    content: "Q";
    font-family: "Roboto", sans-serif;
    font-weight: 600 !important;
    font-size: 22px;
    color: #92d216;
    position: absolute;
    top: 12px;
    left: 0;
    line-height: 0;
}
  
.recruit__qa-box dt::after {
    right: 0;
    width: 16px;
    height: 16px;
    background: linear-gradient(#fff 0 0) center / 8px 1px no-repeat, /* 横線 */ linear-gradient(#fff 0 0) center / 1px 8px no-repeat, /* 縦線 */ #00aae6;
    transition: background-size .2s ease;
  top:13px;
}
  
.recruit__qa-box.open dt::after {
    background: linear-gradient(#fff 0 0) center / 8px 1px no-repeat, /* 横線(そのまま) */ linear-gradient(#fff 0 0) center / 0 14px no-repeat, /* 縦線を消す */ #00aae6;
}
  
.recruit__qa-box dd {
  text-align: justify;
  font-size: 12px;
  line-height: calc(36em / 24);
  padding-left: 30px;
  padding-right: 0;
}
  
    .recruit__qa-box.open dd {
        padding-bottom: 25px;
    }
  
  .recruit__qa-box dd:before {
    font-size: 22px;
    top: 10px;
    left: 0;
  }
  
  .recruit__voice {
    padding: 50px 0;
}
  
  .recruit__voice .recruit__sec_title-text {
    margin-bottom: 20px;
}
  
  .recruit__voice__text {
    display: grid;
    gap: 30px;
}
  
  .recruit__voice__objtext {
    font-size: 60px;
    white-space: nowrap;
}
  
  .recruit__voice .marquee img{
    width: 270px;
  }
  
  .recruit__voice .slick-initialized .slick-slide{
    padding: 0 10px;
  }
  
  .recruit__voice .slick-initialized .slick-slide:nth-child(odd){
    top:-30px;
  }
  
  .recruit__flow .recruit__sec_title-text{
    margin-bottom: 10px;
  }
  
  .recruit__flow-list li {
    display: grid;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
    gap: 20px;
    grid-template-columns: 25px 1fr;
    align-items: center;
  }
  
  .recruit__flow-step span {
    font-size: 22px;
  }
  
  .recruit__flow-step small {
    font-size: 10px;
  }
  
  .recruit__flow-step {
    line-height: 1.1em;
  }
  
  .recruit__flow-title {
    font-size: 14px;
  }
  
  .recruit__flow-text{
    line-height: calc(36em / 24);
  }
  
  .recruit__flow {
    padding-bottom: 50px;
}
  
.recruit__rec {
    padding-bottom: 75px;
    margin-bottom: 75px;
    background-image: url("../images/otherpage/recruit__rec-bg--sp.webp");
  background-size: 100% auto;
}
  
    .recruit__rec-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }


  .recruit__rec-list li a {
      grid-template-columns: 150px 1fr;
      border-radius: 6px;
      height: 115px;
  }
  
  .recruit__rec-list-text {
    font-size: 14px;
    padding: 25px;
  }
  
  .recruit__rec-list-text:after {
    right: 15px;
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
}
  
.recruit__qa-block {
    gap: 15px;
}
  
  .recruit__rec__block .recruit__sec_title-text{
    margin-bottom: 30px;
  }  
  
/*=============
recruitment
=============*/  
  
.recruitment__headding-title {
    margin-bottom: 45px;
    gap: 25px;
}
  
.recruitment__headding-title span {
    font-size: 24px;
    line-height: 2em;
}
  
.recruitment__headding-title small {
    font-size: 11px;
    line-height: calc(32em / 22);
}
  
.recruitment__headding-block {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 35px;
}
  
.recruitment__headding-block-title {
    font-size: 16px;
    font-weight: 200;
    line-height: calc(48em / 32);
    margin-bottom: 15px;
}
  
.recruitment__headding-block-text {
    font-size: 12px;
}
  
.recruit__point-title {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
}
  
.recruit__point-h4 {
    font-size: 14px;
}
  
.recruit__point-list {
    padding-left: 1.2em;
    margin: 0;
    font-size: 12px;
    line-height: calc(36em / 24);
}
  
.recruit__point-block {
    gap: 25px;
}
  
.recruitment__headding {
    padding-bottom: 45px;
}
  
.recruitment__info {
    padding-top: 45px;
    background-size: 100% 100px;
}
  
.recruitment__info .about-us-ontline__table th, .recruitment__info .about-us-ontline__table td {
        width: 100%;
  font-size: 12px;
    }
  
.recruitment__info .u-pagetitle--01__text {
    margin-bottom: 25px;
}
  
.recruitment__info-text {
    margin-bottom: 25px;
}
  
.recruitment__info .about-us-ontline__table {
    margin-top: 40px;
    width: calc(100vw - 30px);
}
  
.recruitment__info .about-us-ontline__table th,
.recruitment__info .about-us-ontline__table td{
        padding-left: 0;
        padding-right: 30px;
  line-height: calc(36em / 24);
    }
  
  .recruitment__info .about-us-ontline__table th{
  line-height: 1em;
    padding-bottom: 3px;
    }
  
.recruitment__info .about-us-ontline__table ul {
    font-size: 12px;
    line-height: calc(36em / 24);
} 
  
.recruitment__info .about-us-ontline__table th:after,
.recruitment__info .about-us-ontline__table tr:last-child td:after{
        width: calc(100% - 150px);
    }
  
.recruitment__info .u-btn-wrap .u-btn__edit {
    width: 180px;
    margin-top: 50px;
    height: 45px;
}
  
  .rec-grid01{
    display: grid;
    grid-template-columns:75px 1fr;
  } 
  
  .rec-grid02{
    display: grid;
    grid-template-columns:145px 1fr;
  }   
  
/*=============
our-philosophy  
=============*/  
  .our-philosophy-headding__title{
    margin-bottom: 25px;
  }
  
.our-philosophy-headding__title small {
    line-height: calc(48em / 40);
    font-size: 24px;
}
  
.our-philosophy-headding__title span.u-eng {
    line-height: calc(88em / 78);
    font-size: 44px;
  margin-top: 8px;
}
  
.our-philosophy-headding__subtitle {
    font-size: 14px;
    line-height: calc(42em / 28);
    margin-bottom: 25px;
}
  
.our-philosophy-headding__text {
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.02em;
}
  
.our-philosophy-headding {
    padding-bottom: 50px;
}
  
.our-philosophy .u-pagetitle--01__text {
    margin-bottom: 35px;
}
  
.our-philosophy-mission__text {
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0;
    margin-bottom: 25px;
}
  
  .our-philosophy-mission__block {
      display: block;
  } 

    .our-philosophy-mission__img{
        position: relative;
      left: -30px;
      margin-top: 50px;
    } 
  
  .our-philosophy-mission{
    background: none;
  }  
  
    .our-philosophy-mission__img img {
        max-width: 400px;
        display: inline;
        width: 100vw;
    }

.our-philosophy-mission__listnum {
    font-size: 18px;
}
  
.our-philosophy-mission__listtext {
    font-size: 14px;
    line-height: calc(34em / 28);
    padding-top: 5px;
}
  
.our-philosophy-mission__list li {
    gap: 9px;
}
  
.our-philosophy-mission__list {
    gap: 15px;
}

.our-philosophy-value {
    padding: 75px 30px;
}
  
.our-philosophy-value .u-pagetitle--01__text {
    margin-bottom: 30px;
}

.our-philosophy-value__discription {
    text-align: left;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 50px;
}
  
.our-philosophy-value__cont {
    width:100%;
    margin-right: 0;
    display: block;
}
  
.our-philosophy-value__block-box {
    width: 100%;
}
  
.our-philosophy-value__block-box {
    gap: 40px;
}
  
.our-philosophy-value__block-title {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.02em;
  margin-bottom: 25px;
}
  
.our-philosophy-value__block-subtitle {
    font-size: 14px;
    line-height: 2em;
}
  
  .our-philosophy-value__img-sp{
    width: 100vw;
    margin-left: -30px;
    margin-top: 50px;
  }

  .our-philosophy-credo__list li {
    display: block;
  }
  
  .our-philosophy .u-pagetitle--01__text {
      margin-bottom: 35px;
  }
  
  .our-philosophy-credo__discription {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 50px;
    text-align: left;
}
  
  .our-philosophy-credo__img{
    width: 210px;
    margin: auto;
  }
  
  .our-philosophy-credo__listtitle {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
    margin-top: 25px;
}
  
.our-philosophy-credo__listtext {
    font-size: 12px;
    line-height: calc(36em / 24);
  gap:35px;
}
  
.our-philosophy-credo__list {
    gap: 50px;
}
  
  .our-philosophy-credo__listtext span{
    margin-bottom: 4px;
  }  
  
  
  
  
/*=============
タイトルイメージ
=============*/
   .wanted .u-pagetitle--01__image{
    background-image: url("../images/otherpage/wanted__title--sp.webp");
  } 
  
    .about-us .u-pagetitle--01__image{
    background-image: url("../images/otherpage/about-us__title--sp.webp");
  } 
  
    .sitemap .u-pagetitle--01__image{
    background-image: url("../images/otherpage/sitemap__title--sp.webp");
  }   
  
.clinic .u-pagetitle--01__image{
    background-image: url("../images/otherpage/clinic__title--sp.webp");
  }  
  
.staff-voice .u-pagetitle--01__image{
    background-image: url("../images/otherpage/staff-voice__title--sp.webp");
  }
  
.entry .u-pagetitle--01 {
    background-image: url(../images/otherpage/entry__title--sp.webp);
    background-size: 100% auto;
  padding-top: 75px;
  padding-bottom: 40px;
} 
  
.recruitment .u-pagetitle--01__image{
    background-image: url("../images/otherpage/recruitment__title--sp.webp");
  } 
  
.our-philosophy .u-pagetitle--01__image{
    background-image: url("../images/otherpage/our-philosophy__title-sp.webp");
  } 
  
.recruitment-judo-chiropractor .u-pagetitle--01__image{
    background-image: url("../images/otherpage/recruitment-judo-chiropractor-title-sp.webp");
  }

.recruitment-medical-administration .u-pagetitle--01__image{
    background-image: url("../images/otherpage/recruitment-medical-administration-title-sp.webp");
  }

.recruitment-nurse .u-pagetitle--01__image{
    background-image: url("../images/otherpage/recruitment-nurse-title-sp.webp");
  }

.recruitment-physical-therapist .u-pagetitle--01__image{
    background-image: url("../images/otherpage/recruitment-physical-therapist-title-sp.webp");
  }

.recruitment-radiological-technologist .u-pagetitle--01__image{
    background-image: url("../images/otherpage/recruitment-radiological-technologist-title-sp.webp");
  }
  
  
  
}



/* SPスライド 調整 */
@media (max-width: 767px) {
  .center-marquee {
    --gap: 28px;
  }

  .center-marquee li{
    border-radius: 10px;
  }

  .center-marquee img {
    width: 110vw;
    height: auto;
    aspect-ratio: 1000 / 600;
  }
}

/* SP */
@media (max-width: 767px) {
  .marquee .splide__slide img {
    width: 290px;
  }
}