/*

  下層ページ共通：SV

================================================================
*/
#sv {
  width: 100%;
  height: 300px;}
#sv .flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D5CDC6;}
#sv .flex h1 {
  font-family: nss;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: .2em;}
#sv .flex .en {
  margin-top: 10px;
  font-family: nss;
  font-size: 20px;
  font-weight: 600;
  color: #EE7525;
  letter-spacing: .02em;
  text-transform:capitalize;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#sv {
  height: 60vw;}
#sv .flex {
  justify-content: flex-end;
  padding-bottom: 10vw;}
#sv .flex h1 {
  font-weight: 500;
  font-size: 5.2vw;
  line-height: 1.5;
  letter-spacing: .15em;}
#sv .flex .en {
  margin-top: 2vw;
  font-size: 3.6vw;}}

/*

  下層ページ共通：ぱんくず

================================================================
*/
#pankz {
  width: 100%;
  margin-bottom: 30px;
  height: 50px;}
#pankz ul {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  font-size: 15px;}
#pankz ul li + li {
  position: relative;
  margin-left: 30px;}
#pankz ul li + li:before {
  pointer-events: none;
  content: '/';
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 95%;
  color: #D5CDC6;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#pankz {
  margin-bottom: 5vw;
  height: 10vw;}
#pankz ul {
  overflow-x: auto;
  padding: 0 5vw;
  font-size: 3vw;}
#pankz ul li {
  flex-shrink: 0;}
#pankz ul li + li {
  margin-left: 5vw;}
#pankz ul li + li:before {
  left: -3.5vw;
  font-size: 100%;}}

/*

  下層ページ：レイアウト

================================================================
*/
.lowrap {
  position: relative;
  font-weight: 400;}
.lowrap + .lowrap {
  margin-top: 80px;}
.loblock + .loblock {
  margin-top: 40px;}
#top-tr.under {
  margin-top: 100px;
  padding-bottom: 100px;
  background-image: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lowrap {
  padding: 0 5vw;}
.lowrap + .lowrap {
  margin-top: 15vw;}
.loblock + .loblock {
  margin-top: 7vw;}
#top-tr.under {
  margin-top: 15vw;
  padding-bottom: 10vw;}}

/* 施術ページ下部 */
.cfooter {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;}
.cfooter li {
  overflow: hidden;
  width: 48.5%;
  height: 100px;
  border-radius: 10px;
  background-repeat: none;
  background-position: center;
  background-size: cover;}
.cfooter li.column {
  background-image: url(../img/under/to-column.png);}
.cfooter li.trouble {
  background-image: url(../img/under/to-trouble.png);}
.cfooter li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 30px;
  color: #fff;
  font-family: nss;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .15em;}
.cfooter li a:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  margin-top: -20px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ileftb.png) no-repeat center / 18px auto;
  background-color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  z-index: 2;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.cfooter {
  margin-top: 5vw;
  padding-bottom: 5vw;}
.cfooter li {
  height: 15vw;
  border-radius: 2vw;}
.cfooter li a {
  padding-left: 3.5vw;
  font-size: 3.8vw;
  font-weight: 500;
  letter-spacing: .1em;}
.cfooter li a:after {
  right: 3vw;
  width: 6vw;
  margin-top: -3vw;
  background-size: 3vw auto;}}

/*

  下層ページ：レイアウト内Lパーツ

================================================================
*/
/*  ポイント
--------------------------------------------------------------*/
.p-point {
  width: 100%;
  padding: 40px 50px;
  border-radius: 10px;
  background: #fff;}
.p-point h2,
.p-point .title {
  margin-bottom: 20px;
  font-family: nss;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .15em;}
.p-point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.p-point ul li {
  width: 48.5%;
  padding: 15px 0;
  border-bottom: 1px dashed #D5CDC6;
  line-height: 1.5;}
.p-point ul li span {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/common/ich.png) no-repeat left top 7px / 16px auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-point {
  padding: 7vw;
  border-radius: 2vw;}
.p-point h2,
.p-point .title {
  margin-bottom: 5vw;
  text-align: center;
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 1.5;}
.p-point ul {
  flex-direction: column;}
.p-point ul li {
  width: 100%;
  padding: 3vw 0;
  font-size: 3.55vw;}
.p-point ul li span {
  padding-left: 5.5vw;
  background-position: left top 2vw;
  background-size: 3vw auto;}}

/*  ページ内リンク
--------------------------------------------------------------*/
.p-link {
  display: flex;
  flex-wrap: wrap;}
.p-link li {
  width: 24.1%;
  margin-top: 10px;}
.p-link li + li {
  margin-left: 1.2%;}
.p-link li:nth-child(4n+1) {
  margin-left: 0;}
.p-link li:nth-child(-n+4) {
  margin-top: 0;}
.p-link li a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 100svh;
  border: 1px solid #F57F31;
  background: url(../img/common/iplink.png) no-repeat right 12px center / 24px auto;
  background-color: #fff;
  font-size: 16px;
  color: #F57F31;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-link {
  justify-content: space-between;}
.p-link li {
  width: 48.5%;
  margin-top: 2vw;}
.p-link li + li {
  margin-left: 0;}
.p-link li:nth-child(-n+4) {
  margin-top: 2vw;}
.p-link li:nth-child(-n+2) {
  margin-top: 0;}
.p-link li a {
  justify-content: flex-start;
  padding-left: 3.5vw;
  height: 10vw;
  background-position: right 3vw auto;
  background-size: auto 40%;
  font-size: 3.4vw;}}

/*  レイアウト01：イメージとテキスト横並び
--------------------------------------------------------------*/
.lo-flex01 {
  display: flex;
  justify-content: space-between;}
.lo-flex01 > div {
  flex: 1;
  margin-right: 60px;}
.lo-flex01 figure {
  width: 500px;}
.lo-flex01 figure img {
  border-radius: 10px;}
.lo-flex01 .mov {
  margin-right: 0;
  width: 500px;}
.lo-flex01 .mov iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lo-flex01 {
  flex-direction: column;}
.lo-flex01 > div {
  width: 100%;
  margin-right: 0;}
.lo-flex01 figure {
  margin-top: 5vw;
  width: 100%;}
.lo-flex01 figure img {
  border-radius: 2vw;}
.lo-flex01 .mov {
  width: 100%;}
.lo-flex01 .mov iframe {
  border-radius: 2vw;}}

/*  レイアウト02：50%/50%
--------------------------------------------------------------*/
.lo-flex02 {
  display: flex;
  justify-content: space-between;}
.lo-flex02 > div {
  width: 48.5%;}
.lo-flex02 .mov {
  width: 100%;
  aspect-ratio: 16/9;}
.lo-flex02 figure img {
  border-radius: 10px;}
.lo-flex02 .mov iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lo-flex02 {
  flex-direction: column;}
.lo-flex02 > div {
  width: 100%;}
.lo-flex02 > div + div {
  margin-top: 7vw;}
.lo-flex02 figure img {
  border-radius: 2vw;}
.lo-flex02 .mov iframe {
  border-radius: 2vw;}}

/*  アウトライン01
--------------------------------------------------------------*/
.outline01 {
  padding: 50px;
  background-color: #E8E1DB;}
.outline01 .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.outline01 {
  padding: 7vw;}
.outline01 .title {
  text-align: center;
  margin-bottom: 3.5vw;
  font-size: 4vw;}}

/*  ドクターコメント
--------------------------------------------------------------*/
.drcome {
  display: flex;
  align-items: flex-end;}
.drcome figure {
  width: 210px;}
.drcome figure img {
  width: 100%;
  height: auto;}
.drcome .left {
  position: relative;}
.drcome .left .hitokoto {
  white-space: nowrap;
  position: absolute;
  top: -15px;
  left: 0;
  font-family: nss;
  font-weight: 600;
  font-size: 20px;
  transform: rotate(-5deg);
  color: #EE7525;}
.drcome .left .hitokoto span {
  position: relative;
  display: inline-block;
  letter-spacing: .1em;}
.drcome .left .hitokoto span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -.5em;
  width: 1px;
  height: 100%;
  background-color: #EE7525;
  transform: rotate(-15deg);}
.drcome .left .hitokoto span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -.5em;
  width: 1px;
  height: 100%;
  background-color: #EE7525;
  transform: rotate(15deg);}
.drcome .right {
  position: relative;
  flex: 1;
  margin-left: 50px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;}
.drcome .right:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: -20px;
  width:0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #fff transparent transparent;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.drcome {
  flex-direction: column;
  align-items: center;
  margin-top: 15vw;}
.drcome figure {
  width: 50vw;}
.drcome .left {
  position: relative;
  z-index: 2;}
.drcome .left .hitokoto {
  top: -3vw;
  font-size: 5vw;}
.drcome .right {
  width: 100%;
  margin-top: -10vw;
  margin-left: 0;
  padding: 15vw 7vw 7vw;
  border-radius: 2vw;}
.drcome .right:after {
  display: none;}}

/*

  下層ページ：レイアウト内Sパーツ

================================================================
*/

/*  基本h2
--------------------------------------------------------------*/
.ch2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5CDC6;
  line-height: 1.5;
  font-family: nss;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: .15em;}
.ch2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10%;
  height: 1px;
  background-color: #EE7525;}
.ch2.left {
  text-align: left;}
.ch2.tro {
  font-size: 20px;}
.ch2 span {
  letter-spacing: .05em;
  font-size: 80%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.ch2 {
  margin-bottom: 2.5vw;
  padding-bottom: 2.5vw;
  font-weight: 500;
  font-size: 4.8vw;}
.ch2.tro {
  font-size: 4.5vw;}
.ch2:after {
  width: 20%;}}

/*  基本h3
--------------------------------------------------------------*/
.ch3 {
  position: relative;
  margin-bottom: 20px;
  padding: 3px 0;
  padding-left: 15px;
  line-height: 1.5;
  font-family: nss;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .15em;
  border-left: 3px solid #EE7525;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.ch3 {
  margin-bottom: 2.5vw;
  padding: 1vw 0;
  padding-left: .7em;
  font-weight: 500;
  font-size: 4.5vw;}}

/*  基本テキスト
--------------------------------------------------------------*/
.lowrap .txt {
  line-height: 1.9;
  font-size: 15px;}
.lowrap .txt strong {
  background: linear-gradient(transparent 60%, #D5CDC6 60%);
  font-size: 110%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lowrap .txt {
  font-size: 3.55vw;}}

/*  リスト：サークル
--------------------------------------------------------------*/
.c-ul {
  position: relative;
  line-height: 1.5;
  font-size: 15px;}
.c-ul li {
  position: relative;
  padding-left: 1em;}
.c-ul li + li {
  margin-top: 8px;}
.c-ul li:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #EE7525;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.c-ul {
  font-size: 3.55vw;}
.c-ul li {
  padding-left: 1em;}
.c-ul li + li {
  margin-top: 2vw;}
.c-ul li:before {
  top: 2.2vw;
  width: 1.4vw;}}

/*  リスト：症状と治療
--------------------------------------------------------------*/
.lt01 {
  display: flex;
  flex-wrap: wrap;}
.lt01 li {
  overflow: hidden;
  width: 32%;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #FBFBFB;}
.lt01 li + li {
  margin-left: 2%;}
.lt01 li:nth-child(3n+1) {
  margin-left: 0;}
.lt01 li:nth-child(-n+3) {
  margin-top: 0;}
.lt01 li h3,
.lt01 li h4 {
  padding: 12px 0;
  background-color: #EE7525;
  text-align: center;
  font-family: nss;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .03em;
  line-height: 1.4;
  color: #fff;}
.lt01 li > div {
  padding: 20px;}
.lt01 li > div figure,
.lt01 li > div .mov {
  margin-bottom: 20px;}
.lt01 li > div .mov {
  width: 100%;
  aspect-ratio: 16/9;}
.lt01 li > div .mov iframe {
  width: 100%;
  height: 100%;}
.lt01 li > div table {
  width: 100%;
  line-height: 1.5;
  font-size: 15px;}
.lt01 li > div table th {
  white-space: nowrap;
  vertical-align: top;
  padding: 10px 0;}
.lt01 li > div table th span {
  position: relative;
  display: inline-block;
  padding-left: 1em;}
.lt01 li > div table th span:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #EE7525;}
.lt01 li > div table td {
  padding: 10px 0;
  padding-left: 20px;}
.lt01 li > div table td span {
  display: block;
  margin-top: 5px;
  font-size: 85%;}
.lt01 li > div table tr + tr {
  border-top: 1px solid #D5CDC6;}
.lt01 li > div table tr:first-child th,
.lt01 li > div table tr:first-child td {
  padding-top: 0;}
.lt01 li > div table tr:last-child th,
.lt01 li > div table tr:last-child td {
  padding-bottom: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lt01 {
  flex-direction: column;}
.lt01 li {
  width: 100%;
  margin-top: 0;
  border-radius: 2vw;}
.lt01 li + li {
  margin-top: 5vw!important;
  margin-left: 0;}
.lt01 li h3,
.lt01 li h4 {
  padding: 3vw 0;
  font-weight: 500;
  font-size: 4.2vw;}
.lt01 li > div {
  padding: 5vw;}
.lt01 li > div figure {
  margin-bottom: 3.5vw;}
.lt01 li > div table {
  font-size: 3.55vw;}
.lt01 li > div table th {
  padding: 3vw 0;}
.lt01 li > div table th span:before {
  top: 2.2vw;
  width: 1.4vw;}
.lt01 li > div table td {
  padding: 3vw 0;
  padding-left: 7vw;}
.lt01 li > div table td span {
  margin-top: 3vw;
  font-size: 90%;}}

/*  リスト：施術の流れ
--------------------------------------------------------------*/
.lt02 {
  position: relative;
  padding-left: 50px;}
.lt02:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background-color: #EE7525;}
.lt02 li {
  position: relative;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;}
.lt02 li + li {
  margin-top: 15px;}
.lt02 li:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 14px;
  margin-top: -7px;
  aspect-ratio: 1/1;
  border: 2px solid #EE7525;
  border-radius: 100%;
  background-color: #fff;}
.lt02 li:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 20px 8px 0;
  border-color: transparent #fff transparent transparent;}
.lt02 li span {
  position: relative;
  display: inline-block;}
.lt02 li span:before {
  margin-right: 20px;
  font-family: nss;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .1em;
  color: #EE7525;}
.lt02 li:nth-child(1) span:before {
  content: 'STEP.01';}
.lt02 li:nth-child(2) span:before {
  content: 'STEP.02';}
.lt02 li:nth-child(3) span:before {
  content: 'STEP.03';}
.lt02 li:nth-child(4) span:before {
  content: 'STEP.04';}
.lt02 li:nth-child(5) span:before {
  content: 'STEP.05';}
.lt02 li:nth-child(6) span:before {
  content: 'STEP.06';}
.lt02 li:nth-child(7) span:before {
  content: 'STEP.07';}
.lt02 li:nth-child(8) span:before {
  content: 'STEP.08';}
.lt02 li:nth-child(9) span:before {
  content: 'STEP.09';}
.lt02 li:nth-child(10) span:before {
  content: 'STEP.10';}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lt02 {
  padding-left: 7vw;}
.lt02:before {
  left: 0;
  border-radius: 1vw;}
.lt02 li {
  padding: 4vw 5vw;
  border-radius: 2vw;
  font-size: 3.55vw;}
.lt02 li + li {
  margin-top: 3vw;}
.lt02 li:before {
  left: -8vw;
  width: 2vw;
  margin-top: -1vw;}
.lt02 li:after {
  left: -3vw;
  margin-top: -2vw;
  border-width: 2vw 2vw 2vw 0;}
.lt02 li span:before {
  display: block;
  margin-bottom: .7vw;
  margin-right: 0;
  font-weight: 500;
  font-size: 3.4vw;}}

/*  リスト：4列
--------------------------------------------------------------*/
.lt03 {
  position: relative;
  display: flex;
  flex-wrap: wrap;}
.lt03 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24.1%;
  aspect-ratio: 1/.65;
  margin-top: 14px;
  border-radius: 10px;
  background-color: #fff;}
.lt03 li + li {
  margin-left: 1.2%;}
.lt03 li:nth-child(4n+1) {
  margin-left: 0;}
.lt03 li:nth-child(-n+4) {
  margin-top: 0;}
.lt03 li img {
  width: 55%;}
.lt03 li img.min {
  width: 35%;}
.lt03 li p {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lt03 {
  justify-content: space-between;}
.lt03 li {
  width: 49%;
  aspect-ratio: 1/1;
  margin-top: 2vw;
  border-radius: 2vw;}
.lt03 li + li {
  margin-left: 0;}
.lt03 li:nth-child(-n+4) {
  margin-top: 2vw;}
.lt03 li:nth-child(-n+2) {
  margin-top: 0;}
.lt03 li img {
  width: 60%;}
.lt03 li img.min {
  width: 45%;}
.lt03 li p {
  margin-top: 3vw;
  font-size: 3.4vw;}}

/*  リスト：2列
--------------------------------------------------------------*/
.lt04 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.lt04 > li {
  display: flex;
  align-items: center;
  width: 49%;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;}
.lt04 > li figure {
  width: 160px;}
.lt04 > li figure img {
  width: 100%;
  border-radius: 10px;}
.lt04 > li > div {
  flex: 1;
  text-align: center;}
.lt04 > li > div .title {
  font-family: nss;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .1em;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lt04 {
  flex-direction: column;}
.lt04 > li {
  width: 100%;
  padding: 2vw 5vw 2vw 2vw;
  border-radius: 2vw;}
.lt04 > li + li {
  margin-top: 2vw;}
.lt04 > li figure {
  width: 35%;}
.lt04 > li figure img {
  width: 100%;
  border-radius: 2vw;}
.lt04 > li > div {
  margin-left: 5vw;}
.lt04 > li > div .title {
  font-size: 4.2vw;}
.lt04 > li > div .ltype01 {
  margin-top: 3.5vw;
  height: 10vw;}
.lt04 > li > div .ltype01:after {
  width: 6vw;
  right: 2vw;
  margin-top: -3.2vw;}}

/*  リスト：スマホ横スクロール
--------------------------------------------------------------*/
.lt05 {
  position: relative;
  display: flex;
  flex-wrap: wrap;}
.lt05 li {
  overflow: hidden;
  width: 24.1%;
  border-radius: 10px;
  background-color: #fff;}
.lt05 li + li {
  margin-left: 1.2%;}
.lt05 li img {
  width: 100%;}
.lt05 li p {
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.0;
  background-color: #EE7525;
  color: #fff;
  letter-spacing: .05em;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.lt05 {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 3vw;}
.lt05 li {
  flex-shrink: 0;
  width: 50vw;
  border-radius: 2vw;}
.lt05 li + li {
  margin-left: 3vw;}
.lt05 li img {
  width: 100%;}
.lt05 li p {
  padding: 2.5vw 0;
  font-size: 3.55vw;}}

/*  汎用テーブル01
--------------------------------------------------------------*/
.t01 {
  width: 100%;
  border: solid #D5CDC6;
  border-width: 1px 0 0 1px;
  line-height: 1.6;}
.t01 th {
  white-space: nowrap;
  width: 200px;
  padding: 10px 20px;
  border: solid #D5CDC6;
  border-width: 0 1px 1px 0;
  background-color: #E8E1DB;
  font-weight: normal;
  text-align: left;}
.t01 td {
  padding: 10px 20px;
  border: solid #D5CDC6;
  border-width: 0 1px 1px 0;
  background-color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.t01 {
  font-size: 3.55vw;}
.t01 th {
  width: auto;
  padding: 2.5vw;}
.t01 td {
  padding: 2.5vw;}}


/*  下層ページ用リンクタイプ
--------------------------------------------------------------*/
.ltype01.under {
  width: auto;
  padding: 0 60px 0 40px;
  font-size: 16px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.ltype01.under {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 3.55vw;}}

/*  マージン設定
--------------------------------------------------------------*/
.mt-min {
  margin-top: 20px;}
.mt-mid {
  margin-top: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.mt-min {
  margin-top: 5vw;}
.mt-mid {
  margin-top: 7vw;}}

/* イメージ fit
--------------------------------------------------------------*/
.fit-bottom {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  aspect-ratio: 16/9;}

/*

  オリジナル：矯正歯科（歯列矯正）・噛みあわせの治療

================================================================
*/
/*  kamiawase-pre
--------------------------------------------------------------*/
.kamiawase-pre {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 120px;
  padding-right: 100px;
  border-radius: 10px;
  background: url(../img/under/kamiawase/pre.png) no-repeat center / cover;}
.kamiawase-pre p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.kamiawase-pre p span {
  margin-left: 20px;
  letter-spacing: .1em;
  font-size: 140%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.kamiawase-pre {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 30vw;
  padding-right: 0;
  border-radius: 2vw;
  background-position: left center;}
.kamiawase-pre p {
  flex-direction: column;
  font-size: 4vw;
  text-shadow: 0 0 2vw rgba(0, 0, 0, .3);}
.kamiawase-pre p span {
  margin-left: 0;
  margin-top: 3vw;}}

/*

  オリジナル：インプラント治療

================================================================
*/
/*  メリット・デメリット
--------------------------------------------------------------*/
.merit-dl {
  position: relative;
  margin-top: 30px;}
.merit-dl dt {
  padding: 12px 20px;
  border-radius: 100svh;
  border: 1px solid #EE7525;
  background: url(../img/common/iplus.png) no-repeat right 1em center / auto 60%;
  background-color: #fff;
  font-weight: 600;
  color: #EE7525;
  cursor: pointer;}
.merit-dl dd {
  display: none;
  padding: 10px 10px 0;}
.merit-dl dd + dt {
  margin-top: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.merit-dl {
  margin-top: 5vw;}
.merit-dl dt {
  padding: 3.5vw 5vw;
  font-size: 3.7vw;
  background-size: auto 50%;}
.merit-dl dd {
  padding: 3vw 5vw 0;}
.merit-dl dd + dt {
  margin-top: 3.5vw;}}

/*  違い表
--------------------------------------------------------------*/
.ireba-table {
  margin-top: 60px;}
.ireba-table table {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;}
.ireba-table table th,
.ireba-table table td {
  width: 25%;}
.ireba-table table {
  border: solid #D5CDC6;
  border-width: 0 1px 0 0;}
.ireba-table table thead th {
  padding-top: 80px;
  border: solid #D5CDC6;
  border-width: 1px 0 1px 1px;
  background-color: #fff;}
.ireba-table table thead th.first {
  background-color: transparent;
  border: none;}
.ireba-table table thead th div {
  position: relative;}
.ireba-table table thead th div img {
  position: absolute;
  top: -110px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border: 1px solid #D5CDC6;
  border-radius: 100%;}
.ireba-table table tbody th {
  background-color: #E8E1DB;
  border-bottom: 1px solid #fff;}
.ireba-table table tbody tr:last-child th {
  border-bottom: 1px solid #D5CDC6;}
.ireba-table table tbody td {
  border: solid #D5CDC6;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  text-align: center;}
.ireba-table table th,
.ireba-table table td {
  padding: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.ireba-table {
  margin-top: 5vw;
  padding-top: 10vw;
  width: 95vw;
  overflow: auto;
  padding-bottom: 2vw;}
.ireba-table table {
  width: 150vw;
  font-size: 3.5vw;}
.ireba-table table th,
.ireba-table table td {
  width: 28%;}
.ireba-table table thead th,
.ireba-table table tbody th {
  width: 16%;}
.ireba-table table thead th {
  padding-top: 10vw;}
.ireba-table table thead th div img {
  top: -23vw;
  width: 20vw;
  margin-left: -10vw;}
.ireba-table table tbody td {
  text-align: left;}
.ireba-table table tbody td br {
  display: none;}
.ireba-table table th,
.ireba-table table td {
  padding: 3vw;}}

/*

  オリジナル：セラミック治療

================================================================
*/
/*  違い表
--------------------------------------------------------------*/
.ceramic-table {
  margin-top: 60px;}
.ceramic-table table {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;}
.ceramic-table table th,
.ceramic-table table td {
  width: calc(100% / 3);}
.ceramic-table table {
  border: solid #D5CDC6;
  border-width: 0 1px 0 0;}
.ceramic-table table thead th {
  padding-top: 80px;
  border: solid #D5CDC6;
  border-width: 1px 0 1px 1px;
  background-color: #fff;}
.ceramic-table table thead th.first {
  background-color: transparent;
  border: none;}
.ceramic-table table thead th div {
  position: relative;}
.ceramic-table table thead th div img {
  position: absolute;
  top: -110px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border-radius: 100%;}
.ceramic-table table tbody th {
  background-color: #E8E1DB;
  border-bottom: 1px solid #fff;}
.ceramic-table table tbody tr:last-child th {
  border-bottom: 1px solid #D5CDC6;}
.ceramic-table table tbody td {
  border: solid #D5CDC6;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  text-align: center;}
.ceramic-table table th,
.ceramic-table table td {
  padding: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.ceramic-table {
  margin-top: 5vw;
  padding-top: 10vw;
  width: 95vw;
  overflow: auto;
  padding-bottom: 2vw;}
.ceramic-table table {
  width: 150vw;
  font-size: 3.5vw;}
.ceramic-table table th,
.ceramic-table table td {
  width: 28%;}
.ceramic-table table thead th,
.ceramic-table table tbody th {
  width: 16%;}
.ceramic-table table thead th {
  padding-top: 10vw;}
.ceramic-table table thead th div img {
  top: -23vw;
  width: 20vw;
  margin-left: -10vw;}
.ceramic-table table tbody td {
  text-align: left;}
.ceramic-table table tbody td br {
  display: none;}
.ceramic-table table th,
.ceramic-table table td {
  padding: 3vw;}}

/*

  オリジナル：審美歯科・審美治療

================================================================
*/
/*  症例写真
--------------------------------------------------------------*/
.case-box {
  position: relative;
  display: flex;
  justify-content: space-between;}
.case-box:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F57F31;
  margin-top: -10px;
  margin-left: -5px;}
.case-box > div {
  overflow: hidden;
  position: relative;
  width: 48%;
  border-radius: 10px;}
.case-box > div:after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 10px 0 0;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, .5);
  backdrop-filter: blur(10px);
  font-family: nss;}
.case-box > div:nth-child(1):after {
  content: 'Before';}
.case-box > div:nth-child(2):after {
  content: 'After';}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.case-box {
  flex-direction: column;}
.case-box:before {
  border-width: 2.5vw 2.5vw 0 2.5vw;
  border-color: #F57F31 transparent transparent transparent;
  margin-top: -1.75vw;
  margin-left: -1.75vw;}
.case-box > div {
  width: 100%;
  border-radius: 2vw;}
.case-box > div + div {
  margin-top: 10vw;}
.case-box > div:after {
  border-radius: 0 2vw 0 0;
  padding: 2.5vw 3vw;
  backdrop-filter: blur(2vw);
  font-size: 4vw;}}

/*

  オリジナル：料金表

================================================================
*/
/*  料金表テーブル
--------------------------------------------------------------*/
.price-table {
  width: 100%;
  border: solid #D5CDC6;
  border-width: 1px 0 0 1px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .05em;}
.price-table th {
  white-space: nowrap;
  width: 50%;
  padding: 15px;
  border: solid #D5CDC6;
  border-width: 0 1px 1px 0;
  background-color: #E8E1DB;
  text-align: left;
  font-weight: normal;}
.price-table span.note {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 90%;}
.price-table span.note:before {
  pointer-events: none;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
.price-table td {
  padding: 15px;
  border: solid #D5CDC6;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  text-align: right;}
.p-note {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.6;}
.p-note:before {
  pointer-events: none;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.price-table {
  font-size: 3.55vw;}
.price-table,
.price-table tr,
.price-table tbody,
.price-table th,
.price-table td {
  display: block;}
.price-table th {
  white-space: wrap;
  width: 100%;
  padding: 3vw;}
.price-table td {
  padding: 3vw;}
.p-note {
  margin-top: 3vw;
  font-size: 3,4vw;}}

/*

  オリジナル：診療時間・アクセス

================================================================
*/
/*  01
--------------------------------------------------------------*/
.p-access01 {
  display: flex;
  justify-content: space-between;}
.p-access01 .left {
  width: 60%;}
.p-access01 .note {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;}
.p-access01 .left .schedule {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;}
.p-access01 .left table {
  width: 100%;
  border-bottom: 2px solid #2D0E0E;
  font-size: 15px;
  letter-spacing: 0;}
.p-access01 .left table thead {
  border-bottom: 2px solid #2D0E0E;}
.p-access01 .left table thead th,
.p-access01 .left table thead td {
  text-align: center;
  padding-bottom: 15px;}
.p-access01 .left table tbody tr + tr {
  border-top: 1px solid #2D0E0E;}
.p-access01 .left table tbody th {
  width: 19.5%;
  font-weight: 500;}
.p-access01 .left table tbody td {
  width: 11.5%;}
.p-access01 .left table tbody th {
  padding: 15px 0;}
.p-access01 .left table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;}
.p-access01 .left table tbody td img {
  width: 15px;
  height: auto;}
.p-access01 .right {
  flex: 1;
  margin-left: 30px;}
.p-access01 .right .box + .box {
  margin-top: 20px;}
.p-access01 .right .box .title {
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #E8E1DB;
  border-radius: 100svh;
  text-align: center;}
.p-access01 .right .box table {
  width: 100%;
  font-size: 15px;}
.p-access01 .right .box table td {
  padding: 6px 0;
  text-align: center;}
.p-access01 .right .box table td span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;}
.p-access01 .right .box table td span.mark {
  padding-left: 30px;
  background: url(../img/under/access/mark.png) no-repeat left center / auto 100%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-access01 {
  flex-direction: column;}
.p-access01 .left {
  width: 100%;}
.p-access01 .note {
  margin-top: 3vw;
  font-size: 3vw;}
.p-access01 .left .schedule {
  padding: 5vw;
  border-radius: 2vw;}
.p-access01 .left table {
  font-size: 3vw;}
.p-access01 .left table thead th,
.p-access01 .left table thead td {
  padding-bottom: 3vw;}
.p-access01 .left table tbody th {
  padding: 2.5vw 0;}
.p-access01 .left table tbody td {
  padding: 2.5vw 0;}
.p-access01 .left table tbody td img {
  width: 3.4vw;}
.p-access01 .right {
  width: 100%;
  margin-top: 10vw;
  margin-left: 0;}
.p-access01 .right .box + .box {
  margin-top: 5vw;}
.p-access01 .right .box .title {
  margin-bottom: 2vw;
  padding: 2vw 0;
  font-size: 3.55vw;}
.p-access01 .right .box table {
  font-size: 3.55vw;}
.p-access01 .right .box table td {
  padding: 1.5vw 0;}
.p-access01 .right .box table td span {
  margin-right: 1vw;}
.p-access01 .right .box table td span.mark {
  padding-left: 5vw;}}

/*  02
--------------------------------------------------------------*/
.p-access02 {
  padding: 50px 0;
  background-color: #6B5945;}
.p-access02 .ccta ul li {
  width: 32%;
  font-weight: 600;}
.p-access02 .ccta ul li .txt {
  line-height: 1.0;}
.p-access02 .note {
  position: relative;
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;}
.p-access02 .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-access02 {
  padding: 5vw;}
.p-access02 .ccta {
  margin-top: 5vw;}
.p-access02 .ccta ul {
  flex-wrap: wrap;}
.p-access02 .ccta ul li {
  width: 49%;}
.p-access02 .note {
  margin-top: 3.5vw;
  font-size: 3.3vw;}}

/*  04
--------------------------------------------------------------*/
.p-access04 {
  position: relative;}
.p-access04 .tch2 {
  text-align: center;}
.p-access04 .map {
  width: 100%;
  height: 500px;}
.p-access04 .map iframe {
  width: 100%;
  height: 100%;}
.p-access04 .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;}
.p-access04 .flex > div {
  width: 48.5%;}
.p-access04 .flex .title {
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: #E8E1DB;
  border-radius: 100svh;}
.p-access04 .flex .title span {
  display: inline-block;
  padding: 1px 0;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;}
.p-access04 .flex .left .title span {
  background-image: url(../img/under/access/car.png);}
.p-access04 .flex .right .title span {
  background-image: url(../img/under/access/bus.png);}
.p-access04 .flex .left ul {
  padding: 0 20px;
  font-size: 15px;}
.p-access04 .flex .left ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;}
.p-access04 .flex .left ul li span {
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  padding-bottom: 1px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #5A4A37;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0;
  line-height: 0;
  font-weight: 600;}
.p-access04 .flex .left ul li + li {
  margin-top: 7px;}
.p-access04 .flex .right .txt {
  padding-left: 20px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-access04 .map {
  height: 100vw;}
.p-access04 .flex {
  flex-direction: column;
  margin-top: 5vw;}
.p-access04 .flex > div {
  width: 100%;}
.p-access04 .flex > div + div {
  margin-top: 7vw;}
.p-access04 .flex .title {
  margin-bottom: 3vw;
  padding: 2vw 5vw;
  font-size: 3.55vw;}
.p-access04 .flex .title span {
  padding: .5vw 0;
  padding-left: 10vw;
  background-size: auto 80%;}
.p-access04 .flex .left ul {
  padding: 0 5vw;
  font-size: 3.4vw;}
.p-access04 .flex .left ul li {
  padding-left: 7vw;}
.p-access04 .flex .left ul li span {
  top: 3px;
  width: 5vw;
  padding-bottom: 0;
  font-size: 2.8vw;}
.p-access04 .flex .left ul li + li {
  margin-top: 2vw;}
.p-access04 .flex .right .txt {
  padding-left: 5vw;}}

/*

  オリジナル：ご予約・お問い合わせ

================================================================
*/
/*  01
--------------------------------------------------------------*/
.p-contact01 ul {
  display: flex;
  justify-content: space-between;}
.p-contact01 ul li {
  width: 32%;}
.p-contact01 ul li figure {
  margin-bottom: 20px;}
.p-contact01 ul li img {
  border-radius: 10px;}
.p-contact01 ul li h3 {
  margin-bottom: 15px;
  font-family: nss;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;}
.p-contact01 ul li h3 span {
  display: block;
  font-size: 80%;}
.p-contact01 ul li .txt {
  line-height: 1.7;}
.p-contact01 ul li .note {
  margin-top: 15px;
  font-size: 90%;
  line-height: 1.7;}
.p-contact01 .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;}
.p-contact01 .flow p {
  overflow: hidden;
  position: relative;
  width: calc(100%/3);
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;}
.p-contact01 .flow p:nth-child(1) {
  background-color: #F2A878;}
.p-contact01 .flow p:nth-child(2) {
  background-color: #EB8847;}
.p-contact01 .flow p:nth-child(3) {
  background-color: #EE7525;}
.p-contact01 .flow p:nth-child(2):before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #F2A878;
  border-right: 0;
  margin-top: -30px;}
.p-contact01 .flow p:nth-child(3):before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #EB8847;
  border-right: 0;
  margin-top: -30px;}
.p-contact01 .title {
  display: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-contact01 ul {
  overflow-x: auto;
  padding-bottom: 3vw;}
.p-contact01 ul li {
  flex-shrink: 0;
  width: 70vw;}
.p-contact01 ul li + li {
  margin-left: 5vw;}
.p-contact01 ul li figure {
  margin-bottom: 3.5vw;}
.p-contact01 ul li img {
  border-radius: 0 0 2vw 2vw;}
.p-contact01 ul li h3 {
  margin-bottom: 2vw;
  font-size: 4.2vw;}
.p-contact01 ul li h3 span {
  font-size: 80%;}
.p-contact01 ul li .txt {
  font-size: 3.55vw;
  line-height: 1.7;}
.p-contact01 ul li .note {
  margin-top: 5vw;
  font-size: 3.2vw;}
.p-contact01 .flow {
  display: none;}
.p-contact01 .title {
  display: block;
  padding: 2vw;
  text-align: center;
  border-radius: 2vw 2vw 0 0;
  font-weight: 600;
  color: #fff;}
.p-contact01 ul li:nth-child(1) .title {
  background-color: #F2A878;}
.p-contact01 ul li:nth-child(2) .title {
  background-color: #EB8847;}
.p-contact01 ul li:nth-child(3) .title {
  background-color: #EE7525;}}

/*  02
--------------------------------------------------------------*/
.p-contact02 .box {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;}
.p-contact02 .box h2 {
  margin-bottom: 20px;
  text-align: center;
  font-family: nss;
  font-size: 26px;
  font-weight: 600;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-contact02 .box {
  padding: 7vw;
  border-radius: 2vw;}
.p-contact02 .box h2 {
  font-size: 4.5vw;
  margin-bottom: 3.5vw;
  line-height: 1.6;}}

/*

  オリジナル：当院について

================================================================
*/
/*  01
--------------------------------------------------------------*/
.p-about01 {
  padding-bottom: 100px;}
.p-about01 .tch2 {
  text-align: center;}
.p-about01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;}
.p-about01 .flex figure {
  width: 45%;}
.p-about01 .flex figure img {
  border-radius: 10px;}
.p-about01 .flex > div {
  flex: 1;
  margin-left: 80px;}
.p-about01 .flex > div h3 {
  margin-bottom: 30px;
  font-family: nss;
  font-weight: 600;
  font-size: 24px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-about01 {
  padding-bottom: 15vw;}
.p-about01 .flex {
  flex-direction: column;}
.p-about01 .flex figure {
  width: 100%;}
.p-about01 .flex figure img {
  border-radius: 2vw;}
.p-about01 .flex > div {
  width: 100%;
  margin-top: 10vw;
  margin-left: 0;}
.p-about01 .flex > div h3 {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 4.8vw;}}

/*  02
--------------------------------------------------------------*/
.p-about02 {
  padding-bottom: 10px!important;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-about02 {
  padding-bottom: 2vw!important;}}

/*

  オリジナル：医師・医院紹介

================================================================
*/
/*  01
--------------------------------------------------------------*/
.p-clinic01 .box {
  padding: 50px;
  border-radius: 10px;
  background-color: #E8E1DB;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-clinic01 .box {
  padding: 5vw;
  border-radius: 2vw;}}

/*  02
--------------------------------------------------------------*/
.p-clinic02 .flex {
  display: flex;
  justify-content: space-between;}
.p-clinic02 .flex figure {
  width: 50%;}
.p-clinic02 .flex figure img {
  border-radius: 10px;}
.p-clinic02 .flex > div {
  flex: 1;
  margin-left: 30px;}
.p-clinic02 .flex > div table {
  width: 100%;
  line-height: 1.6;
  font-size: 15px;}
.p-clinic02 .flex > div table tr + tr {
  border-top: 1px solid #E8E1DB;}
.p-clinic02 .flex > div table th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
  font-weight: 600;}
.p-clinic02 .flex > div table td {
  padding: 10px 0;
  padding-left: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-clinic02 .flex {
  flex-direction: column;}
.p-clinic02 .flex figure {
  width: 100%;}
.p-clinic02 .flex figure img {
  border-radius: 2vw;}
.p-clinic02 .flex > div {
  width: 100%;
  margin-top: 5vw;
  margin-left: 0;}
.p-clinic02 .flex > div table {
  font-size: 3.55vw;}
.p-clinic02 .flex > div table th {
  padding: 3.5vw 0;}
.p-clinic02 .flex > div table td {
  padding: 3.5vw 0;
  padding-left: 7vw;}}

/*  03
--------------------------------------------------------------*/
.p-clinic03 .flex {
  display: flex;}
.p-clinic03 .flex .left {
  width: 50%;}
.p-clinic03 .flex .left iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;}
.p-clinic03 .flex .right {
  flex: 1;
  margin-left: 40px;}
.p-clinic03 .flex .right h3 {
  margin-bottom: 20px;
  font-family: nss;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: .2em;}
.p-clinic03 .box {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;}
.p-clinic03 .flex02 {
  display: flex;
  flex-wrap: wrap;}
.p-clinic03 .flex02 > div {
  width: 50%;}
.p-clinic03 .flex02 > div h3 {
  margin-bottom: 20px;
  font-family: nss;
  font-weight: 600;
  font-size: 20px;}
.p-clinic03 .flex02 > div > div {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #B1B1B1;}
.p-clinic03 .flex02 table {
  font-size: 15px;
  line-height: 1.6;}
.p-clinic03 .flex02 table th {
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 600;}
.p-clinic03 .flex02 table td {
  padding: 5px 0;
  padding-left: 20px;}
.p-clinic03 .flex02 table td a {
  text-decoration: underline;}
.p-clinic03 .flex02 > div:last-child {
  width: 100%;}
.p-clinic03 .flex02 .c-ul {
  padding: 5px 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-clinic03 .flex {
  flex-direction: column;}
.p-clinic03 .flex .left {
  width: 100%;}
.p-clinic03 .flex .left iframe {
  border-radius: 2vw;}
.p-clinic03 .flex .right {
  width: 100%;
  margin-top: 5vw;
  margin-left: 0;}
.p-clinic03 .flex .right h3 {
  margin-bottom: 3.5vw;
  font-size: 4.8vw;
  letter-spacing: .1em;}
.p-clinic03 .box {
  padding: 5vw;
  border-radius: 2vw;}
.p-clinic03 .flex02 {
  flex-direction: column;}
.p-clinic03 .flex02 > div {
  width: 100%;}
.p-clinic03 .flex02 > div + div {
  margin-top: 5vw;}
.p-clinic03 .flex02 > div h3 {
  margin-bottom: 3.5vw;
  font-size: 4.5vw;}
.p-clinic03 .flex02 table {
  font-size: 3.55vw;}
.p-clinic03 .flex02 table th {
  white-space: nowrap;
  padding: 2vw 0;}
.p-clinic03 .flex02 table td {
  padding: 2vw 0;
  padding-left: 7vw;}
.p-clinic03 .flex02 .c-ul {
  padding: 2vw 0;}}

/*

  オリジナル：診療案内

================================================================
*/
/*  01
--------------------------------------------------------------*/
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-menu01 {
  padding: 0 5vw;}}

/*

  オリジナル：採用情報

================================================================
*/
/*  01
--------------------------------------------------------------*/
.p-recruit01 ul {
  display: flex;
  justify-content: space-between;}
.p-recruit01 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 180px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
  font-family: nss;
  font-weight: 600;
  font-size: 18px;}
.p-recruit01 ul li img {
  width: auto;
  height: 50px;}
.p-recruit01 ul li span {
  margin-top: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit01 ul {
  flex-wrap: wrap;}
.p-recruit01 ul li {
  width: 48.5%;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 3vw;
  border-radius: 2vw;
  font-size: 3.8vw;}
.p-recruit01 ul li:nth-child(-n+2) {
  margin-top: 0;}
.p-recruit01 ul li img {
  height: 10vw;}
.p-recruit01 ul li span {
  margin-top: 3.5vw;}}

/*  02
--------------------------------------------------------------*/
.p-recruit02 {
  overflow: hidden;
  position: relative;
  padding: 120px 0 0;}
.p-recruit02.message {
  padding: 200px 0 0;}
.p-recruit02:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(../img/under/recruit/b01.png) no-repeat top center / 2000px auto;}
.p-recruit02.message:after {
  background-position: center;
  background-image: url(../img/top/bg_features.jpg);}
.p-recruit02 .inner {
  z-index: 2;}
.p-recruit02 .tch2 h2 {
  color: #fff;}
.p-recruit02 .tch2 .en {
  color: #E0E0E0;}
.p-recruit02 .box {
  padding: 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);}
.p-recruit02 .box .lo-flex01 {
  margin: 50px 0;
  align-items: center;}
.p-recruit02 .box .lo-flex01 > div {
  margin-right: 0;
  margin-left: 50px;}
.p-recruit02 .box .lo-flex01.rev {
  flex-direction: row-reverse;}
.p-recruit02 .box .lo-flex01.rev > div {
  margin-right: 50px;
  margin-left: 0;}
.p-recruit02 .box .name {
  text-align: right;
  font-family: nss;
  font-weight: 600;
  font-size: 24px;}
.p-recruit02 .title {
  margin-bottom: 40px;
  font-family: nss;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  font-size: 26px;
  letter-spacing: .1em;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit02 {
  padding: 15vw 5vw 2vw;}
.p-recruit02.message {
  padding: 40vw 5vw 2vw;}
.p-recruit02:after {
  height: 80vw;
  background-size: 200% auto;
  background-position: left -40vw top;
  background-attachment: unset;}
.p-recruit02 .box {
  padding: 5vw;
  border-radius: 2vw;
  box-shadow: 0 1vw 1vw rgba(0, 0, 0, .15);}
.p-recruit02 .box .lo-flex01 {
  margin: 0;}
.p-recruit02 .box .lo-flex01 > div {
  margin-top: 5vw;
  margin-left: 0;}
.p-recruit02 .box .lo-flex01.rev {
  flex-direction: column;}
.p-recruit02 .box .lo-flex01.rev > div {
  margin-right: 0;}
.p-recruit02 .box .name {
  font-size: 4.5vw;}
.p-recruit02 .title {
  margin-bottom: 5vw;
  text-align: center;
  line-height: 1.7;
  font-size: 4.5vw;}}

/*  03
--------------------------------------------------------------*/
.p-recruit03 .tch2 {
  text-align: center;}
.p-recruit03 ul {
  display: flex;
  justify-content: space-between;}
.p-recruit03 ul li {
  overflow: hidden;
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1.6;
  font-family: nss;
  font-weight: 600;
  font-size: 17px;}
.p-recruit03 ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit03 ul {
  flex-wrap: wrap;}
.p-recruit03 ul li {
  width: 48.5%;
  margin-top: 3vw;
  border-radius: 2vw;
  font-size: 3.5vw;}
.p-recruit03 ul li:nth-child(-n+2) {
  margin-top: 0;}
.p-recruit03 ul li > div {
  height: auto;
  aspect-ratio: 1/.7;}}

/*  04
--------------------------------------------------------------*/
.p-recruit04 .tch2 {
  text-align: center;}
.re-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;}
.re-list li + li {
  margin-top: 40px;}
.re-list li figure {
  width: 55%;}
.re-list li figure img {
  border-radius: 10px;}
.re-list li > div {
  flex: 1;
  margin-left: 60px;}
.re-list li > div h3 {
  margin-bottom: 30px;
  font-family: nss;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;}
.re-list li.rev {
  flex-direction: row-reverse;}
.re-list li.rev > div {
  margin-right: 60px;
  margin-left: 0;}
.txt + .re-list {
  margin-top: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit04 .tch2 h2 {
  line-height: 1.6;}
.re-list li {
  flex-direction: column;}
.re-list li + li {
  margin-top: 10vw;}
.re-list li figure {
  width: 100%;}
.re-list li figure img {
  border-radius: 2vw;}
.re-list li > div {
  width: 100%;
  padding: 0 2vw;
  margin-top: 5vw;
  margin-left: 0;}
.re-list li > div h3 {
  margin-bottom: 3.5vw;
  text-align: center;
  font-size: 4.6vw;}
.re-list li.rev {
  flex-direction: column;}
.re-list li.rev > div {
  margin-right: 0;}
.txt + .re-list {
  margin-top: 5vw;}}

/*  05
--------------------------------------------------------------*/
.p-recruit05 .tch2 {
  text-align: center;}
.p-recruit05 .lt04 > li figure {
  width: 210px;}
.p-recruit05 .lt04 > li > div {
  margin-left: 40px;
  text-align: left;}
.p-recruit05 .lt04 > li > div .title {
  font-size: 22px;}
.p-recruit05 .lt04 > li > div .read {
  margin-top: 20px;
  line-height: 1.5;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit05 .tch2 .en {
  font-size: 8vw;}
.p-recruit05 .lt04 > li figure {
  width: 30vw;}
.p-recruit05 .lt04 > li > div {
  margin-left: 5vw;
  text-align: left;}
.p-recruit05 .lt04 > li > div .title {
  line-height: 1.5;
  font-size: 4.2vw;}
.p-recruit05 .lt04 > li > div .read {
  display: none;}}

/*  06
--------------------------------------------------------------*/
.p-recruit06 {
  text-align: center;}
.p-recruit06 img {
  border-radius: 10px;}
.p-recruit06 .center {
  margin-top: 20px;}
.p-recruit06 .ltype01 {
  width: 200px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit06 img {
  border-radius: 2vw;}
.p-recruit06 .center {
  margin-top: 3.5vw;
  font-size: 3.55vw;
  line-height: 1.7;}
.p-recruit06 .ltype01 {
  width: 60vw;}}

/*  07
--------------------------------------------------------------*/
.p-recruit07 .tch2 {
  text-align: center;}
.p-recruit07 ul {
  position: relative;
  width: 750px;
  margin: 0 auto;}
.p-recruit07 ul:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #EE7525;}
.p-recruit07 ul li {
  display: flex;}
.p-recruit07 ul li div {
  position: relative;
  width: 350px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;}
.p-recruit07 ul li div:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 10px;
  aspect-ratio: 1/1;
  margin-top: -7px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #EE7525;
  z-index: 2;}
.p-recruit07 ul li div:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  background: #fff;
  margin-top: -5px;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  z-index: 2;}
.p-recruit07 ul li:nth-child(odd) {
  justify-content: flex-end;}
.p-recruit07 ul li:nth-child(even) div:before {
  left: auto;
  right: -32px;}
.p-recruit07 ul li:nth-child(even) div:after {
  left: auto;
  right: -10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);}
.p-recruit07 ul li div .time {
  display: flex;
  align-items: center;}
.p-recruit07 ul li div .time span {
  display: inline-block;
  padding-left: 25px;
  margin-right: 10px;
  background: url(../img/under/recruit/g01.png) no-repeat left center / auto 100%;
  font-weight: 600;
  font-size: 110%;
  color: #EE7525;
  letter-spacing: .02em;}
.p-recruit07 ul li div .note {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.5;}
.p-recruit07 ul li div .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit07 ul {
  width: 100%;}
.p-recruit07 ul li div {
  width: 45%;
  padding: 5vw;
  border-radius: 2vw;}
.p-recruit07 ul li div:before {
  left: -5.85vw;
  width: 2vw;
  border-width: .5vw;
  margin-top: -1vw;}
.p-recruit07 ul li div:after {
  display: none;}
.p-recruit07 ul li:nth-child(even) div:before {
  left: auto;
  right: -5.85vw;}
.p-recruit07 ul li div .time {
  flex-direction: column;}
.p-recruit07 ul li div .time span {
  white-space: nowrap;
  padding-left: 5vw;
  margin-bottom: 2vw;
  margin-right: 0;
  font-size: 3.4vw;
  line-height: 1;}
.p-recruit07 ul li div .note {
  margin-top: 5vw;
  padding-left: 0;
  font-size: 3.2vw;}
.p-recruit07 ul li div .note:before {
  display: none;}}

/*  08
--------------------------------------------------------------*/
.p-recruit08 {
  text-align: center;}
.p-recruit08 .tch2 {
  text-align: center;}
.p-recruit08 ul {
  display: flex;
  justify-content: space-between;}
.p-recruit08 ul li {
  width: 32%;
  text-align: left;}
.p-recruit08 ul li figure {
  margin-bottom: 20px;}
.p-recruit08 ul li img {
  border-radius: 10px;}
.p-recruit08 ul li h3 {
  margin-bottom: 15px;
  font-family: nss;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;}
.p-recruit08 ul li h3 span {
  display: block;
  font-size: 80%;}
.p-recruit08 ul li .txt {
  line-height: 1.7;}
.p-recruit08 ul li .note {
  margin-top: 15px;
  font-size: 90%;
  line-height: 1.7;}
.p-recruit08 .flow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;}
.p-recruit08 .flow p {
  overflow: hidden;
  position: relative;
  width: calc(100%/3);
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;}
.p-recruit08 .flow p:nth-child(1) {
  background-color: #F2A878;}
.p-recruit08 .flow p:nth-child(2) {
  background-color: #EB8847;}
.p-recruit08 .flow p:nth-child(3) {
  background-color: #EE7525;}
.p-recruit08 .flow p:nth-child(2):before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #F2A878;
  border-right: 0;
  margin-top: -30px;}
.p-recruit08 .flow p:nth-child(3):before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #EB8847;
  border-right: 0;
  margin-top: -30px;}
.p-recruit08 .ltype01 {
  width: 200px;}
.p-recruit08 .title {
  display: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit08 ul {
  overflow-x: auto;
  padding-bottom: 3vw;}
.p-recruit08 ul li {
  flex-shrink: 0;
  width: 70vw;}
.p-recruit08 ul li + li {
  margin-left: 5vw;}
.p-recruit08 ul li figure {
  margin-bottom: 3.5vw;}
.p-recruit08 ul li img {
  border-radius: 0 0 2vw 2vw;}
.p-recruit08 ul li h3 {
  margin-bottom: 2vw;
  font-size: 4.2vw;}
.p-recruit08 ul li h3 span {
  font-size: 80%;}
.p-recruit08 ul li .txt {
  font-size: 3.55vw;
  line-height: 1.7;}
.p-recruit08 ul li .note {
  margin-top: 5vw;
  font-size: 3.2vw;}
.p-recruit08 .flow {
  display: none;}
.p-recruit08 .title {
  display: block;
  padding: 2vw;
  text-align: center;
  border-radius: 2vw 2vw 0 0;
  font-weight: 600;
  color: #fff;}
.p-recruit08 ul li:nth-child(1) .title {
  background-color: #F2A878;}
.p-recruit08 ul li:nth-child(2) .title {
  background-color: #EB8847;}
.p-recruit08 ul li:nth-child(3) .title {
  background-color: #EE7525;}}

/*  09
--------------------------------------------------------------*/
.p-recruit09 {
  background-color: transparent!important;}
.p-recruit09 .tch2 {
  text-align: center;}

/*  10
--------------------------------------------------------------*/
.p-recruit10 {
  position: relative;}
.p-recruit10 .rec-tabs {
  width: 100%;}
.p-recruit10 .rec-flex {
  overflow: hidden;
  display: flex;
  height: 50px;
  margin-bottom: 40px;
  border-radius: 100svh;
  background-color: rgba(238, 117, 37, .1);}
.p-recruit10 .r-tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-align: center;
  transition: all 0.2s ease;}
.p-recruit10 .r-tab_item:hover {
  opacity: 0.75;}
#rec01:checked ~ #rec01_content,
#rec02:checked ~ #rec02_content,
#rec03:checked ~ #rec03_content,
#rec04:checked ~ #rec04_content {
  display: block;}
.tabs input:checked + .r-tab_item {
  background-color: #5ab4bd;
  color: #fff;}
input[name="r-tab_item"] {
  display: none;}
.rec-tab_content {
  display: none;}
#rec01:checked ~ .rec-flex #rec01child,
#rec02:checked ~ .rec-flex #rec02child,
#rec03:checked ~ .rec-flex #rec03child,
#rec04:checked ~ .rec-flex #rec04child {
  background-color: #EE7525;
  color: #fff;}
.p-recruit10 table {
  width: 100%;
  border: solid #D4D4D4;
  border-width: 1px 0 0 1px;
  line-height: 1.7;
  font-size: 15px;}
.p-recruit10 table th {
  white-space: nowrap;
  min-width: 200px;
  padding: 10px;
  border: solid #D4D4D4;
  border-width: 0 1px 1px 0;
  background-color: #E8E1DB;}
.p-recruit10 table td {
  padding: 10px;
  border: solid #D4D4D4;
  border-width: 0 1px 1px 0;
  background-color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit10 .rec-flex {
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 10vw;
  border-radius: 0;}
.p-recruit10 .r-tab_item {
  width: 50%;
  height: 12vw;
  font-size: 3.5vw;
  border-top: 1px solid #fff;}
.p-recruit10 table,
.p-recruit10 table tr,
.p-recruit10 table tbody,
.p-recruit10 table th,
.p-recruit10 table td {
  display: block;}
.p-recruit10 table {
  line-height: 1.8;
  font-size: 3.55vw;}
.p-recruit10 table th {
  min-width: auto;
  width: 100%;
  padding: 2vw;}
.p-recruit10 table td {
  padding: 3vw;}}

/*  11
--------------------------------------------------------------*/
.p-recruit11 {
  position: relative;}
.p-recruit11 .voice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;}
.p-recruit11 .voice li {
  flex-wrap: wrap;
  display: flex;
  width: 49%;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  transition: .2s;}
.p-recruit11 .voice li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.p-recruit11 .voice li:nth-child(-n+2) {
  margin-top: 0;}
.p-recruit11 .voice li figure img {
  width: 170px;
  height: auto;
  border-radius: 6px;}
.p-recruit11 .voice li .right {
  flex: 1;
  margin-left: 30px;
  padding-top: 20px;
  background: url(../img/voice/pop.png) no-repeat bottom right / 24px auto;
  padding-bottom: 10px;}
.p-recruit11 .voice li .right table {
  width: 100%;
  font-size: 15px;}
.p-recruit11 .voice li .right table th {
  padding: 10px 0;}
.p-recruit11 .voice li .right table th span {
  display: inline-block;
  position: relative;
  padding-left: 1em;}
.p-recruit11 .voice li .right table th span:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: .3em;
  left: 0;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #EE7525;}
.p-recruit11 .voice li .right table td {
  padding: 10px 0;}
.p-recruit11 .voice li .over {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  border-radius: 6px;
  background-color: #FBFBFB;}
.p-recruit11 .voice li .over dl {
  font-size: 15px;
  line-height: 1.7;}
.p-recruit11 .voice li .over dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  color: #EE7525;}
.p-recruit11 .voice li .over dl dt:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/voice/q.png) no-repeat center / cover;}
.p-recruit11 .voice li .over dl dd {
  position: relative;
  padding-left: 45px;}
.p-recruit11 .voice li .over dl dd:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/voice/a.png) no-repeat center / cover;}
.p-recruit11 .voice li .over dl + dl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D5CDC6;}
.p-recruit11 .voice li.active .right {
  background-image: url(../img/voice/close.png);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit11 .voice {
  flex-direction: column;}
.p-recruit11 .voice li {
  width: 100%;
  padding: 2vw;
  border-radius: 2vw;}
.p-recruit11 .voice li + li {
  margin-top: 5vw!important;}
.p-recruit11 .voice li figure img {
  width: 40vw;
  border-radius: 1vw;}
.p-recruit11 .voice li .right {
  background-size: 5vw auto;
  margin-left: 4vw;
  padding-top: 1.5vw;
  padding-bottom: 0;}
.p-recruit11 .voice li .right table,
.p-recruit11 .voice li .right table tbody,
.p-recruit11 .voice li .right table tr,
.p-recruit11 .voice li .right table th,
.p-recruit11 .voice li .right table td {
  display: block;}
.p-recruit11 .voice li .right table {
  font-size: 3.4vw;}
.p-recruit11 .voice li .right table th {
  padding: 1vw 0;}
.p-recruit11 .voice li .right table th span:before {
  top: .4em;
  width: 1.5vw;}
.p-recruit11 .voice li .right table td {
  padding: 1vw 0;
  padding-left: 1em;}
.p-recruit11 .voice li .right table tr + tr {
  margin-top: 2vw;}
.p-recruit11 .voice li .over {
  margin-top: 2vw;
  padding: 5vw;
  border-radius: 2vw;}
.p-recruit11 .voice li .over dl {
  font-size: 3.55vw;
  line-height: 1.85;}
.p-recruit11 .voice li .over dl dt {
  margin-bottom: 3.5vw;
  padding-left: 10vw;}
.p-recruit11 .voice li .over dl dt:before {
  width: 7vw;}
.p-recruit11 .voice li .over dl dd {
  padding-left: 10vw;}
.p-recruit11 .voice li .over dl dd:before {
  width: 7vw;}
.p-recruit11 .voice li .over dl + dl {
  margin-top: 5vw;
  padding-top: 5vw;}}

/*  12：thanks
--------------------------------------------------------------*/
.p-recruit12 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 400px;}
.p-recruit12 .box .title {
  margin-bottom: 30px;
  font-family: nss;
  font-size: 40px;
  color: #EA7528;}
.p-recruit12 .box .txt {
  text-align: center;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit12 {
  padding-top: 25vw;}
.p-recruit12 .box {
  padding: 20vw 0;
  min-height: auto;}
.p-recruit12 .box .title {
  margin-bottom: 5vw;
  font-size: 9vw;}}

/*  recruit-contact
--------------------------------------------------------------*/
.p-recruit-contact {
  position: relative;}
.p-recruit-contact .tch2 {
  text-align: center;}
.p-recruit-contact .box {
  width: 750px;
  margin: 0 auto;}
.p-recruit-contact .box table {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;}
.p-recruit-contact .box table th {
  white-space: nowrap;
  width: 1px;
  padding: 20px 0 10px;
  text-align: left;
  font-weight: 600;
  vertical-align: top;}
.p-recruit-contact .box table td {
  padding: 10px 0;
  padding-left: 40px;}
.p-recruit-contact .box .send {
  margin-top: 20px;
  text-align: center;}
.p-recruit-contact .box .tel {
  width: 100%;
  margin-top: 40px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #5A4A37;
  text-align: center;
  color: #fff;}
.p-recruit-contact .box .tel a {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5px;
  font-family: nss;
  font-weight: 600;
  font-size: 36px;
  color: #fff;}
.p-recruit-contact .box .tel a span {
  margin-right: 10px;
  font-size: 70%;}
.intxt {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #EBE6E3;
  background-color: #fff;
  color: #5A4A37;}
.inarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #EBE6E3;
  background-color: #fff;
  color: #5A4A37;}
.inselect {
  width: 50%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #EBE6E3;
  background: url(../img/common/arrow.png) no-repeat right 10px center / 20px auto;
  background-color: #fff;
  color: #5A4A37;}
.inbtn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 52px;
  border-radius: 100svh;
  background-color: #F57F31;
  font-size: 18px;
  color: #fff;}
.intxt.w50 {
  width: 50%;}
.radio-flex {
  display: flex;
  align-items: center;}
.radio-flex label {
  position: relative;
  display: inline-block;}
.radio-flex * + * {
  margin-left: 30px;}
.radio-flex label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #241000;}
.radio-flex label:has(input[name=sex]:checked)::after{
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #241000;}
.contact-note {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 15px;}
.contact-note p {
  line-height: 1.6;}
.contact-note ul {
  margin-top: 20px;
  line-height: 1.6;}
.contact-note ul li {
  position: relative;
  padding-left: 1.2em;}
.contact-note ul li + li {
  margin-top: 2px;}
.contact-note ul li:before {
  position: absolute;
  content: '※';
  top: 0;
  left: 0;}
.p-recruit-contact .box table th span {
  display: inline-block;
  font-size: 80%;
  font-weight: 500;
  margin-left: 10px;
  padding: 4px 5px 6px;
  border-radius: 2px;
  color: #fff;
  line-height: 1;}
.p-recruit-contact .box table th span.hissu {
  background-color: #F57F31;}
.p-recruit-contact .box table th span.ninni {
  background-color: #666;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.p-recruit-contact {
  padding: 15vw 5vw;}
.p-recruit-contact .box {
  width: 100%;}
.p-recruit-contact .box table,
.p-recruit-contact .box table tr,
.p-recruit-contact .box table tbody,
.p-recruit-contact .box table th,
.p-recruit-contact .box table td {
  display: block;}
.p-recruit-contact .box table {
  font-size: 3.7vw;}
.p-recruit-contact .box table th {
  width: 100%;
  margin-bottom: 3vw;
  padding: 0;}
.p-recruit-contact .box table td {
  padding: 0;
  padding-left: 0;}
.p-recruit-contact .box table tr + tr {
  margin-top: 6vw;}
.p-recruit-contact .box .send {
  margin-top: 5vw;}
.p-recruit-contact .box .tel {
  margin-top: 7vw;
  padding: 5vw;
  border-radius: 2vw;}
.p-recruit-contact .box .tel a {
  pointer-events: auto;
  margin-top: 1vw;
  font-size: 7.2vw;}
.p-recruit-contact .box .tel a span {
  margin-right: 1vw;
  font-size: 80%;}
.intxt {
  padding: 3.5vw;
  border-radius: 1vw;}
.inarea {
  height: 50vw;
  padding: 3.5vw;
  border-radius: 1vw;}
.inselect {
  width: 60%;
  padding: 3.3vw;
  border-radius: 1vw;
  background-position: right 3.5vw center;
  background-size: 5vw auto;}
.inbtn {
  width: 60%;
  height: 12vw;
  font-size: 3.7vw;}
.radio-flex label {
  padding-left: 8vw;}
.radio-flex * + * {
  margin-left: 0;}
.radio-flex label:before {
  top: .5vw;
  width: 5vw;}
.radio-flex label:has(input[name=sex]:checked)::after{
  top: calc(.5vw + 3px);
  left: 3px;
  width: calc(5vw - 4px);}
.contact-note {
  width: 100%;
  margin-bottom: 10vw;
  font-size: 3.55vw;}
.contact-note p {
  line-height: 1.7;}
.contact-note ul {
  margin-top: 5vw;
  line-height: 1.7;}
.contact-note ul li + li {
  margin-top: 1.5vw;}
.p-recruit-contact .box table th span {
  font-size: 80%;
  margin-left: 3vw;
  padding: 1.2vw 2vw;
  border-radius: 1vw;}}

/*

  お悩み別

================================================================
*/
/*  一覧
--------------------------------------------------------------*/
#top-tr.p-trouble01 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-image: none;}
#top-tr.p-trouble01 .ch2 {
  text-align: left;}
#top-tr.p-trouble01 .list-tr + .ch2 {
  margin-top: 40px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-tr.p-trouble01 {
  padding-bottom: 10vw;}
#top-tr.p-trouble01 .list-tr + .ch2 {
  margin-top: 10vw;}}

/*  個別
--------------------------------------------------------------*/
.troble-ul {
  display: flex;
  flex-wrap: wrap;}
.troble-ul > li {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-top: 50px;}
.troble-ul > li + li {
  margin-left: 2%;}
.troble-ul > li:nth-child(3n+1) {
  margin-left: 0;}
.troble-ul > li:nth-child(-n+3) {
  margin-top: 0;}
.troble-ul > li > div {
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;}
.troble-ul > li img {
  margin-bottom: 10px;}
.troble-ul > li ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #D5CDC6;
  font-size: 15px;}
.troble-ul > li ul li + li {
  margin-top: 10px;}
.troble-ul > li ul li a {
  display: block;
  padding: 1px 0;
  padding-left: 2em;
  background: url(../img/common/trouble_a.png) no-repeat left center / auto 100%;}
.tro-box01 {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #EE7525;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.troble-ul {
  flex-direction: column;}
.troble-ul > li {
  flex-direction: column;
  width: 100%;
  margin-top: 0;}
.troble-ul > li + li {
  margin-top: 10vw;
  margin-left: 0;}
.troble-ul > li:nth-child(-n+3) {
  margin-top: 10vw;}
.troble-ul > li:first-child {
  margin-top: 0;}
.troble-ul > li > div {
  height: 100%;
  padding: 3.5vw;
  border-radius: 2vw;}
.troble-ul > li img {
  margin-bottom: 3vw;}
.troble-ul > li ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.5vw;
  padding-top: 3.5vw;
  font-size: 3.55vw;}
.troble-ul > li ul li {
  width: 50%;
  margin-top: 3vw;}
.troble-ul > li ul li:nth-child(-n+2) {
  margin-top: 0;}
.troble-ul > li ul li + li {
  margin-top: 3vw;}
.troble-ul > li ul li a {
  padding: .5vw 0;
  padding-left: 2em;}
.tro-box01 {
  padding: 4.5vw;
  border-radius: 2vw;}}