@charset "UTF-8";
/*
Theme Name: 野川歯科クリニック
Theme URI: https://platinum-site.com/nogawa-dental-clinic/
Description:
Version: 1.1
Author: owndmedia.lab(kn)
*/
/* ************************************************************************************************
  共通カラー
************************************************************************************************ */
/* ************************************************************************************************
  共通
************************************************************************************************ */
html, body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444;
  background-color: #fffdf9;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li, th, td, address {
  font-size: 16px;
}

img {
  max-width: 100%;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background-color: #FFAE2A;
  color: #fffdf9;
}
::selection {
  background-color: #FFAE2A;
  color: #fffdf9;
}

/* 改行 */
.br--sp {
  display: none;
}

.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  max-width: 1340px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrap2 {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 見出し */
.h3__ttl--left {
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.h3__ttl--left::before {
  width: 77px;
  height: 77px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -7%;
  z-index: -1;
}
.h3__ttl--left .circle01 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 174, 42, 0.4);
  bottom: -36%;
  left: -11%;
}
.h3__ttl--left .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 174, 42, 0.3);
  bottom: 33%;
  left: -16%;
}

.h3__ttl--right {
  font-weight: 600;
  line-height: 1.6;
  text-align: right;
  position: relative;
  line-height: 1.6;
  z-index: 1;
}
.h3__ttl--right::before {
  width: 77px;
  height: 77px;
  background-color: rgba(255, 174, 42, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -3%;
  z-index: -1;
}
.h3__ttl--right .circle01 {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 174, 42, 0.4);
  bottom: -83%;
  right: -5%;
}
.h3__ttl--right .circle02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 174, 42, 0.3);
  bottom: -12%;
  right: -7%;
}

.h3__ttl--center {
  font-weight: 600;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
.h3__ttl--center h3 {
  margin: 0 15px;
}
.h3__ttl--center .circle01, .h3__ttl--center .circle02 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.h3__ttl--center .circle01 {
  background-color: rgba(255, 174, 42, 0.3);
}
.h3__ttl--center .circle02 {
  background-color: rgba(255, 174, 42, 0.5);
}

/* ボタン */
.btn01 {
  background-color: #fff;
  font-size: 17px;
  color: #FFC638;
  border: 1px solid #FFC638;
  border-radius: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.btn01::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #FFC638;
  border-radius: 60px;
  width: 98%;
  height: 95%;
  transition: border-color 0.3s;
}
.btn01:hover {
  background-color: #FFC638;
  border: 1px solid #FFC638;
  color: #fffdf9;
  transition: all 0.4s;
}
.btn01:hover::after {
  border-color: #fffdf9;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background-color: #fffdf9;
}

::-webkit-scrollbar-thumb {
  background-color: #FFAE2A;
  border-radius: 8px;
}

/* flex（横並び）*/
.flex {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

/* ウェーブ */
.wave01 {
  fill: #fff8e8;
}

.wave02 {
  fill: #fffdf9;
}

.footer__svg {
  margin-bottom: -10px;
}

/* 円 */
/* ************************************************************************************************
  ハンバーガーメニュー
************************************************************************************************ */
#h-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3vw;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  backface-visibility: hidden;
  border-radius: 50%;
  background-color: #FFAE2A;
  display: none;
}

.h-menu__line, .close__line {
  display: block;
  width: 25px;
  height: 3px;
  right: 12.5px;
  top: 16px;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.3s;
  background-color: #fff;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line--center {
  top: 23px;
}

.h-menu__line--bottom {
  top: 30px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.active {
  display: block;
}

.close__line--top {
  top: 23px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

#gnav-sp {
  width: 48%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  background-color: rgba(255, 174, 42, 0.9);
  display: none;
}
#gnav-sp .gnav-sp__wrap {
  background-color: rgba(255, 253, 249, 0.95);
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
  margin-bottom: 35px;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
  font-size: 13px;
  color: #FFAE2A;
  text-transform: uppercase;
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #FFAE2A;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a:hover::after {
  width: 100%;
}

/* ************************************************************************************************
  ヘッダー
************************************************************************************************ */
/***** ヘッダー *****/
header .header__wrap {
  position: relative;
}
header .header__wrap #header__gmenu {
  width: 100%;
  height: 100px;
  padding: 0 50px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.5s;
}
header .header__wrap #header__gmenu .header__logo {
  transition: all 0.3s;
}
header .header__wrap #header__gmenu .header__logo:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
header .header__wrap #header__gmenu ul li {
  display: inline-block;
  margin: 0 25px;
}
header .header__wrap #header__gmenu ul li a {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .header__wrap #header__gmenu ul li a span {
  font-size: 12px;
  color: #FF6600;
  text-transform: uppercase;
}
header .header__wrap #header__gmenu ul li a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #FFAE2A;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .header__wrap #header__gmenu ul li a:hover::after {
  width: 100%;
}
header .header__wrap #header__gmenu.hide {
  transform: translateY(-100%);
}
header .header__wrap #header__gmenu.bg {
  background-color: rgba(255, 253, 249, 0.95);
}
header .header__wrap .header__tel {
  background-color: rgba(255, 198, 56, 0.9);
  border-radius: 0 0 0 32px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  color: #fff;
  display: block;
  width: auto;
  height: 100%;
  line-height: 1.8;
  padding: 0 20px;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
header .header__wrap .header__tel span {
  font-size: 20px;
  font-weight: 600;
}
header .header__wrap .header__tel:hover {
  color: #FFC638;
  background-color: white;
  border-left: 2px solid #FFC638;
  border-bottom: 2px solid #FFC638;
  transition: all 0.3s;
}

/* ************************************************************************************************
  下層ページヘッダー
************************************************************************************************ */
.header-sub {
  margin-top: -10%;
  z-index: 10;
}
.header-sub .header-sub__wrap {
  text-align: center;
}
.header-sub .header-sub__wrap .header-sub__box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.header-sub .header-sub__wrap .header-sub__box::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fffdf9;
  border-radius: 40px;
  width: 99%;
  height: 98%;
}
.header-sub .header-sub__wrap .header-sub__box img {
  border-radius: 32px;
  transition: ease-in-out 0.6s;
  transition-delay: 1.4s;
  transform: scale(1.3);
  height: 525px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-sub .header-sub__wrap .header-sub__box img.active {
  transform: scale(1);
}
.header-sub .header-sub__wrap h2 {
  margin-top: 40px;
  line-height: 1;
}
.header-sub .header-sub__wrap h2 span {
  font-size: 23px;
  color: #FFAE2A;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

/* ************************************************************************************************
  フッター
************************************************************************************************ */
footer {
  background-color: #FFAE2A;
  padding: 50px 0 100px;
  margin-top: -10px;
}
footer .access__wave {
  margin-top: -125px;
}
footer .footer__wrap {
  justify-content: space-between;
  padding: 10rem 0 0;
}
footer .footer__wrap .footer__container {
  width: calc(50% - 1rem);
}
footer .footer__wrap .footer__container .footer__logo {
  transition: all 0.4s;
  display: inline-block;
}
footer .footer__wrap .footer__container .footer__logo:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__logo img {
  max-width: 375px;
}
footer .footer__wrap .footer__container address {
  margin: 20px 0;
  font-size: 1.2rem;
}
footer .footer__wrap .footer__container address div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer__wrap .footer__container address div a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.8;
}
footer .footer__wrap .footer__container address div a:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
footer .footer__wrap .footer__container address div a img {
  width: 20px;
  height: 20px;
}
footer .footer__wrap .footer__container .footer__btn {
  gap: 10px;
}
footer .footer__wrap .footer__container .footer__btn div {
  margin-bottom: 1.5rem;
}
footer .footer__wrap .footer__container .footer__btn div a.btn01 {
  width: 285px;
  text-align: center;
}
footer .footer__wrap .footer__container .footer__btn div .btn-txt {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #444;
  background-color: #fffdf9;
  padding: 5px 15px;
  border-radius: 32px;
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
footer .footer__wrap .footer__container .footer__btn div .btn-txt::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fffdf9 transparent transparent transparent;
}
footer .footer__wrap .footer__container .footer__txt {
  background-color: #fff;
  border: 2px dotted #FF6600;
  border-radius: 32px;
  font-size: 14px;
  padding: 2rem;
  margin: 0.5rem 0 0;
}
footer .footer__wrap .footer__container .footer__txt span {
  color: #fff;
  background-color: #FF6600;
  padding: 0 0.8em;
  border-radius: 50px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
footer .footer__wrap .footer__container .footer__table {
  overflow-x: auto;
  width: 100%;
}
footer .footer__wrap .footer__container .footer__table table {
  width: 100%;
  height: 100%;
  min-width: 475px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 32px;
  overflow: hidden;
}
footer .footer__wrap .footer__container .footer__table table th, footer .footer__wrap .footer__container .footer__table table td {
  text-align: center;
  padding: 0.25rem;
}
footer .footer__wrap .footer__container .footer__table table th {
  background-color: #FF6600;
  color: #fff;
}
footer .footer__wrap .footer__container .footer__table table td {
  background-color: #fff;
  border: 1px solid #FF6600;
  width: 10%;
}
footer .footer__wrap .footer__container .footer__table p {
  margin: 0.5rem 0 2.25rem;
}
footer .footer__wrap .footer__container .footer__map iframe {
  border-radius: 32px;
}
footer .footer__wrap .footer__container small {
  font-size: 13px;
  text-align: right;
  margin-top: 25px;
  display: block;
}

/* ************************************************************************************************
  アニメーション
************************************************************************************************ */
/***** loading01 *****/
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #FFAE2A;
  text-align: center;
  color: #FFC638;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#splash_text svg {
  height: 2px;
}

/***** loading02 *****/
#loading-sub {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #FFAE2A;
}

#loading-sub.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1.1s;
  animation-delay: unset;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/***** web予約&アクセス&診療時間ボタン *****/
#fixed_btn {
  width: 175px;
  bottom: 20%;
  right: 0;
  position: fixed;
  z-index: 20;
  display: grid;
  gap: 0.5rem;
}

#fixed_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding-right: 10px;
  background-color: #FFC638;
  transform: translateX(112px);
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
}
#fixed_btn a:nth-last-of-type(1) {
  background-color: #956134;
}
#fixed_btn a:nth-last-of-type(2) {
  background-color: #FF6600;
}
#fixed_btn a:nth-last-of-type(3) {
  background-color: #FFC638;
}
#fixed_btn a:nth-last-of-type(4) {
  background-color: #FFAE2A;
}
#fixed_btn a span {
  color: #fff;
}

#fixed_btn.show a {
  transform: translateX(112px);
  opacity: 1;
}

#fixed_btn a:hover {
  opacity: 1;
  transform: translateX(0);
}

#fixed_btn .material-symbols-outlined {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-right: 2rem;
}

/***** ページトップに戻るボタン *****/
#page_top {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #FFAE2A;
  color: #fffdf9;
  border: 2px solid #fffdf9;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 10px 0 0 0;
  backface-visibility: hidden;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  background-color: #fffdf9;
  color: #FFAE2A;
  border-color: #FFC638;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}

#page_top .material-symbols-outlined {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* ************************************************************************************************
  1566px~1080px（laptop-w）
************************************************************************************************ */
@media screen and (max-width: 1536px) {
  header .header__wrap #header__gmenu {
    padding-left: 2.5vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1.3vw;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 15vw;
  }
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }
  header .header__wrap .header__tel {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .h3__ttl--right {
    margin-right: 10%;
  }
  .h3__ttl--left {
    margin-left: 15%;
  }
  header .header__wrap #header__gmenu {
    height: 90px;
    padding: 0 1.5vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 17px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 16px;
  }
  footer .footer__wrap .footer__container {
    width: 50%;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 40px;
  }
  footer .footer__wrap .footer__container .footer__map {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  header .header__wrap #header__gmenu ul li a {
    font-size: 16px;
  }
  header .header__wrap #header__gmenu ul li a span {
    font-size: 12px;
  }
  header .header__wrap .header__tel span {
    font-size: 17px;
    word-break: keep-all;
  }
  footer .footer__wrap .footer__container .footer__btn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1167px) {
  header .header__wrap #header__gmenu {
    padding: 0 1vw;
  }
  header .header__wrap #header__gmenu ul li {
    margin: 0 1vw;
  }
  header .header__wrap #header__gmenu ul li a {
    font-size: 15px;
  }
  header .header__wrap .header__tel {
    padding: 0 10px;
  }
  header .header__wrap .header__tel span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
/* ************************************************************************************************
  1025px（laptop-s）
************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 15px;
  }
  .btn01 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
  }
  header .header__wrap #header__gmenu {
    padding: 0 3vw;
  }
  header .header__wrap #header__gmenu ul {
    display: none;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 26vw;
  }
  header .header__wrap #header__gmenu ul {
    display: none;
  }
  #h-menu {
    display: block;
  }
  footer {
    padding: 0 0 50px;
    margin-top: -35px;
  }
  footer .access__wave {
    margin-top: -50px;
  }
  footer .footer__wrap {
    padding: 5rem 0 0;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 295px;
  }
  footer .footer__wrap .footer__container .footer__table p {
    font-size: 0.8rem;
    margin: 0.5rem 0 1rem;
    text-align: left;
  }
  footer .footer__wrap .footer__container address div a {
    line-height: 2.1;
  }
  .header-sub {
    margin-top: -8%;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 20px;
    margin-top: 15px;
  }
  .h3__ttl--right {
    margin-right: 10%;
  }
  .h3__ttl--right::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--right .circle01 {
    width: 35px;
    height: 35px;
    bottom: -75%;
  }
  .h3__ttl--right .circle02 {
    width: 27px;
    height: 27px;
    bottom: -8%;
    right: -8%;
  }
  .h3__ttl--left {
    margin-left: 13%;
  }
  .h3__ttl--left::before {
    width: 67px;
    height: 67px;
  }
  .h3__ttl--left .circle01 {
    width: 43px;
    height: 43px;
  }
  .h3__ttl--left .circle02 {
    width: 27px;
    height: 27px;
    left: -15%;
  }
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 27px;
    height: 27px;
  }
}
/* ************************************************************************************************
  960px（tab-w）
************************************************************************************************ */
@media screen and (max-width: 959px) {
  footer .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .footer__wrap .footer__container {
    width: 85%;
    text-align: center;
  }
  footer .footer__wrap .footer__container:first-of-type {
    padding-right: 0;
    margin-bottom: 40px;
  }
  footer .footer__wrap .footer__container address div {
    justify-content: center;
  }
  footer .footer__wrap .footer__container small {
    text-align: center;
  }
  footer .footer__map iframe {
    height: 325px;
  }
  .header-sub {
    margin-top: -6%;
  }
}
/* ************************************************************************************************
  927px（tab-s）
************************************************************************************************ */
@media screen and (max-width: 927px) {
  .header-sub .header-sub__wrap .header-sub__box img {
    transform: scale(1);
    height: 450px;
  }
  #gnav-sp {
    width: 100%;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    display: inline-block;
    width: 30%;
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul {
    text-align: center;
  }
  footer .footer__wrap .footer__container .footer__btn {
    flex-wrap: nowrap;
  }
}
/* ************************************************************************************************
  560px（sp-w）
************************************************************************************************ */
@media screen and (max-width: 560px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 14px;
  }
  .btn01 {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .wrap, .wrap2 {
    padding: 0 30px;
  }
  header .header__wrap #header__gmenu .header__logo h1 img {
    width: 50vw;
  }
  header .header__wrap #header__gmenu {
    padding: 0 6vw;
    height: 75px;
  }
  #h-menu {
    width: 45px;
    height: 45px;
  }
  .h-menu__line, .close__line {
    width: 20px;
    height: 2px;
  }
  .h-menu__line {
    top: 14px;
  }
  .h-menu__line--center {
    top: 22px;
  }
  .h-menu__line--bottom {
    top: 30px;
  }
  .close__line {
    top: 22px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin-bottom: 25px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 15px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a span {
    font-size: 12px;
  }
  footer {
    padding: 0 0 20px;
  }
  footer .access__wave {
    margin-top: -1px;
  }
  footer .footer__wrap .footer__container {
    width: 100%;
  }
  footer .footer__wrap .footer__container .footer__logo img {
    max-width: 275px;
  }
  footer .footer__wrap .footer__container .footer__txt {
    font-size: 12px;
    padding: 1rem;
  }
  footer .footer__wrap .footer__container small {
    font-size: 12px;
  }
  footer .footer__wrap .footer__container address {
    margin: 20px 0 15px;
    font-size: 1.1rem;
  }
  footer .footer__wrap .footer__container .footer__btn div {
    margin-bottom: 1rem;
  }
  footer .footer__wrap .footer__container .footer__btn {
    flex-wrap: wrap;
  }
  .header-sub {
    margin-top: 3%;
    padding-bottom: 20px;
  }
  .header-sub .header-sub__wrap h2 {
    margin-top: 25px;
  }
  .header-sub .header-sub__wrap h2 span {
    font-size: 15px;
  }
  .header-sub .header-sub__wrap .header-sub__box {
    border-radius: 20px;
  }
  .header-sub .header-sub__wrap .header-sub__box img {
    border-radius: 20px;
    transform: scale(1);
    height: 325px;
  }
  .header-sub .header-sub__wrap .header-sub__box::after {
    border-radius: 20px;
    border-width: 1px;
    width: 98%;
    height: 97%;
  }
  #page_top {
    width: 45px;
    height: 45px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
  }
  #page_top .material-icons {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
  #fixed_btn {
    width: 50px;
    bottom: 15%;
    left: 60%;
  }
  #fixed_btn a {
    width: 150px;
    height: 50px;
    line-height: 60px;
  }
  #fixed_btn a:first-child {
    display: block;
  }
  #fixed_btn .material-symbols-outlined {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
  #fixed_btn.show a {
    transform: translateX(105px);
  }
  .h3__ttl--left {
    text-align: center;
    margin-left: 0;
  }
  .h3__ttl--left::before {
    left: 2%;
    width: 60px;
    height: 60px;
  }
  .h3__ttl--left .circle01 {
    width: 33px;
    height: 33px;
    bottom: -40%;
    left: -2%;
  }
  .h3__ttl--left .circle02 {
    width: 22px;
    height: 22px;
    left: -8%;
  }
  .h3__ttl--right {
    margin-right: 0;
    text-align: center;
  }
  .h3__ttl--right::before {
    width: 60px;
    height: 60px;
  }
  .h3__ttl--right .circle01 {
    width: 30px;
    height: 30px;
    bottom: -62%;
    right: 10%;
  }
  .h3__ttl--right .circle02 {
    width: 22px;
    height: 22px;
    bottom: 19%;
    right: 8%;
  }
  .h3__ttl--right::before {
    right: 18%;
  }
  .h3__ttl--center h3 {
    margin: 0 12px;
    font-size: 18px;
  }
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 22px;
    height: 22px;
  }
}
/* ************************************************************************************************
  341px（sp-s）
************************************************************************************************ */
@media screen and (max-width: 341px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 15px;
  }
  p, a, li, th, td, address, select, input {
    font-size: 13px;
  }
  .btn01 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
  }
  .wrap, .wrap2 {
    padding: 0 20px;
  }
  .h3__ttl--center .circle01, .h3__ttl--center .circle02 {
    width: 18px;
    height: 18px;
  }
  header .header__wrap #header {
    height: 60px;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li {
    margin: 20px 0;
  }
  #gnav-sp .gnav-sp__wrap .gnav-sp__container ul li a {
    font-size: 14px;
  }
}
/*
Theme Name: 野川歯科クリニック
Theme URI: https://platinum-site.com/nogawa-dental-clinic/
Description:
Version: 1.1
Author: OWNDMEDIA.LAB
*/
/* ************************************************************************************************
  front-page.php（トップページ）
************************************************************************************************ */
#main {
  margin-top: -10%;
}
#main ul.main__slider.only-sp {
  display: none;
}
#main ul.main__slider li.main__slider__item {
  position: relative;
  margin: 0 3vw;
}
#main ul.main__slider li.main__slider__item::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #fffdf9;
  border-radius: 40px;
  width: 98%;
  height: 98%;
}
#main ul.main__slider li.main__slider__item img {
  width: 100%;
  border-radius: 40px;
}
#main ul.main__slider .slick-dots {
  bottom: -40px;
}
#main ul.main__slider .slick-dots li button::before {
  color: #FFAE2A;
  opacity: 1;
}
#main ul.main__slider .slick-dots li.slick-active button::before {
  color: #FFAE2A;
  opacity: 1;
}
#main .main__container {
  margin: 100px 0 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
#main .main__container::after {
  content: "";
  width: 195px;
  height: 150px;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 0;
  animation: floatCute 4s ease-in-out infinite;
  transform: rotate(5deg);
}
@keyframes floatCute {
  0% {
    transform: translateY(0) rotate(5deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(5deg);
  }
  75% {
    transform: translateY(10px) rotate(8deg);
  }
  100% {
    transform: translateY(0) rotate(5deg);
  }
}
#main .main__container .main__heading {
  font-size: 40px;
  font-weight: 600;
  color: #FF6600;
}
#main .main__container .main__heading::before {
  content: "";
  background-color: rgba(255, 198, 56, 0.5);
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
#main .main__container .main__heading::after {
  content: "";
  background-color: rgba(255, 198, 56, 0.5);
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 1.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}

.webp .main__container::after {
  background: url(img/common/icon.png.webp) no-repeat 50% 50%/cover;
}

.no-webp .main__container::after {
  background: url(img/common/icon.png) no-repeat 50% 50%/cover;
}

#i-news {
  background-color: #fff8e8;
  margin-top: -10px;
}
#i-news .wrap {
  padding: 120px 30px 0;
}
#i-news .i-news__wrap {
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#i-news .i-news__wrap a.i-news__item {
  width: 48%;
  margin-top: 40px;
  align-items: center;
  transition: all 0.4s;
}
#i-news .i-news__wrap a.i-news__item:hover {
  transition: all 0.3s;
}
#i-news .i-news__wrap a.i-news__item:hover .i-news__tmb img {
  transform: scale(1.1);
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb {
  width: 224px;
  min-width: 224px;
  height: 149px;
  overflow: hidden;
  border-radius: 20px;
}
#i-news .i-news__wrap a.i-news__item .i-news__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.6s ease;
}
#i-news .i-news__wrap a.i-news__item .i-news__info {
  margin-left: 30px;
}
#i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
  font-size: 14px;
  font-weight: 600;
  color: #FFC638;
}
#i-news .i-news__wrap a.i-news__item .i-news__info .i-news__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
#i-news .i-news__wrap a.i-news__item .i-news__info .i-news__txt {
  font-size: 13px;
}
#i-news .i-news__btn {
  margin-top: 60px;
  text-align: center;
}

#i-contents {
  position: relative;
}
#i-contents .i-contents__wave2 {
  position: absolute;
}
#i-contents .wrap {
  padding: 100px 30px 80px;
}
#i-contents .h3__ttl--left {
  margin-top: 50px;
}
#i-contents .h3__ttl--left::before {
  background-color: #fff8e8;
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  left: -7%;
}
#i-contents .h3__ttl--left .circle01 {
  width: 95px;
  height: 95px;
  bottom: -36%;
  left: -11%;
}
#i-contents .h3__ttl--left .circle02 {
  width: 50px;
  height: 50px;
  bottom: 30%;
  left: -15%;
}
#i-contents .i-contents__wrap {
  margin-top: 80px;
}
#i-contents .i-contents__wrap .i-contents__container {
  margin-bottom: 100px;
  justify-content: center;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__img {
  border: 4px solid #FFAE2A;
  border-radius: 50%;
  width: 385px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box {
  padding: 60px 70px 60px 80px;
  margin-top: 160px;
  background-color: #fff;
  border-radius: 32px;
  position: relative;
  width: 100%;
  max-width: 750px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 span {
  background-color: #FFAE2A;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  vertical-align: middle;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
  position: absolute;
  bottom: -2%;
  left: -22%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle01 {
  width: 75px;
  height: 75px;
  background-color: rgba(255, 102, 0, 0.5);
  position: absolute;
  border-radius: 50%;
  bottom: 35%;
  left: -69%;
}
#i-contents .i-contents__wrap .i-contents__container .i-contents__box .circle02 {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 102, 0, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: 28%;
  left: -53%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) {
  flex-direction: row-reverse;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box {
  padding: 60px 80px 60px 70px;
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .i-contents__pic {
  bottom: -18%;
  left: -18%;
  width: 185px;
  height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .circle01 {
  bottom: -5%;
  right: -73%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .circle02 {
  bottom: -13%;
  right: -64%;
  left: auto;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .circle03 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 174, 42, 0.3);
  position: absolute;
  border-radius: 50%;
  bottom: -6%;
  right: -56%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(odd) .i-contents__box {
  margin-top: 0;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(odd) .i-contents__pic {
  bottom: -18%;
  right: -18%;
  left: auto;
  width: 185px;
  height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(odd) .circle01 {
  bottom: -36%;
  left: -66%;
}
#i-contents .i-contents__wrap .i-contents__container:nth-of-type(odd) .circle02 {
  bottom: -15%;
  left: -72%;
}
#i-contents .i-contents__wrap .i-contents__container:last-child {
  margin-bottom: 0;
}

#i-menu {
  padding: 400px 0 0;
}
#i-menu .i-menu__wrap {
  margin: 100px 0 50px;
  flex-wrap: wrap;
  justify-content: center;
}
#i-menu .i-menu__wrap .i-menu__item {
  text-align: center;
  width: 33.3333333333%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle {
  background-color: #fffdf9;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 250px;
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle:hover .i-menu__img {
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #FF6600;
  width: 85%;
  height: 92%;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__circle::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #FFC638;
  width: 90%;
  height: 90%;
}
#i-menu .i-menu__wrap .i-menu__item h4 {
  border-bottom: 2px dotted #FFC638;
  color: #FF6600;
  font-size: 22px;
  margin: 20px 0 15px;
  position: relative;
  display: inline-block;
  width: 60%;
}
#i-menu .i-menu__wrap .i-menu__item h4::before {
  content: "●";
  position: absolute;
  bottom: -45%;
  left: -5px;
  color: #FFC638;
  font-size: 0.8em;
}
#i-menu .i-menu__wrap .i-menu__item h4::after {
  content: "●";
  position: absolute;
  right: -5px;
  bottom: -45%;
  color: #FFC638;
  font-size: 0.8em;
}
#i-menu .i-menu__wrap .i-menu__item p {
  margin: 0 0 20px;
}
#i-menu .i-menu__wrap .i-menu__item .btn01 {
  background-color: #fffdf9;
}
#i-menu .i-menu__wrap .i-menu__item .btn01:hover {
  background-color: #FFC638;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2),
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(5),
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(8) {
  margin: 50px 0 0;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(1),
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(4),
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(7) {
  margin-top: 100px;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) .i-menu__circle::after {
  border-radius: 49% 51% 33% 67%/55% 33% 67% 45%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(1) .i-menu__circle::before {
  border-radius: 70% 30% 62% 38%/35% 69% 31% 65%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) .i-menu__circle::after {
  border-radius: 57% 43% 62% 38%/36% 52% 48% 64%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) .i-menu__circle::before {
  border-radius: 57% 43% 35% 65%/68% 52% 48% 32%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(3) .i-menu__circle::after {
  border-radius: 50% 50% 59% 41%/49% 48% 52% 51%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(3) .i-menu__circle::before {
  border-radius: 50% 50% 37% 63%/49% 48% 52% 51%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(4) .i-menu__circle::after {
  border-radius: 40% 60% 32% 68%/62% 41% 59% 38%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(4) .i-menu__circle::before {
  border-radius: 57% 43% 35% 65%/68% 52% 48% 32%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(5) .i-menu__circle::after {
  border-radius: 39% 50% 35% 77%/77% 40% 60% 38%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(5) .i-menu__circle::before {
  border-radius: 49% 51% 54% 46%/62% 45% 55% 38%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(6) .i-menu__circle::after {
  border-radius: 57% 43% 57% 43%/46% 64% 36% 54%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(6) .i-menu__circle::before {
  border-radius: 49% 51% 54% 46%/62% 56% 44% 38%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(7) .i-menu__circle::after {
  border-radius: 55% 45% 44% 56%/30% 60% 40% 70%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(7) .i-menu__circle::before {
  border-radius: 70% 30% 62% 38%/35% 69% 31% 65%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(8) .i-menu__circle::after {
  border-radius: 57% 43% 62% 38%/36% 52% 48% 64%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(8) .i-menu__circle::before {
  border-radius: 57% 43% 35% 65%/68% 52% 48% 32%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(9) .i-menu__circle::after {
  border-radius: 52% 48% 35% 65%/67% 65% 35% 33%;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(9) .i-menu__circle::before {
  border-radius: 43% 57% 35% 65%/43% 65% 35% 57%;
}

.webp #i-menu {
  background-image: url(img/bg01.png.webp);
}

.no-webp #i-menu {
  background-image: url(img/bg01.png);
}

#i-clinic {
  background-color: #fff8e8;
  margin-top: -12px;
}
#i-clinic .wrap {
  padding: 80px 30px 1px;
}
#i-clinic .i-clinic__list {
  margin: 4rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}
#i-clinic .i-clinic__item {
  width: 49%;
  overflow: hidden;
  border-radius: 32px;
}
#i-clinic .i-clinic__item a {
  color: #fff;
  position: relative;
  display: grid;
  width: 100%;
  height: 525px;
  padding: 2rem;
  align-content: center;
  border: 2px solid #FFC638;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}
#i-clinic .i-clinic__item a > * {
  position: relative;
  z-index: 2;
}
#i-clinic .i-clinic__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.8s ease;
  z-index: 1;
  transform: scale(1);
  border-radius: 32px;
}
#i-clinic .i-clinic__item a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: none;
  box-sizing: border-box;
  clip-path: inset(0px round 32px);
  border-radius: 32px;
  transition: 0.4s all;
}
#i-clinic .i-clinic__item a h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center;
}
#i-clinic .i-clinic__item a h4 span {
  font-size: 1.3rem;
  color: #FFC638;
  display: block;
  text-align: center;
}
#i-clinic .i-clinic__item a:hover::before {
  transform: scale(1.1);
}
#i-clinic .i-clinic__item a:hover::after {
  transition: 0.4s all;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.webp .i-clinic__item:first-child a::before {
  background-image: url(img/index_clinic01.jpg.webp);
}

.no-webp .i-clinic__item:first-child a::before {
  background-image: url(img/index_clinic01.jpg);
}

.webp .i-clinic__item:last-child a::before {
  background-image: url(img/index_clinic02.jpg.webp);
}

.no-webp .i-clinic__item:last-child a::before {
  background-image: url(img/index_clinic02.jpg);
}

#i-recruit {
  position: relative;
}
#i-recruit::before {
  content: "";
  width: 395px;
  height: 295px;
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
}
#i-recruit::after {
  content: "";
  width: 395px;
  height: 295px;
  display: block;
  position: absolute;
  bottom: -40%;
  left: 5%;
}
#i-recruit .i-bnr {
  margin: 150px auto 200px;
  text-align: center;
  position: relative;
}
#i-recruit .i-bnr::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #FFAE2A;
  border-radius: 32px;
  width: 99%;
  height: 97%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
#i-recruit .i-bnr .i-bnr__img {
  width: 100%;
  height: 575px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
#i-recruit .i-bnr .i-bnr__img--sp {
  display: none;
}
#i-recruit .i-bnr .i-bnr__box {
  position: absolute;
  left: 17%;
  top: 0;
  bottom: 0;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#i-recruit .i-bnr .i-bnr__box .i-bnr__ttl {
  font-size: 50px;
  line-height: 1.3;
}
#i-recruit .i-bnr .i-bnr__box .i-bnr__ttl--sub {
  font-size: 25px;
  color: #FFAE2A;
}
#i-recruit .i-bnr .i-bnr__box .i-bnr__txt {
  margin: 30px 0;
}
#i-recruit .i-bnr .i-bnr__box .btn01 {
  width: 70%;
}
#i-recruit .i-bnr .i-bnr__box .btn01::after {
  width: 98.5%;
}

.webp #i-recruit::before {
  background: url(img/index_recruit_icon01.png.webp) no-repeat 50% 50%/contain;
}

.no-webp #i-recruit::before {
  background: url(img/index_recruit_icon01.png) no-repeat 50% 50%/contain;
}

.webp #i-recruit::after {
  background: url(img/index_recruit_icon02.png.webp) no-repeat 50% 50%/contain;
}

.no-webp #i-recruit::after {
  background: url(img/index_recruit_icon02.png) no-repeat 50% 50%/contain;
}

/* ************************************************************************************************
  page-message.php（院長挨拶ページ）
************************************************************************************************ */
#concept01 {
  background-color: #fff8e8;
  padding-bottom: 100px;
}
#concept01 .concept01__wrap {
  margin-top: 50px;
  align-items: flex-end;
  justify-content: space-between;
}
#concept01 .concept01__wrap .concept01__container {
  margin-right: 5%;
}
#concept01 .concept01__wrap .concept01__container .concept01__txt {
  margin-top: 50px;
  margin-bottom: 25px;
}
#concept01 .concept01__wrap .concept01__container .concept01__txt span {
  color: #FF6600;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#concept01 .concept01__wrap .concept01__container .concept01__name {
  font-size: 1.1rem;
  text-align: right;
  line-height: 1.5;
}
#concept01 .concept01__wrap .concept01__container .concept01__name span {
  font-size: 1.6rem;
  margin-left: 1rem;
}
#concept01 .concept01__wrap .concept01__img {
  border-radius: 32px;
  height: 595px;
  max-width: 395px;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept01 .concept01__wrap .concept01__pharag {
  justify-content: center;
  gap: 1rem;
}
#concept01 .concept01__wrap .concept01__box {
  background-color: #fffdf9;
  border: 2px dotted #FF6600;
  border-radius: 32px;
  padding: 2rem;
  width: 32.5%;
}
#concept01 .concept01__wrap .concept01__box ul figcaption {
  border-bottom: 2px dotted #FF6600;
  margin-bottom: 1rem;
}
#concept01 .concept01__wrap .concept01__box ul li.--accent {
  color: #FF6600;
  font-size: 1.05rem;
}

#concept02 .wap2 {
  margin-top: 2.5rem;
}
#concept02 .h3__ttl--center {
  margin-bottom: 80px;
}
#concept02 .concept02__container {
  justify-content: center;
}
#concept02 .concept02__container .concept02__item {
  width: 355px;
  height: 355px;
  border-radius: 50%;
  border: 1px solid #FFAE2A;
  margin: 0 20px;
  padding: 0 25px;
  display: grid;
  align-content: center;
}
#concept02 .concept02__container .concept02__item::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #FFAE2A;
  border-radius: 50%;
  width: 96%;
  height: 96%;
}
#concept02 .concept02__container .concept02__item > p:first-child {
  color: #FF6600;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
#concept02 .concept02__container .concept02__item > p:nth-child(2) {
  font-size: 13px;
  text-align: left;
}
#concept02 .concept02__container01 {
  margin-bottom: 40px;
}

#concept03 {
  background-color: #fff8e8;
  padding-bottom: 100px;
}
#concept03 .concept03__wrap {
  margin-top: 70px;
  justify-content: center;
  align-items: center;
}
#concept03 .concept03__wrap .concept03__btn a {
  display: block;
  padding: 0 1rem;
  transition: 0.3s all;
}
#concept03 .concept03__wrap .concept03__btn a:hover {
  opacity: 0.8;
  transition: 0.3s all;
}

/* ************************************************************************************************
  page-insurance.php&page-non-insurance.php（保険診療&自由診療ページ）
************************************************************************************************ */
#service {
  background-color: #fff8e8;
}
#service .service__wrap {
  margin: 100px auto 0;
  padding-bottom: 200px;
}
#service .service__wrap .service__container .service__menu ul {
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 10rem;
}
#service .service__wrap .service__container .service__menu ul li {
  width: 25%;
}
#service .service__wrap .service__container .service__menu ul li a {
  border: 1px solid #fff;
  color: #FFC638;
  display: block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 32px;
  position: relative;
  transition: all 0.4s;
}
#service .service__wrap .service__container .service__menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px dashed #FFC638;
  border-radius: 60px;
  width: 99%;
  height: 95%;
}
#service .service__wrap .service__container .service__menu ul li a:hover {
  background-color: #FFC638;
  border: 1px solid #FFC638;
  color: #fffdf9;
  transition: all 0.4s;
}
#service .service__wrap .service__container .service__menu ul li a:hover::after {
  border-color: #fffdf9;
  transition: all 0.4s;
}
#service .service__wrap .service__container .service__list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
#service .service__wrap .service__container .service__list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#service .service__wrap .service__container .service__list ul li:last-child {
  margin-bottom: 0;
}
#service .service__wrap .service__container .service__list ul li img {
  border-radius: 32px;
}
#service .service__wrap .service__container .service__list ul li .service__list--img {
  width: calc(40% - 1rem);
}
#service .service__wrap .service__container .service__list ul li .service__list--img img {
  border-radius: 32px;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt {
  width: calc(60% - 3rem);
}
#service .service__wrap .service__container .service__list ul li .service__list--txt h3 {
  position: relative;
  border-bottom: 2px dotted #FFC638;
  color: #FF6600;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt h3::before, #service .service__wrap .service__container .service__list ul li .service__list--txt h3::after {
  content: "●";
  position: absolute;
  bottom: -45%;
  color: #FFC638;
  font-size: 0.8em;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt h3::before {
  left: 0;
  transform: translateX(-100%);
}
#service .service__wrap .service__container .service__list ul li .service__list--txt h3::after {
  right: 0;
  transform: translateX(100%);
}
#service .service__wrap .service__container .service__list ul li .service__list--txt p {
  font-size: 15px;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt a {
  font-family: 16px;
  margin-top: 1.5rem;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt a::after {
  width: 99%;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt a:hover {
  background-color: #FFC638;
  border: 1px solid #FFC638;
  color: #fffdf9;
  transition: all 0.4s;
}
#service .service__wrap .service__container .service__list ul li .service__list--txt a:hover::after {
  border-color: #fffdf9;
}

#service02 .service02__wrap {
  margin-bottom: 150px;
}
#service02 .service02__price {
  margin: 3rem 0 0;
}
#service02 .service02__price .service02__container {
  background-color: #fff;
  border-radius: 32px;
  padding: 4rem;
  margin-bottom: 1rem;
}
#service02 .service02__price .service02__container:last-child {
  margin-bottom: 0;
}
#service02 .service02__price .service02__container h4 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
#service02 .service02__price .service02__container .service02__box {
  margin-bottom: 3rem;
}
#service02 .service02__price .service02__container .service02__box:last-child {
  margin-bottom: 0;
}
#service02 .service02__price .service02__container .service02__box > p {
  font-size: 1.1rem;
  color: #fff;
  background-color: #FF6600;
  padding: 0 0.8em;
  border-radius: 50px;
  margin-bottom: 1rem;
  display: inline-block;
}
#service02 .service02__price .service02__container .service02__box > p:nth-child(2) {
  font-weight: 500;
}
#service02 .service02__price .service02__container .service02__box .service02__table table {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#service02 .service02__price .service02__container .service02__box .service02__table table caption {
  caption-side: top;
}
#service02 .service02__price .service02__container .service02__box .service02__table table caption span {
  font-size: 0.8rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.5rem;
}
#service02 .service02__price .service02__container .service02__box .service02__table table caption::before {
  content: "";
  background-color: #FF6600;
  border-radius: 10px;
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
#service02 .service02__price .service02__container .service02__box .service02__table table tr {
  border-bottom: 2px dotted #FFAE2A;
}
#service02 .service02__price .service02__container .service02__box .service02__table table tr th {
  width: 70%;
  color: #FFC638;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
#service02 .service02__price .service02__container .service02__box .service02__table table tr th span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF6600;
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
#service02 .service02__price .service02__container .service02__box .service02__table table tr td {
  width: 30%;
  padding: 10px 15px;
  text-align: right;
  vertical-align: middle;
}
#service02 .service02__price .service02__container .service02__box .service02__table table tr td span {
  display: block;
  font-size: 0.8rem;
}
#service02 .service02__price .service02__container .service02__box p.caption {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 0;
}
#service02 .service02__price .service02__container .service02__box p.caption span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FF6600;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}

/* ************************************************************************************************
  page-clinic.php（医院紹介ページ）
************************************************************************************************ */
#about01 {
  padding-bottom: 150px;
  background-color: #fff8e8;
}
#about01 .h3__ttl--left {
  margin-top: 50px;
}
#about01 .h3__ttl--left::before {
  left: -4%;
}
#about01 .h3__ttl--left .circle01 {
  left: -7%;
}
#about01 .h3__ttl--left .circle02 {
  left: -10%;
}
#about01 .about01__wrap {
  margin: 80px auto 40px;
}
#about01 .about01__wrap .about01__img {
  border-radius: 32px;
  width: 575px;
  height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 3rem;
}
#about01 .about01__wrap .about01__table table {
  margin: 0 auto 2.5rem;
  width: 100%;
}
#about01 .about01__wrap .about01__table table tr {
  border-bottom: 2px dotted #FFAE2A;
}
#about01 .about01__wrap .about01__table table tr th, #about01 .about01__wrap .about01__table table tr td {
  font-size: 18px;
  padding: 15px 30px;
  vertical-align: middle;
}
#about01 .about01__wrap .about01__table table tr th {
  color: #FFC638;
  font-weight: 500;
}
#about01 .about01__wrap .about01__table table tr td {
  text-align: left;
}
#about01 .about01__wrap .about01__table .about01__txt {
  border: 2px dotted #FF6600;
  border-radius: 32px;
  padding: 2rem;
  background-color: #fff;
  margin: 1.25rem 0 0;
}
#about01 .about01__wrap .about01__table .about01__txt span {
  color: #fff;
  background-color: #FF6600;
  padding: 0 0.8em;
  border-radius: 50px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#about01 .about01__wrap .about01__table .about01__txt ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF6600;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
#about01 .about01__map iframe {
  border-radius: 32px;
}

#about02 {
  background-color: #fff8e8;
  padding-bottom: 4rem;
}
#about02 .wrap {
  margin-top: 4rem;
}
#about02 .about02__wrap {
  margin-top: 70px;
}
#about02 .about02__wrap .about02__box h4 {
  color: #FF6600;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item {
  margin-bottom: 2rem;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item:last-child {
  margin-bottom: 0;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item h5 {
  border-bottom: 2px dotted #FFAE2A;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  line-height: 1.6;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item h5::before {
  content: "";
  background-color: #FFAE2A;
  border-radius: 10px;
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item p {
  margin-bottom: 1rem;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item ul li p {
  margin-bottom: 0;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item ul li p:first-child {
  font-size: 1.1rem;
  font-weight: 600;
}
#about02 .about02__wrap .about02__box .about02__list .about02__item ul li p:nth-child(2) {
  margin-bottom: 0.5rem;
}

#about03 .wrap {
  padding: 4rem 50px;
}
#about03 .about03__wrap {
  margin-top: 5rem;
}
#about03 .about03__wrap ul {
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
#about03 .about03__wrap ul li {
  width: calc(50% - 1rem);
  position: relative;
  overflow: hidden;
}
#about03 .about03__wrap ul li a {
  border: 3px solid #FF6600;
  border-radius: 32px;
  display: block;
  transition: 0.4s all;
  overflow: hidden;
}
#about03 .about03__wrap ul li a:hover img {
  transform: scale(1.1);
}
#about03 .about03__wrap ul li a img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}
#about03 .about03__wrap ul li h4 {
  background-color: #FFC638;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: center;
  margin: -5% auto 1rem auto;
  display: block;
  border-radius: 32px;
  width: 80%;
  position: relative;
  z-index: 1;
}
#about03 .about03__wrap ul li h4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px dashed #fff;
  border-radius: 60px;
  width: 98%;
  height: 85%;
}
#about03 .about03__wrap ul li p {
  line-height: 1.6;
  text-align: center;
}

/* ************************************************************************************************
  recruit.php（採用情報ページ）
************************************************************************************************ */
#recruit01 {
  background-color: #fff8e8;
}
#recruit01 .recruit01__wrap {
  margin: 60px auto 0;
  text-align: center;
}
#recruit01 .recruit01__wrap .h3__ttl--center {
  color: #FFC638;
}
#recruit01 .recruit01__wrap .recruit01__txt {
  margin: 50px 0;
}
#recruit01 .recruit01__wrap .recruit01__img {
  border-radius: 20px;
}
#recruit01 .recruit01__wrap .recruit01__points {
  margin: 80px 0 0;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
  border: 2px solid #FF6600;
  border-radius: 50%;
  z-index: 3;
  width: 275px;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box {
  width: 50%;
  text-align: left;
  z-index: 2;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box h4 {
  color: #FF6600;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px dotted #FFAE2A;
  padding-bottom: 5px;
  padding-left: 40px;
}
#recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box p {
  margin-top: 25px;
  padding-left: 40px;
}

#recruit02 {
  padding-bottom: 150px;
  border-bottom: 1px solid #FFAE2A;
}
#recruit02 svg {
  margin-top: -100px;
}
#recruit02 .recruit02__wrap {
  margin-top: 5rem;
}
#recruit02 .recruit02__wrap .recruit02__tbl {
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr {
  border-bottom: 2px dotted #FFAE2A;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr th, #recruit02 .recruit02__wrap .recruit02__tbl tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr th {
  width: 20%;
  color: #FFC638;
  text-align: center;
  font-weight: 500;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr td span {
  background-color: #FFAE2A;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 10px;
  margin-right: 0.75rem;
}
#recruit02 .recruit02__wrap .recruit02__tbl tr td ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FF6600;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
#recruit02 .recruit02__wrap .recruit02__btn {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 32px;
  max-width: 700px;
  width: 100%;
  margin: 2.5rem auto 0;
  padding: 2rem;
  text-align: center;
}
#recruit02 .recruit02__wrap .recruit02__btn .btn01 {
  margin-top: 25px;
}
#recruit02 .recruit02__wrap .recruit02__bnr a {
  display: block;
  text-align: center;
  margin: 3rem 0 0;
  transition: 0.3s all;
}
#recruit02 .recruit02__wrap .recruit02__bnr a:hover {
  opacity: 0.8;
  transition: 0.3s all;
}

/* ************************************************************************************************
  index.php&category.php&single.php（更新情報ページ）
************************************************************************************************ */
/***** アーカイブページ *****/
.archive-n {
  background-color: #fff8e8;
  padding-bottom: 3rem;
}
.archive-n .archive__sticky {
  margin-top: 5rem;
}
.archive-n .archive__sticky > p {
  background-color: #FF6600;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 20px;
  border-radius: 32px;
  display: inline-block;
  position: relative;
  margin-left: 5rem;
}
.archive-n .archive__sticky > p::after {
  content: "";
  position: absolute;
  bottom: -24%;
  left: 25%;
  transform: translateX(-50%) rotate(1deg);
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #FF6600 transparent transparent transparent;
}
.archive-n .archive__sticky .archive__item {
  pointer-events: none;
}
.archive-n .archive__sticky .archive__item .archive__info {
  background-color: #fff;
  border-radius: 32px;
  padding: 2rem;
  width: 90%;
  margin: 0 auto;
}
.archive-n .archive__sticky .archive__item .archive__info .archive__date {
  font-size: 16px;
  font-weight: 600;
  color: #FFC638;
}
.archive-n .archive__sticky .archive__item .archive__info .archive__ttl {
  border-bottom: 2px dotted #FF6600;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.archive-n .archive__wrap {
  margin: 120px 0 80px;
  justify-content: space-between;
}
.archive-n .archive__wrap .archive__container {
  width: 70%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-n .archive__wrap .archive__container a.archive__item {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
  transition: all 0.4s;
  display: block;
}
.archive-n .archive__wrap .archive__container a.archive__item:hover {
  transition: all 0.4s;
}
.archive-n .archive__wrap .archive__container a.archive__item:hover .archive__thumbnail img {
  transform: scale(1.1);
}
.archive-n .archive__wrap .archive__container a.archive__item .archive__thumbnail {
  width: 300px;
  min-width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.archive-n .archive__wrap .archive__container a.archive__item .archive__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  height: auto;
  transition: transform 0.5s ease;
}
.archive-n .archive__wrap .archive__container a.archive__item .archive__date {
  margin: 15px 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #FFC638;
}
.archive-n .archive__wrap .archive__container a.archive__item .archive__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
}
.archive-n .archive__svg {
  margin-bottom: -11px;
}

/***** シングルページ *****/
.single .single__wrap {
  margin: 100px 0;
  justify-content: space-between;
}
.single .single__wrap .single__container {
  width: 70%;
  z-index: 10;
}
.single .single__wrap .single__container .single__info {
  padding: 0 10px 10px;
  border-bottom: 1px solid #FFAE2A;
}
.single .single__wrap .single__container .single__info .single__date {
  color: #FFC638;
  font-weight: 600;
}
.single .single__wrap .single__container .single__info h3 {
  font-size: 24px;
  font-weight: 600;
}
.single .single__wrap .single__container .single__category {
  margin-top: 20px;
  text-align: right;
}
.single .single__wrap .single__container .single__category ul li {
  display: inline-block;
  margin-left: 20px;
}
.single .single__wrap .single__container .single__category ul li a {
  font-size: 14px;
  color: #FFC638;
  border: 1px solid #FFC638;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50px;
  padding: 2px 20px;
}
.single .single__wrap .single__container .single__category ul li a:hover {
  background-color: #FFC638;
  color: #fffdf9;
  transition: all 0.3s;
}
.single .single__wrap .single__container .single__thumbnail {
  margin-top: 40px;
  text-align: center;
}
.single .single__wrap .single__container .single__thumbnail img {
  height: auto;
  border-radius: 20px;
}
.single .single__wrap .single__container .single__content {
  margin-top: 40px;
}
.single .single__wrap .single__container .single__content img {
  height: auto;
}

/***** 右側サイドバー *****/
.sidebar {
  width: 22%;
  text-align: center;
  z-index: 10;
}
.sidebar .sidebar__item {
  margin-bottom: 50px;
}
.sidebar .sidebar__item h3 {
  font-size: 20px;
  color: #FFC638;
  border-bottom: 1px solid #FFAE2A;
  padding: 0 5px 5px;
  text-align: left;
  margin-bottom: 20px;
}
.sidebar .sidebar__item ul li {
  margin-bottom: 5px;
}
.sidebar .sidebar__item ul li a {
  transition: all 0.4s;
}
.sidebar .sidebar__item ul li a:hover {
  color: #FFAE2A;
  transition: all 0.3s;
}
.sidebar .sidebar__item select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  border: 1px #FFAE2A solid;
  padding: 5px 0;
  width: 100%;
  background-color: #fff;
}
.sidebar .sidebar__item input[type=text] {
  border: 1px solid #FFAE2A;
  width: 70%;
  background-color: #fff;
  text-align: left;
  padding: 0 0.5rem;
}
.sidebar .sidebar__item input[type=submit] {
  color: #fff;
  background-color: #FFC638;
  width: 25%;
  border-radius: 60px;
  transition: all 0.4s;
}
.sidebar .sidebar__item input[type=submit]:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.search-keyword {
  width: 100%;
  margin-bottom: 4rem;
}
.search-keyword h3 {
  border-bottom: 2px dotted #FF6600;
}

/***** ページネーション *****/
.pagination {
  width: 100%;
  height: 100px;
}

.pagination .page-numbers {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  font-size: 16px;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.pagination .page-numbers li a {
  display: block;
  padding: 0.5rem;
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #FF6600;
  transition: all 0.3s;
}

.nav-below {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 70%;
  max-width: 700px;
  margin: 45px auto 0;
}
.nav-below .nav-previous a, .nav-below .nav-next a {
  color: #fff;
  background-color: #FFAE2A;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.nav-below .nav-previous a:hover, .nav-below .nav-next a:hover {
  background-color: #FFC638;
  transition: all 0.3s;
}

/* ************************************************************************************************
  1366px~1167px（laptop-w）
************************************************************************************************ */
@media screen and (max-width: 1366px) {
  #main ul.main__slider li.main__slider__item {
    margin: 0 2.5vw;
  }
  #i-news .i-bnr {
    width: 90%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 30px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 48px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 23px;
  }
  #concept01 .concept01__wrap .concept01__container {
    width: 60%;
  }
  #concept01 .concept01__wrap .concept01__img {
    width: 100%;
  }
  #concept01 .h3__ttl--right {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1280px) {
  #main .main__container .main__heading {
    font-size: 33px;
    margin-right: 5vw;
    word-break: keep-all;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1167px) {
  #concept02 .concept02__container .concept02__item {
    margin: 0 2%;
  }
}
/* ************************************************************************************************
  1025px（laptop-s）
************************************************************************************************ */
@media screen and (max-width: 1025px) {
  #main {
    margin-top: -9%;
  }
  #main .main__container::after {
    width: 120px;
    height: 100px;
    bottom: -80px;
  }
  #main .main__container .main__heading {
    font-size: 24px;
    margin-right: 2vw;
  }
  #i-contents .h3__ttl--left {
    margin-left: 11%;
  }
  #i-contents .h3__ttl--left::before {
    width: 130px;
    height: 130px;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 75px;
    height: 75px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 40px;
    height: 40px;
    bottom: 26%;
    left: -14%;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    padding: 50px 60px 50px 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 370px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 23px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(odd) .i-contents__pic {
    bottom: -35%;
    right: 0%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .i-contents__pic {
    bottom: -45%;
    left: -5%;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 18px;
    width: 85%;
  }
  #i-news .i-bnr {
    width: 100%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 45px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 20px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 15px 0 20px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 13px;
  }
  #concept01 .concept01__wrap {
    flex-direction: column;
    align-items: center;
  }
  #concept01 .concept01__wrap .concept01__container {
    width: 100%;
    margin-right: 0;
  }
  #concept01 .concept01__wrap .concept01__img {
    width: 100%;
    margin-top: 50px;
    height: 524px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #concept02 .concept02__container .concept02__item {
    width: 295px;
    height: 295px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 16px;
  }
  #concept03 .concept03__wrap .concept03__tbl {
    width: 60%;
  }
  #concept03 .concept03__wrap .concept03__tbl tr th {
    padding-right: 0;
    width: 21%;
  }
  #about01 .about01__wrap {
    margin: 50px auto 25px;
    display: block;
  }
  #about01 .about01__wrap .about01__img {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
    height: 375px;
  }
  #about01 .about01__wrap .about01__table table {
    margin: 0 auto 1.5rem;
  }
  #about01 .about01__map {
    margin-top: 1.25rem;
  }
  #about01 .about01__wrap .about01__container .about01__box {
    margin-left: 5%;
  }
  #about01 .about01__wrap .about01__container .about01__img {
    width: 35%;
  }
  #about02 .about02__wrap {
    margin-top: 40px;
  }
  #about02 .about02__wrap table tr th, #about02 .about02__wrap table tr td {
    font-size: 18px;
  }
  #about02 .about02__wrap .about02__box .about02__list .about02__item p {
    font-size: 14px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__date {
    font-size: 13px;
  }
  .archive .archive__wrap .archive__container a.archive__item .archive__ttl {
    font-size: 16px;
    width: 85%;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 22px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 14px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 18px;
  }
  .pagination .page-numbers li {
    font-size: 15px;
  }
  .nav-below .nav-previous a, .nav-below .nav-next a {
    height: 45px;
    line-height: 45px;
  }
  #recruit01 .recruit01__wrap .recruit01__points {
    margin: 50px 0 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box h4 {
    font-size: 20px;
  }
  #recruit02 {
    padding-bottom: 130px;
  }
}
/* ************************************************************************************************
  960px（tab-w）
************************************************************************************************ */
@media screen and (max-width: 960px) {
  #main {
    margin-top: -7%;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 50px;
  }
  #main .main__container {
    flex-direction: column;
  }
  #main .main__container .main__heading {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #main .main__container .main__txt {
    text-align: center;
  }
  #i-contents {
    padding-bottom: 150px;
  }
  #i-contents .i-contents__wave2 {
    bottom: -2%;
  }
  #i-contents .h3__ttl--left::before {
    left: -12%;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: -16%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -20%;
  }
  #i-contents .i-contents__wrap {
    margin-top: 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 90px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) {
    flex-direction: column;
  }
  #i-contents .i-contents__wrap .i-contents__container, #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2), .i-contents__container:nth-of-type(4), .i-contents__container:nth-of-type(6) {
    flex-direction: column;
    align-items: center;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(5) .i-contents__img,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(6) .i-contents__img {
    margin: 0 !important;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box {
    margin-top: -40px !important;
    padding: 60px 60px 50px 60px;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(5) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(6) .i-contents__box {
    margin-top: -40px !important;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    margin-bottom: 20px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    bottom: -40%;
    left: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(even) .i-contents__box .i-contents__pic {
    bottom: -40%;
    left: auto;
    right: 0;
  }
  #i-menu {
    padding: 200px 0 0;
  }
  #i-menu .i-menu__wrap {
    margin: 50px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item {
    width: 50%;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1), #i-menu .i-menu__wrap .i-menu__item:nth-of-type(3), #i-menu .i-menu__wrap .i-menu__item:nth-of-type(5) {
    margin-top: 80px;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2), #i-menu .i-menu__wrap .i-menu__item:nth-of-type(4), #i-menu .i-menu__wrap .i-menu__item:nth-of-type(6) {
    margin-top: 40px;
  }
  #i-clinic .i-clinic__item {
    width: 100%;
  }
  #i-news .i-news__wrap a.i-news__item {
    width: 100%;
    margin-top: 20px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin-left: 30px;
  }
  #i-news .i-news__wrap {
    margin-top: 10px;
  }
  #i-news .i-news__btn {
    margin-top: 50px;
  }
  #i-news .i-bnr {
    margin: 90px auto 110px;
  }
  #i-news .i-bnr::after {
    border-width: 1px;
  }
  #i-news .wrap2 {
    padding: 0 30px;
  }
  #i-news .i-bnr .i-bnr__box {
    left: 10%;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 35px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 17px;
  }
  #i-news .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 10px 0 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 190px;
    min-width: 190px;
    height: 130px;
  }
  #i-news .i-bnr .i-bnr__box .btn01 {
    width: auto;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  #concept01 .concept01__wrap .concept01__img {
    margin-top: 50px;
  }
  #concept02 .h3__ttl--center {
    margin-bottom: 60px;
  }
  #concept02 .concept02__container {
    flex-wrap: wrap;
  }
  #concept02 .concept02__container01 {
    margin-bottom: 0;
  }
  #concept03 {
    padding-bottom: 100px;
  }
  #concept03 .concept03__wrap {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
  #concept03 .concept03__wrap .concept03__img {
    width: auto;
    margin: 50px 0 0 0;
  }
  #concept03 .concept03__wrap table.concept03__tbl {
    width: 90%;
  }
  #service .service__wrap {
    margin: 100px auto 0;
    padding-bottom: 100px;
  }
  #service .service__wrap .service__container .service__menu ul {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
  #service .service__wrap .service__container .service__list ul li {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--img {
    width: 100%;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--txt {
    width: 100%;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--txt h3 {
    font-size: 1.4rem;
    width: 95%;
    margin: 0 auto 1rem;
    padding-left: 1rem;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--txt a {
    margin-top: 1rem;
  }
  #service02 .service02__wrap {
    margin-bottom: 100px;
  }
  #about01 {
    padding-bottom: 90px;
  }
  #about01 .about01__wrap {
    margin: 60px auto 0;
  }
  #about01 .about01__wrap .about01__container {
    margin-bottom: 50px;
  }
  #about01 .about01__wrap .about01__container:last-of-type {
    margin-bottom: 0;
  }
  .archive .archive__wrap {
    margin: 60px 0 80px;
    flex-direction: column;
    align-items: center;
  }
  .archive .archive__wrap .archive__container {
    width: 90%;
    margin-bottom: 70px;
  }
  .archive .archive__wrap .archive__container a.archive__item {
    margin-bottom: 40px;
  }
  .archive-n .archive__wrap {
    display: block;
  }
  .archive-n .archive__wrap .archive__container {
    width: 100%;
  }
  .single .single__wrap {
    margin: 60px 0 100px;
    flex-direction: column;
    align-items: center;
  }
  .single .single__wrap .single__container {
    width: 90%;
    margin-bottom: 90px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 15px;
  }
  .sidebar {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .sidebar .sidebar__item {
    width: 28%;
    margin-bottom: 0;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 6%;
  }
  .sidebar .sidebar__item h3 {
    text-align: center;
  }
  .sidebar .btn01 {
    margin-top: 25px;
  }
  #recruit01 {
    padding-bottom: 20px;
  }
  #recruit01 .recruit01__wrap .recruit01__txt {
    margin: 40px 0;
  }
  #recruit01 .recruit01__wrap .recruit01__img {
    width: 80%;
  }
  #recruit01 .recruit01__wrap .recruit01__points {
    margin: 80px 0 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
    align-items: flex-start;
  }
  #recruit01 .recruit01__wrap .recruit01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
    width: 200px;
    height: 200px;
    margin-right: -15px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box {
    width: 67%;
  }
  #recruit02 {
    padding-bottom: 100px;
  }
  #recruit02 svg {
    margin-top: 0;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl {
    width: 85%;
    max-width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__btn {
    margin-top: 50px;
    width: 85%;
    max-width: 100%;
  }
}
/* ************************************************************************************************
  799px（tab-s）
************************************************************************************************ */
@media screen and (max-width: 799px) {
  #main ul.main__slider li.main__slider__item img {
    height: 525px;
  }
  #i-news .i-bnr {
    height: 65vh;
  }
  #i-news .i-bnr .i-bnr__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #i-recruit::before, #i-recruit::after {
    width: 250px;
    height: 150px;
  }
  #i-recruit::after {
    bottom: -25%;
  }
  #i-recruit .i-bnr::after {
    height: 98%;
  }
  #i-recruit .i-bnr .i-bnr__box {
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #concept01 .concept01__wrap .concept01__pharag {
    flex-wrap: wrap;
  }
  #concept01 .concept01__wrap .concept01__box {
    width: 48%;
  }
  #concept02 .wrap2 {
    padding: 50px 0;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 15px;
  }
  #concept03 .wrap2 {
    padding: 50px 0 0;
  }
  #concept03 .concept03__wrap {
    margin-top: 0;
  }
  #service .service__wrap .service__container .service__menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 4rem;
    margin-top: 0;
    gap: 10px;
  }
  #service .service__wrap .service__container .service__menu ul li {
    width: 30%;
  }
  #service02 .service02__price .service02__container {
    padding: 2rem;
  }
  #service02 .service02__price .service02__container h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  #service02 .service02__price .service02__container .service02__box > p {
    font-size: 0.9rem;
  }
  #service02 .service02__price .service02__container .service02__box .service02__table table tr th {
    width: 60%;
  }
  #service02 .service02__price .service02__container .service02__box .service02__table table tr td {
    width: 40%;
  }
  #about02 .wrap {
    padding: 60px 50px 0;
  }
  #about02 .about02__wrap .about02__box .about02__list .about02__item {
    margin-bottom: 1.5rem;
  }
  #about02 .about02__wrap .about02__box .about02__list .about02__item h5,
  #about02 .about02__wrap .about02__box .about02__list .about02__item ul li p:first-child {
    font-size: 1rem;
  }
  #about03 .wrap {
    padding: 5rem 50px;
  }
  #about03 .about03__wrap ul li h4 {
    font-size: 0.9rem;
    padding: 0.3rem 0 0.2rem;
    margin-bottom: 0.5rem;
  }
  #about03 .about03__wrap ul li p {
    font-size: 14px;
  }
  .archive-n .archive__sticky > p {
    margin-left: 0;
    font-size: 1rem;
  }
  .archive-n .archive__sticky .archive__item .archive__info {
    width: 100%;
  }
  .archive-n .archive__sticky .archive__item .archive__info .archive__ttl {
    font-size: 1.2rem;
  }
  .archive-n .archive__wrap .archive__container a.archive__item {
    width: 42.5%;
  }
}
/* ************************************************************************************************
  560px（sp-w）
************************************************************************************************ */
@media screen and (max-width: 560px) {
  #main {
    margin-top: 3%;
    padding-bottom: 40px;
  }
  #main ul.main__slider.only-sp {
    display: block;
  }
  #main ul.main__slider.only-pc {
    display: none;
  }
  #main ul.main__slider li.main__slider__item {
    margin: 0 30px;
  }
  #main ul.main__slider li.main__slider__item img {
    border-radius: 20px;
    height: 325px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main ul.main__slider li.main__slider__item::after {
    width: 97%;
    height: 96%;
    border-radius: 20px;
    border-width: 1px;
  }
  #main .main__container {
    margin-top: 70px;
  }
  #main .main__container::after {
    width: 80px;
    height: 60px;
    bottom: -30px;
  }
  #main .main__container .main__heading {
    font-size: 20px;
    text-align: center;
  }
  #main .main__container .main__heading::before {
    content: none;
  }
  #main .main__container .main__heading::after {
    content: none;
  }
  #main .main__container .main__txt {
    text-align: left;
  }
  #i-contents .wrap {
    padding: 0 20px;
  }
  #i-contents .i-contents__wrap {
    margin-top: 45px;
  }
  #i-contents .h3__ttl--left {
    margin-left: 0;
  }
  #i-contents .h3__ttl--left::before {
    width: 100px;
    height: 100px;
    left: 9%;
  }
  #i-contents .h3__ttl--left .circle01 {
    width: 48px;
    height: 48px;
  }
  #i-contents .h3__ttl--left .circle02 {
    width: 30px;
    height: 30px;
  }
  #i-contents .h3__ttl--left .circle01 {
    left: 4%;
    bottom: -24%;
  }
  #i-contents .h3__ttl--left .circle02 {
    left: -4%;
  }
  #i-contents .i-contents__wrap .i-contents__container {
    margin-bottom: 70px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__img {
    width: 250px;
    height: 250px;
    margin: 0;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 {
    font-size: 16px;
    line-height: 1.6;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box h4 span {
    font-size: 0.9rem;
    padding: 0.5rem;
    margin-right: 0.5rem;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(3) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(5) .i-contents__box,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(6) .i-contents__box {
    border-radius: 20px;
    padding: 60px 20px 40px 20px;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    width: 125px;
    bottom: -30%;
    left: unset;
    right: 2%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic,
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(6) .i-contents__box .i-contents__pic {
    width: 105px;
    bottom: -35%;
    left: 10%;
  }
  #i-menu .i-menu__wrap {
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
  }
  #i-menu .i-menu__wrap .i-menu__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle .i-menu__img {
    width: 75px;
    height: auto;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__ttl {
    width: 55%;
  }
  #i-menu .i-menu__wrap .i-menu__item .i-menu__circle {
    width: 175px;
    height: 175px;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(3),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(4),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(5),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(6),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(7),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(8) {
    margin: 30px 0 0;
  }
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(1),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(3),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(5),
  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(7) {
    flex-direction: row-reverse;
  }
  #i-news .wrap {
    padding: 60px 20px;
  }
  #i-news .i-news__wrap {
    margin-top: 20px;
  }
  #i-news .i-news__wrap a.i-news__item {
    margin-top: 15px;
    display: block;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__tmb {
    width: 140px;
    min-width: 140px;
    height: 95px;
    border-radius: 15px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info {
    margin: 10px 0 0 0;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__date {
    font-size: 12px;
  }
  #i-news .i-news__wrap a.i-news__item .i-news__info .i-news__ttl {
    font-size: 16px;
  }
  #i-news .i-news__btn {
    margin-top: 40px;
  }
  #i-recruit .i-bnr {
    margin: 70px 0;
  }
  #i-recruit::before {
    top: 8%;
  }
  #i-recruit::after {
    bottom: -37%;
  }
  #i-recruit .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 32px;
  }
  #i-recruit .i-bnr .i-bnr__box .i-bnr__txt {
    margin: 20px 0 25px;
  }
  #concept01 {
    padding-bottom: 50px;
  }
  #concept01 .h3__ttl--left {
    margin-left: 0;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__txt {
    margin-top: 40px;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__txt span {
    font-size: 1.2rem;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__name span {
    font-size: 1.4rem;
  }
  #concept01 .concept01__wrap .concept01__img {
    margin-top: 40px;
    width: 100%;
  }
  #concept01 .concept01__wrap .concept01__box {
    width: 100%;
    padding: 1.5rem;
  }
  #concept02 .wrap2 {
    padding: 0 0 50px;
  }
  #concept02 .h3__ttl--center {
    margin: 40px 0 35px;
  }
  #concept02 .concept02__container {
    gap: 1rem;
  }
  #concept02 .concept02__container01 {
    margin-bottom: 1rem;
  }
  #concept02 .concept02__container .concept02__item {
    padding: 0 40px;
  }
  #concept02 .concept02__container .concept02__item p {
    font-size: 14px;
  }
  #concept02 .concept02__container .concept02__item > p:first-child {
    font-size: 16px;
  }
  #concept03 {
    padding-bottom: 70px;
  }
  #concept03 .concept03__wrap {
    margin-top: 40px;
  }
  #concept03 .concept03__wrap table.concept03__tbl {
    width: 100%;
  }
  #concept03 .concept03__wrap .concept03__tbl tr th {
    width: 25%;
  }
  #concept03 .concept03__wrap .concept03__img {
    margin: 20px 0 0 0;
  }
  #concept03 .h3__ttl--right {
    margin-top: 50px;
  }
  #concept03 .h3__ttl--right::before {
    right: 26%;
  }
  #concept03 .h3__ttl--right .circle01 {
    right: 18%;
  }
  #concept03 .h3__ttl--right .circle02 {
    right: 16%;
  }
  #service .service__wrap {
    margin: 80px auto 0;
    padding-bottom: 50px;
  }
  #service .service__wrap .service__container .service__menu ul li {
    width: 48%;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--txt h3 {
    font-size: 1.2rem;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--txt p {
    font-size: 14px;
  }
  #service02 .service02__price .service02__container h4 {
    font-size: 1.2rem;
  }
  #service02 .service02__price .service02__container .service02__box {
    margin-bottom: 1.5rem;
  }
  #service02 .service02__price .service02__container .service02__box .service02__table table tr td span {
    display: inline-block;
    font-size: 0.7rem;
  }
  #service02 .service02__price .service02__container .service02__box > p {
    font-size: 0.8rem;
  }
  #about01 {
    padding-bottom: 50px;
  }
  #about01 .h3__ttl--left::before {
    left: 13%;
  }
  #about01 .h3__ttl--left .circle01 {
    left: 9%;
  }
  #about01 .h3__ttl--left .circle02 {
    left: 3%;
  }
  #about01 .about01__wrap {
    margin: 50px auto 0;
  }
  #about01 .about01__wrap .about01__container {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #about01 .about01__wrap .about01__container:last-of-type {
    margin-bottom: 0;
  }
  #about01 .about01__wrap .about01__img {
    height: 275px;
  }
  #about01 .about01__wrap .about01__table table tr th {
    display: block;
    width: auto;
    padding: 10px 20px 0;
  }
  #about01 .about01__wrap .about01__table table tr td {
    display: block;
    width: auto;
    padding: 0 20px 10px;
    line-height: 1.6;
    font-size: 16px;
  }
  #about01 .about01__wrap .about01__table .about01__txt {
    padding: 1rem;
  }
  #about01 .about01__wrap .about01__table .about01__txt span {
    font-size: 0.8rem;
  }
  #about01 .about01__wrap .about01__table .about01__txt span {
    font-size: 13px;
  }
  #about01 .about01__map iframe {
    height: 295px;
  }
  #about02 {
    padding-bottom: 50px;
  }
  #about02 .wrap {
    padding: 20px 30px 0;
    margin-top: 0;
  }
  #about02 .h3__ttl--center {
    margin-top: 40px;
  }
  #about02 .about02__wrap {
    margin-top: 30px;
  }
  #about02 .about02__wrap .about02__box .about02__list .about02__item h5 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
  }
  #about03 .wrap {
    padding: 2.5rem 30px 5rem;
  }
  #about03 .about03__wrap {
    margin-top: 2rem;
  }
  #about03 .about03__wrap ul li {
    width: 100%;
  }
  #about03 .about03__wrap ul li p {
    font-size: 13px;
  }
  .archive-n .archive__sticky {
    margin-top: 2.5rem;
  }
  .archive-n .archive__sticky .archive__item .archive__info {
    padding: 1.25rem;
  }
  .archive-n .archive__sticky > p {
    font-size: 0.9rem;
    padding: 5px 12px;
  }
  .archive-n .archive__sticky .archive__item .archive__info .archive__ttl {
    font-size: 1rem;
    line-height: 1.6;
  }
  .archive-n .archive__wrap {
    margin: 70px 0 40px;
  }
  .archive-n .archive__wrap .archive__container {
    display: block;
    text-align: center;
  }
  .archive-n .archive__wrap .archive__container a.archive__item {
    margin-bottom: 30px;
    width: 100%;
  }
  .archive-n .archive__wrap .archive__container a.archive__item .archive__ttl {
    font-size: 15px;
    width: 100%;
  }
  .archive-n .archive__wrap .archive__container a.archive__item .archive__date {
    margin: 10px 0 0;
  }
  .single .single__wrap {
    margin: 50px 0 70px;
  }
  .single .single__wrap .single__container {
    width: 100%;
    margin-bottom: 60px;
  }
  .single .single__wrap .single__container .single__info h3 {
    font-size: 18px;
  }
  .single .single__wrap .single__container .single__content {
    font-size: 14px;
  }
  .single .single__wrap .single__container .single__category {
    margin-top: 10px;
  }
  .single .single__wrap .single__container .single__category ul li a {
    font-size: 13px;
  }
  .single .single__wrap .single__container .single__category ul li {
    margin: 5px 0 5px 15px;
  }
  .single .single__wrap .single__container .single__thumbnail {
    margin-top: 20px;
  }
  .single .single__wrap .single__container .single__content {
    margin-top: 20px;
  }
  .sidebar {
    flex-direction: column;
    align-items: center;
  }
  .sidebar .sidebar__item {
    width: 57%;
    margin-bottom: 30px;
  }
  .sidebar .sidebar__item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .sidebar .sidebar__item h3 {
    font-size: 16px;
  }
  .sidebar .btn01 {
    margin-top: 20px;
  }
  .pagination .page-numbers li {
    font-size: 14px;
  }
  .nav-below {
    width: 95%;
    margin: 30px auto 0;
  }
  .nav-below .nav-previous a, .nav-below .nav-next a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  #recruit01 {
    padding-bottom: 30px;
  }
  #recruit01 .recruit01__wrap {
    margin: 50px auto 0;
  }
  #recruit01 .recruit01__wrap .recruit01__img {
    width: 100%;
  }
  #recruit01 .recruit01__wrap .recruit01__txt {
    margin: 30px 0;
    text-align: left;
  }
  #recruit01 .recruit01__wrap .recruit01__points {
    margin: 60px 0 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container {
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
  }
  #recruit01 .recruit01__wrap .recruit01__container:nth-of-type(3) {
    margin-bottom: 0;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box {
    width: 100%;
    margin-top: 15px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box h4 {
    padding-left: 0;
    text-align: center;
    font-size: 16px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container .recruit01__box p {
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
  #recruit01 .recruit01__wrap .recruit01__points .recruit01__container img {
    margin-right: 0;
    width: 180px;
    height: 180px;
  }
  #recruit02 {
    padding-bottom: 70px;
  }
  #recruit02 .recruit02__wrap {
    margin-top: 50px;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl {
    margin: 40px auto 0;
    width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th, #recruit02 .recruit02__wrap .recruit02__tbl tr td {
    padding: 10px;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th {
    width: 29%;
  }
  #recruit02 .recruit02__wrap .recruit02__btn {
    margin-top: 25px;
    width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__bnr a {
    margin-top: 25px;
  }
}
/* ************************************************************************************************
  425px（sp-s）
************************************************************************************************ */
@media screen and (max-width: 425px) {
  #i-contents {
    padding-bottom: 80px;
  }
  #i-contents .i-contents__wave2 {
    bottom: -1%;
  }
  #i-contents .i-contents__wrap .i-contents__container .i-contents__box .i-contents__pic {
    width: 105px;
    bottom: -20%;
    left: unset;
    right: 0%;
  }
  #i-contents .i-contents__wrap .i-contents__container:nth-of-type(2) .i-contents__box .i-contents__pic, #i-contents .i-contents__wrap .i-contents__container:nth-of-type(4) .i-contents__box .i-contents__pic, #i-contents .i-contents__wrap .i-contents__container:nth-of-type(6) .i-contents__box .i-contents__pic {
    width: 95px;
    bottom: -22%;
  }
  #i-menu {
    padding: 100px 0 0;
  }
  #i-menu .i-menu__wrap .i-menu__item h4 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  #i-menu .i-menu__wrap .i-menu__item p {
    font-size: 12px;
  }
  #i-clinic .i-clinic__item a {
    height: 375px;
    padding: 1.5rem;
  }
  #i-clinic .i-clinic__item a h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  #i-clinic .i-clinic__item a h4 span {
    font-size: 16px;
  }
  #i-recruit::before {
    top: 0;
    width: 160px;
    height: 105px;
  }
  #i-recruit::after {
    bottom: -27%;
    width: 195px;
    height: 110px;
  }
  #i-recruit .i-bnr .i-bnr__box {
    top: 25%;
    left: 50%;
    transform: translate(-50%, -15%);
  }
  #i-recruit .i-bnr .i-bnr__img {
    height: 375px;
  }
  #i-recruit .i-bnr .i-bnr__box .i-bnr__ttl {
    font-size: 1.4rem;
  }
  #i-recruit .i-bnr .i-bnr__box .i-bnr__ttl--sub {
    font-size: 16px;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__txt {
    font-size: 13px;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__name {
    font-size: 0.9rem;
  }
  #concept01 .concept01__wrap .concept01__container .concept01__name span {
    font-size: 1.2rem;
  }
  #service .service__wrap .service__container .service__menu ul li {
    width: 100%;
  }
  #service .service__wrap .service__container .service__list ul li .service__list--img img {
    height: 285px;
  }
  #service02 .service02__price .service02__container {
    padding: 1rem;
  }
  #service02 .service02__price .service02__container .service02__box p.caption {
    font-size: 0.8rem;
  }
  #service02 .service02__price .service02__container .service02__box .service02__table table tr th {
    display: block;
    width: auto;
    padding: 5px 0 0;
  }
  #service02 .service02__price .service02__container .service02__box .service02__table table tr td {
    display: block;
    width: auto;
    text-align: right;
    padding: 0 15px 5px;
  }
  .archive-n .archive__wrap .archive__container a.archive__item {
    display: block;
  }
  .archive-n .archive__wrap .archive__container a.archive__item .archive__date {
    margin: 10px 0 0;
  }
  .sidebar .sidebar__item {
    width: 100%;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th,
  #recruit02 .recruit02__wrap .recruit02__tbl tr td {
    display: block;
    width: auto;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr th {
    padding: 10px 20px 0;
    text-align: left;
  }
  #recruit02 .recruit02__wrap .recruit02__tbl tr td {
    padding: 0 20px 10px;
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */