@charset "utf-8";
/*=========================================================
all
=========================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .back {
    padding: 60px 0;
  }
}
@media (max-width:900px) {
  .back {
    padding: 50px 0;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 72%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .width {
    max-width: 82%;
  }
}
@media (max-width: 1024px) {
  .width {
    max-width: 90%;
  }
}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
  margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  /*  .contents {
    margin: 50px auto 0 auto;
  }*/
}
@media (max-width:900px) {
  /*  .contents {
    margin: 50px auto 0 auto;
  }*/
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=========================================================
TOP
=========================================================*/
#slider-box {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-bg);
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: var(--font-xxl);
  color: var(--color-text-light);
  text-shadow: 2px 2px 4px var(--color-text-main);
  pointer-events: none;
  text-align: center;
}
.top-txt .top-sub {
  width: 100%;
  display: block;
  margin-top: 0.2em;
  font-size: var(--font-l);
  font-weight: 400;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  #slider-box {
    height: calc(50vh - 100px);
  }
}
@media (max-width:900px) {
  #slider-box {
    height: calc(50vh - 100px);
  }
}
@media (max-width:600px) {
  #slider-box {
    position: relative;
    height: calc(80vh - 100px);
    flex-direction: column;
  }
  .slider {
    width: 100%;
    height: 100%;
  }
  .top-txt {
    font-size: var(--font-xl);
  }
  .top-txt .top-sub {
    font-size: var(--font-m);
  }
}
/*=========================================================
【はじめに】
==========================================================*/
/*:::::::::::【背景】::::::::::*/
.grt-back {
  background-image: url("../image/index/grt-img.png");
  background-position: center;
  background-size: 55%;
  background-repeat: no-repeat;
}
/*:::::::::::【コンテンツ】::::::::::*/
/*:::::::::::【テキストとボタン】::::::::::*/
.g-text {
  width: auto;
  height: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px 0;
  grid-gap: 50px;
  text-align: center;
}
.g-text p {
  line-height: 2;
}
/*:::::::::::【ボタン】::::::::::*/
.grt-box {
  margin-top: 50px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .grt-back {
    background-size: 65%;
  }
}
@media (max-width:600px) {
  .grt-back {
    background-size: contain;
  }
  .g-text {
    text-align: justify;
    padding: 0;
  }
}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {}
/*=========================================================
【オーバーレイ】
==========================================================*/
.wn-overlay {
  position: relative;
}
.wn-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.wn-overlay-box {
  position: relative;
  z-index: 2;
}
/*=========================================================
【サービス紹介】
==========================================================*/
/*=========================================================
【訪問はりきゅうマッサージとは？】
==========================================================*/
.about-back {
  background-color: var(--color-main-soft);
}
.about-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 50px;
}
/*吹き出し*/
.about-contact dl {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: auto;
  background-color: var(--color-bg);
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
/* 吹き出しの“影”（任意） */
.about-contact dl::before {
  content: "";
  position: absolute;
  right: -17px; /* 影なので本体より少し外側 */
  top: 50%;
  transform: translateY(-50%);
  border-width: 13px 0 13px 17px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
  filter: blur(0.5px);
}
/* 吹き出しの三角形（右に出す＝右向き） */
.about-contact dl::after {
  content: "";
  position: absolute;
  right: -15px; /* 三角の根本が吹き出し右端に接する */
  top: 50%; /* 画像の口元に合わせたければ数値で微調整 */
  transform: translateY(-50%);
  border-width: 12px 0 12px 15px; /* 右向き矢印の形 */
  border-style: solid;
  border-color: transparent transparent transparent var(--color-bg);
}
/**/
.about-contact dl dt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-text-main);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--color-main-deep);
}
.about-contact dl dd {
  padding: 0 20px;
  line-height: 1.8;
}
.about-contact img {
  width: 320px;
  height: auto;
  flex: 0 0 auto;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width: 1024px) {
  .about-contact img {
    width: 280px;
  }
}
@media (max-width:900px) {
  .about-contact {
    grid-gap: 5px;
  }
  .about-contact dl dt {
    font-size: var(--font-m);
  }
}
@media (max-width:600px) {
  .about-contact {
    flex-direction: column;
    grid-gap: 30px;
  }
  /* ▼ 影の三角（下向き・中央） */
  .about-contact dl::before {
    right: auto; /* 右向き指定をリセット */
    top: auto; /* 〃 */
    left: 50%;
    bottom: -17px; /* 吹き出しの下に出す */
    transform: translateX(-50%);
    border-width: 17px 13px 0 13px; /* 下向きの影 */
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
    filter: blur(0.5px);
  }
  /* ▼ 本体の三角（下向き・中央） */
  .about-contact dl::after {
    right: auto; /* 右向き指定をリセット */
    top: auto; /* 〃 */
    left: 50%;
    bottom: -15px; /* 吹き出しの下に出す */
    transform: translateX(-50%);
    border-width: 15px 12px 0 12px; /* 下向きの白い三角 */
    border-style: solid;
    border-color: var(--color-bg) transparent transparent transparent;
  }
  /* 画像サイズ・余白はお好みで微調整 */
  .about-contact img {
    width: 220px;
  }
}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {}
/*=========================================================
【主なサービス案内】
==========================================================*/
/*:::::::::::【背景・横幅】::::::::::*/
.sv-img-top {
  width: 100%;
}
/*:::::::::::【パターン】::::::::::*/
.sv-ptn-01 {
  position: absolute;
  z-index: -1;
  width: 40%;
}
.sv-ptn-02 {
  position: absolute;
  bottom: 0;
  right: -5%;
  z-index: -1;
  width: 40%;
}
/*:::::::::::【コメント】::::::::::*/
.sv-p {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.sv-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 70px;
}
.sv-cont li {
  display: block;
  text-align: center;
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  background-color: var(--color-bg);
  padding: 32px 16px;
  min-width: 0; /* grid + minmax を素直に効かせるため */
}
/*数字*/
.sv-cont span {
  position: relative;
  display: inline-block; /* inlineだと高さが取れないので */
  line-height: 1; /* お好みで */
  color: var(--color-text-light);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: var(--font-l);
  background-color: var(--color-main);
  border-radius: 50%;
  padding: 18px 26px;
}
.sv-cont span::after {
  content: "";
  position: absolute;
  left: 51%;
  bottom: 15px; /* 線の縦位置。数字との間隔を調整 */
  transform: translateX(-50%);
  width: 35px; /* 線の長さを調整 */
  height: 2px; /* 線の太さを調整 */
  background: currentColor; /* 文字色と同じ色に */
  border-radius: 1px; /* 端を少し丸く */
}
/*イメージ*/
.sv-cont img {
  width: 50%;
  height: auto;
  margin: 40px auto;
}
/*テキスト*/
.sv-cont p {
  line-height: 1.7;
}
/*ボタン*/
.sv-width {
  text-align: center;
}
.sv-btn {
  margin-top: 100px;
  text-align: center;
}
/*青い鳥*/
.b-bird {
  display: none;
}
@media (max-width:1500px) {
  .sv-cont {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /*青い鳥*/
  .b-bird {
    display: block;
    max-width: 200px;
    height: auto;
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width: 1024px) {
  .sv-cont {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*青い鳥*/
  .b-bird {
    right: 0;
    max-width: 250px;
  }
}
@media (max-width:900px) {
  .sv-cont {
    margin-top: 70px;
    grid-template-columns: repeat(2, 1fr);
  }
  /*青い鳥*/
  .b-bird {
    right: 30px;
    max-width: 200px;
  }
}
@media (max-width:600px) {
  .sv-cont {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-top: 50px;
  }
  .sv-cont span {
    padding: 20px 25px;
  }
  /*青い鳥*/
  .b-bird {
    display: block;
    position: static;
    text-align: right;
    margin-left: auto;
    max-width: 200px;
  }
}
@media (max-width:450px) {
  .sv-cont {
    max-width: 90%;
  }
}
@media (max-width:420px) {}
@media (max-width:400px) {}
/*=========================================================
【私たちが選ばれる４つの理由】
==========================================================*/
/*:::::::::::【背景・横幅】::::::::::*/
.reasons-back {
  background-color: var(--color-main-soft);
}
/*:::::::::::【コンテンツ】::::::::::*/
.r-cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  grid-gap: 80px;
  margin-top: 100px;
}
/*:::::::::::【イメージ】::::::::::*/
.r-img {
  width: 260px; /* 必要に応じて調整 */
  height: auto;
}
/*:::::::::::【リスト】::::::::::*/
.list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  border: 3px double var(--color-main);
  border-radius: 12px;
  background-color: var(--color-bg);
  padding: 30px 20px;
}
.list-box ul {}
.list-box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.list-box ul li:last-of-type {
  margin-bottom: 0;
}
/*:::::::::::【チェック】::::::::::*/
.list-box img {
  width: 20px;
  height: auto;
}
/*:::::::::::【ボタン】::::::::::*/
.r-btn {
  margin-top: 100px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .r-cont {
    grid-gap: 30px;
  }
  .r-img {
    width: 200px; /* 必要に応じて調整 */
  }
  .list-box {
    width: auto;
  }
}
@media (max-width:600px) {
  .r-cont {
    flex-direction: column;
    margin-top: 70px;
  }
  .r-img {
    margin: 0 auto;
  }
  .list-box {
    width: 90%;
    margin: 0 auto;
  }
  .r-btn {
    margin-top: 70px;
  }
}
@media (max-width:450px) {
  .r-cont {
    margin-top: 50px;
  }
  .r-img {
    margin: 0 auto;
  }
  .list-box {
    width: 100%;
  }
  .r-btn {
    margin-top: 50px;
  }
}
@media (max-width:420px) {}
@media (max-width:400px) {}
/*=========================================================
【こころ新聞】
==========================================================*/
.news-mtitle {
  margin-bottom: 0;
}
/*:::::::::::【コンテンツ】::::::::::*/
.np-cont {
  width: 70%;
  margin: 0 auto;
}
.np-cont li {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid var(--color-main);
}
.np-cont li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
/*:::::::::::【イメージ】::::::::::*/
.img-box {
  width: 60%;
  margin: 0 auto;
}
.img-box p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.img-box a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.img-box img {
  height: 260px;
}
@media (max-width:1280px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .np-cont {
    width: 80%;
  }
}
@media (max-width:1024px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .np-cont {
    width: 90%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【コンテンツ】::::::::::*/
  .np-cont {
    width: 100%;
  }
}
@media (max-width:900px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .np-cont {
    width: 100%;
  }
}
@media (max-width:600px) {
  .np-cont {
    margin-top: 0;
  }
  .np-cont li {
    flex-direction: column;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .img-box {
    width: 100%;
  }
  .img-box img {
    height: auto;
    max-height: 260px;
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*=========================================================
【採用案内】
==========================================================*/
/*:::::::::::【背景・横幅】::::::::::*/
.recruit-back {
  padding: 0;
  height: 60vh;
  background-color: var(--color-main-light);
}
.re-width {
  max-width: 100%;
  height: 100%;
}
/*:::::::::::【コンテンツ】::::::::::*/
.re-cont {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  grid-gap: 50px;
}
/*:::::::::::【イメージ】::::::::::*/
.re-img-box {
  width: 50%;
  background-image: url("../image/index/r-img.jpg");
  background-position: center;
  background-size: cover;
}
/*:::::::::::【テキスト】::::::::::*/
.re-text-box {
  width: 50%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.re-text-box p {
  line-height: 1.7;
  text-align: center;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .re-cont {
    grid-gap: 0;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .recruit-back {
    height: 45vh;
  }
  .re-text-box {
    padding: 0 50px;
  }
  .re-text-box p {
    text-align: justify;
  }
}
@media (max-width:900px) {
  .recruit-back {
    height: 60vh;
  }
  .re-text-box {
    padding: 0 25px;
  }
  .re-text-box p {
    text-align: justify;
  }
}
@media (max-width:600px) {
  .recruit-back {
    height: auto;
  }
  .re-cont {
    flex-direction: column;
  }
  .re-img-box {
    width: 100%;
    height: 30vh;
    background-position: center;
  }
  .re-text-box {
    width: 100%;
    margin: 50px auto;
  }
  .re-text-box p {
    margin: 30px auto;
  }
}
@media (max-width:450px) {}
@media (max-width:420px) {}
@media (max-width:400px) {}