@charset "UTF-8";
/*============
common
============*/
body{
  padding-top: 120px;
  letter-spacing: 0.02em;
  text-align: justify;
}

p{
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.02em;
  text-align: justify;
}

.visually-hidden {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden; clip: rect(0, 0, 0, 0);
white-space: nowrap; border: 0;
}

:root {
  --scrollbar: calc(100vw - 100%);
}

.wrapper {
  width: calc(100vw - var(--scrollbar));
  overflow-x: hidden;
}

.u-min, .u-min * {
    font-family: "Noto Serif JP", serif;
}

.u-eng, .u-eng * {
    font-family: "Roboto", sans-serif;
    font-weight: bold !important;
}

.u-btn{
  color:#ffffff !important;
  transition: 0.5s;
}

.u-content--w-full{
  width: 100%;
  padding:0 105px;
}


.u-content--w-1280{
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.u-content--w-1180{
  width: 90%;
  max-width: 1180px;
  margin: auto;  
}

@media screen and (max-width:1550px){
.u-content--w-full{
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
}

@media screen and (min-width:1800px){
  
.u-max1700{
  max-width: 1700px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
  
}

  .top-about .u-cont-title{
    writing-mode: vertical-rl;
  }
  
  .u-cont-title span{
    font-weight: 500 /* medium */;
    font-size: 48px;
    line-height: calc(64em / 48);
    letter-spacing: 0.2em;
  }
  
  .u-cont-title small{
    color:var(--color-gr);
    font-weight: bold;
    line-height: 2em;
    font-size: 20px;
    letter-spacing: 0;
  }

  .u-btn__edit{
    height: 60px;
    width: 250px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  
  .u-btn__edit.pt01{
    background: var(--color-gr);
  }

  .u-btn__edit.pt01:hover{
    background: #98de0f;
  }

  .u-btn__edit.pt02{
    background: var(--color-bl);
  }

  .u-btn__edit.pt02:hover{
    background: #1461f6;
  }

/*============
header
============*/

.header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 50px;
  margin: 0 auto;
  height: 120px;
}

/* ロゴ */
.logo a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

/* ナビ */
.nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
  font-size: 14px;
}

.nav a:hover {
  color: #333333;
}

  .nav .header__btn{
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#ffffff;
    height:60px;
    background:var(--color-bl);
    width: 160px;
  }

  .nav .header__btn:hover{
    background: #1461f6;
  }

/*============
main-visual
============*/
  .main-title{
    margin-top: 60px;
    
  }

  .main-title__sub{
    font-size: 40px;
    line-height: calc(50em / 40);
    letter-spacing: 0.4em;
    font-weight:  500 /* medium */
  }
  
  .main-title__main{
    font-size: 120px;
    color:#d4d4d4;
    font-weight: bold !important;
    line-height: 1.1em;
    letter-spacing: 0.02em;
  }
  
  .main-title__main .pt01{
    color:#00aae6;
  }
  
  .main-title__main .pt02{
    color:var(--color-gr);
  }

/* -----------------------------
   slider section
----------------------------- */
/* ギャップはここで調整（px, rem どれでもOK） */
.center-marquee{
  --gap: 40px;
  overflow: hidden;         /* 右端の空白防止 */
  width: 100%;
}

.center-marquee .slick-track{
  display: flex;
  align-items: center;
}

/* 要素間の余白（合計で --gap になるよう左右に半分ずつ） */
.center-marquee__item{
  margin: 0 calc(var(--gap) / 2);
  overflow: hidden;
  border-radius: 20px;
}

.center-marquee__item img{
  display: block;           /* 画像下の隙間対策 */
  height: 600px;             /* サンプル。必要なければ削除 */
  width: auto;              /* 可変幅で流すので100%は付けない */
}

/* モーション弱者配慮：自動スクロール無効化 */
@media (prefers-reduced-motion: reduce){
  .center-marquee .slick-track{
    transition: none !important;
  }
}
  
/*============
top-about
============*/
  .top-about{
    margin-top: 100px;
  }

  .top-about__block{
    display: grid;
    gap:100px;
    grid-template-columns: 100px 1fr;
    background-image: url("../images/top-about__bg.webp");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 150px; 
  }
  
  .top-about__inner p{
    margin-bottom: 55px;
    padding-top: 45px;
  }


.top-about-ud{
  background-image: url("../images/top-about__under.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
}


/*============
top-philosophy
============*/
  .top-philosophy{
    padding: 150px 0;
    background-image: url("../images/top-philosophy__bg.webp");
    background-repeat: no-repeat;
    background-position: 0 62%;
  }

@media screen and (min-width:1900px){
  .top-philosophy{
    padding-top: 150px 0;
    background-size: 100% auto;
  }
}

  .top-philosophy__heading{
    position: relative;
  }
  
  .top-philosophy .u-cont-title{
    margin-bottom: 60px;
  }
  
  .top-philosophy .u-btn-wrap{
    position: absolute;
    top:30px;
    right: 0;
  }
  
  .top-philosophy__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:40px;
    margin-top: 140px;
  }
  
  .top-philosophy__list a{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
  }
  
  .top-philosophy__list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .top-philosophy__text-cont{
    position: absolute;
    color:#ffffff;
    left: 35px;
    bottom:35px;
  }
  
  .top-philosophy__text-01{
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
  }
  
  .top-philosophy__text-02{
    display: block;
    font-weight: 500 /* medium */;
    font-size: 28px;
    line-height: calc(28em / 38);
    letter-spacing: 0.02em;
  }


/*============
top-recruit
============*/
  .top-recruit{
    padding: 100px 0 150px;
    position: relative;
  }
  
  .top-recruit__image{
    position: absolute;
    width: 1100px;
    height: auto;
    z-index: 0;
    right: 0;
    top:0;
  }
  
  .top-recruit__heading{
    z-index: 3;
    padding: 100px;
    background: #f4fae7;
    position: relative;
    width: calc(100% - 850px);
    padding-top: 110px;
  }
  
  .top-recruit__sub{
    margin: 60px 0 40px;
    font-size: 36px;
    line-height: calc(54em / 36);
    font-weight: 500 /* medium */;
    letter-spacing: 0.02em;
}
  
  .top-recruit .u-btn-wrap{
    margin-top: 40px;
  }

.top-recruit__heading p{
  letter-spacing: 0;
}
  
@media screen and (max-width:1750px){
  .top-recruit__image{
    width: calc(100% - 650px);
  }
  
  .top-recruit__heading{
    z-index: 3;
    padding: 100px;
    background: #f4fae7;
    position: relative;
    width: 700px;
  }
}
  
@media screen and (min-width:1551px){  
  .top-recruit .u-max1700{
    position: relative;
  }
  
  .top-recruit__image{
    top:-140px;
  }
}


/*============
clinic
============*/
  .top-clinic .u-cont-title{
    margin-bottom: 30px;
  }
  
  .top-clinic__text{
    display: inline-block;
    position: relative;
    margin-bottom: 90px;
  }
  
  .top-clinic__text .u-btn-wrap{
    position: absolute;
    top:0;
    right: -300px;
  }

.top-clinic__text p{
  letter-spacing: 0;
}

@media screen and (min-width:1550px){
  .top-clinic__block{
    padding: 0;
    max-width: 1700px;
    margin: auto;
  }
}  


/*=====clinicスライダー====*/
.marquee{
  overflow: hidden;       /* はみ出し非表示（右端の空白防止） */
  width: 100%;
}

.marquee .slick-track{
  display: flex;          /* 高さを揃えたい時に便利 */
  align-items: center;
}
  
.marquee img{
  width: 580px;
}
  
  
/* モーションを苦手とするユーザーに配慮（自動再生を止める） */
@media (prefers-reduced-motion: reduce){
  .marquee .slick-track{
    transition: none !important;
  }
}

/*============
top-instagram
============*/

  .top-instagram{
    padding-top: 150px;
    position: relative;
    text-align: center;
  }
  
  .top-instagram .u-content--w-1180{
    position: relative;
    z-index: 3;
  }
  
  .last-content{
    margin-bottom: 150px;
  }
  
  .u-titleline{
    font-weight: 400;
    font-size: 48px;
    color:#666666;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    margin-bottom: 130px;
  }
  
  .u-titleline:after{
    content:" ";
    width: 1px;
    height: 60px;
    display: block;
    background: #cccccc;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom:-90px;
  }
  
  .u-titleline span{
    color:#00aae6;
  }
  
  .top-instagram__obj{
    position: absolute;
    text-align: center;
    font-size: 200px;
    color: #edf5f7;
    z-index: 0;
    width: 100%;
    letter-spacing: 0;
    bottom: -75px;
  }
  
  .top-instagram__text{
    margin-bottom: 40px;
    text-align: center;
  }
  
  .top-instagram .u-btn-wrap{
    margin-top: 70px;
  }
  
  .top-instagram .u-btn{
    width: 280px;
  }

/*============
footer
============*/
.footer{
  padding: 80px 45px 190px;
  height: 320px;
  background-image: url("../images/footer__bg.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer a:hover{
  opacity: 0.7;
}

  .footer__block{
    display: flex;
    gap:65px;
    align-items: center;
  }
  
  .footer__nav{
    display: flex;
    gap:45px;
    align-items: center;
    font-size: 14px;
  }
  
  .footer__icon-nav{
    display: flex;
    gap:30px;
    align-items: center;
  } 



.footer__copy{
  font-size: 12px;
}
/*===== other-page =======*/
/*===== common =======*/
  .u-pagetitle--01{
    padding-top: 75px;
    line-height: 0;
  }
  
  .u-pagetitle--01__text small{
    font-weight: bold;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0;
    display: block;
    color:var(--color-gr);
  }  
  
  .u-pagetitle--01__text span{
    font-size: 48px;
    line-height: calc(64em / 48);
    letter-spacing: 0.2em;
    font-weight: 500 /*medium*/;
    display: block;
  } 

.u-pagetitle--02__text{
  line-height: 0;
}

  .u-pagetitle--02__text small{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    display: block;
    color:var(--color-gr);
    line-height: calc(30em / 20);
  }  
  
  .u-pagetitle--02__text span{
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    font-weight: 400;
    display: block;
  } 
  
  .u-pagetitle--01__image{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    margin-top: 75px;
  }

.u-other-first{
  padding-top: 150px;
}

/*===================

WANTED

===================*/
  .wantedtitle--01__mb60{
    margin-bottom: 60px;
  }
  
  .wantedtitle--01__mb60 span{
    letter-spacing: 0.4em;
  }
  
  .wanted-guide{
    padding-bottom: 130px;
  }
  
  .wanted-guide__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 80px;
    grid-row-gap: 50px;
  }
  
  .wanted-guide__list li{
    display: grid;
    grid-template-columns: 40px 1fr;
    gap:30px;
  }
  
  .wanted-guide__number{
    position: relative;
    color:#c3dc4e;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    top:-2px;
  }
  
  .wanted-guide__list-title{
    font-weight: 500  /* ex-light */;
    font-size: 22px;
    line-height: calc(42em / 22);
    letter-spacing: 0;
  }
  
  .wanted-guide__list-text{
    font-size: 16px;
    line-height: calc(24em / 16);
    letter-spacing: 0;
  }

  .wanted__section{
    display: grid;
    grid-template-columns: 1fr;
    gap:200px;
  }
  
  .wanted__cont-wrap{
    position: relative;
  }
  
  .wanted__cont-image{
    background: #f7f7f7;
    position: absolute;
    width: 60.53%;
    height: 745px;
    top:0;
  }
  
  .wanted__cont-image.pt01{
    left: 0;
    text-align: left;
  }
  
  .wanted__cont-image.pt02{
    right: 0;
    text-align: right;
    background: #fbfcfe;
  }
  
  .wanted__cont-image img{
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  
  .wanted__cont-block{
    display: flex;
    align-items: center;
    height: 745px;
    position: relative;
    z-index: 10;
  }
  
  .wanted__cont-list{
    display: grid;
    grid-template-columns: 1fr;
    gap:40px;
  }
  
  .wanted__cont-listtitle{
    color:#0d50d3;
    font-weight: 500 /* ex-light */;
    font-size: 22px;
    line-height: calc(42em / 22);
    margin-bottom: 10px;
  }
  
  .wanted__cont-listtext{
    font-size: 16px;
    line-height: calc(24em / 16);
    letter-spacing: 0;
  }
  .wanted-ethics .wanted__cont-block,
  .wanted-courtesy .wanted__cont-block{
    padding-left: 680px;
  }
  
  .wanted-econsideration .wanted__cont-block{
    padding-right: 680px;
  }  
  
  .wanted-ethics .u-pagetitle--01__text small{
    color:#00d2ff;
  }
  
  .wanted-econsideration .u-pagetitle--01__text small{
    color:#1bddbf;
  }
  
  .wanted-courtesy .u-pagetitle--01__text small{
    color:#356cd1;
  }

@media (max-width: 1600px) {
  .wanted__cont-image.pt01 img{
    object-position: right;
  }
  
  .wanted__cont-image.pt02 img{
    object-position: left;
  }
}

@media (max-width: 1100px) {
  .wanted-ethics .wanted__cont-block,
  .wanted-courtesy .wanted__cont-block{
    padding-left: 40%;
  }
}
    
@media (max-width: 1100px) {
  .wanted__cont-image {
      height: 425px;
  }
  
  .wanted-ethics .wanted__cont-block,
  .wanted-courtesy .wanted__cont-block{
    padding-left: 45%;
  }
  
  .wanted-econsideration .wanted__cont-block{
    padding-right: 50%;
  }  
  
  
}

@media (min-width: 1601px) {
  .wanted__cont-image img{
    height: 100%;
    width: auto;
  }
  
  .wanted__cont-image{
    height: auto;
    width: 61vw;
  }
  
  .wanted__cont-image.pt01{
    left: calc((100vw - 1700px) / 2 * -1);
  }
  
  .wanted__cont-image.pt02{
    right: calc((100vw - 1625px) / 2 * -1);
  }
  
  .wanted__cont-image.pt01 img{
    object-position: right;
  }
  
  .wanted__cont-image.pt02 img{
    object-position: right;
  }
}

/*=============
about-us　当院について
=============*/
.about-us-massage{
  background-image: url("../images/otherpage/about-us-massage__bg.webp");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}

  .about-us-massage__block{
    display: grid;
    grid-template-columns: 300px 1fr;
    gap:190px;
    position: relative;
    padding-bottom: 150px;
  }
  
  .about-us-massage__text{
    line-height: calc(40em / 16);
    font-weight: 500 /* medium */;
    font-size: 16px;
  }
  
  .about-us-massage__name{
    margin-top: 60px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: right;
  }
  
  .about-us-massage__name span{
    font-size: 24px;
  }  
  
  .about-us-massage__img{
    position: absolute;
    left:0;
    bottom:0;
  }

  .about-us-infomation-block{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:70px;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  
  .about-us-infomation-title{
    line-height: 1em;
    font-size: 20px;
    font-weight: 500 /*ex-light*/;
    margin-bottom: 20px;
  }
  
  .about-us-infomation-list{
    font-size: 16px;
    line-height: calc(40em / 16);
  }
  
  .about-us-infomation-subtitle{
    margin-top: 65px;
  }

  .about-us-history{
    padding-bottom: 150px;
  }
  
  .about-us-history .u-pagetitle--01__text,
  .about-us-ontline .u-pagetitle--01__text,
  .about-us-massage .u-pagetitle--01__text{
    margin-bottom: 75px;
  }
  
    .about-us-history__list{
    display: grid;
    grid-template-columns:1fr;
    grid-row-gap: 60px;
  }
  
  .about-us-history__list li{
    display: grid;
    grid-template-columns: 95px 1fr;
    column-gap:40px;
  }
  
  .about-us-history__years{
    font-size: 16px;
    font-weight: 500 /*medium*/;
    margin-top: -30px;
    letter-spacing: 0;
  }
  
  .about-us-history__years span{
    font-size: 32px;
    display: inline-block;
    margin-right: 2px;
    font-weight: 500 /*medium*/;
  }
  
  .about-us-history__box{
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    border-top:1px solid #cccccc;
    display: grid;
    gap: 30px;
  }
  
  .about-us-history__box:after{
    content:" ";
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top:-4px;
  }
  
  .about-us-history__inner{
    font-size: 18px;
    display: flex;
    gap:20px;
    line-height: calc(24em / 18);
    letter-spacing: 0;
  }
  
  .about-us-history__box span{
    color:#00aae6;
    font-size: 28px;
    font-weight: 500 /*medium*/;
  }
  
  .about-us-history__box span small{
    font-size: 16px;
    font-weight: 500 /*medium*/;
  }  
  
  .about-us-history__box--first{
    margin-top: -4px;
    width: 50px;
    text-align: right;
  }

  .about-us-ontline__table{
    width: 100%;
  }
  
  .about-us-ontline__table th{
    vertical-align: top;
    padding: 30px;
    width: 250px;
    border-top: #666666 1px solid;
    text-align: left;
    font-weight: 400;
    line-height: calc(24em / 16);
  }  
  
  .about-us-ontline__table td{
    border-top: #cccccc 1px solid;
    width: calc(100% - 250px);
    padding: 30px;
    line-height: calc(24em / 16);
  }  
  
  .about-us-ontline__table tr:last-child th{
    border-bottom: #666666 1px solid;
  }  
  
  .about-us-ontline__table tr:last-child td{
    border-bottom: #cccccc 1px solid;
  }  

/*=============
sitemap
=============*/
.sitemap a:hover{
  opacity: 0.7;
}

.sitemap-corporate{
  padding-bottom: 150px;
}

.sitemap .u-pagetitle--02__text{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.sitemap-corporate__nav{
  display: grid;
  gap:25px;
  grid-template-columns: repeat(4,1fr);
  font-size: 18px;
}

.sitemap-corporate__sub-nav{
  font-size: 16px;
  line-height: calc(24em / 16);
  margin-top: 20px;
}

/* 404 */
  .page-404{
    min-height: calc(100dvh - 440px);
  } 
  
  .page-404__inner img{
    display: inline-block;
  }
  
  .page-404__inner{
    margin-top: 100px;
    text-align: center;
  }
  
  .page-404__text{
    margin: 40px 0;
    text-align: center;
  }

    .page-404 .u-pagetitle--01__text{
        text-align: center;
      letter-spacing: 0;
    }

    .page-404 .u-pagetitle--01__text span{
      letter-spacing: 0;
    }

/*=============
clinic
=============*/
  .clinic-link{
    padding: 100px 0 130px;
  }
  
  .clinic-link__title{
    font-size: 48px;
    letter-spacing: 0.2em;
    line-height: calc(54em / 48);
    font-weight: 500 /*medium*/;
  }
  
  .clinic-link__text{
    margin: 30px 0 130px;
  }
  
  .clinic__list{
    display: grid;
    gap:100px;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
  }
  
  .clinic__list-title{
    margin: 10px 0 0;
    font-size: 28px;
    line-height: calc(60em / 28);
    letter-spacing: 0;
    font-weight: 500 /*medium*/;
  }
  
  .clinic__list-img{
    box-shadow: 4px 4px 20px 0 rgba(0 0 0 / 10%);
  }
  
  .clinic__list-text{
    font-size: 16px;
    line-height: calc(28em / 16);
  }
  
  .clinic__list-btn .u-btn{
    width: 300px;
    height: 60px;
    margin-top: 30px;
  }

  .clinic-acupuncture .clinic__list{
    justify-items: center;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .clinic-acupuncture .clinic__list li{
    width: calc((100% - 100px) / 2);
  }
  
  .clinic-acupuncture__title{
    text-align: center;
    line-height: 0;
    margin-bottom: 60px;
  }
  
  .clinic-acupuncture__title span{
    font-size: 34px;
    line-height: calc(54em / 34);
    letter-spacing: 0.02em;
    display: block;
  }
  .clinic-acupuncture__title small{
    font-size: 20px;
    color:#92d216;
    line-height: 2em;
    letter-spacing: 0;
    display: block;
  }

/*=============
STAFF VOICE
=============*/
  .staff-voice__heading{
    padding: 150px 0;
  }
  
  .staff-voice__heading-title{
    margin-bottom: 30px;
    font-size: 36px;
    line-height: calc(54em / 36);
    letter-spacing: 0;
    font-weight: 500 /* medium */;
  }
  
  .staff-voice__case-list{
    display: grid;
    gap:200px;
  }
  
  .staff-voice__case-list li{
    display: grid;
    grid-template-columns: 540px 1fr;
    gap:100px;
  }
  
  .staff-voice__case-list li:nth-child(even){
    direction: rtl;
  }
  
  .staff-voice__case-list li *{
    direction: ltr; /* テキスト方向を通常に戻す */
    text-align: left;
  }
  
  .staff-voice__case-name{
    color:#00aae6;
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-bottom: 10px;
  }
  
  .staff-voice__case-class{
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.2em;
    position: relative;
    font-weight: 500 /*medium*/;
  }
  
  .staff-voice__case-class:after{
    content:" ";
    background:#aed200;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom:0;
    left: 0;
    display: block;
  }
  
  .staff-voice__case-text{
    font-size: 20px;
    line-height: 2.5em;
    letter-spacing: 0.02em;
  }

/*=============
entry/confirm//thanks
=============*/
.entry .u-pagetitle--01{
  padding-top: 150px;
  padding-bottom: 70px;
  }

.entry .u-pagetitle--01__text{
    text-align: center;
  margin-bottom: 60px;
  }

  .entry__heading{
    height: 110px;
    text-align: center;
    position: relative;
  }

  .entry{
    min-height: calc(100dvh - 440px);
  } 

@media screen and (min-width:2088px){  
  .entry__heading p,
  .entry__heading div{
    position: relative;
    z-index: 1;
  }
  
  .entry__heading:after{
    content:" ";
    display: block;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to bottom,rgba(255 255 255 / 0%) 0%,#ffffff 100%);
    height: 80px;
    width: 100vw;
    text-align: center;
    left: 0;
    bottom:0;
  }
  
}
  
  .entry__heading-text{
    line-height: calc(28em / 16);
    letter-spacing: 0;
    text-align: center;
  }  
  
  .entry__heading-text a{
    color:#00aae6;
  } 
  
  .entry__heading-subtext{
    font-size: 14px;
    line-height: calc(22em / 14);
    letter-spacing: 0;
    margin-top: 8px;
  }

  .entry__status-title{
    text-align: center;
    font-size: 40px;
    line-height: calc(36em / 40);
    margin-bottom: 30px;
  }
  
  .entry__status-judge{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 344px;
    margin: auto;
    margin-bottom: 30px;
  }
  
  .entry__status-judge:after{
    content:" ";
    width: 100%;
    height:1px;
    background:#e0e0e0;
    position: absolute;
    z-index: 0;
    top:24px;
    left: 0;
  }
  
  .entry__status-judge li{
    position: relative;
    z-index: 1;
    font-size: 24px;
    color:#ffffff;
    line-height: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    justify-content: center; /* 横中央 */
    align-items: center;     /* 縦中央 */
  }
  
  .entry__status-judge li.active{
    background: #70c30e;
  }

  .op03{
    opacity: 0.3;
  }
  
  .entry-form-text{
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
  }
  
  .entry-form-text a{
    color:#00aae6;
  }  
  
.entry__table input[type="tel"],
.entry__table input[type="email"],
.entry__table input[type="text"],
  .entry__table textarea{
    background:#f0f0f0;
    padding: 10px 20px;
    border-radius: 6px;
  }
  
.entry__table input[type="tel"]::placeholder,
.entry__table input[type="email"]::placeholder,
  .entry__table input[type="text"]::placeholder,
  .entry__table textarea::placeholder{
    color: #999999;   /* 好きな色 */
    opacity: 1;       /* ブラウザによって薄くされるのを防ぐ */
  }
  
  .herf-wrap{
    width: 100%;
    max-width: 630px;
    display: flex;
    gap:20px;
  }

.herf-wrap > span{
  width: calc(50% - 10px);
}

span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item:nth-child(n + 2){
    margin:5px;
  margin-left: 2.3em;
}
  
  .herf-wrap input{
    width:100%;
  }
  
  .full-wrap{
    width: 100%;
    max-width: 630px;
  }
  
  .entry__table textarea{
    height: 285px;
    width: 100%;
  }
  
  .entry__table{
    width: 100%;
  }  
  
  .entry__table th,
  .entry__table td{
    padding: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: calc(24em / 14);
    position: relative;
    text-align: left;
  }
  
  .entry__table th{
    width: 300px;
    vertical-align: middle;
  }
  
  .entry__table th.t-top{
    vertical-align: top;
    padding-top: 40px;
  }
  
  .entry__table td{
    width: calc(100% - 300px);
    vertical-align: top;
  }
  
  .entry__table th span.necessary{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 25px;
    font-size: 14px;
    position: absolute;
    top:calc(50% - 12.5px);
    right: 30px;
    color:#ffffff;
  }

  span.necessary{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 25px;
    font-size: 14px;
    position: absolute;
    top:calc(50% - 12.5px);
    right: 30px;
    color:#ffffff;
  }
  
  .entry__table th.t-top span.necessary{
    top:40px;
  }
  
  .entry__table th span.necessary.req{
    background: #ed35a1;
  }

  span.necessary.req{
    background: #ed35a1;
  }
  
  .entry__table th span.necessary.non-req{
    background: #abb1a2;
  }
  
  .entry-buttom-wrap{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap:20px;
  }
  
  .entry-buttom{
    display: inline-flex;
    width: 300px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#ffffff;
    cursor: pointer;
  }
  
  .entry-buttom.pt01{
    background: #0d50d3;
    transition: 0.5s;
  }
  
  .entry-buttom.pt01:hover{
    background: #1461f6;
  }

  .entry-buttom.pt02{
    background: #dee4f2;
    transition: 0.5s;
    color:#000000;
  }
  
  .entry-buttom.pt02:hover{
    background: #f0f0f1;
  }

  .entry-confirm .entry__status-judge{
    margin-bottom: 70px;
  }
  
  .entry-confirm .entry__table{
    max-width: 840px;
    margin: auto;
  }
  
  .entry-confirm .entry__table th{
    width: 200px;
    line-height: calc(24em / 16);
  }
  
  .entry-confirm .entry__table td{
    width: calc(100% - 200px);
    font-size: 16px;
    color:#0d50d3;
    line-height: calc(24em / 16);
  }

tr:not(.textarea-th) th{
  padding-left: 30px;
}

tr:not(.textarea-th) th,
tr:not(.textarea-th) td{
  padding-top: 20px;
  padding-bottom: 20px;
}


  
/* ラジオボタン */
:root{
  --radio-size: 22px;          /* 外円の直径 */
  --radio-outer: #e6edf3;      /* 外円の色（薄いグレー） */
  --radio-idle-dot: #cfd8e3;   /* 未選択時の内側の淡グレー */
  --radio-active: #00aae6;     /* 選択時の青 */
}

  .radio-wrap{
    display: flex;
    column-gap: 30px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }
  
  .radio-wrap02{
    display: grid;
    column-gap: 45px;
    grid-row-gap: 10px;
  }

.radios{ display:flex; gap:28px; flex-wrap:wrap; }

/*===============================
  CF7 ラジオ装飾（HTML変更なし）
===============================*/

/* ラッパー */
.wpcf7-list-item label {
  --radio-size: 20px;
  --radio-outer: #e4e7eb;
  --radio-idle-dot: #c8ccd2;
  --radio-active: #00aae6;

  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  line-height: 1.6;
  position: relative;
}

/* input をアクセシブルに隠す */
.wpcf7-list-item label > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

/* 疑似ボックスをラベルテキストの前に配置 */
.wpcf7-list-item-label {
  position: relative;
  padding-left: calc(var(--radio-size) + 10px);
}

/* 外円 */
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--radio-size);
  height: var(--radio-size);
  border-radius: 50%;
  background: var(--radio-outer);
  transform: translateY(-50%);
}

/* 内側ドット（未選択時） */
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: calc(var(--radio-size) - 12px);
  height: calc(var(--radio-size) - 12px);
  border-radius: 50%;
  background: var(--radio-idle-dot);
  transform: translateY(-50%);
  transition: background .15s ease;
}

/* 選択されたときのドット */
.wpcf7-list-item label > input:checked + .wpcf7-list-item-label::after {
  background: var(--radio-active);
}

/* フォーカスリング */
.wpcf7-list-item label > input:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--radio-active);
  outline-offset: 3px;
}

/* disabled */
.wpcf7-list-item label > input:disabled + .wpcf7-list-item-label {
  color: #9aa4af;
  cursor: not-allowed;
}
.wpcf7-list-item label > input:disabled + .wpcf7-list-item-label::before {
  opacity: .6;
}


.text-top *{
  vertical-align: text-bottom;
}

.entry-complete .u-btn__edit {
    width: 300px;
  margin-top: 70px;
}

/*==================
recruit
==================*/
  .recruit__visual{
    padding-bottom: 70px;
    position: relative;
  }
  
  .recruit__title{
    min-width: 1366px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  } 
  
  .recruit__title-img01{
    width: 31.25%;
  }
  
  .recruit__title-text{
    font-size: 44px;
    color:#2e7787;
    line-height: calc(66em / 44);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width:15.63%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 /*medium*/;
  }
  
  .recruit__title-img02{
    width:52.08%;
  }
  .recruit__obj-title{
    position: absolute;
    bottom:0;
    mix-blend-mode: luminosity;
    left: 0;
    padding-left: 160px;
    letter-spacing: 0.02em;
    color:#c5c5c5;
    font-size: 120px;
    line-height: 1em;
    padding-right: 0;
  }
  
  .recruit__obj-title span{
    font-size: 32px;
    display: block;
    line-height: 1em;
  }
  
  @media screen and (max-width:1550px){
    .recruit__obj-title{
      bottom:-30px;
    }
    
    .recruit__obj-title {
        font-size: 8vw;
        padding-left: 8%;
    }
    
    .recruit__obj-title span {
        font-size: 2.2vw;
    }
    
  }

@media screen and (min-width:1550px){
    .recruit__title img{
      width: 100%;
    }
}


  
  .recruit__heading{
    padding-top: 100px;
    padding-bottom:300px;
  }

.recruit__wanted{
  background: url("../images/otherpage/recruit__wanted-bg.webp") center;
  background-size: cover;
}

  .recruit__wanted__block{
    padding: 130px 0 150px;
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    max-width: 1280px;
    margin: auto;
  }
  
  .recruit__wanted__box01{
    padding-top: 135px;
    width: 50%;
    position: relative;
  }
  
  .recruit__wanted__box02{
    width: 50%;
    padding-left: 30px;
    padding-right: 60px;
  }
  
  .recruit__sec_title-text{
    line-height: 0;
  }
  
  .recruit__sec_title-text small{
    font-size: 20px;
    font-weight: bold;
    color:#92d216;
    line-height: 2em;
  }
  
  .recruit__sec_title-text span{
    font-size: 48px;
    font-weight: 500/*medium*/;
    letter-spacing: 0.2em;
    line-height: calc(60em / 48);
    display: block;
  }  
  
  .recruit__wanted .recruit__sec_title-text{
    margin-bottom: 50px;
  }
  
  .recruit__wanted .u-btn-wrap{
    margin-top: 30px;
  }

@media screen and (min-width:1051px) and (max-width:1300px){
  .recruit__wanted__box01{
    padding-right: 50px;
  }
}
  
  .recruit__wanted__img{
    position: absolute;
    left: -30px;
    top:-280px;
  }

  .recruit__qa{
    padding: 150px 0 200px;
    background-image: url("../images/otherpage/recruit__qa-bg.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
  }  

@media screen and (min-width:1900px){
  .recruit__qa{
    background-size: 100% auto;
  }  
}

  .recruit__qa .recruit__sec_title-text{
    margin-bottom: 70px;
  }
  
  
/* アコーディオン全体 */
.recruit__qa-block {
  display: grid;
  gap:20px;
}

/* 各Q&Aボックス */
.recruit__qa-box {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0 0 0 / 5%);
  /* overflow: hidden;  ← 横方向の見え方が乱れる原因になりやすいので外す */
  overflow: visible;         /* ← Aバッジの負方向配置でも切れない */
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}

/* 質問部分（クリック領域） */
.recruit__qa-box dt {
  position: relative;
  padding: 40px 0 30px;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 500 /* medium */;
  padding-left: 40px;
  padding-right: 2em;
}
  
.recruit__qa-box dt:before {
  content:"Q";
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  font-size: 32px;
  color:#92d216;
  position: absolute;
  top: calc(50% + 5px);
  left: 0;
  line-height: 0;
}
  
.recruit__qa-box dd:before {
  content:"A";
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
  font-size: 32px;
  color:#00aae6;
  position: absolute;
  top:20px;
  left: 0;
  line-height: 0;
}  
/* 円＋プラス記号（2本の線）を背景で描く */
.recruit__qa-box dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  width: 32px;           /* 円のサイズ */
  height: 32px;
  border-radius: 50%;
  /* 横線 + 縦線 + 背景色 の3レイヤー */
  background:
    linear-gradient(#fff 0 0) center / 14px 2px no-repeat,  /* 横線 */
    linear-gradient(#fff 0 0) center / 2px 14px no-repeat,  /* 縦線 */
    #00aae6;                                                /* 円色 */
  transition: background-size .2s ease;
}

/* 開いた時は縦線を0にして「−」表示 */
.recruit__qa-box.open dt::after {
  background:
    linear-gradient(#fff 0 0) center / 14px 2px no-repeat,  /* 横線(そのまま) */
    linear-gradient(#fff 0 0) center / 0 14px no-repeat,    /* 縦線を消す */
    #00aae6;
}

/* 回答部分（非表示→スライド） */
.recruit__qa-box dd {
  max-height: 0;
  opacity: 0;
  overflow: hidden;          /* ddの中だけ縦方向に隠す */
  /* 必要なプロパティだけをトランジション */
  transition: max-height .5s ease, opacity .3s ease, padding-bottom .5s ease;
  line-height: 1.6;
  position: relative;
  /* 開閉で横寸が補間されないよう左右パディングは固定 */         /* 左右は常に同じ値にする（ここでは0のまま） */
  padding-right: 80px;
  margin: 0;
  padding-left: 40px;
}

/* 開いた状態 */
.recruit__qa-box.open dd {
  max-height: 1000px;
  opacity: 1;    /* 変化させるのは下だけ（縦方向） */
  overflow: visible;
  padding-bottom: 30px;
}

  .recruit__voice{
    padding: 150px 0 160px
  }
  
  .recruit__voice .recruit__sec_title-text{
      margin-bottom: 40px;
  }
  
  .recruit__voice__objtext{
    color:rgba(0 170 230 / 30%);
    font-weight: bold;
    font-size: 160px;
    margin-top: 10px;
    letter-spacing: 0.02em;
    line-height: 1em;
  }
  
  .recruit__voice__text{
    display: flex;
    gap:50px;
  }
  
  .recruit__voice .marquee,
  .recruit__voice .slick-list{
    overflow: visible;
  }  
  
.recruit__voice .marquee img {
    width: 530px;
}

.recruit__voice .slick-initialized .slick-slide {
    padding: 0 25px;
}
  
.recruit__voice .slick-initialized .slick-slide:nth-child(odd) {
    position: relative;
  top:-60px;
}  

.recruit__flow{
  padding-bottom: 150px;
}

  .recruit__flow-list li{
    display: grid;
    padding: 70px 0;
    border-bottom:1px solid #cccccc;
    gap:50px;
    grid-template-columns:50px 1fr;
  }
  
  .recruit__flow-step{
    color:#00aae6;
    font-weight: bold;
    line-height: 1.75em;
  }
  
  .recruit__flow-step small{
    font-size: 20px;
    letter-spacing: 0;
  } 
  
  .recruit__flow-step span{
    font-size: 44px;
    letter-spacing: 0;
  }
  
  .recruit__flow-title{
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.02em;
    font-weight: 500 /* medium */;
  }

.recruit__rec{
  padding-bottom: 150px;
  margin-bottom: 150px;
  background-image:url("../images/otherpage/recruit__rec-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (min-width:1900px){
.recruit__rec{
  background-size: 100% 700px;
}
}

  .recruit__rec__block .recruit__sec_title-text{
    margin-bottom: 80px;
  }
  
  .recruit__rec-list{
    display: grid;
    gap:30px;
    grid-template-columns: repeat(3,1fr);
  }
  
  .recruit__rec-list li a{
    display: grid;
    align-items: center;
    grid-template-columns: 230px 1fr;
    height: 180px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow:0 0 30px 0 rgba(0 0 0 / 5%);
    transition: 0.5s;
  }
  
  .recruit__rec-list li a:hover{
    filter: brightness(1.1);
  }
  
  .recruit__rec-list-img{
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    height: 100%
  }
  
  .recruit__rec-list-img img{
    object-fit: cover;
    object-position: center;
    width:100%;
    height: 100%;
  }
  
  .recruit__rec-list-text{
    position: relative;
    font-size: 22px;
    padding: 30px;
    width: 100%;
    font-weight: 500 /* ex-light */;
  }
  
  .recruit__rec-list-text:after{
    content:" ";
    display: block;
    transform: rotate(45deg);
    border-top:2px solid #e0e2e7;
    border-right:2px solid #e0e2e7; 
    position: absolute;
    right: 30px;
    height: 15px;
    width: 15px;
    top:calc(50% - 7.5px)
  }  

@media screen and (max-width:1650px){
  .recruit__rec-list li a{
    grid-template-columns: 1fr 230px;
  }
}

@media screen and (max-width:1250px){
  .recruit__rec-list{
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width:1050px){
  .recruit__title{
    min-width: 1050px;
  }
  
  .recruit__title-text {
    font-size: 28px;
  }
  
  .recruit__wanted__block {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .recruit__wanted__box01,
  .recruit__wanted__box02{
    width: 100%;
  }
  
  .recruit__qa-box dt::after {
      right: -20px;
  }  
  
}

/*=============
recruitment
=============*/
  .recruitment__headding{
    padding-bottom: 150px;
  }

  .recruitment__headding-title{
    line-height: 0;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    gap:80px;
    
  }
  
  .recruitment__headding-title span{
    font-size: 48px;
    font-weight: 500;/*medium*/
    line-height:calc(56em / 48);
    letter-spacing: 0.2em;
  }
  
  .recruitment__headding-title small{
    font-size: 16px;
    line-height:calc(24em / 16);
    letter-spacing: 0;
  }  

  .recruitment__headding-block{
    display: grid;
    grid-template-columns: 550px 1fr;
    gap:90px;
    margin-bottom: 60px;
  }
  
  .recruitment__headding-block-title{
    font-size: 36px;
    font-weight: 500;/* ex-light */
    line-height: calc(54em / 36);
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  
  .recruitment__headding-block-text{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0;
  }

  .recruit__point-title{
    font-size: 36px;
    font-weight: 500 /* medium */;
    line-height: calc(54em / 36);
    margin-bottom: 39px;
  }
  
  .recruit__point-block{
    display: grid;
    gap:50px;
  }
  
  .recruit__point-h4{
    font-size: 18px;
    color:#0061e6;
    font-weight: 500/* ex-light */;
    line-height: 2em;
  }
  
  /* ベース */
.recruit__point-list {
  list-style: none;                  /* 既定のdiscを消す */
  padding-left: 1.2em;               /* インデント調整（お好みで） */
  margin: 0;
  font-size: 16px;
  line-height: calc(24em / 16);
}

/* マーカーを“テキストの・”に */
.recruit__point-list li:before {
  content: "・";                     /* ← 普通の中点 */            /* フォント継承（和文フォントに合わせる） */
  margin-left: -17px;
}

/* 行間や余白は li 側で整える */
.recruit__point-list li {
  margin: .4em 0;
}

  .recruitment__info .u-pagetitle--01__text{
    margin-bottom: 60px;
  }
  
  .recruitment__info{
    padding-top: 150px;
    background: linear-gradient(to bottom,#f4f4f4 0%,#ffffff 100%);
    background-size:100% 200px;
    background-position: left top;
    background-repeat: no-repeat;
  }
  
  .recruitment__info-text{
    margin-bottom: 40px;
  }
  
  .recruitment__info .about-us-ontline__table{
    margin-top: 80px;
  }  
  
.recruitment__info .about-us-ontline__table th {
    width: 300px;
}   
  
.recruitment__info .about-us-ontline__table td {
    width: calc(100% - 300px);
} 

.recruitment__info .about-us-ontline__table td a{
  color:#00aae6;
}

  /* ベース */
.recruitment__info .about-us-ontline__table ul {
  list-style: none;                  /* 既定のdiscを消す */
  padding-left: 1.2em;               /* インデント調整（お好みで） */
  margin: 0;
  font-size: 16px;
  line-height: calc(24em / 16);
}

/* マーカーを“テキストの・”に */
.recruitment__info .about-us-ontline__table ul li:before {
  margin-left: -17px;
  content: "・";                     /* ← 普通の中点 */            /* フォント継承（和文フォントに合わせる） */
}

/* 行間や余白は li 側で整える */
.recruitment__info .about-us-ontline__table ul li {
  margin: .4em 0;
}

.recruitment__info .u-btn-wrap{
  text-align: center;
}

.recruitment__info .u-btn-wrap .u-btn__edit{
  width: 300px;
  margin-top: 100px;
}

.recruitment__info .about-us-ontline__table th,
.recruitment__info .about-us-ontline__table td{
        line-height: calc(24em / 16);
  font-size: 16px;
    }

  .rec-grid01{
    display: grid;
    grid-template-columns:100px 1fr;
  } 
  
  .rec-grid02{
    display: grid;
    grid-template-columns:200px 1fr;
    line-height: calc(30em / 18);
  } 

/*=============
our-philosophy-headding
=============*/

  .our-philosophy-headding{
    padding-bottom: 140px;
  }
  
  .our-philosophy-headding__title{
    line-height: 0;
    margin-bottom: 60px;
  }
  
  .our-philosophy-headding__title small{
    font-weight: 500 /*medium*/;
    line-height: calc(50em / 40);
    font-size: 40px;
    letter-spacing: 0.4em;
  }
  
  .our-philosophy-headding__title span.u-eng{
    display: block;
    font-weight: bold;
    line-height: 1.2em;;
    font-size: 88px;
    letter-spacing: 0.02em;
    color:#d4d4d4;
  }
  
  .our-philosophy-headding__title span.pt01{
    color:#00aae6;
  }  
  
  .our-philosophy-headding__title span.pt02{
    color:#92d216;
  }  
  
  .our-philosophy-headding__subtitle{
    font-size: 28px;
    line-height: calc(42em / 28);
    letter-spacing: 0.02em;
    font-weight: 500 /* medium */;
    margin-bottom: 60px;
  }
  
  .our-philosophy-headding__text{
    font-size: 18px;
    line-height: calc(40em / 18);
    letter-spacing: 0;
  }

.our-philosophy-mission{
  background-image:url("../images/otherpage/our-philosophy__mission-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1900px auto;
}

@media screen and (min-width:1900px){
.our-philosophy-mission{
  background-size: 100% 500px;
}
}

  .our-philosophy-mission__block{
    display: grid;
    grid-template-columns: 1fr 595px;
    align-items: center;
  }
  
  .our-philosophy .u-pagetitle--01__text{
    margin-bottom: 48px;
  }
  
  .our-philosophy .u-pagetitle--01__text span{
    letter-spacing: 0.4em;
  }
  
  .our-philosophy-mission__text{
    font-size: 18px;
    line-height: calc(40em / 18);
    letter-spacing: 0;
    margin-bottom: 48px;
  }

  .our-philosophy-mission__list{
    display: grid;
    gap:30px;
  }
  
  .our-philosophy-mission__list li{
    display: flex;
    gap:30px;
  }
  
  .our-philosophy-mission__listnum{
    color:#00aae6;
    font-weight: bold;
    letter-spacing: 0; 
    font-size: 36px;
  }
  
  .our-philosophy-mission__listtext{
    font-weight: 500 /* medium */;
    font-size: 22px;
    line-height: calc(34em / 22);
    padding-top: 9px;
    letter-spacing: 0.02em;
    max-width: 520px;
  }

  @media screen and (max-width:1000px){
    .our-philosophy-mission__block {
    grid-template-columns: 1fr;
  }
    
  .our-philosophy-mission__img{
    text-align: center;
    margin-top: 55px;
    line-height: 0;
  }
    
  .our-philosophy-mission__img img{
    max-width: 400px;
    display: inline;
  }    
      
  } 

  .our-philosophy-value{
    padding: 150px 0;
  }
  
  .our-philosophy-value .u-pagetitle--01__text{
    text-align: center;
  }
  
  .our-philosophy-value__discription{
    text-align: center;
    font-size:18px;
    line-height: calc(40em / 18);
    margin-bottom: 100px;
    letter-spacing: 0;
  }
  
  .our-philosophy-value__cont{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 640px;
    column-gap: 160px;
    width: calc(100vw - 100px);
    margin-right: 100px;
  }
  
  .our-philosophy-value__img{
    height: 800px;
    width: 100%;
  }
  
  .our-philosophy-value__img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .our-philosophy-value__block-box{
    display:grid;
    gap:75px;
  }
  
  .our-philosophy-value__block-title{
    color:#0d50d3;
    font-size: 28px;
    line-height: 1em;
    font-weight: 500 /* medium */;
    margin-bottom: 35px;
  }
  
  .our-philosophy-value__block-subtitle{
    font-size: 22px;
    line-height: calc(42em / 22);
    font-weight: 500 /* ex-light */
  }
  
  @media screen and (min-width:1800px){
    .our-philosophy-value__img{
      height: auto;
    }
    
    .our-philosophy-value__cont{
      width: calc(100vw - ((100vw - 1700px) / 2));
      margin-right: calc((100vw - 1700px) / 2);
    }    
  } 
  
  @media screen and (max-width:1500px){
      .our-philosophy-value__cont{
        column-gap: 80px;
        width: calc(100vw - 100px);
        margin-right: 100px;
        display: flex;
      }
    
    .our-philosophy-value__img{
      width: 60%;
    }
    
    .our-philosophy-value__block-box{
      width: 40%;
    }
      
  } 
  
  @media screen and (max-width:1000px){
    .our-philosophy-value__cont{
      align-items: flex-start;
    }
    
    .our-philosophy-value__img{
      width: 40%;
      height: 300px;
    }
    
    .our-philosophy-value__block-box{
      width: 60%;
    }
      
  }   


  .our-philosophy-credo .u-pagetitle--01__text{
    text-align: center;
  }
  
  .our-philosophy-credo__discription{
    text-align: center;
    font-size:18px;
    line-height: calc(40em / 18);
    margin-bottom: 100px;
    letter-spacing: 0;
  }
  
  .our-philosophy-credo__list{
    display: grid;
    gap:100px;
  }
  
  .our-philosophy-credo__list li{
    display: grid;
    grid-template-columns: 325px 1fr;  
    gap:85px;
    align-items: center;
  }
  
  .our-philosophy-credo__listtitle{
    font-size: 28px;
    font-weight: 500/* medium */;
    line-height: 2em;
    letter-spacing: 0.02em;
    color:#0d50d3;
    margin-bottom: 35px;
  }
  
  .our-philosophy-credo__listtext{
    font-size: 16px;
    line-height: calc(20em / 16);
    display: grid;
    row-gap: 40px;
  }

  .our-philosophy-credo__listtext span{
    display: inline-block;
    margin-bottom: 8px;
  }

/*=============
タイトルイメージ
=============*/
  .wanted .u-pagetitle--01__image{
    background-image: url("../images/otherpage/wanted__title.webp");
  }

  .about-us .u-pagetitle--01__image{
    background-image: url("../images/otherpage/about-us__title.webp");
  }

  .sitemap .u-pagetitle--01__image{
    background-image: url("../images/otherpage/sitemap__title.webp");
  }

.clinic .u-pagetitle--01__image{
    background-image: url("../images/otherpage/clinic__title.webp");
  }

.staff-voice .u-pagetitle--01__image{
    background-image: url("../images/otherpage/staff-voice__title.webp");
  }

.entry .u-pagetitle--01{
    background-image: url("../images/otherpage/entry__title.webp");
    background-position: top center;
    background-repeat: no-repeat;
  background-size: 2088px auto;
  }

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

.our-philosophy .u-pagetitle--01__image{
    background-image: url("../images/otherpage/our-philosophy__title.webp");
  }

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

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

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

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

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



@media screen and (min-width:2088px){
  .entry .u-pagetitle--01{
    background-size: 100vw auto;
  }
}

/* 採用情報スライドやり直し */
.recruit .splide{
  margin-top: -100px;
}
/* ===== Marquee Auto (Splide) – 共通見た目 ===== */
.marquee-auto {
  --slide-w: 530px;      /* 画像基準幅（PC） */
  --marquee-gap: 50px;   /* スライド間隔（左右25px相当） */
  --odd-raise: 60px;     /* 奇数段の段差 */
  position: relative;
  width: 100%;
  overflow: visible; /* 端の継ぎ目は見せない */
}

.marquee-auto *{
    overflow: visible !important;
  backface-visibility: visible !important;
}

/* 画像サイズは CSS で一元管理（JS計測とズレにくくなる） */
.marquee-auto img {
  width: var(--slide-w);
  height: auto;
  display: block;
}

/* Splide 内部のトラック＆スライドは上書き最小限に */
.marquee-auto .splide__track {
  will-change: transform;
  contain: layout paint; /* 再計算をスコープ化してブレ低減 */
}
.marquee-auto .splide__list {
  align-items: center; /* 縦位置安定 */
}
.marquee-auto .splide__slide {
  /* gap は JS オプションで与えるが、安定描画のヒントだけ付与 */
  will-change: transform;
  contain: layout paint;
}

/* 奇数スライドだけ段差（topよりtransformの方が揺れにくい） */
/*.marquee-auto .splide__slide:nth-child(odd) {
  transform: translateY(calc(1 * var(--odd-raise)));
}*/

.marquee-auto .splide__slide:nth-child(odd) {
  margin-top:var(--odd-raise);
}

/* SP などでのレスポンシブ指定 */
@media (max-width: 767px) {
  .marquee-auto {
    --slide-w: 340px;   /* 例：SP 幅 */
    --marquee-gap: 32px;
    --odd-raise: 40px;
  }
  
.recruit .splide{
  margin-top: -45px;
}  
}

/* モーションに弱いユーザー配慮：自動スクロール停止 */
@media (prefers-reduced-motion: reduce) {
  .marquee-auto .splide__track {
    transition: none !important;
  }
}

/* =========================================
   Center Marquee（Splide版）
========================================= */
.center-marquee {
  --gap: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Splide トラック */
.center-marquee .splide__track {
  overflow: visible;
  will-change: transform;
  contain: layout paint;
}

/* gap は Splide の gap オプションで付くが
   念のため合成負荷を避けるための最適化 */
.center-marquee .splide__slide {
  will-change: transform;
}

/* 各アイテム */
.center-marquee li {
  border-radius: 20px;
  overflow: hidden;
}

.center-marquee img {
  display: block;
  height: 600px;
  width: auto;
  object-fit: cover;
}

/* =========================================
   Clinic marquee（Splide版）
========================================= */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Splide の track 部分 */
.marquee .splide__track {
  overflow: visible;
  will-change: transform;
}

/* 画像の基本サイズ */
.marquee .splide__slide img {
  width: 580px;
  height: auto;
  display: block;
}

/* ステップ切替 */
.js-entry-step-2 {
  display: none;
}

.entry-hope.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* CF7の送信結果/エラーの下部ボックスを非表示 */
/* CF7の各種メッセージをまとめて非表示（念押し） */
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-mail-sent-ok {
  display: none !important;
}

span.wpcf7-not-valid-tip{
  white-space: nowrap;
  position: absolute; 
  font-size: 12px;
}

@media screen and (max-width:767px){
span.wpcf7-not-valid-tip{
  position: initial;
}
  
.radio-wrap + * {
  margin-top: 10px;
}  
}

@media (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="search"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="password"],
  .wpcf7 textarea,
  .wpcf7 select {
    font-size: 16px !important;
    line-height: 1.4;
  }
}