@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --mainColor: #3EA4A8;
  --mainColorLight: #EAFDFD;
  --subColor: #FFFCF5;
  --grayColor: #F4F0ED;
  --recruitColor: #F1BB0B;
  --recruitSubColor: #B08600;
}

/* ---------------------
mainColor
------------------------ */
.mainColor {
  color: var(--mainColor);
}

.bgMainColor {
  background-color: var(--mainColor);
}

/* ---------------------
mainColorLight
------------------------ */
.mainColorLight {
  color: var(--mainColorLight);
}

.bgmainColorLight {
  background-color: var(--mainColorLight);
}

/* ---------------------
subColor
------------------------ */
.subColor {
  color: var(--subColor);
}

.bgsubColor {
  background-color: var(--subColor);
}

/* ---------------------
recruitColor
------------------------ */
.recruitColor {
  color: var(--recruitColor);
}

.bgrecruitColor {
  background-color: var(--recruitColor);
}

.recruitSubColor {
  color: var(--recruitSubColor);
}

.bgrecruitSubColor {
  background-color: var(--recruitSubColor);
}

.grayColor {
  color: var(--grayColor);
}

.bgGrayColor {
  background-color: var(--grayColor);
}

/* ----------------------------------
使わない↓（消すと__main.scssが干渉してコンパイルできなくなる）
---------------------------------- */
.grayColorLight {
  color: #f9f9f9;
}

.bgGrayColorLight {
  background-color: #f9f9f9;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgBlueLight {
  background-color: #ECF0F3;
}

/*フォント系*/
:root {
  --fontEn: "Plus Jakarta Sans", sans-serif;
}

.fontEn {
  font-family: var(--fontEn);
}

:root {
  --fontEn_serif: "Philosopher", sans-serif;
}

.fontEn_serif {
  font-family: var(--fontEn_serif);
}

:root {
  --fontJp: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", sans-serif;
}

.fontJp {
  font-family: var(--fontJp);
}

.serif {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

:root {
  --fontColor: #524B44;
}

body {
  font-family: var(--fontJp);
  color: var(--fontColor);
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  line-height: 1.6;
  font-weight: 500;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .lh_xl {
    line-height: 1.8;
  }
  .lh_xl * {
    line-height: 1.8;
  }
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

.ave {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.bold800 {
  font-weight: 800 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 14px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 12px !important;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS4 {
  font-size: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS4 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS4 {
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .fsSpM5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .fsSpS {
    font-size: 12px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineFlex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.overHidden {
  overflow: hidden;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .notTab {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .tab {
    display: none !important;
  }
  .spTab {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .deskPc {
    display: none !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mtAuto {
  margin-top: auto;
}

.mrAuto {
  margin-right: auto;
}

.mbAuto {
  margin-bottom: auto;
}

.mlAuto {
  margin-left: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.ml3 {
  margin-left: 3em;
}

@media only screen and (max-width: 767px) {
  .mlSp0 {
    margin-left: 0;
  }
  .mlSp1 {
    margin-left: 1em;
  }
  .mlSp2 {
    margin-left: 2em;
  }
  .mlSp3 {
    margin-left: 3em;
  }
}
.mtL {
  margin-top: 30%;
}

.mtL2 {
  margin-top: 25%;
}

.mtL3 {
  margin-top: 20%;
}

.mtL4 {
  margin-top: 15%;
}

.mtM {
  margin-top: 10%;
}

.mtM2 {
  margin-top: 7.5%;
}

.mtM3 {
  margin-top: 5%;
}

.mtS {
  margin-top: 3.5%;
}

.mtS2 {
  margin-top: 2%;
}

.mtS3 {
  margin-top: 1%;
}

@media only screen and (max-width: 767px) {
  .mtSpL {
    margin-top: 30%;
  }
  .mtSpL2 {
    margin-top: 25%;
  }
  .mtSpL3 {
    margin-top: 20%;
  }
  .mtSpL4 {
    margin-top: 15%;
  }
  .mtSpM {
    margin-top: 10%;
  }
  .mtSpM2 {
    margin-top: 7.5%;
  }
  .mtSpM3 {
    margin-top: 5%;
  }
  .mtSpS {
    margin-top: 3.5%;
  }
  .mtSpS2 {
    margin-top: 2%;
  }
  .mtSpS3 {
    margin-top: 1%;
  }
}
.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pt40 {
    padding-top: 30px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding-top: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 40px;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pt70 {
    padding-top: 40px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .pt90 {
    padding-top: 50px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px;
  }
}

.pt200 {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .pt200 {
    padding-top: 70px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 20px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 30px;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 30px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 40px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 40px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 50px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px;
  }
}

.pb200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .pb200 {
    padding-bottom: 70px;
  }
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

@media only screen and (max-width: 767px) {
  .plSp0 {
    padding-left: 0;
  }
  .plSp1 {
    padding-left: 1em;
  }
  .plSp2 {
    padding-left: 2em;
  }
  .plSp3 {
    padding-left: 3em;
  }
}
.pbL {
  padding-bottom: 30%;
}

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .pbSpL {
    padding-bottom: 30%;
  }
  .pbSpL2 {
    padding-bottom: 25%;
  }
  .pbSpL3 {
    padding-bottom: 20%;
  }
  .pbSpL4 {
    padding-bottom: 15%;
  }
  .pbSpM {
    padding-bottom: 10%;
  }
  .pbSpM2 {
    padding-bottom: 7.5%;
  }
  .pbSpM3 {
    padding-bottom: 5%;
  }
  .pbSpS {
    padding-bottom: 3.5%;
  }
  .pbSpS2 {
    padding-bottom: 2%;
  }
  .pbSpS3 {
    padding-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .justBetweenSp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
:root {
  --cntW: 1280px;
  --inlineW: 60px;
}

.w100 {
  width: 100%;
}

.cnt {
  width: 100%;
  max-width: calc(var(--cntW) - var(--inlineW) * 2 + 30px);
  margin-inline: auto;
  padding-inline: 15px;
}

.cntL {
  max-width: calc(var(--cntW) - var(--inlineW) * 4 + 30px);
  margin-inline: auto;
  padding-inline: 15px;
}

.cntM {
  max-width: calc(var(--cntW) - var(--inlineW) * 6 + 30px);
  margin-inline: auto;
  padding-inline: 15px;
}

.cntS {
  max-width: calc(var(--cntW) - var(--inlineW) * 8 + 30px);
  margin-inline: auto;
  padding-inline: 15px;
}

.cntWide {
  max-width: 1280px;
  margin-inline: auto;
}

.cntWideL {
  max-width: 1920px;
  margin-inline: auto;
}

.padding-none {
  padding: 0;
}

.rw {
  margin-inline: -15px;
}

:root {
  --spaceSizeS: clamp(25px, 10vw, 50px);
  --spaceSize: clamp(50px, 10vw, 100px);
  --spaceSizeWide: clamp(90px, 15vw, 180px);
}

.padding {
  padding-top: var(--spaceSize);
  padding-bottom: var(--spaceSize);
}

.paddingS {
  padding-top: var(--spaceSizeS);
  padding-bottom: var(--spaceSizeS);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginS {
  margin-top: var(--spaceSizeS);
  margin-bottom: var(--spaceSizeS);
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

.marginInlineNone {
  margin-inline: 0 !important;
}

.marginCenter {
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .spMargin {
    margin-block: 100px;
  }
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgImgParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radiusS {
  border-radius: 10px;
}

.radiusM {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .radiusM {
    border-radius: 8px;
  }
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

/*影*/
.shadowS {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*マウスストーカー*/
:root {
  --headerH: 97px;
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 50px;
  }
}

.pageHeader {
  padding-top: var(--headerH);
  background-color: var(--subColor);
  position: relative;
  z-index: 2;
}

.pageHeaderIcon {
  z-index: -1;
}
.pageHeaderIcon.__01 {
  top: 18%;
  left: 9%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderIcon.__01 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderIcon.__01 {
    top: 11%;
    left: 3%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.pageHeaderIcon.__02 {
  bottom: -6%;
  left: 23%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderIcon.__02 {
    bottom: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderIcon.__02 {
    bottom: -30%;
    left: 21%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.pageHeaderInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageHeaderInner .pageHeaderTitleBox {
  width: 40%;
}
.pageHeaderInner .pageHeaderImgBox {
  width: 60%;
}

.pageHeaderTitleBox .secTitleEn {
  font-size: 18px;
}
.pageHeaderTitleBox .secTitleJp {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleBox .secTitleEn {
    font-size: 12px;
  }
  .pageHeaderTitleBox .secTitleJp {
    font-size: 18px;
  }
}

.pageHeaderImg {
  padding-bottom: 34%;
  margin-right: -60px;
  overflow: hidden;
  border-radius: 15rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .pageHeaderImg {
    padding-bottom: 46%;
    margin-right: -15px;
    border-radius: 4rem 0 0 0;
  }
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.zIndex-1 {
  z-index: 1;
}

.zIndex-2 {
  z-index: 2;
}

.zIndex-3 {
  z-index: 3;
}

.zIndex-4 {
  z-index: 4;
}

.zIndex-5 {
  z-index: 5;
}

.zIndex-6 {
  z-index: 6;
}

.zIndex-7 {
  z-index: 7;
}

.zIndex-8 {
  z-index: 8;
}

.zIndex-9 {
  z-index: 9;
}

.zIndex-10 {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .zIndex-1_sp {
    z-index: 1;
  }
  .zIndex-2_sp {
    z-index: 2;
  }
  .zIndex-3_sp {
    z-index: 3;
  }
  .zIndex-4_sp {
    z-index: 4;
  }
  .zIndex-5_sp {
    z-index: 5;
  }
  .zIndex-6_sp {
    z-index: 6;
  }
  .zIndex-7_sp {
    z-index: 7;
  }
  .zIndex-8_sp {
    z-index: 8;
  }
  .zIndex-9_sp {
    z-index: 9;
  }
  .zIndex-10_sp {
    z-index: 10;
  }
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    background: var(--mainColor);
    border-radius: 50%;
    border: none;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1000;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  height: var(--menuTrigeHeight);
  width: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*==================================================
 * トップページ
 *================================================*/
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.breadcrumbs {
  padding-block: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding-block: 3px;
  }
}

.breadcrumbsInner span {
  font-size: 14px;
  font-family: var(--fontJp);
}
@media only screen and (max-width: 767px) {
  .breadcrumbsInner span {
    font-size: 11px;
  }
}

/*パンくず終わり*/
/*新着情報------------------------------------*/
.otherNewsBlockTitle {
  background-color: var(--subColor);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 0.3em 1.2em;
  letter-spacing: 0.08em;
}

.topNewsBlock {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border-radius: 40px;
  padding-inline: 40px;
  padding-block: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsBlock {
    padding-inline: 15px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topNewsBlock {
    padding-inline: 10px;
    padding-block: 20px;
  }
}

.topNewsBlockInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topNewsBlockInner .topNewsTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}
.topNewsBlockInner .topNewsListBox {
  width: 75%;
}
@media only screen and (max-width: 959px) {
  .topNewsBlockInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topNewsBlockInner .topNewsTitleBox {
    margin-bottom: 5%;
    width: 100%;
  }
  .topNewsBlockInner .topNewsListBox {
    padding-left: 0;
    width: 100%;
  }
}

.topNewsSecTItleBox {
  margin-bottom: 60px;
}
@media only screen and (max-width: 959px) {
  .topNewsSecTItleBox {
    margin-bottom: 0;
  }
}

.topNewsSecTItleEn {
  color: var(--mainColor);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1;
}

.topNewsSecTItleJp {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.topNewsCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3%;
}
.topNewsCategory li {
  cursor: pointer;
  padding-inline: 1.5em;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topNewsCategory li + li {
  border-left: 1px solid var(--mainColor);
}
.topNewsCategory li:hover, .topNewsCategory li.active {
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsCategory li {
    font-size: 14px;
    padding-inline: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .topNewsCategory {
    row-gap: 5px;
  }
  .topNewsCategory li {
    padding-inline: 0.8em;
    font-size: 12px;
  }
}

.topNewsList {
  padding-left: 8%;
}
.topNewsList .newsPanel {
  display: none;
}
.topNewsList .newsPanel.is-active {
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsList {
    padding-left: 0;
    padding-block: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .topNewsList {
    padding-left: 0;
    padding-block: 5%;
  }
}

.topNewsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1em;
  border-bottom: 1px dashed #D1D1D1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 20px;
}
.topNewsLink:hover {
  background-color: rgba(255, 252, 245, 0.7);
}
.topNewsLink:hover .newsTitle {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .topNewsLink {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.newsCate {
  background-color: var(--subColor);
  padding-inline: 1.5em;
  padding-block: 0.8em;
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 959px) {
  .newsCate {
    padding-inline: 0.7em;
    padding-block: 0.6em;
    font-size: 12px;
  }
}

.newsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .newsInfo {
    gap: 10px;
  }
}

.newsTime {
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  .newsTime {
    font-size: 11px;
  }
}

.newsTitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsTitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .newsTitle {
    font-size: 12px;
  }
}

/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-inline: auto;
}
.cform tr {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  width: 230px;
}
.cform tr td {
  width: calc(100% - 230px);
}
.cform tr td + td {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    display: block;
  }
  .cform tr th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .cform tr td {
    width: 100%;
  }
}
.cform label {
  cursor: pointer;
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform select {
  cursor: pointer;
}
.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  background-color: #F9F9F9;
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 7px;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform select:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform select::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform select::-webkit-input-placeholder, .cform input[type=text]::-webkit-input-placeholder, .cform input[type=email]::-webkit-input-placeholder, .cform input[type=search]::-webkit-input-placeholder, .cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform select::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder, .cform textarea:-ms-input-placeholder, .cform select:-ms-input-placeholder, .cform input[type=text]:-ms-input-placeholder, .cform input[type=email]:-ms-input-placeholder, .cform input[type=search]:-ms-input-placeholder, .cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder, .cform textarea::-ms-input-placeholder, .cform select::-ms-input-placeholder, .cform input[type=text]::-ms-input-placeholder, .cform input[type=email]::-ms-input-placeholder, .cform input[type=search]::-ms-input-placeholder, .cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform .zip {
  max-width: 200px;
}
.cform .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cform input[type=radio] {
  display: none;
}
.cform input[type=radio] + span {
  padding-left: 2em;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.cform input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: -1px;
  left: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.cform input[type=radio] + span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 45%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 8px;
  width: 8px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cform input[type=radio] + span::after {
    top: 47%;
  }
}
.cform input[type=radio]:checked + span::after {
  display: block;
}
.cform input[type=checkbox] {
  display: none;
}
.cform input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
}
.cform input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}
.cform input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 8px;
  width: 14px;
  display: none;
}
.cform input[type=checkbox]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
  .cform .title {
    font-size: 14px;
  }
}

.contactFormPrivacyAlertBox {
  background-color: #f9f9f9;
  padding: 5%;
}

.mwform-checkbox-field {
  cursor: pointer;
  margin-bottom: 1%;
  display: inline-block;
}
.mwform-checkbox-field input {
  cursor: pointer;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field {
    margin-bottom: 3%;
  }
}

.mwform-radio-field {
  cursor: pointer;
  margin-bottom: 0.5%;
  display: inline-block;
}
.mwform-radio-field input {
  cursor: pointer;
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.mw_wp_form_confirm .hopeBlock div {
  width: 200px;
}
.mw_wp_form_confirm .hopeBlock div + div {
  width: calc(100% - 200px);
}

.required-srt {
  background-color: #FF5B5B;
  color: #fff;
  font-size: 14px;
  font-family: var(--fontJp);
  margin-left: 1em;
  padding: 0.1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .required-srt {
    font-size: 12px;
    padding: 0.2em 1em;
  }
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contactAlertBox {
  background-color: #fff;
  padding: 8% 5%;
  margin: 0 0 5%;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 0 0 6%;
  }
}

.contactAlertTitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.5em;
}

.submit-btn {
  text-align: center;
  margin-top: 4%;
}
.submit-btn input {
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  border-radius: 70px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--fontJp);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-block: 1.2em;
  position: relative;
  margin-inline: auto;
  letter-spacing: 0.15em;
  text-align: center;
  width: 300px;
}
.submit-btn input:hover {
  background-color: #fff;
  color: var(--mainColor);
}
.submit-btn input[name=submitBack] {
  background-color: #838383;
  border-color: #838383;
  width: 250px;
}
.submit-btn input[name=submitBack]:hover {
  background-color: #fff;
  color: var(--fontColor);
}

.contactHr {
  margin: 7% 0;
}
@media only screen and (max-width: 767px) {
  .contactHr {
    margin: 12% 0;
  }
}

.mw_wp_form_confirm .confirm-none {
  display: none;
}

.mw_wp_form_complete .complete-none {
  display: none;
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #db4a39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-inline: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(172, 245, 245, 0.4)));
  background: linear-gradient(transparent 50%, rgba(172, 245, 245, 0.4) 50%);
}
.entry p {
  margin: 0.5em 0 1em 0;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h1 {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .entry h1 {
    font-size: 20px;
    padding: 0.6em 1.2em;
  }
}
.entry h2 {
  background-color: #F9F9F9;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h3::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h4 {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 2%;
}
.entry h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .entry h4::after {
    width: 35%;
  }
}
.entry h5 {
  font-size: 21px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-block: 0.3em;
  margin-block: 3%;
  border-block: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 20px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry table {
  margin-bottom: 2%;
}
.entry table tr:nth-child(2n) td {
  background-color: #f7f6f9;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid var(--mainColor);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColor);
}
.entry table td {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry table {
    width: 500px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: #f9f9f9;
  padding: 3% 5%;
}
.entry li {
  list-style-type: none;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

/*目次*/
.toc_number {
  font-family: var(--fontNum);
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: var(--mainColor);
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid var(--mainColor);
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
.entry img {
  margin: 2% auto 3%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: var(--mainColor);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid var(--mainColor);
  border-radius: 10px;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: var(--mainColor);
  font-family: var(--fontNum);
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: var(--mainColor);
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin-top: 5%;
}

.singleColumnTitle {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.cateCss {
  display: inline-block;
  font-size: 14px;
  background-color: var(--subColor);
  border-radius: 50px;
  font-family: var(--fontJp);
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cateCss {
    font-size: 11px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  font-size: 13px;
  color: var(--fontColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 14px;
  background-color: var(--subColor);
  border-radius: 50px;
  font-family: var(--fontJp);
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
.singleColumnInfoUl .cateUl li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*次のページを見る*/
.singlePageLinkBox + .singlePageLinkBox {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLinkBox + .singlePageLinkBox {
    margin-left: 2.5em;
  }
}
.singlePageLinkBox + .singlePageLink.next {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLinkBox + .singlePageLink.next {
    margin-left: 2.5em;
  }
}

.singlePageLink.prev + .singlePageLinkBox {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLink.prev + .singlePageLinkBox {
    margin-left: 2.5em;
  }
}

.cmNewsText {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #afafaf;
  font-size: 14px;
}
.singlePageLinkBox.next .cmNewsText {
  text-align: left;
}

.singlePageLink {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.singlePageLink::before, .singlePageLink::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.singlePageLink::before {
  background: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35px;
  width: 35px;
}
.singlePageLink::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  height: 13px;
  width: 8px;
  z-index: 2;
}
.singlePageLink.prev {
  padding-left: 3.5em;
}
.singlePageLink.prev::before {
  left: 0;
}
.singlePageLink.prev::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  left: 13px;
}
.singlePageLink.next {
  padding-right: 3.5em;
}
.singlePageLink.next::before {
  right: 0;
}
.singlePageLink.next::after {
  right: 13px;
}
.singlePageLink:hover {
  color: var(--mainColor);
}
.singlePageLink:hover::before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .singlePageLink::before {
    height: 25px;
    width: 25px;
  }
  .singlePageLink::after {
    height: 9px;
    width: 7px;
    z-index: 2;
  }
  .singlePageLink.prev {
    padding-left: 2.4em;
  }
  .singlePageLink.prev::after {
    left: 8px;
  }
  .singlePageLink.next {
    padding-right: 2.4em;
  }
  .singlePageLink.next::after {
    right: 8px;
  }
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmNewsListUl {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl {
    grid-template-columns: 0.9fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.newsCardLink {
  display: block;
  background-color: var(--grayColor);
  padding: 10px;
  border-radius: 8px;
}

.newsCardImgBox {
  overflow: hidden;
  border-radius: 8px;
}
.newsCardImgBox .newsCardImg {
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 62%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.newsCardLink:hover .newsCardImgBox .newsCardImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.newsCardTxBox {
  padding-block: 15px;
}

.newsCardTitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsCardTitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .newsCardTitle {
    font-size: 18px;
  }
}

.newsCardInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.newsCardCate {
  display: inline-block;
  font-size: 14px;
  background-color: var(--subColor);
  border-radius: 50px;
  font-family: var(--fontJp);
  padding: 0.3em 0.6em;
  line-height: 1;
  padding: 0.7em 1em;
}
@media only screen and (max-width: 767px) {
  .newsCardCate {
    font-size: 11px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsCardCate {
    padding: 0.3em 0.4em;
    font-size: 13px;
  }
}

.newsCardTime {
  font-size: 13px;
  color: var(--fontColor);
}

.sidebarBlock {
  padding-left: 8%;
}
@media only screen and (max-width: 959px) {
  .sidebarBlock {
    padding-left: 15px;
  }
}

.pagenation {
  margin-top: 8%;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  margin-inline: 0.4em;
}
.pagenation ul li.active,
.pagenation ul li a {
  background-color: var(--mainColorLight);
  border-radius: 50%;
  text-align: center;
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  width: 40px;
}
.pagenation ul li.active:hover,
.pagenation ul li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .pagenation ul li.active,
  .pagenation ul li a {
    height: 30px;
    width: 30px;
  }
}
.pagenation ul li.active {
  background-color: var(--mainColor);
  color: #fff;
}
.pagenation ul .prev a,
.pagenation ul .next a {
  background-color: var(--mainColor);
  display: block;
  position: relative;
}
.pagenation ul .prev a::before,
.pagenation ul .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.pagenation ul .prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: var(--mainColor);
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
    margin-bottom: 8%;
  }
}

.sidebarNewsUl .cat-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #DCDCDC;
}
.sidebarNewsUl .cat-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-size: 13px;
  color: var(--fontColor);
}
.sidebarNewsUl .cat-item .title {
  font-size: 15px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
}

.popularCount {
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-family: var(--fontEn);
  font-weight: 600;
  font-size: 19px;
  top: -10px;
  left: calc(35% - 10px);
  height: 25px;
  width: 25px;
  z-index: 2;
}
.popularCount.__popular1 {
  background-color: #D1AA3A;
}
.popularCount.__popular2 {
  background-color: #B8B9BA;
}
.popularCount.__popular3 {
  background-color: #BA7E4C;
}
.popularCount.__popular4 {
  background-color: #89A5FF;
}
.popularCount.__popular5 {
  background-color: #89A5FF;
}

.sidebarCategoryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 14px;
  background-color: var(--subColor);
  border-radius: 50px;
  font-family: var(--fontJp);
  padding: 0.3em 0.6em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

.sidebarTitle {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5%;
}
.sidebarTitle span {
  line-height: 1.4;
  font-size: 29px;
  font-weight: 600;
  color: var(--mainColor);
  display: inline-block;
  margin-right: 0.1em;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarTitle {
    font-size: 14px;
  }
  .sidebarTitle span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    margin-bottom: 1em;
  }
}

.sidebarRankingImg {
  width: 40%;
  padding-bottom: 26%;
  margin-right: 5%;
  border-radius: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 60%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--mainColor);
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  border-color: var(--mainColor);
  width: 100%;
  padding: 0.7em;
}

.archive-block {
  border-bottom: 1px solid #ccc;
}

.archive-year {
  cursor: pointer;
  padding-block: 0.5em;
  position: relative;
}
.archive-year::before {
  content: "";
  position: absolute;
  top: 1em;
  border-top: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 20px;
  height: 0.7em;
  width: 0.7em;
}
.archive-year.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.archive-months {
  display: none;
}

.archive-months-list {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 0.5em;
  padding-left: 1em;
}
.archive-months-list:first-of-type {
  border-top: 1px solid #ccc;
}
.archive-months-list:last-of-type {
  border-bottom: none;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: var(--mainColor);
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: var(--grayColor);
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/*==================================================
 * 全サイト共通
*================================================*/
/*共通部分*/
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*==================================================
 * 当サイト共通
*================================================*/
main {
  overflow-x: hidden;
  overflow-y: auto;
}

.telLink {
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .telLink {
    pointer-events: none;
  }
}
.telLink:hover {
  text-decoration: none !important;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* ふわふわアニメーション用クラス */
.fuwafuwa,
.fuwafuwa--delay {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.fuwafuwa--delay {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fuwafuwa {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fuwafuwa {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.secTitleEn {
  color: var(--mainColor);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--fontEn);
}
.secTitleEn.__recruitColor {
  color: var(--recruitColor);
}
.secTitleEn.__recruitSubColor {
  color: var(--recruitSubColor);
}
@media only screen and (max-width: 767px) {
  .secTitleEn {
    font-size: 12px;
  }
}

.secTitleJp {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.secTitleJp.__l {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .secTitleJp {
    font-size: 18px;
  }
}

.commonTitle {
  font-size: clamp(24px, 3.2vw, 40px);
  letter-spacing: 0.08em;
  font-weight: 600;
}
.commonTitle * {
  letter-spacing: 0.08em;
  font-weight: 600;
}
.commonTitle small {
  font-size: 55%;
}
.commonTitle.__m {
  font-size: clamp(22px, 2.5vw, 32px);
}
.commonTitle.__mm {
  font-size: clamp(22px, 2.7vw, 34px);
}
.commonTitle.__ml {
  font-size: clamp(24px, 2.9vw, 36px);
}
.commonTitle.__recruitColor {
  color: var(--recruitColor);
}

.commonSubTitle {
  font-size: 24px;
  font-weight: 600;
}

.commonTx {
  line-height: 2.6;
  letter-spacing: 0.13em;
  font-weight: 400;
}
.commonTx.__m {
  line-height: 1.6;
}
.commonTx.__ml {
  line-height: 2.3;
}
@media only screen and (max-width: 767px) {
  .commonTx {
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .commonTx.__ml {
    line-height: 1.8;
  }
}

.commonBtn {
  background-color: var(--mainColor);
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.3em;
  padding-block: 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 20px;
}
.commonBtn:hover {
  opacity: 0.8;
}
.commonBtn.subPt {
  background-color: #EADAC3;
}
.commonBtn.__recruitColor {
  background-color: var(--recruitColor);
}

.commonBtnTx {
  color: #fff;
}
.commonBtn.subPt .commonBtnTx {
  color: var(--fontColor);
}

.commonBtnArw {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 23px;
  width: 23px;
}
.commonBtnArw i {
  color: var(--mainColor);
  line-height: 1;
  letter-spacing: 0;
}
.commonBtn.subPt .commonBtnArw i {
  color: var(--fontColor);
}
.commonBtn.__recruitColor .commonBtnArw i {
  color: var(--recruitColor);
}
@media only screen and (max-width: 767px) {
  .commonBtnArw {
    height: 19px;
    width: 19px;
  }
}

.schedulePartsInner {
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
  background-color: var(--subColor);
  border-radius: 40px;
  padding-inline: 30px;
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .schedulePartsInner {
    border-radius: 20px;
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.schedulePartsNote li {
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .schedulePartsNote li {
    font-size: 11px;
  }
}

:root {
  --footerH: 40px;
}

.widgetItem {
  cursor: pointer;
  border-radius: 40px 0 0 40px;
  background-color: var(--subColor);
  position: fixed;
  right: 0;
  padding-inline: 20px;
  padding-block: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
.widgetItem.__top {
  bottom: 22rem;
}
.widgetItem.__bottom {
  bottom: 7rem;
}
.is-hide .widgetItem {
  -webkit-transform: translateX(calc(100% - 65px));
          transform: translateX(calc(100% - 65px));
}
.widgetItem:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.widgetItemInner {
  display: grid;
  grid-template-columns: 35px auto;
  gap: 20px;
}

.widgetItemSchedule {
  max-width: 430px;
  margin-bottom: 10px;
}

.widgetItemTelTx {
  font-size: 14px;
}

.widgetItemTel {
  max-width: 230px;
}

.widgetItemList li {
  font-size: 12px;
}

.widgetTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5px;
}

.widgetTitleJp {
  font-size: 18px;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.08em;
}

.widgetTitleEn {
  font-size: 12px;
  line-height: 1;
  color: var(--mainColor);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.widgetBtn {
  position: fixed;
  bottom: 0;
  display: grid;
  grid-template-columns: 23px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: var(--footerH);
  width: 50%;
  z-index: 999;
}
.widgetBtn.__left {
  left: 0;
  background-color: var(--mainColor);
}
.widgetBtn.__right {
  right: 0;
  background-color: #9C898A;
}

.widgetBtnIcon {
  aspect-ratio: 1/1;
  width: 23px;
}

.widgetBtnTx {
  color: #fff;
  font-weight: 600;
}

.circleIcon {
  position: absolute;
}
.circleIcon.ball {
  opacity: 0.1;
  width: 105px;
}
.circleIcon.border {
  opacity: 0.5;
  width: 192px;
}
@media only screen and (max-width: 767px) {
  .circleIcon.ball {
    width: 65px;
  }
  .circleIcon.border {
    width: 132px;
  }
}

.fvIcon {
  z-index: 3;
}
.fvIcon.__01 {
  top: 10%;
  left: 44%;
}
@media only screen and (max-width: 767px) {
  .fvIcon.__01 {
    top: 5%;
    left: 4%;
  }
}
.fvIcon.__02 {
  top: 58%;
  left: 22%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvIcon.__02 {
    top: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .fvIcon.__02 {
    top: 50%;
    left: 12%;
  }
}
.fvIcon.__03 {
  bottom: -1%;
  left: -1%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}
.fvIcon.__04 {
  bottom: 1%;
  right: -1%;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fvIcon.__04 {
    top: -4%;
    left: 23%;
  }
}
.fvIcon.__05 {
  top: -2%;
  left: 13%;
}
@media only screen and (max-width: 767px) {
  .fvIcon.__05 {
    top: -4%;
    left: 25%;
  }
}
.fvIcon.__06 {
  top: 45%;
  left: 42%;
}
@media only screen and (max-width: 767px) {
  .fvIcon.__06 {
    top: 46%;
    left: 52%;
  }
}
.fvIcon.__07 {
  top: 54%;
  left: -5%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media only screen and (max-width: 959px) {
  .fvIcon.__07 {
    display: none;
  }
}

.topDoctor {
  z-index: -1;
}
.topDoctor.__01 {
  top: 7%;
  left: 8%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media only screen and (max-width: 767px) {
  .topDoctor.__01 {
    top: 2%;
    left: 7%;
  }
}
.topDoctor.__02 {
  top: 39%;
  right: 29%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.topDoctor.__03 {
  bottom: 39%;
  right: 37%;
}
.topDoctor.__04 {
  right: 6%;
  top: 13%;
}
.topDoctor.__05 {
  top: 44%;
  right: -4%;
}
.topDoctor.__06 {
  bottom: 40%;
  left: 24%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topDoctor.__06 {
    display: none;
  }
}
.topDoctor.__07 {
  bottom: -2%;
  right: 16%;
}
@media only screen and (max-width: 767px) {
  .topDoctor.__07 {
    bottom: -5%;
    right: 0%;
  }
}

.topIntro {
  z-index: -1;
}
.topIntro.__01 {
  top: -12%;
  right: 16%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.topBoice {
  z-index: -1;
}
.topBoice.__01 {
  top: 14%;
  right: -1%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.topBoice.__02 {
  bottom: -2%;
  left: -1%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.clinicFv {
  z-index: -1;
}
.clinicFv.__01 {
  top: 43%;
  left: -2%;
}
.clinicFv.__02 {
  bottom: -5%;
  right: 14%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.clinicFv.__03 {
  right: 8%;
  top: -5%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.clinicIntro {
  z-index: -1;
}
.clinicIntro.__01 {
  top: 0%;
  left: 12%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.clinicIntro.__02 {
  top: 44%;
  right: -3%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.clinicIntro.__03 {
  bottom: -6%;
  right: 17%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media only screen and (max-width: 767px) {
  .clinicIntro.__03 {
    bottom: -3%;
  }
}
.clinicIntro.__04 {
  right: 8%;
  top: 5%;
}
.clinicIntro.__05 {
  bottom: -9%;
  left: 12%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (max-width: 767px) {
  .clinicIntro.__05 {
    bottom: -5%;
    left: 0%;
  }
}

.serviceFv {
  z-index: -1;
}
.serviceFv.__02 {
  top: -3%;
  right: -2%;
}

.recruitFv {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.recruitFv.__01 {
  top: 19%;
  left: 21%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFv.__01 {
    top: 9%;
    left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFv.__01 {
    top: 1%;
    left: -4%;
  }
}
.recruitFv.__02 {
  top: 50%;
  left: 1%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFv.__02 {
    top: 69%;
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFv.__02 {
    top: 74%;
    left: -3%;
  }
}
.recruitFv.__03 {
  top: 10%;
  right: 18%;
}
@media only screen and (max-width: 767px) {
  .recruitFv.__03 {
    top: 9%;
    right: -2%;
  }
}
.recruitFv.__04 {
  bottom: 8%;
  right: 13%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFv.__04 {
    bottom: -9%;
    right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFv.__04 {
    bottom: -15%;
    right: 20%;
  }
}

.recruitConcept {
  z-index: -1;
}
.recruitConcept.__01 {
  top: -12%;
  left: 7%;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media only screen and (max-width: 767px) {
  .recruitConcept.__01 {
    top: -3%;
  }
}
.recruitConcept.__02 {
  top: 35%;
  right: -1%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.recruitConcept.__03 {
  top: 50%;
  left: 3%;
}
@media only screen and (max-width: 767px) {
  .recruitConcept.__03 {
    left: -5%;
  }
}
.recruitConcept.__04 {
  top: 11%;
  left: -5%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.recruitConcept.__05 {
  top: -9%;
  right: 2%;
}
@media only screen and (max-width: 767px) {
  .recruitConcept.__05 {
    top: -8%;
    right: -12%;
  }
}

.recruitMessage {
  z-index: -1;
}
.recruitMessage.__01 {
  top: -12%;
  right: -3%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.recruitMessage.__02 {
  bottom: -24%;
  left: 35%;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
@media only screen and (max-width: 767px) {
  .recruitMessage.__02 {
    bottom: -11%;
  }
}
.recruitMessage.__03 {
  top: -23%;
  left: 15%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media only screen and (max-width: 767px) {
  .recruitMessage.__03 {
    top: 6%;
    left: 3%;
  }
}
.recruitMessage.__04 {
  top: -12%;
  right: 3%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  16% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  32% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  48% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  64% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  16% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  32% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  48% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  64% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*==================================================
 * ヘッダー
*================================================*/
:root {
  --headerH: 97px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  :root {
    --headerH: 74px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 50px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--headerH);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
}
header.is-scrolled {
  background-color: var(--subColor);
}

.headerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-inline: 15px;
  padding-block: 7px;
  max-width: 1280px;
  margin-inline: auto;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .headerBlock {
    padding-inline: 30px;
  }
}

.headerLogo .logoLink {
  display: block;
  width: 224px;
}
@media only screen and (min-width: 1280px) {
  .headerLogo .logoLink {
    width: 374px;
  }
}

.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 8px;
}

.headerInnerHead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerInnerHead .headerSns {
  max-width: 26px;
}
.headerInnerHead .headerTel {
  max-width: 347px;
}
@media only screen and (min-width: 1280px) {
  .headerInnerHead .headerSns {
    max-width: 32px;
  }
  .headerInnerHead .headerTel {
    max-width: 477px;
  }
}

.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerNav > li > a,
.headerNav > li .hoverItem {
  display: block;
  padding-inline: 0.6em;
  font-size: clamp(10px, 1.3vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerNav > li > a:hover,
.headerNav > li .hoverItem:hover {
  color: var(--mainColor);
}
@media only screen and (min-width: 1280px) {
  .headerNav > li > a,
  .headerNav > li .hoverItem {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerNav > li > a,
  .headerNav > li .hoverItem {
    padding-inline: 0.4em;
  }
}

.hoverList {
  position: relative;
}
.hoverList .hoverItem {
  cursor: pointer;
}

.hoverMenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  background-color: #fff;
  padding-inline: 1em;
  padding-block: 1em;
  top: var(--headerH);
}
.hoverMenu li a {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hoverMenu li a:hover {
  color: var(--mainColor);
}
.hoverList:hover .hoverMenu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .hoverMenu {
    padding-block: 0.6em;
  }
  .hoverMenu li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hamburgerBlock {
    background-color: #fff;
    position: fixed;
    top: var(--headerH);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 90px;
    overflow-y: auto;
    height: 100%;
    width: 100%;
  }
  .open .hamburgerBlock {
    opacity: 1;
    visibility: visible;
  }
  .hamburgerBlock > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .hamburgerBlock .headerSpNav {
    background-color: var(--mainColorLight);
    width: 100%;
  }
  .hamburgerBlock .headerSpNav > a,
  .hamburgerBlock .headerSpNav .headerAcdTitle {
    font-size: 16px;
    font-weight: 600;
    padding-inline: 20px;
    padding-block: 10px;
  }
  .hamburgerBlock .headerAcdTitle {
    position: relative;
  }
  .hamburgerBlock .headerAcdTitle::before, .hamburgerBlock .headerAcdTitle::after {
    content: "";
    position: absolute;
    top: 50%;
  }
  .hamburgerBlock .headerAcdTitle::before {
    border-radius: 50%;
    background-color: var(--mainColor);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    height: 20px;
    width: 20px;
  }
  .hamburgerBlock .headerAcdTitle::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 25px;
    margin-top: -0.1em;
    height: 10px;
    width: 10px;
  }
  .hamburgerBlock .headerAcdTitle.open::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    margin-top: 0.1em;
  }
  .hamburgerBlock .headerAcdIn {
    display: none;
    background-color: #fff;
    padding-inline: 30px;
    padding-block: 10px;
  }
  .hamburgerBlock .headerAcdIn li a {
    font-size: 14px;
    position: relative;
    padding-left: 1.5em;
  }
  .hamburgerBlock .headerAcdIn li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid var(--mainColor);
    height: 1px;
    width: 0.7em;
  }
}

.footerSchedule {
  margin-inline: 15px;
  background-color: var(--subColor);
  border-radius: 40px;
  padding-inline: 20px;
  padding-block: 30px;
  margin-top: 20px;
}

.footerScheduleTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  gap: 10px;
}
.footerScheduleTitleBox .footerScheduleTitleJp {
  font-size: 16px;
  font-weight: 600;
}
.footerScheduleTitleBox .footerScheduleTitleEn {
  color: var(--mainColor);
  font-size: 12px;
}

.footerScheduleNote {
  margin-top: 10px;
}
.footerScheduleNote li {
  font-size: 12px;
}

.footerTelBpx {
  border-radius: 40px;
  border: 2px solid var(--mainColor);
  margin-inline: 15px;
  display: block;
  margin-block: 3em;
  padding-inline: 2em;
  padding-block: 0.1em 1.4em;
}

.footerTelTitleBoxSp {
  text-align: center;
  margin-block: -2em 0.5em;
}
.footerTelTitleBoxSp .footerTelTitleSp {
  background-color: var(--mainColor);
  border-radius: 10rem;
  display: inline-block;
  padding-inline: 3em;
  padding-block: 0.9em;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .headerInfoSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*==================================================
 * フッター - お問い合わせ
*================================================*/
:root {
  --archPosition: 14.4rem;
}
@media only screen and (max-width: 959px) {
  :root {
    --archPosition: 7.7rem;
  }
}

.footerContact {
  position: relative;
  padding-top: var(--archPosition);
}
.footerContact::before {
  content: "";
  position: absolute;
  background: url("../img/mainColorLight_arch.png") no-repeat center/100% 100%;
  height: var(--archPosition);
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
}
.footerContact::after {
  content: "";
  background: url("../img/footerContactArchTx.svg") no-repeat center/100% 100%;
  height: 36.5rem;
  position: absolute;
  top: -11.25rem;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerContact {
    --archPosition: 6.4rem;
  }
  .footerContact::after {
    height: 14.5rem;
    top: -3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .footerContact {
    --archPosition: 3.4rem;
  }
  .footerContact::after {
    height: 9.5rem;
    top: -2.25rem;
  }
}

.footerContactBg {
  background-color: var(--mainColorLight);
  padding-inline: 30px;
}
@media only screen and (max-width: 959px) {
  .footerContactBg {
    padding-inline: 15px;
  }
}

.footerContactTitle {
  font-size: clamp(18px, 2.5vw, 32px);
  letter-spacing: 0.08em;
  margin-bottom: -0.5em;
}

.footerContactInner {
  background-color: #fff;
  border-radius: 40px;
  padding-block: 40px;
  padding-inline: 50px;
  max-width: 1280px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .footerContactInner {
    border-radius: 20px;
    padding-block: 20px;
    padding-inline: 20px;
  }
}

.footerContactHead {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerContactHead {
    grid-template-columns: 0.75fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footerContactHead {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.footerPartsTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footerPartsTitleJp {
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footerPartsTitleJp {
    font-size: 18px;
  }
}

.footerPartsTitleEn {
  font-size: 14px;
  line-height: 1;
  color: var(--mainColor);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footerPartsTitleEn {
    font-size: 12px;
  }
}

.footerTelBox {
  margin-left: 2.5%;
}
@media only screen and (max-width: 767px) {
  .footerTelBox {
    margin-left: 0;
  }
}

.footerTelInner {
  border: 2px solid var(--mainColor);
  background-color: var(--mainColorLight);
  border-radius: 45px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-inline: 30px;
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .footerTelInner {
    border-radius: 20px;
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.footerTelTx {
  background-color: #fff;
  border-radius: 30px;
  margin-block: auto 10px;
  padding-inline: 1em;
  padding-block: 1em;
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footerTelTx {
    margin-block: 20px 10px;
    font-size: 12px;
    padding-block: 0.5em;
  }
}

.footerContactFoot {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed var(--mainColor);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 959px) {
  .footerContactFoot {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footerAccessDl {
  display: grid;
  grid-template-columns: 52px auto;
  gap: 20px;
}
.footerAccessDl + .footerAccessDl {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footerAccessDl {
    grid-template-columns: 38px auto;
    gap: 10px;
  }
}

.footerAccessDlTitle {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .footerAccessDlTitle {
    font-size: 15px;
  }
}

.footerAccessDlTx {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.footerAccessDlTx b {
  font-weight: 600;
}
.footerAccessDlTx small {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .footerAccessDlTx {
    font-style: 14px;
  }
  .footerAccessDlTx small {
    font-size: 12px;
  }
}

.footerContactMap {
  border-radius: 24px;
  overflow: hidden;
  margin-left: 3%;
}
.footerContactMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 62%;
}
.footerContactMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerContactMap .commonFrameWrap {
    position: relative;
    width: 100%;
    padding-top: 40%;
  }
  .footerContactMap .commonFrameWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footerContactMap {
    border-radius: 12px;
  }
  .footerContactMap .commonFrameWrap {
    position: relative;
    width: 100%;
    padding-top: 74%;
  }
  .footerContactMap .commonFrameWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/*==================================================
 * フッター - 本体
*================================================*/
@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: var(--footerH);
  }
}

.footerBlock {
  background-color: var(--mainColorLight);
  padding-inline: 30px;
  padding-block: 45px;
}
@media only screen and (max-width: 959px) {
  .footerBlock {
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footerInfo {
  width: 30%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInfo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    margin-bottom: 7%;
    width: 100%;
  }
}

.footerLogo {
  max-width: 330px;
}
@media only screen and (max-width: 767px) {
  .footerLogo {
    max-width: 250px;
  }
}

.footerOtherLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footerOtherLinks li {
  width: 32px;
}
.footerOtherLinks li + li {
  width: 190px;
}

.footerSiteMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-left: 3%;
  width: 70%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerSiteMap {
    padding-top: 5%;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footerSiteMap {
    gap: 20px 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.siteMapCnt dl + dl {
  margin-top: 10px;
}
.siteMapCnt dt a {
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteMapCnt dt a:hover {
  opacity: 0.8;
}
.siteMapCnt dt + dd {
  margin-top: 5px;
}
.siteMapCnt dd > a {
  font-size: 14px;
  position: relative;
  padding-left: 1.5em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteMapCnt dd > a:hover {
  color: var(--mainColor);
}
.siteMapCnt dd > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #A0A0A0;
  height: 1px;
  width: 0.7em;
}
.siteMapCnt .siteMapCntDetail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.siteMapCnt .siteMapCntDetail dl + dl {
  margin-top: 0;
}
.siteMapCnt .siteMapCntDetail dl:nth-child(5) {
  grid-row: 3/4;
  grid-column: 2/3;
}
.siteMapCnt .siteMapCntDetail dt a {
  font-size: 14px;
}
.siteMapCnt .siteMapCntDetail dd a {
  font-size: 13px;
  display: inline-block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .siteMapCnt dt a, .siteMapCnt dd a {
    font-size: 14px;
  }
  .siteMapCnt .siteMapCntDetail dt a {
    font-size: 13px;
  }
  .siteMapCnt .siteMapCntDetail dd a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .siteMapCnt .siteMapCntDetail {
    grid-template-columns: 1fr;
  }
  .siteMapCnt .siteMapCntDetail dl:nth-child(5) {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}

.copyright {
  color: #fff;
  background-color: var(--mainColor);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding-block: 0.5em;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

/*==================================================
 * トップページ
*================================================*/
.fv {
  padding-top: calc(var(--headerH) + 30px);
}

.fvCnt {
  position: relative;
}

.fvTxBox {
  background-color: var(--subColor);
  position: absolute;
  top: 0;
  left: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 60px;
  height: 100%;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvTxBox {
    left: 5rem;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fvTxBox {
    position: static;
    padding-inline: 15px;
    margin-bottom: 10%;
  }
}

.fvTxBoxDeco-top, .fvTxBoxDeco-bottom {
  --demoW: 40px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.fvTxBoxDeco-top::before, .fvTxBoxDeco-top::after, .fvTxBoxDeco-bottom::before, .fvTxBoxDeco-bottom::after {
  content: "";
  position: absolute;
  height: var(--demoW);
  width: var(--demoW);
}
.fvTxBoxDeco-top::before, .fvTxBoxDeco-bottom::before {
  left: calc(var(--demoW) - var(--demoW) * 2);
}
.fvTxBoxDeco-top::after, .fvTxBoxDeco-bottom::after {
  right: calc(var(--demoW) - var(--demoW) * 2);
}
.fvTxBoxDeco-top::before {
  background: url("../img/fvdeco_topleft.svg") no-repeat center/100% 100%;
  top: 0;
}
.fvTxBoxDeco-top::after {
  background: url("../img/fvdeco_topright.svg") no-repeat center/100% 100%;
  top: 0;
}
.fvTxBoxDeco-bottom::before {
  background: url("../img/fvdeco_bottomleft.svg") no-repeat center/100% 100%;
  bottom: 0;
}
.fvTxBoxDeco-bottom::after {
  background: url("../img/fvdeco_bottomright.svg") no-repeat center/100% 100%;
  bottom: 0;
}

.fvTitle {
  color: var(--mainColor);
  font-size: clamp(50px, 5.5vw, 70px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
}
.fvTitle small {
  font-size: 77%;
  font-weight: 600;
  line-height: 1.2;
}

.fvSubTitle {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .fvSubTitle {
    font-size: 24px;
  }
}

.fvTx {
  font-weight: 300;
  letter-spacing: 0.08em;
}

.fvSlide {
  pointer-events: none;
}
.fvSlide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.fvSlide .swiper-slide {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 439/657;
  max-width: 439px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvSlide .swiper-slide {
    width: 360px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fvSlide .swiper-slide {
    border-radius: 24px;
    width: 260px !important;
  }
}

.topPhiloSlide {
  pointer-events: none;
}
.topPhiloSlide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.topPhiloSlide .swiper-slide {
  aspect-ratio: 540/538;
  max-width: 540px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topPhiloSlide .swiper-slide {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .topPhiloSlide .swiper-slide {
    max-width: 150px;
  }
}

.topPhiloBlock {
  padding-block: var(--archPosition);
  margin-block: calc(var(--archPosition) - var(--archPosition) * 2);
  position: relative;
  z-index: 3;
}
.topPhiloBlock::before, .topPhiloBlock::after {
  content: "";
  position: absolute;
  background: url("../img/grayColor_arch.png") no-repeat center/100% 100%;
  height: var(--archPosition);
  position: absolute;
  left: 0;
  width: 100%;
}
.topPhiloBlock::before {
  top: 0.5rem;
}
.topPhiloBlock::after {
  bottom: 0.5rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media only screen and (max-width: 767px) {
  .topPhiloBlock::before, .topPhiloBlock::after {
    height: 2.7rem;
  }
  .topPhiloBlock::before {
    top: 5rem;
  }
  .topPhiloBlock::after {
    bottom: 5rem;
  }
}

.topPhiloBlockBg {
  background-color: var(--grayColor);
  padding-block: 30px;
  position: relative;
  z-index: 4;
}
.topPhiloBlockBg::before, .topPhiloBlockBg::after {
  content: "";
  background: url(../img/archTx_clinic.svg) no-repeat center/100% 100%;
  aspect-ratio: 1500/300;
  height: 30.1rem;
  position: absolute;
  left: 50%;
  width: 114%;
}
.topPhiloBlockBg::before {
  top: -21.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topPhiloBlockBg::after {
  bottom: -21.25rem;
  -webkit-transform: translateX(-50%) scale(-1, -1);
          transform: translateX(-50%) scale(-1, -1);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topPhiloBlockBg::before {
    top: -18.25rem;
  }
  .topPhiloBlockBg::after {
    bottom: -18.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .topPhiloBlockBg::before, .topPhiloBlockBg::after {
    height: 9.3rem;
  }
  .topPhiloBlockBg::before {
    top: -5.5rem;
  }
  .topPhiloBlockBg::after {
    bottom: -5.5rem;
  }
}

.topPhiloInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topPhiloInner .topPhiloImgBox {
  padding-inline: 30px 5%;
  width: 50%;
}
.topPhiloInner .topPhiloTxBox {
  position: relative;
  width: 50%;
}
.topPhiloInner .topPhiloTxBox::before {
  content: "";
  position: absolute;
  background: url(../img/topPhiloIcon.png) no-repeat center/cover;
  aspect-ratio: 554/636;
  max-width: 554px;
  right: -120px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topPhiloInner .topPhiloImgBox {
    padding-inline: 10px 3%;
    width: 40%;
  }
  .topPhiloInner .topPhiloTxBox {
    width: 60%;
  }
  .topPhiloInner .topPhiloTxBox .commonTx {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topPhiloInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topPhiloInner .topPhiloImgBox {
    padding-inline: 0;
    margin-inline: auto;
    margin-top: 5%;
    width: 65%;
  }
  .topPhiloInner .topPhiloTxBox {
    width: 100%;
  }
  .topPhiloInner .topPhiloTxBox::before {
    max-width: 234px;
    right: -40px;
    top: -30px;
  }
}

.topPhiloImg {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topPhiloImg {
    border-radius: 24px;
  }
}

.topFeatureCnt {
  padding-block: calc(var(--archPosition) * 1.5) clamp(50px, 10vw, 100px);
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(62, 164, 168, 0.05) 5px, transparent 5px);
  background-position: 0 0;
  background-size: 30px 30px;
}
.topFeatureCnt.recruitAppeal {
  background-image: radial-gradient(circle, #FEFBF0 5px, transparent 5px);
  background-position: 0 0;
  background-size: 30px 30px;
}
.topFeatureCnt.recruitMindest {
  padding-block: 0 clamp(50px, 10vw, 100px);
  background-image: radial-gradient(circle, #FEFBF0 5px, transparent 5px);
  background-position: 0 0;
  background-size: 30px 30px;
}

.topFeatureBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFeatureBlock {
    gap: 30px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .topFeatureBlock {
    grid-template-columns: 1fr;
    gap: 30px 90px;
  }
}

.featureCardImgBox {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .featureCardImgBox {
    border-radius: 24px;
  }
}

.featureCardNum {
  --wide: 60px;
  border-radius: 50%;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 32px;
  font-family: var(--fontEn_serif);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5em;
  position: absolute;
  top: calc(var(--wide) - var(--wide) * 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(var(--wide) * 2);
  width: calc(var(--wide) * 2);
}
.featureCardNum.__recruitColor {
  background-color: var(--recruitColor);
}
@media only screen and (max-width: 767px) {
  .featureCardNum {
    --wide: 50px;
    font-size: 28px;
  }
}

.featureCardTitle {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
.featureCardTitle.__recruitColor {
  color: var(--recruitColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureCardTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCardTitle {
    font-size: 20px;
  }
}

.featureCardTx {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.topTreatBlock {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .topTreatBlock {
    padding-inline: 15px;
  }
}

.topTreatBlockInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: auto;
}
@media only screen and (max-width: 767px) {
  .topTreatBlockInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.treatCard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 820px;
}
.treatCard > div {
  max-width: 410px;
}
@media print, screen and (min-width: 768px) {
  .treatCard + .treatCard {
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px dashed #D1D1D1;
  }
}
@media only screen and (max-width: 767px) {
  .treatCard {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .treatCard + .treatCard {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #D1D1D1;
  }
}

.treatCardImg {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .treatCardImg {
    border-radius: 24px;
    margin-inline: auto;
    width: 65%;
  }
}

.treatCardTitle {
  color: var(--mainColor);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .treatCardTitle {
    font-size: 24px;
  }
}

.treatmentCate ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentCate ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .treatmentCate ul {
    grid-template-columns: 1fr 1fr;
    gap: 10px 5px;
  }
}
.treatmentCate li .treatmentCateBtn {
  border: 1px solid var(--mainColor);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1em 0.7em;
  padding-block: 0.7em;
  background-color: var(--mainColorLight);
  border-color: var(--mainColor);
  width: 100%;
}
.treatmentCate li .treatmentCateBtn .treatmentCateTx {
  color: var(--mainColor);
  line-height: 1.2;
}
.treatmentCate li .treatmentCateBtn .treatmentCateTx small {
  font-size: 12px;
}
.treatmentCate li .treatmentCateBtn .treatmentCateArw {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
}
.treatmentCate li .treatmentCateBtn .treatmentCateArw i {
  color: #fff;
}
.treatmentCate li:nth-child(even) .treatmentCateBtn {
  background-color: var(--subColor);
  border-color: #9C898A;
}
.treatmentCate li:nth-child(even) .treatmentCateBtn .treatmentCateTx {
  color: #9C898A;
}
.treatmentCate li:nth-child(even) .treatmentCateBtn .treatmentCateArw {
  background-color: #9C898A;
}
.treatmentCate li:nth-child(even) .treatmentCateBtn .treatmentCateArw i {
  color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .treatmentCate li .treatmentCateBtn {
    padding-inline: 0.7em;
    padding-block: 0.7em;
  }
  .treatmentCate li .treatmentCateBtn .treatmentCateTx {
    font-size: 12px;
  }
  .treatmentCate li .treatmentCateBtn .treatmentCateTx small {
    font-size: 10px;
  }
  .treatmentCate li .treatmentCateBtn .treatmentCateArw {
    height: 20px;
    width: 20px;
  }
  .treatmentCate li:nth-child(even) .treatmentCateBtn {
    background-color: var(--subColor);
    border-color: #9C898A;
  }
  .treatmentCate li:nth-child(even) .treatmentCateBtn .treatmentCateTx {
    color: #9C898A;
  }
  .treatmentCate li:nth-child(even) .treatmentCateBtn .treatmentCateArw {
    background-color: #9C898A;
  }
  .treatmentCate li:nth-child(even) .treatmentCateBtn .treatmentCateArw i {
    color: var(--subColor);
  }
}

.treatmentItem {
  background-color: var(--mainColorLight);
  border-radius: 40px;
  padding-inline: 40px;
  padding-block: 30px;
}
.treatmentItem:nth-child(even) {
  background-color: var(--subColor);
}
.treatmentItem + .treatmentItem {
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
  .treatmentItem {
    border-radius: 24px;
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.treatmentItemHead {
  border-bottom: 2px dashed var(--mainColor);
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}
.treatmentItem:nth-child(even) .treatmentItemHead {
  border-bottom-color: #9C898A;
}

.treatmentItemCate {
  font-size: 20px;
  line-height: 1;
  color: var(--mainColor);
  margin-bottom: 0.4em;
  letter-spacing: 0.08em;
}
.treatmentItemCate small {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.treatmentItem:nth-child(even) .treatmentItemCate {
  color: #9C898A;
}
@media only screen and (max-width: 767px) {
  .treatmentItemCate {
    font-size: 16px;
  }
  .treatmentItemCate small {
    font-size: 12px;
  }
}

.treatmentItemTitle {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .treatmentItemTitle {
    font-size: 22px;
  }
}

.treatmentItemFoot {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: min(25vw, 320px) auto;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .treatmentItemFoot {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.treatmentItemImg {
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .treatmentItemImg {
    border-radius: 24px;
    margin-inline: auto;
    width: 65%;
  }
}

.treatmentItemGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentItemGrid {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentItemGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.treatmentItemCard {
  background-color: #B5D9DA;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 19.8rem;
  padding-inline: 10px;
  padding-block: 10px;
}
.treatmentItem:nth-child(even) .treatmentItemCard {
  background-color: #EADAC3;
}
.treatmentItemCard.noRadius {
  border-radius: 0;
}
.treatmentItemCard.shake:hover .treatmentItemIcon {
  -webkit-animation: shake 0.4s ease;
          animation: shake 0.4s ease;
}
@media only screen and (max-width: 959px) {
  .treatmentItemCard {
    min-height: 13rem;
  }
}

@media only screen and (max-width: 959px) {
  .treatmentItemIcon {
    padding-inline: 25%;
  }
}

.treatmentItemCardTitle {
  text-align: center;
  margin-top: 0.7em;
  font-size: 20px;
  font-weight: 600;
}
.treatmentItemCardTitle small {
  font-size: 12px;
}
@media only screen and (max-width: 959px) {
  .treatmentItemCardTitle {
    font-size: 16px;
    line-height: 1.3;
  }
  .treatmentItemCardTitle small {
    font-size: 10px;
    display: block;
  }
}

.moreBtn {
  margin-block: 1em -2.8em;
}
.moreBtn.__archive {
  margin-block: 1em -1.6em;
}
.moreBtn .commonBtn {
  padding-block: 0.4em;
  padding-inline: 0.9em;
}
.moreBtn .commonBtnTx {
  font-size: 12px;
  line-height: 1.3;
  width: calc(100% - 20px);
}
.moreBtn .commonBtnArw {
  height: 15px;
  width: 15px;
}
.moreBtn .commonBtnArw i {
  font-size: 9px;
}
@media only screen and (max-width: 959px) {
  .moreBtn {
    margin-block: 0.7em 0;
  }
  .moreBtn .commonBtn {
    gap: 5px;
  }
}

.otherLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .otherLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.otherBtn {
  max-width: 440px;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.otherBtn::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  background-color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 8px;
  left: 3px;
  height: 100%;
  width: 100%;
}
.otherBtn:hover {
  -webkit-transform: translate(3px, 8px);
          transform: translate(3px, 8px);
}
.otherBtn:hover::before {
  top: 0;
  left: 0;
}

.otherBtnInner {
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 5em;
  padding-block: 3em;
  z-index: 2;
}
.otherBtnInner::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  opacity: 0.4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .otherBtnInner {
    padding-inline: 3em;
    padding-block: 1.6em;
  }
}

.otherBtnTxBox .secTitleEn {
  color: #fff;
}
.otherBtnTxBox .secTitleJp {
  color: #fff;
  font-weight: 400;
}

.otherBtnArw {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
}
.otherBtnArw i {
  color: var(--mainColor);
}

.homeCareBnr {
  border-radius: 40px;
  background-color: var(--grayColor);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}
.homeCareBnr .leftBox {
  padding-block: 40px;
  padding-inline: 20px;
}
.homeCareBnr .leftBox .homeCareBnrSubTitle {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
}
.homeCareBnr .leftBox .homeCareBnrSubTitle .deco {
  position: relative;
  display: inline-block;
  padding-inline: 1em;
}
.homeCareBnr .leftBox .homeCareBnrSubTitle .deco::before, .homeCareBnr .leftBox .homeCareBnrSubTitle .deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--fontColor);
  height: 1.3em;
  width: 2px;
}
.homeCareBnr .leftBox .homeCareBnrSubTitle .deco::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.homeCareBnr .leftBox .homeCareBnrSubTitle .deco::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.homeCareBnr .leftBox .homeCareBnrSubTitle .dotted {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-top: 0.1em;
}
.homeCareBnr .leftBox .homeCareBnrSubTitle .dotted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--fontColor);
  border-radius: 50%;
  height: 0.15em;
  width: 0.15em;
}
.homeCareBnr .leftBox .commonTitle {
  line-height: 1.3;
}
.homeCareBnr .rightBoxIn {
  height: 100%;
  margin-left: auto;
  width: 86%;
}
.homeCareBnr .rightBoxIn .img {
  position: absolute;
  max-width: 229px;
  top: 60%;
  left: -24%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .homeCareBnr {
    border-radius: 24px;
    grid-template-columns: 1fr;
  }
  .homeCareBnr .leftBox {
    padding-block: 20px;
    padding-inline: 10px;
  }
  .homeCareBnr .leftBox .homeCareBnrSubTitle {
    font-size: 15px;
  }
  .homeCareBnr .leftBox .homeCareBnrSubTitle .dotted {
    font-size: 20px;
  }
  .homeCareBnr .rightBoxIn {
    padding-bottom: 60%;
    width: 100%;
  }
  .homeCareBnr .rightBoxIn .img {
    max-width: 130px;
    left: 1%;
    top: 68%;
  }
}

.topDoctorMain {
  padding-bottom: clamp(175px, 40vw, 512px);
  background-position: top center;
  width: 100%;
}

.topDoctorBlock {
  padding-block: var(--archPosition);
  margin-block: calc(var(--archPosition) - var(--archPosition) * 2);
  position: relative;
  z-index: 3;
}
.topDoctorBlock::before, .topDoctorBlock::after {
  content: "";
  position: absolute;
  background: url("../img/subColor_arch.png") no-repeat center/100% 100%;
  height: var(--archPosition);
  position: absolute;
  left: 0;
  width: 100%;
}
.topDoctorBlock::before {
  top: 0.5rem;
}
.topDoctorBlock::after {
  bottom: 0.5rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media only screen and (max-width: 767px) {
  .topDoctorBlock::before, .topDoctorBlock::after {
    height: 2.7rem;
  }
  .topDoctorBlock::before {
    top: 5rem;
  }
  .topDoctorBlock::after {
    bottom: 5rem;
  }
}

.topDoctorBlockBg {
  background-color: var(--subColor);
  padding-block: 30px;
  position: relative;
  z-index: 4;
}
.topDoctorBlockBg::before {
  content: "";
  background: url(../img/archTx_protect.svg) no-repeat center/100% 100%;
  aspect-ratio: 1500/300;
  height: 30.1rem;
  position: absolute;
  top: -22.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 114%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topDoctorBlockBg::before {
    top: -19.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .topDoctorBlockBg::before {
    height: 9.3rem;
    top: -5.5rem;
  }
}

.topDoctorHead {
  margin-top: -6rem;
}
@media only screen and (max-width: 767px) {
  .topDoctorHead {
    margin-top: -1rem;
  }
}

.topDoctorTitle {
  text-align: center;
}
.topDoctorTitle > span {
  font-size: 32px;
  letter-spacing: 0.08em;
  display: inline;
  border-bottom: 2px dashed var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .topDoctorTitle > span {
    font-size: 24px;
  }
}

.topDoctorIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topDoctorIn .topDoctorTxBox {
  padding-right: 5%;
  width: 65%;
}
.topDoctorIn .topDoctorImgBox {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .topDoctorIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topDoctorIn .topDoctorTxBox {
    padding-right: 0;
    width: 100%;
  }
  .topDoctorIn .topDoctorImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 75%;
  }
}

.topDoctorImg {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 430px;
}

.topDoctorName {
  font-size: 18px;
}
.topDoctorName span {
  font-size: 24px;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .topDoctorName {
    font-size: 14px;
  }
  .topDoctorName span {
    font-size: 20px;
  }
}

.topStaffBlock {
  padding-left: 60px;
  margin-bottom: -6rem;
}
@media only screen and (max-width: 959px) {
  .topStaffBlock {
    padding-left: 15px;
    margin-bottom: -1rem;
  }
}

.topStaffCardImgBox {
  border-radius: 100rem;
  overflow: hidden;
  margin-bottom: 10px;
}
.topStaffCardImgBox .topStaffCardImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 274/400;
  width: 100%;
}
.topStaffCard:hover .topStaffCardImgBox .topStaffCardImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topStaffCardName {
  font-weight: 400;
}
.topStaffCardName span {
  font-weight: 400;
  font-size: 20px;
  margin-left: 1em;
}
@media only screen and (max-width: 959px) {
  .topStaffCardName span {
    font-size: 18px;
  }
}

.topStaffCardTitle {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topStaffCard:hover .topStaffCardTitle {
  color: var(--mainColor);
}
@media only screen and (max-width: 959px) {
  .topStaffCardTitle {
    font-size: 18px;
  }
}

.swiperArw-prev,
.swiperArw-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.swiperArw-prev i,
.swiperArw-next i {
  color: #fff;
  font-size: 1.5em;
}
.swiperArw-prev:hover,
.swiperArw-next:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .swiperArw-prev,
  .swiperArw-next {
    height: 35px;
    width: 35px;
  }
  .swiperArw-prev i,
  .swiperArw-next i {
    font-size: 1em;
  }
}

.topStaffArw-prev {
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .topStaffArw-prev {
    left: -10px;
  }
}

.topStaffArw-next {
  right: 6rem;
}
@media only screen and (max-width: 767px) {
  .topStaffArw-next {
    right: 5px;
  }
}

.topRecruit {
  margin-top: calc(var(--archPosition) * -1);
}

.topRecruitMain {
  padding-bottom: clamp(256px, 40vw, 512px);
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .topRecruitMain {
    padding-bottom: calc(var(--archPosition) * 6);
  }
}

.topRecruitBlock {
  --space: 10rem;
  padding-block: var(--space);
  margin-top: calc((var(--space) + 35px) * -1);
}
@media only screen and (max-width: 959px) {
  .topRecruitBlock {
    --space: 5rem;
  }
}

.loopTxBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.loopTx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 80px;
  overflow: hidden;
  padding-left: 20px;
}
.loopTx:nth-child(odd) {
  -webkit-animation: loop 120s -60s linear infinite;
          animation: loop 120s -60s linear infinite;
}
.loopTx:nth-child(even) {
  -webkit-animation: loop2 120s linear infinite;
          animation: loop2 120s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.topRecruitLoopTxBox {
  position: absolute;
  top: 0;
  left: 0;
}
.topRecruitLoopTxBox .loopTx {
  color: #fff;
  line-height: 1;
  font-family: var(--fontEn_serif);
  font-size: clamp(70px, 11vw, 140px);
  letter-spacing: 0.08em;
  text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.07);
}

.topRecruitImg {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
}
.topRecruitImg.__01 {
  max-width: 180px;
  top: 5rem;
  left: 6rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (max-width: 959px) {
  .topRecruitImg.__01 {
    max-width: 130px;
    top: 0rem;
    left: -1rem;
  }
}
.topRecruitImg.__02 {
  max-width: 150px;
  top: 0rem;
  right: 5rem;
}
@media only screen and (max-width: 959px) {
  .topRecruitImg.__02 {
    max-width: 100px;
    top: 4rem;
    right: -1rem;
  }
}
.topRecruitImg.__03 {
  max-width: 130px;
  top: 12rem;
  right: 23rem;
  -webkit-filter: blur(11px);
          filter: blur(11px);
}
@media only screen and (max-width: 959px) {
  .topRecruitImg.__03 {
    max-width: 90px;
    top: 13rem;
    right: 5rem;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
.topRecruitImg.__04 {
  max-width: 150px;
  bottom: 3rem;
  left: 45rem;
}
@media only screen and (max-width: 959px) {
  .topRecruitImg.__04 {
    max-width: 90px;
    bottom: -3rem;
    left: 12rem;
  }
}
.topRecruitImg.__05 {
  max-width: 130px;
  bottom: 2rem;
  left: 25rem;
  -webkit-filter: blur(11px);
          filter: blur(11px);
}
@media only screen and (max-width: 767px) {
  .topRecruitImg.__05 {
    max-width: 90px;
    bottom: -1rem;
    left: 1rem;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}

.topRecruitBlockInner {
  background: linear-gradient(135deg, #FFFCF5, var(--recruitColor));
  padding-block: 60px 36px;
  border-radius: 32px;
}

.speechBox {
  --triW: 8px;
  border: 1px solid var(--recruitColor);
  background-color: #fff;
  border-radius: 24px;
  padding-inline: 2em;
  padding-block: 0.8em;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -8.5rem;
  left: 12rem;
}
.speechBox::before, .speechBox::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.speechBox::before {
  background-color: #fff;
  bottom: calc((var(--triW) * 1.5 - 1px) * -1);
  height: calc(var(--triW) * 1.5);
  width: calc(var(--triW) * 2.8);
  z-index: 2;
}
.speechBox::after {
  background-color: var(--recruitColor);
  bottom: calc((var(--triW) * 1.5 + 1px) * -1);
  height: calc(var(--triW) * 1.5 + 1px);
  width: calc(var(--triW) * 2.8 + 3px);
  z-index: 1;
}
.speechBox.__recruitPage {
  top: -11.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .speechBox {
    left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .speechBox {
    left: 0.5rem;
    padding-inline: 1em;
    border-radius: 12px;
    top: -7.2rem;
  }
  .speechBox.__recruitPage {
    top: -8.5rem;
    border-radius: 12px;
    padding-inline: 1em;
  }
}

.speechBoxTitle {
  color: var(--recruitColor);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.2em;
}
.speechBox.__recruitPage .speechBoxTitle {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .speechBoxTitle {
    font-size: 18px;
  }
}

.speechBoxTx {
  font-size: 14px;
  font-weight: 400;
}
.speechBox.__recruitPage .speechBoxTx {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .speechBoxTx {
    font-size: 12px;
  }
}

.topRecruitBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.topRecruitBox .rightBox {
  padding-left: 10%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitBox .leftBox .commonTx {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitBox {
    grid-template-columns: 1fr;
  }
  .topRecruitBox .rightBox {
    padding-left: 0;
  }
}

.topRecruitList + .topRecruitList {
  margin-top: 10px;
}

.topRecruitLink {
  display: grid;
  grid-template-columns: 110px auto;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.topRecruitLinkTxBox {
  padding-block: 2.2em;
  padding-inline: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topRecruitLinkTxBox .topRecruitLinkTitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRecruitLink:hover .topRecruitLinkTxBox .topRecruitLinkTitle {
  color: var(--recruitColor);
}

.topRecruitLinkArw {
  border-radius: 50%;
  background-color: var(--recruitColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 25px;
  width: 25px;
}
.topRecruitLinkArw i {
  color: #fff;
}
.topRecruitLink:hover .topRecruitLinkArw {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.topIntroList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topIntroList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .topIntroList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.topIntroListItem {
  background-color: var(--mainColorLight);
  border-radius: 20px;
  padding-block: 0 10px;
  padding-inline: 15px;
}

.topIntroListCheck {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  margin-block: -15px 10px;
  height: 30px;
  width: 30px;
}
.topIntroListCheck i {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topIntroListCheck {
    margin-block: -7px 10px;
    height: 25px;
    width: 25px;
  }
}

.topIntroListTitle {
  text-align: center;
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .topIntroListTitle {
    font-size: 16px;
    margin-bottom: 0.6em;
  }
}

.topIntroListTx {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .topIntroListTx {
    font-size: 12px;
  }
}

.topGallery {
  position: relative;
  width: 100%;
  overflow: visible; /* ← ポイント！見切れを許可 */
  padding: 0 5vw; /* 左右に少し余白を追加（見切れ調整） */
}
.topGallery .topGalleryWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topGallery .topGalleryItem {
  border-radius: 24px;
  overflow: hidden;
  max-width: 680px;
}

.topInstaBnr {
  background: -webkit-gradient(linear, left top, right top, from(#6F20F5), color-stop(29%, #DC2FBD), color-stop(53%, #E83362), color-stop(76%, #EA5940), to(#F8D247));
  background: linear-gradient(to right, #6F20F5 0%, #DC2FBD 29%, #E83362 53%, #EA5940 76%, #F8D247 100%);
  padding: 2px;
  border-radius: 16px;
  display: block;
}

.topInstaBnrInner {
  background-color: #FFEDF7;
  border-radius: 16px;
  padding-inline: 15px;
  padding-block: 30px 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topInstaBnrInner {
    padding-block: 15px 120px;
  }
}

.topInstaBnrSubTitle {
  text-align: center;
}
.topInstaBnrSubTitle span {
  position: relative;
  display: inline-block;
  padding-inline: 1.2em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.topInstaBnrSubTitle span::before, .topInstaBnrSubTitle span::after {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  bottom: -0.2em;
  height: 1.2em;
  width: 1px;
}
.topInstaBnrSubTitle span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.topInstaBnrSubTitle span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.topInstaBnrTitle {
  max-width: 290px;
  margin-inline: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topInstaBnrTitle {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .topInstaBnrTitle {
    max-width: 160px;
  }
}

.topInstaBtn {
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding-inline: 1em;
  padding-block: 0.6em;
  line-height: 1;
  color: #EA33BB;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  .topInstaBtn {
    font-size: 18px;
  }
}

.topInstaBnrTx {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.topInstaBnrImg {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}
.topInstaBnrImg.__01 {
  max-width: 185px;
  top: 3rem;
  left: -2rem;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topInstaBnrImg.__01 {
    max-width: 105px;
    left: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .topInstaBnrImg.__01 {
    max-width: 105px;
    top: auto;
    bottom: 4rem;
    left: 0rem;
  }
}
.topInstaBnrImg.__02 {
  max-width: 150px;
  bottom: -1rem;
  left: 3rem;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topInstaBnrImg.__02 {
    max-width: 120px;
    left: -1rem;
    bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .topInstaBnrImg.__02 {
    max-width: 120px;
    left: 5rem;
    bottom: -2rem;
  }
}
.topInstaBnrImg.__03 {
  max-width: 200px;
  right: -6rem;
  top: 6rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topInstaBnrImg.__03 {
    right: 0rem;
    max-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .topInstaBnrImg.__03 {
    top: auto;
    bottom: 1rem;
    right: 0rem;
    max-width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .topVoiceSlide {
    margin-inline: -15px;
  }
}

.topVoiceCard {
  display: block;
}

.topVoiceCardImgBox {
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 10px;
}
.topVoiceCardImgBox .topVoiceCardImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 69%;
  width: 100%;
}
.topVoiceCard:hover .topVoiceCardImgBox .topVoiceCardImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .topVoiceCardImgBox {
    border-radius: 24px;
  }
}

.topVoiceCardTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topVoiceCard:hover .topVoiceCardTitle {
  color: var(--mainColor);
}
@media only screen and (max-width: 959px) {
  .topVoiceCardTitle {
    font-size: 18px;
  }
}

.topVoiceCardInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.topVoiceCardInfo .topVoiceCardDeta {
  font-weight: 400;
  letter-spacing: 0.08em;
}
.topVoiceCardInfo .topVoiceCardCate {
  background-color: var(--subColor);
  font-size: 14px;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.3em;
  line-height: 1;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .topVoiceCardInfo .topVoiceCardDeta {
    font-size: 12px;
  }
  .topVoiceCardInfo .topVoiceCardCate {
    font-size: 12px;
  }
}

.topVoiceArw-prev {
  left: -4rem;
}
@media only screen and (max-width: 767px) {
  .topVoiceArw-prev {
    left: 1.5rem;
  }
}

.topVoiceArw-next {
  right: -4rem;
}
@media only screen and (max-width: 767px) {
  .topVoiceArw-next {
    right: 1.5rem;
  }
}

/*==================================================
 * 医院紹介
*================================================*/
.clinicPhilo {
  position: relative;
  z-index: 2;
}
.clinicPhilo::after {
  content: "";
  position: absolute;
  background: url("../img/subColor_arch.png") no-repeat center/100% 100%;
  height: var(--archPosition);
  position: absolute;
  bottom: -14rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  left: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicPhilo::after {
    bottom: -8rem;
  }
}
@media only screen and (max-width: 767px) {
  .clinicPhilo {
    padding-block: var(--archPosition);
  }
  .clinicPhilo::after {
    height: 2.7rem;
    bottom: -3rem;
  }
}

.clinicPhiloImg {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  z-index: -1;
}
.clinicPhiloImg.__01 {
  top: -5rem;
  left: -3rem;
  max-width: clamp(124px, 23.8vw, 304px);
}
.clinicPhiloImg.__02 {
  top: 9rem;
  right: -4rem;
  max-width: clamp(102px, 23.6vw, 302px);
}
.clinicPhiloImg.__03 {
  left: 10rem;
  bottom: -11rem;
  max-width: clamp(82px, 15vw, 192px);
}
@media only screen and (max-width: 767px) {
  .clinicPhiloImg.__01 {
    top: -3rem;
  }
  .clinicPhiloImg.__02 {
    top: auto;
    bottom: -4rem;
    right: 2rem;
  }
  .clinicPhiloImg.__03 {
    left: 6rem;
    bottom: -5rem;
  }
}

.clinicMessageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .clinicMessageBlock .clinicMessageTxBox {
    padding-right: 5%;
    width: 65%;
  }
  .clinicMessageBlock .clinicMessageImgBox {
    width: 35%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicMessageBlock .clinicMessageTxBox .commonTx {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .clinicMessageBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .clinicMessageBlock .clinicMessageImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 65%;
  }
}

.clinicMessageImg {
  margin-right: -60px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .clinicMessageImg {
    margin-right: 0;
    border-radius: 24px;
  }
}

.clinicMessageItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--grayColor);
  gap: 40px;
  border-radius: 40px;
  padding-inline: 40px;
  padding-block: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicMessageItem {
    gap: 20px;
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .clinicMessageItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.clinicMessageItemImg {
  border-radius: 50%;
  overflow: hidden;
  max-width: 190px;
}
@media only screen and (max-width: 767px) {
  .clinicMessageItemImg {
    margin-inline: auto;
    width: 65%;
  }
}

.clinicMessageItemList dt {
  background-color: #9C898A;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  border-radius: 30rem;
  padding-inline: 1em;
  padding-block: 0.4em;
  line-height: 1;
  margin-bottom: 0.7em;
}
.clinicMessageItemList dd {
  padding-left: 1.3em;
  position: relative;
  margin-block: 0.3em;
}
.clinicMessageItemList dd::before {
  content: "";
  position: absolute;
  background-color: #9C898A;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 0.6em;
  width: 0.6em;
}
@media only screen and (max-width: 959px) {
  .clinicMessageItemList dt {
    font-size: 16px;
  }
  .clinicMessageItemList dd {
    margin-block: 0.1em;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .clinicAccessBlock {
    --gap: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--gap);
  }
  .clinicAccessBlock .clinicAccessImgBox {
    max-width: 310px;
  }
  .clinicAccessBlock .clinicAccessInfoBox {
    max-width: calc(100% - (310px + var(--gap)));
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .clinicAccessBlock .clinicAccessImgBox {
    margin-bottom: 5%;
  }
  .clinicAccessBlock .clinicAccessImg {
    margin-inline: auto;
    width: 70%;
  }
  .clinicAccessBlock .clinicAccessInfoBox {
    max-width: calc(100% - (310px + var(--gap)));
    width: auto;
  }
}

.clinicAccessSubBlock {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px dashed var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .clinicAccessSubBlock {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.clinicAccessSubInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicAccessSubInner {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clinicAccessSubInner {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

.clinicAccessCardImgBox {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 4%;
}
.clinicAccessCardImgBox.map .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 66%;
}
.clinicAccessCardImgBox.map .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .clinicAccessCardImgBox {
    border-radius: 16px;
  }
}

.clinicAccessCardTx {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.clinicAccessCardTx b {
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicAccessCardTx {
    font-size: 12px;
  }
}

.clinicAccessCardTags {
  margin-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clinicAccessCardTags li {
  font-weight: 400;
  font-size: 12px;
  background-color: var(--subColor);
  border-radius: 30px;
  padding-inline: 1em;
  padding-block: 0.3em;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicAccessCardTags li {
    font-size: 10px;
  }
}

.clinicSchedule .scheduleParts {
  max-width: 570px;
  margin-inline: auto;
}

.clinicNewsHeadTx {
  position: relative;
  padding-inline: 1.5em;
}
.clinicNewsHeadTx span {
  font-size: 18px;
}
.clinicNewsHeadTx::before, .clinicNewsHeadTx::after {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  bottom: 0;
  height: 1.8em;
  width: 2px;
}
.clinicNewsHeadTx::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.clinicNewsHeadTx::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .clinicNewsHeadTx span {
    font-size: 16px;
  }
}

.clinicIntroMain {
  padding-bottom: clamp(175px, 40vw, 512px);
  width: 100%;
}

.clinicIntroBlock {
  padding-block: var(--archPosition);
  margin-block: calc(var(--archPosition) - var(--archPosition) * 2);
  position: relative;
  z-index: 3;
}
.clinicIntroBlock::before, .clinicIntroBlock::after {
  content: "";
  position: absolute;
  background: url("../img/subColor_arch.png") no-repeat center/100% 100%;
  height: var(--archPosition);
  position: absolute;
  left: 0;
  width: 100%;
}
.clinicIntroBlock::before {
  top: 0.5rem;
}
.clinicIntroBlock::after {
  bottom: 0.5rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media only screen and (max-width: 767px) {
  .clinicIntroBlock::before, .clinicIntroBlock::after {
    height: 2.7rem;
  }
  .clinicIntroBlock::before {
    top: 5rem;
  }
  .clinicIntroBlock::after {
    bottom: 5rem;
  }
}

.clinicIntroBlockBg {
  background-color: var(--subColor);
  padding-block: 30px;
  position: relative;
  z-index: 4;
}
.clinicIntroBlockBg::before {
  content: "";
  background: url(../img/archTx_introduction.svg) no-repeat center/100% 100%;
  aspect-ratio: 1500/300;
  height: 30.1rem;
  position: absolute;
  top: -22.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 114%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicIntroBlockBg::before {
    top: -19.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .clinicIntroBlockBg::before {
    height: 9.3rem;
    top: -5.5rem;
  }
}

.clinicIntroItem + .clinicIntroItem {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .clinicIntroItem + .clinicIntroItem {
    margin-top: 45px;
  }
}

.clinicIntroItemTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px dashed var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .clinicIntroItemTitleBox {
    border-bottom-width: 1px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px 10px;
  }
}

.clinicIntroItemCate {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  padding-inline: 0.4em;
  padding-block: 0.2em 0.3em;
  background-color: var(--mainColor);
  border-radius: 8px;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicIntroItemCate {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .clinicIntroItemCate {
    font-size: 18px;
  }
}

.clinicIntroItemTitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicIntroItemTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .clinicIntroItemTitle {
    font-size: 16px;
  }
}

.clinicIntroCardImgBox {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  margin-bottom: 10px;
}
.clinicIntroCardImgBox .clinicIntroCardTag {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.3em;
  background-color: #fff;
}
.clinicIntroCardImgBox .clinicIntroCardTag small {
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .clinicIntroCardImgBox .clinicIntroCardTag {
    font-size: 12px;
  }
}

.clinicIntroCardTitle {
  font-size: 22px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .clinicIntroCardTitle {
    font-size: 18px;
  }
}

.clinicIntroArw-next {
  right: -3rem;
}
@media only screen and (max-width: 959px) {
  .clinicIntroArw-next {
    right: -1rem;
  }
}

.clinicIntroArw-prev {
  left: -3rem;
}
@media only screen and (max-width: 959px) {
  .clinicIntroArw-prev {
    left: -1rem;
  }
}

/*==================================================
 * サービス
*================================================*/
:root {
  --num: 60px;
}
@media only screen and (max-width: 767px) {
  :root {
    --num: 40px;
  }
}

.serviceItem {
  border-top: 3px solid var(--mainColor);
  position: relative;
  overflow: hidden;
}
.serviceItem + .serviceItem {
  margin-top: 60px;
}

.serviceItemNum {
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(var(--num) * -1);
  height: calc(var(--num) * 2);
  width: calc(var(--num) * 2);
}
.serviceItemNum span {
  color: #fff;
  font-family: var(--fontEn_serif);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-top: 1.6em;
}
@media only screen and (max-width: 767px) {
  .serviceItemNum span {
    font-size: 24px;
  }
}

.serviceItemHead {
  margin-top: calc(var(--num) + 20px);
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .serviceItemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serviceItemHead .serviceItemMainImgBox {
    padding-right: 30px;
    width: 50%;
  }
  .serviceItemHead .serviceItemTxBox {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .serviceItemHead .serviceItemMainImgBox {
    margin-bottom: 5%;
  }
}

.serviceItemTitle {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  color: var(--mainColor);
  margin-bottom: 0.4em;
}

.serviceItemSubTitle {
  font-size: clamp(18px, 1.8vw, 22px);
  margin-bottom: 0.4em;
}

.serviceItemTx {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.serviceItemFootInner {
  border-radius: 40px;
  border: 1px solid var(--mainColor);
  padding-inline: 60px;
  padding-block: 40px;
  position: relative;
}
.serviceItemFootInner::before, .serviceItemFootInner::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 80px);
  width: 1px;
}
.serviceItemFootInner::before {
  left: -1px;
}
.serviceItemFootInner::after {
  right: -1px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceItemFootInner {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceItemFootInner {
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.serviceItemFootTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.8em;
  color: var(--mainColor);
  padding-inline: 2em;
  background-color: #fff;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .serviceItemFootTitle {
    white-space: nowrap;
  }
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .serviceGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.serviceCardImg {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}

.serviceCardTitle {
  font-size: 20px;
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .serviceCardTitle {
    font-size: 18px;
  }
}

.serviceCardtx {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .serviceCardtx {
    font-size: 13px;
  }
}

.serviceItemBody {
  border: 3px solid #9C898A;
  background-color: var(--subColor);
  border-radius: 40px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .serviceItemBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.serviceItemBodyTxBox {
  padding-inline: 60px 30px;
  padding-block: 15px;
}
@media print, screen and (min-width: 768px) {
  .serviceItemBodyTxBox {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceItemBodyTxBox {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceItemBodyTxBox {
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.serviceItemBodyImgBox {
  max-width: 400px;
  padding-bottom: 23%;
  width: 100%;
  border-radius: 13rem 0 0 13rem;
}
@media only screen and (max-width: 767px) {
  .serviceItemBodyImgBox {
    border-radius: 0;
    padding-bottom: 68%;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }
}

.serviceItemBodyTitle {
  font-size: 28px;
  color: #9C898A;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 959px) {
  .serviceItemBodyTitle {
    font-size: 22px;
  }
}

.serviceItemBodyTx {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceItemBodyTx {
    font-size: 14px;
  }
}

.serviceNoteBox {
  background-color: var(--mainColorLight);
  max-width: 680px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 30px;
  padding-block: 20px;
  border-radius: 10rem;
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceNoteBox {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceNoteBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
    padding-block: 10px;
    border-radius: 50%;
    gap: 20px;
    aspect-ratio: 1/1;
    width: 100%;
  }
}

.serviceNoteImgBox {
  background-color: #BAEDEF;
  padding: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 140px;
}
.serviceNoteImgBox .serviceNoteImg {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}

.serviceNoteTxBox .serviceNoteTx {
  font-size: 18px;
}
.serviceNoteTxBox .serviceNoteTx span {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .serviceNoteTxBox {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceNoteTxBox .serviceNoteTx {
    font-size: 16px;
  }
  .serviceNoteTxBox .serviceNoteTx span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceNoteTxBox .serviceNoteTx {
    font-size: 14px;
  }
  .serviceNoteTxBox .serviceNoteTx span {
    font-size: 16px;
  }
}

.servicePriceBg {
  background-color: var(--subColor);
  border-radius: 40px;
}

.priceBox + .priceBox {
  margin-top: 90px;
}

.priceBoxHead {
  margin-bottom: 3%;
}

.priceTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-left: 10px solid var(--mainColor);
  padding-left: 1em;
  margin-bottom: 1em;
}
.priceTitleBox .priceBoxTitle {
  color: var(--mainColor);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  padding-block: 0.1em;
}
.priceTitleBox .priceBoxTitle small {
  font-size: 75%;
}
.priceTitleBox .priceBoxSubTitle {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceTitleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left-width: 5px;
  }
  .priceTitleBox .priceBoxTitle {
    font-size: 26px;
  }
  .priceTitleBox .priceBoxSubTitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .priceTitleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left-width: 5px;
    gap: 5px 10px;
  }
  .priceTitleBox .priceBoxTitle {
    font-size: 22px;
    line-height: 1.2;
  }
  .priceTitleBox .priceBoxSubTitle {
    font-size: 14px;
  }
}

.priceTable {
  border-collapse: collapse;
  width: 100%;
}
.priceTable tr {
  background-color: #fff;
}
.priceTable tr:nth-child(even) {
  background-color: #F4F0ED;
}
.priceTable th {
  background-color: #EADAC3;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1;
  padding-block: 0.8em;
}
.priceTable th small {
  font-size: 14px;
}
.priceTable td {
  border: 1px solid #DBDBDB;
  padding-block: 0.8em;
  padding-inline: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceTable th {
    font-size: 16px;
  }
  .priceTable td {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .priceTable {
    width: 700px;
  }
  .priceTable th {
    font-size: 15px;
  }
  .priceTable td {
    font-size: 12px;
  }
}

.priceBoxFootInner + .priceBoxFootInner {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .priceBoxFootInner .spScroll {
    overflow-x: auto;
  }
}

.priceBoxFootTitle {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 0.9em;
  margin-bottom: 0.5em;
}
.priceBoxFootTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--mainColor);
  border-radius: 50%;
  height: 0.45em;
  width: 0.45em;
}
@media only screen and (max-width: 959px) {
  .priceBoxFootTitle {
    font-size: 20px;
  }
}

.serviceFlowItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 175px min(43.8vw, 560px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.serviceFlowItem + .serviceFlowItem {
  padding-top: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceFlowItem {
    grid-template-columns: 120px min(43.8vw, 560px);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceFlowItem {
    grid-template-columns: 95px auto;
    gap: 15px;
  }
}

.serviceFlowItemImgBox {
  position: relative;
  z-index: 2;
}
.serviceFlowItemImgBox::before {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--mainColor);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  height: 100%;
  width: 1px;
  z-index: -1;
}
.serviceFlowItem:last-of-type .serviceFlowItemImgBox::before {
  content: none;
}

.serviceFlowItemImg {
  border-radius: 50%;
  overflow: hidden;
}

.serviceFlowItemNum {
  color: var(--mainColor);
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .serviceFlowItemNum {
    font-size: 13px;
  }
}

.serviceFlowItemTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .serviceFlowItemTitle {
    font-size: 16px;
  }
}

/*==================================================
 * 診療案内
*================================================*/
.treatmentBlock {
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--mainColorLight);
}
.treatmentBlock.__subColor {
  background-color: var(--subColor);
}
.treatmentBlock.__subColor .treatmentItemIcon {
  background-color: #EADAC3;
}
.treatmentBlock.__subColor .treatmentItemCate {
  color: #9C898A;
}
.treatmentBlock + .treatmentBlock {
  margin-top: 60px;
}
.treatmentBlock .treatmentItemGrid {
  gap: 20px 40px;
}
.treatmentBlock .treatmentItemCard {
  background-color: #fff;
  padding-inline: 20px;
}
.treatmentBlock .treatmentItemIcon {
  border-radius: 50%;
  background-color: #B5D9DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5%;
  height: 120px;
  width: 120px;
}
.treatmentBlock .treatmentItemCardTx {
  letter-spacing: 0.13em;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentBlock .treatmentItemGrid {
    gap: 15px 20px;
  }
  .treatmentBlock .treatmentItemIcon {
    padding-inline: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentBlock {
    border-radius: 24px;
  }
  .treatmentBlock .treatmentItemGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .treatmentBlock .treatmentItemIcon {
    padding-inline: 2%;
    height: 60px;
    width: 60px;
  }
}

.treatmentBlockHead {
  padding-bottom: 28%;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .treatmentBlockHead {
    padding-bottom: 36%;
    border-radius: 24px;
  }
}

.treatmentBlockFoot {
  padding-inline: 40px;
  padding-block: 30px;
}
@media only screen and (max-width: 959px) {
  .treatmentBlockFoot {
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.treatmentNoteInner {
  background-color: var(--grayColor);
  border-radius: 40px;
  padding-inline: 30px;
  padding-block: 40px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .treatmentNoteInner {
    padding-inline: 15px;
    padding-block: 20px;
    border-radius: 24px;
  }
}

.treatmentNoteImg {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.treatmentNoteImg.__01 {
  top: -7rem;
  right: -3rem;
  width: clamp(100px, 20.3vw, 260px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentNoteImg.__01 {
    top: -4rem;
    right: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentNoteImg.__01 {
    top: -5rem;
    right: -2rem;
  }
}
.treatmentNoteImg.__02 {
  top: 21rem;
  right: -3rem;
  width: clamp(90px, 12.5vw, 160px);
}
@media only screen and (max-width: 767px) {
  .treatmentNoteImg.__02 {
    top: auto;
    bottom: 8em;
    right: -3rem;
  }
}
.treatmentNoteImg.__03 {
  bottom: 3rem;
  right: 16rem;
  width: clamp(90px, 14.5vw, 185px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentNoteImg.__03 {
    right: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentNoteImg.__03 {
    bottom: -4rem;
    right: -2rem;
  }
}

.treatmentNoteHead {
  width: 80%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentNoteHead {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentNoteHead {
    width: 100%;
  }
}

.treatmentNoteTag {
  margin-bottom: 1em;
}
.treatmentNoteTag span {
  background-color: #9C898A;
  border-radius: 10rem;
  font-size: 20px;
  display: inline-block;
  padding-inline: 3em;
  padding-block: 0.6em;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentNoteTag span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentNoteTag span {
    font-size: 14px;
  }
}

.treatmentNoteTitle {
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.treatmentNoteFoot {
  background-color: #fff;
  border-radius: 24px;
  padding-inline: 2em;
  padding-block: 1.3em;
}
@media print, screen and (min-width: 768px) {
  .treatmentNoteFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentNoteFoot {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentNoteFoot {
    border-radius: 16px;
    padding-inline: 1em;
  }
}

.treatmentFootBox dt {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.7em;
}
.treatmentFootBox dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9C898A;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.treatmentFootBox dd {
  font-size: 20px;
  font-weight: 400;
}
.treatmentFootBox dd ul li {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 1.3em;
}
.treatmentFootBox dd ul li .listIcon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1em;
  width: 1em;
}
@media print, screen and (min-width: 768px) {
  .treatmentFootBox + .treatmentFootBox {
    margin-left: 2em;
    padding-left: 2em;
    border-left: 2px dashed #9C898A;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentFootBox dt {
    font-size: 16px;
    margin-bottom: 0.1em;
  }
  .treatmentFootBox dd {
    font-size: 12px;
  }
  .treatmentFootBox dd ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentFootBox + .treatmentFootBox {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px dashed #9C898A;
  }
  .treatmentFootBox dt {
    font-size: 16px;
    margin-bottom: 0.1em;
  }
  .treatmentFootBox dd {
    font-size: 12px;
  }
  .treatmentFootBox dd ul li {
    font-size: 14px;
  }
}

.faqAcd {
  background-color: var(--subColor);
  border-radius: 16px;
  padding-block: 20px;
}
.faqAcd + .faqAcd {
  margin-top: 15px;
}
.faqAcd.recruitFaq {
  background-color: #FDF1CD;
}

.faqAcdTitle {
  cursor: pointer;
  padding-inline: 30px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}
.faqAcdTitle .faqAcdQue {
  background-color: #EADAC3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9C898A;
  font-weight: 600;
  font-family: var(--fontEn);
  font-size: 22px;
  line-height: 1;
  height: 40px;
  width: 40px;
}
.recruitFaq .faqAcdTitle .faqAcdQue {
  background-color: var(--recruitColor);
  color: #fff;
}
.faqAcdTitle .faqAcdTitleTx {
  color: #9C898A;
  font-size: 20px;
  font-weight: 600;
}
.recruitFaq .faqAcdTitle .faqAcdTitleTx {
  color: var(--fontColor);
}
@media only screen and (max-width: 767px) {
  .faqAcdTitle {
    padding-inline: 15px 40px;
    gap: 10px;
  }
  .faqAcdTitle .faqAcdQue {
    font-size: 16px;
    height: 25px;
    width: 25px;
  }
  .faqAcdTitle .faqAcdTitleTx {
    font-size: 16px;
    line-height: 1.3;
    width: calc(100% - 30px);
  }
}

.faqAcdIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  height: 30px;
  width: 30px;
}
.faqAcdIcon::before, .faqAcdIcon::after {
  content: "";
  position: absolute;
  background-color: #9C898A;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 2px;
  width: 100%;
}
.recruitFaq .faqAcdIcon::before, .recruitFaq .faqAcdIcon::after {
  background-color: var(--recruitColor);
}
.faqAcdIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.faqAcdTitle.open .faqAcdIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faqAcdIcon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .faqAcdIcon {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}

.faqAcdBox {
  display: none;
  margin-inline: 30px 120px;
}
.faqAcdBox .faqAcdIn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #9C898A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.recruitFaq .faqAcdBox .faqAcdIn {
  border-top-color: var(--recruitColor);
}
.faqAcdBox .faqAcdAns {
  background-color: var(--grayColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9C898A;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  height: 40px;
  width: 40px;
}
.recruitFaq .faqAcdBox .faqAcdAns {
  color: var(--recruitColor);
  background-color: #fff;
}
.faqAcdBox .faqAcdTx {
  font-weight: 400;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 767px) {
  .faqAcdBox {
    margin-inline: 15px;
  }
  .faqAcdBox .faqAcdIn {
    margin-top: 10px;
    padding-top: 10px;
    gap: 10px;
  }
  .faqAcdBox .faqAcdAns {
    font-size: 16px;
    height: 25px;
    width: 25px;
  }
  .faqAcdBox .faqAcdTx {
    font-weight: 400;
    width: calc(100% - 30px);
  }
}

.treatMaintenanceCnt {
  padding-inline: 60px;
  padding-block: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceCnt {
    padding-inline: 20px;
    padding-block: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceCnt {
    padding-inline: 0;
    padding-block: 30px;
  }
}

.treatMaintenanceBg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: grid;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.treatMaintenanceBg .treatMaintenanceBgLine {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: -1;
}
.treatMaintenanceBg .treatMainteBgImg {
  padding-bottom: 88%;
  width: 100%;
}

.treatMaintenanceBlock {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--mainColor);
  padding-inline: 60px;
  padding-block: 60px;
  border-radius: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceBlock {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceBlock {
    padding-inline: 20px;
    padding-block: 30px;
    border-radius: 24px;
  }
}

.treatMaintenanceSubTitle {
  text-align: center;
  margin-block: -80px 30px;
}
.treatMaintenanceSubTitle span {
  display: inline-block;
  background-color: var(--mainColor);
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-inline: 2em;
  padding-block: 0.5em;
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceSubTitle {
    margin-block: -75px 30px;
  }
  .treatMaintenanceSubTitle span {
    font-size: 14px;
  }
}

.treatMaintenanceTitile {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.treatMaintenanceTitile * {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.treatMaintenanceHead {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  padding-inline: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceHead {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceHead {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-inline: 0;
  }
}

.treatMaintenanceCardImgBox {
  position: relative;
  margin-bottom: 10px;
}
.treatMaintenanceCardImgBox .treatMaintenanceImg {
  border-radius: 24px;
  overflow: hidden;
}
.treatMaintenanceCardImgBox .treatMaintenanceCardCate {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 14px;
  border-radius: 24px;
  line-height: 1;
  padding-inline: 1.2em;
  padding-block: 0.5em;
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceCardImgBox .treatMaintenanceCardCate {
    font-size: 12px;
  }
}

.treatMaintenanceBodyMainTx {
  text-align: center;
  margin-bottom: 10px;
}
.treatMaintenanceBodyMainTx span {
  font-size: 22px;
  font-weight: 600;
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceBodyMainTx {
    font-size: 15px;
  }
  .treatMaintenanceBodyMainTx span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceBodyMainTx {
    font-size: 13px;
  }
  .treatMaintenanceBodyMainTx span {
    font-size: 16px;
  }
}

.treatMaintenanceBodyIn {
  border: 1px solid var(--mainColor);
  background-color: var(--mainColorLight);
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceBodyIn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceBodyIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.treatMaintenanceBodyTxBox {
  padding-inline: 40px;
  padding-block: 40px;
  width: calc(100% - 400px);
}
.treatMaintenanceBodyTxBox p {
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.treatMaintenanceBodyTxBox p span {
  color: var(--mainColor);
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.treatMaintenanceBodyTxBox p span.fs-l {
  font-size: 24px;
}
.treatMaintenanceBodyTxBox p span.fs-m {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceBodyTxBox {
    padding-inline: 25px;
    padding-block: 20px;
    width: calc(100% - 250px);
  }
  .treatMaintenanceBodyTxBox p span.fs-l {
    font-size: 20px;
  }
  .treatMaintenanceBodyTxBox p span.fs-m {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceBodyTxBox {
    padding-inline: 20px;
    padding-block: 20px;
    width: 100%;
  }
  .treatMaintenanceBodyTxBox p span.fs-l {
    font-size: 16px;
  }
  .treatMaintenanceBodyTxBox p span.fs-m {
    font-size: 15px;
  }
}

.treatMaintenanceBodyImgBox {
  border-radius: 13rem 0 0 13rem;
  padding-bottom: 27%;
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatMaintenanceBodyImgBox {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .treatMaintenanceBodyImgBox {
    padding-bottom: 58%;
    width: 85%;
    margin-left: auto;
  }
}

.treatMaintenanceFoot p {
  font-size: 18px;
  letter-spacing: 0.08em;
}
.treatMaintenanceFoot p span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .treatMaintenanceFoot p {
    font-size: 14px;
  }
  .treatMaintenanceFoot p span {
    font-size: 18px;
  }
}

.cntArw {
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
}
.cntArw i {
  color: #fff;
  font-size: 1.5em;
}
.cntArw.__head {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .cntArw.__head {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.cntArw.__body {
  position: static;
  margin-inline: auto;
  margin-bottom: 1%;
}

.treatmentFlowWrap {
  max-width: 780px;
  margin-inline: auto;
}

.treatmentFlowTitle {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .treatmentFlowTitle {
    font-size: 20px;
    padding: 0.6em 1.2em;
  }
}

.treatmentFlowBlock {
  --imgW: 175px;
  --gap: 50px;
}
.treatmentFlowBlock .flowItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.treatmentFlowBlock .flowItem::before {
  content: "";
  position: absolute;
  border-left: 1px dashed var(--mainColor);
  left: calc(var(--imgW) / 2);
  top: 0;
  height: 100%;
  width: 1px;
  z-index: -1;
}
.treatmentFlowBlock .flowItem:last-of-type::before {
  content: none;
}
.treatmentFlowBlock .flowItemImg {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: var(--imgW);
}
.treatmentFlowBlock .flowItemTxBox {
  width: calc(100% - (var(--imgW) + var(--gap)));
}
.treatmentFlowBlock .flowItemNum {
  color: var(--mainColor);
  line-height: 1;
  margin-bottom: 1em;
}
.treatmentFlowBlock .flowItemTitle {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .treatmentFlowBlock {
    --imgW: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .treatmentFlowBlock {
    --imgW: 90px;
    --gap: 20px;
  }
  .treatmentFlowBlock .flowItemTitle {
    font-size: 18px;
    line-height: 1.2;
  }
  .treatmentFlowBlock .flowItemTx {
    font-size: 13px;
  }
}

/*==================================================
 * スタッフ紹介
*================================================*/
.staffArticle + .staffArticle {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .staffArticle + .staffArticle {
    margin-top: 25px;
  }
}

.staffArticleTitle {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 4%;
}
.staffArticleTitle::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .staffArticleTitle {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .staffArticleTitle::after {
    width: 35%;
  }
}

.staffItem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.staffItem + .staffItem {
  margin-top: 60px;
}
.staffItem.pageLinkW {
  margin-top: calc(var(--headerH) * -1);
  padding-top: calc(var(--headerH) + 60px);
}
@media only screen and (max-width: 767px) {
  .staffItem {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .staffItem + .staffItem {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .staffItemLeftBox {
    padding-right: 8.5%;
  }
}

.staffItemImg {
  border-radius: 40px;
  overflow: hidden;
  padding-bottom: 57%;
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffItemImg {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .staffItemImg {
    padding-bottom: 48%;
    border-radius: 24px;
    margin-inline: auto;
    width: 85%;
  }
}

.staffItemInfo {
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 959px) {
  .staffItemInfo {
    font-size: 13px;
    margin-bottom: 0.3em;
  }
}

.staffItemName {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .staffItemName {
    font-size: 18px;
  }
}

.staffItemHistory {
  background-color: #EADAC3;
  border-radius: 16px;
  padding-inline: 20px;
  padding-block: 20px;
}
.staffItemHistory dt {
  color: #9C898A;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
  padding-left: 1em;
  position: relative;
}
.staffItemHistory dt::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #9C898A;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.5em;
  width: 0.5em;
}
.staffItemHistory dd ul li {
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .staffItemHistory dd ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 959px) {
  .staffItemHistory dt {
    font-size: 15px;
  }
}

.staffItemTitle {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffItemTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .staffItemTitle {
    font-size: 18px;
  }
}

.staffItemDl dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #9C898A;
}
.staffItemDl dt {
  color: #9C898A;
  font-size: 18px;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.4em;
}
.staffItemDl dt::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #9C898A;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.5em;
  width: 0.5em;
}
.staffItemDl dd {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .staffItemDl dt {
    font-size: 16px;
  }
  .staffItemDl dd {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

/*==================================================
 * 患者さまの声
*================================================*/
.archiveMainBlock {
  background-color: var(--subColor);
  padding-block: 40px 10px;
  margin-bottom: calc(var(--archPosition) * 1.5);
  position: relative;
  z-index: 2;
}
.archiveMainBlock::before {
  content: "";
  position: absolute;
  background: url(../img/subColor_arch.png) no-repeat center/100% 100%;
  height: var(--archPosition);
  position: absolute;
  left: 0;
  bottom: calc(var(--archPosition) * -1);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .archiveMainBlock {
    padding-block: 30px 20px;
  }
  .archiveMainBlock::before {
    bottom: -5.5rem;
  }
}

.voicePageTx {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .voicePageTx {
    font-size: 14px;
  }
}

.voiceCateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 15px;
}
.voiceCateList li + li {
  border-left: 2px solid var(--mainColor);
}
.voiceCateList li a {
  padding-inline: 2em;
  letter-spacing: 0.08em;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.voiceCateList li a:hover {
  color: var(--mainColor);
}
.voiceCateList li.active a {
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .voiceCateList {
    row-gap: 10px;
  }
  .voiceCateList li + li {
    border-left-width: 1px;
  }
  .voiceCateList li a {
    font-size: 14px;
    padding-inline: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .voiceCateList {
    row-gap: 5px;
  }
  .voiceCateList li + li {
    border-left-width: 1px;
  }
  .voiceCateList li a {
    padding-inline: 0.7em;
  }
}

.voiceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 90px;
}
@media only screen and (max-width: 767px) {
  .voiceGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

.moreTxLink {
  display: grid;
  grid-template-columns: 5em 30px;
  gap: 15px;
  margin-top: 25px;
}
.moreTxLink .moreTxLinkTx {
  color: var(--mainColor);
}
.moreTxLink .moreTxLinkArw {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 25px;
}
.moreTxLink .moreTxLinkArw i {
  color: #fff;
  line-height: 1;
}

.voiceSignleHead {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.voiceSignleHead + .voiceSignleFoot {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .voiceSignleHead {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .voiceSignleTxBox {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .voiceSignleTxBox {
    padding-top: 5%;
  }
}

.voiceSignleTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .voiceSignleTitle {
    font-size: 20px;
  }
}

.voiceSignleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  gap: 15px;
}
.voiceSignleInfo .voiceSignleName {
  font-weight: 400;
}
.voiceSignleInfo .voiceSignleCate {
  background-color: var(--subColor);
  font-size: 14px;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.3em;
  line-height: 1;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .voiceSignleInfo .voiceSignleName {
    font-size: 13px;
  }
  .voiceSignleInfo .voiceSignleCate {
    font-size: 12px;
  }
}

.voiceSignleMessage {
  background-color: var(--mainColorLight);
  padding-inline: 20px;
  padding-block: 25px;
  border-radius: 24px;
}
.voiceSignleMessage dt {
  padding-left: 1em;
  position: relative;
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.voiceSignleMessage dt::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--mainColor);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.5em;
  width: 0.5em;
}
.voiceSignleMessage dd {
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .voiceSignleMessage dt {
    font-size: 16px;
  }
  .voiceSignleMessage dd {
    font-size: 13px;
  }
}

/*==================================================
 * お問い合わせ
*================================================*/
.contactMainTx {
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .contactMainTx {
    font-size: 16px;
  }
}

.contactTelBox {
  max-width: 400px;
  margin-inline: auto;
  margin-block: 5% 13%;
}
@media only screen and (max-width: 767px) {
  .contactTelBox {
    width: 80%;
  }
}

/*==================================================
 * 採用情報
*================================================*/
.recruitMainBlock {
  position: relative;
  z-index: 2;
}
.recruitMainBlock::before {
  content: "";
  background: url(../img/archTx_recruit.svg) no-repeat center/100% 100%;
  aspect-ratio: 1500/300;
  height: 30.1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8rem;
  width: 114%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .recruitMainBlock::before {
    height: 10rem;
    bottom: -3rem;
  }
}

.recruitMainBg {
  -webkit-mask-image: url("../img/recruitMaskFv.png");
          mask-image: url("../img/recruitMaskFv.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  position: relative;
  -webkit-mask-size: 120%;
          mask-size: 120%;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
  .recruitMainBg {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}

.recruitMainBgInner {
  background: linear-gradient(135deg, #FFFCF5, #F1BB0B);
  padding-block: calc(var(--headerH) * 3.3) calc(var(--headerH) * 1.5);
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMainBgInner {
    padding-block: calc(var(--headerH) * 2.8) calc(var(--headerH) * 1.5);
  }
}
@media only screen and (max-width: 767px) {
  .recruitMainBgInner {
    padding-block: calc(var(--headerH) * 3) calc(var(--headerH) * 3.5);
  }
}

.recruitFvImg {
  position: absolute;
  width: 260px;
}
.recruitFvImg.__01 {
  left: 4rem;
}
.recruitFvImg.__02 {
  right: 4rem;
}
@media print, screen and (min-width: 768px) {
  .recruitFvImg {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFvImg {
    width: 200px;
  }
  .recruitFvImg.__01 {
    left: 0rem;
    top: 28rem;
  }
  .recruitFvImg.__02 {
    right: 0rem;
    top: 24rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFvImg {
    top: auto;
    bottom: 1.5rem;
    width: 120px;
  }
  .recruitFvImg.__01 {
    left: 2rem;
  }
  .recruitFvImg.__02 {
    right: 2rem;
  }
}

.recruitMainBoxTitle {
  color: #fff;
  font-size: clamp(24px, 3.2vw, 40px);
  letter-spacing: 0.13em;
  line-height: 1;
  margin-bottom: 0.6em;
}

.recruitMainBoxTx {
  font-size: 24px;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .recruitMainBoxTx {
    font-size: 16px;
  }
}

.recruitMainImg {
  position: relative;
  margin-top: calc(var(--archPosition) * -1);
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .recruitMainImg {
    margin-top: calc(var(--archPosition) * -2);
  }
}

.recruitConceptGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .recruitConceptGrid {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recruitConceptCardImg {
  overflow: hidden;
  width: 250px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  .recruitConceptCardImg {
    width: 180px;
  }
}

.recruitConceptCardSubTitle {
  text-align: center;
  margin-bottom: 0.6em;
}
.recruitConceptCardSubTitle span {
  display: inline-block;
  padding-inline: 1em;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.recruitConceptCardSubTitle span::before, .recruitConceptCardSubTitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--recruitColor);
  height: 100%;
  width: 1px;
}
.recruitConceptCardSubTitle span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.recruitConceptCardSubTitle span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.recruitConceptCardTitle {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: var(--recruitColor);
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitConceptCardTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitConceptCardTitle {
    font-size: 20px;
  }
}

.recruitConceptCardTx {
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .recruitConceptCardTx {
    font-size: 13px;
  }
}

.recruitJobBlock {
  margin-block: calc(var(--archPosition) - var(--archPosition) * 2);
  position: relative;
  z-index: 3;
}
.recruitJobBlock::before {
  content: "";
  background: url(../img/archTx_clinic.svg) no-repeat center/100% 100%;
  aspect-ratio: 1500/300;
  height: 30.1rem;
  position: absolute;
  top: -8.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 114%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .recruitJobBlock {
    margin-block: calc(var(--archPosition) - var(--archPosition) * 1.5);
  }
  .recruitJobBlock::before {
    height: 10rem;
    top: -3.25rem;
  }
}

.recruitGrade {
  background: linear-gradient(135deg, #FFFCF5, #F1BB0B);
  clip-path: ellipse(100% 50% at 50% 50%);
  padding-block: var(--archPosition);
}
@media only screen and (max-width: 767px) {
  .recruitGrade {
    clip-path: ellipse(200% 50% at 50% 50%);
  }
}

.recruitJobItem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.recruitJobItem + .recruitJobItem {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .recruitJobItem:nth-child(odd) .recruitJobItemImgBox {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .recruitJobItem:nth-child(odd) .recruitJobItemTxBox {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .recruitJobItem {
    grid-template-columns: 1fr;
  }
}

.recruitJobItemImgBox {
  padding-right: 3%;
}
.recruitJobItemImgBox .recruitJobItemImg {
  border-radius: 40px;
  overflow: hidden;
}
.recruitJobItem:nth-child(odd) .recruitJobItemImgBox {
  padding-inline: 3% 0;
}
@media only screen and (max-width: 767px) {
  .recruitJobItemImgBox .recruitJobItemImg {
    border-radius: 24px;
    width: 80%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

.recruitJobItemName {
  margin-bottom: 1.5em;
}
.recruitJobItemName span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: 4px dotted var(--recruitSubColor);
  color: var(--recruitSubColor);
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .recruitJobItemName span {
    font-size: 18px;
  }
}

.recruitJobItemTitle {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 959px) {
  .recruitJobItemTitle {
    font-size: 20px;
  }
}

.recruitJobItemTx {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.recruitMindestGrid {
  max-width: 790px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 70px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMindestGrid {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMindestGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}

.recruitMindestItemIcon {
  border-radius: 50%;
  background: linear-gradient(-151deg, #FFFCF5 30%, #F1BB0B 120%);
  padding: 10px;
  margin-inline: auto;
  margin-bottom: 5%;
  height: 120px;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .recruitMindestItemIcon {
    height: 80px;
    width: 80px;
  }
}

.recruitMindestItemTx {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .recruitMindestItemTx {
    font-size: 14px;
  }
}

.recruitStaffItem {
  background: linear-gradient(135deg, #FFFCF5, #F1BB0B);
  padding: 3px;
  border-radius: 24px;
}
.recruitStaffItem .staffItem {
  background-color: #fff;
  border-radius: 24px;
  padding-inline: 60px;
  padding-block: 60px 40px;
}
.recruitStaffItem .staffItemDl dt {
  color: var(--recruitColor);
  font-weight: 600;
}
.recruitStaffItem .staffItemDl dt::before {
  background-color: var(--recruitColor);
}
@media only screen and (max-width: 767px) {
  .recruitStaffItem .staffItem {
    padding-inline: 15px;
    padding-block: 30px 20px;
  }
}

.recruitStaffArw-prev {
  background-color: var(--recruitColor);
  left: -2rem;
}

.recruitStaffArw-next {
  background-color: var(--recruitColor);
  right: -2rem;
}

.recruiDetail {
  background: linear-gradient(135deg, #FFFCF5, #F1BB0B);
  padding-block: clamp(50px, 10vw, 100px) 30vw;
}

.recruitDetailItem {
  border: 1px solid #A1A1A1;
  border-radius: 16px;
  overflow: hidden;
}
.recruitDetailItem + .recruitDetailItem {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
  .recruitDetailItem + .recruitDetailItem {
    margin-top: 20px;
  }
}

.recruitDetailItemHead {
  cursor: pointer;
  background-color: #F1BB0B;
  position: relative;
  padding-inline: 1em;
  padding-block: 1em;
}
.recruitDetailItemHead .recruitDetailTitle {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.recruitDetailItemHead .recruitDetailItemIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  height: 25px;
  width: 25px;
}
.recruitDetailItemHead .recruitDetailItemIcon::before, .recruitDetailItemHead .recruitDetailItemIcon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 100%;
}
.recruitDetailItemHead .recruitDetailItemIcon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruitDetailItemHead .recruitDetailItemIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitDetailItemHead.open .recruitDetailItemIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (max-width: 959px) {
  .recruitDetailItemHead .recruitDetailTitle {
    font-size: 15px;
  }
  .recruitDetailItemHead .recruitDetailItemIcon {
    height: 20px;
    width: 20px;
  }
}

.recruitDetailItemIn {
  display: none;
  background-color: #fff;
  padding-inline: 120px;
  padding-block: 40px;
}
.recruitDetailItemIn dl {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 10px;
  border-bottom: 1px solid #A1A1A1;
  padding-block: 1em;
}
.recruitDetailItemIn dl:first-of-type {
  border-top: 1px solid #A1A1A1;
}
.recruitDetailItemIn dt {
  color: var(--recruitColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitDetailItemIn {
    padding-inline: 30px;
  }
  .recruitDetailItemIn dl {
    grid-template-columns: 120px auto;
  }
}
@media only screen and (max-width: 767px) {
  .recruitDetailItemIn {
    padding-inline: 15px;
    padding-block: 20px;
  }
  .recruitDetailItemIn dl {
    grid-template-columns: 80px auto;
  }
}

.recruitContact {
  margin-block: -12vw 6vw;
}

.recruitContactBlock {
  border: 5px solid var(--recruitColor);
  border-radius: 24px;
  background: linear-gradient(-135deg, #FFFCF5, #F1BB0B);
  padding-inline: 60px;
  padding-block: 60px 40px;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitContactBlock {
    padding-inline: 40px;
    padding-block: 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitContactBlock {
    padding-inline: 15px;
    padding-block: 20px 60px;
  }
}

.recruitContactImg {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: clamp(90px, 18.8vw, 240px);
  position: absolute;
}
.recruitContactImg.__01 {
  top: 8rem;
  left: -10rem;
}
.recruitContactImg.__02 {
  bottom: 4rem;
  right: -7rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitContactImg.__01 {
    top: 2rem;
    left: -2rem;
  }
  .recruitContactImg.__02 {
    bottom: -4rem;
    right: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitContactImg.__01 {
    top: auto;
    left: -2rem;
    bottom: -2rem;
  }
  .recruitContactImg.__02 {
    bottom: -3rem;
    right: -1rem;
  }
}

.recruitContactHead {
  margin-block: -1.1em 0.3em;
  font-size: clamp(42px, 9.3vw, 120px);
  text-align: center;
  color: #fff;
  font-family: var(--fontEn_serif);
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitContactHead {
    margin-block: -0.9em 0.3em;
  }
}

.recruitContactBoxLink {
  display: inline-block;
  border-radius: 50rem;
  background-color: #fff;
  padding-inline: 3em;
  padding-block: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruitContactBoxLink {
    padding-inline: 2em;
    padding-block: 0.5em;
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}