@charset "UTF-8";

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

img,
object,
embed,
video {
  max-width: 100%;
}

/*  IE 6 does not support max-width so default to width 100%  */

.ie6 img {
  width: 100%;
}

html {
  font-size: 12.5px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #fff;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

.full-screen {
  width: 100%;
}

.grid-container01 {
  width: 85%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-container02 {
  width: 85%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-container03 {
  width: 85%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-container99 {
  width: 90%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.anchor {
  margin-top: -5rem;
  padding-top: 5rem;
}

.pc-mode {
  display: none;
}

.sp-mode {
  display: block;
}

.pc-inline {
  display: none;
}

.pos {
  position: relative;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

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

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

.middle {
  vertical-align: middle;
}

.img100 {
  display: block;
  width: 100%;
}

.upper {
  z-index: 990;
}

.upper02 {
  z-index: 999;
}

/*   font
--------------------------------------- */
/* FOT-筑紫A丸ゴシック Std B */
.tsukushi-b,
.side__list h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 源ノ角ゴシック Normal */
.gen-nomal,
.side__list a {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* 源ノ角ゴシック Regular */
.gen-regular {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 源ノ角ゴシック Medium */
.gen-medium {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*  FOT-UD丸ゴ_ラージ Pr6N DB  */
.udmarugo {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* FOT-筑紫A丸ゴシック Std R */
.tsukushi-r {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*   font color
--------------------------------------- */
.color-white {
  color: #ffffff;
}

.color-black01 {
  color: #333333;
}

.color-black02 {
  color: #3c3c3c;
}

.color-black03 {
  color: #404040;
}

.color-green01 {
  color: #75c4b4;
}

.color-green02 {
  color: #a6dcda;
}

.color-pink01 {
  color: #ef8f81;
}

.color-brown01 {
  color: #5b4330;
}

.color-brown02 {
  color: #895102;
}

/* link color */
.color-black01:hover,
.color-black01:visited {
  color: #333333;
}

a.color-black02:hover,
a.color-black02:visited {
  color: #3c3c3c;
}

.color-black03 a,
.color-black03 a:hover,
.color-black03 a:visited {
  color: #404040;
}

/*   bg
--------------------------------------- */
.bg-white {
  background-color: #ffffff;
}

.bg-green01 {
  background-color: #75c4b4;
}

.bg-green02 {
  background-color: #a6dcda;
}

.bg-green02-gradient {
  background: #ffffff;
}

.bg-green02-gradient--loading {
  background: linear-gradient(to bottom, #a6dcda, #ffffff);
}

.bg-green03 {
  background-color: #dfeff1;
}

.bg-pink01 {
  background-color: #ef8f81;
}

.bg-orange01 {
  background-color: #ea875e;
}

.bg-brown01 {
  background-color: #5b4330;
}

/*   border
--------------------------------------- */
.border-doctor {
  border-bottom: 1px dashed #000000;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}

.border-2color {
  border-bottom: 1px solid #808080;
  padding-bottom: 1em;
  margin-bottom: 1px;
}

.border-2color::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5em;
  height: inherit;
  border-bottom: 1px solid #75c4b4;
}

/*   text
--------------------------------------- */
.cmn-title01 {
  font-size: 1.35rem;
}

.cmn-title02 {
  font-size: 1.75rem;
}

.cmn-title03 {
  font-size: 1.35rem;
}

.cmn-text01 {
  font-size: 1rem;
}

.cmn-text02 {
  font-size: 1.2rem;
}

.cmn-text03 {
  font-size: 0.9rem;
}

.text-underline01 {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  padding-bottom: 0.2em;
}

.text-underline02 {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 1px;
  padding-bottom: 0.5em;
}

/*   改行
--------------------------------------- */

.br-ip::before {
  content: "\A";
  white-space: pre;
}

.br-sp::before {
  content: "\A";
  white-space: pre;
}

.br-sp-space::before {
  content: "\A　";
  white-space: pre;
}

.br-tab::before {
  content: "";
}

.br-ip-tab::before {
  content: "\A";
  white-space: pre;
}

/*   スペース
--------------------------------------- */

.top08 {
  padding-top: 0.4rem;
}

.top10 {
  padding-top: 0.5rem;
}

.top15 {
  padding-top: 0.75rem;
}

.top20,
.top20-sp {
  padding-top: 1rem;
}

.top25 {
  padding-top: 1.25rem;
}

.top30 {
  padding-top: 1.5rem;
}

.top35 {
  padding-top: 1.75rem;
}

.top40,
.top40-sp {
  padding-top: 2rem;
}

.top45 {
  padding-top: 2.25rem;
}

.top50,
.top50-sp {
  padding-top: 2.5rem;
}

.top55 {
  padding-top: 2.75rem;
}

.top60,
.top60-sp {
  padding-top: 3rem;
}

.mtop60 {
  margin-top: 3rem;
}

.top65 {
  padding-top: 3.25rem;
}

.top70 {
  padding-top: 3.5rem;
}

.top75 {
  padding-top: 3.75rem;
}

.top80 {
  padding-top: 4rem;
}

.top85 {
  padding-top: 4.25rem;
}

.top90 {
  padding-top: 4.5rem;
}

.top95 {
  padding-top: 4.75rem;
}

.top100 {
  padding-top: 5rem;
}

.top110 {
  padding-top: 5.5rem;
}

.top115 {
  padding-top: 5.75rem;
}

.top120 {
  padding-top: 6rem;
}

.top130 {
  padding-top: 6.5rem;
}

.top140 {
  padding-top: 7rem;
}

.top150 {
  padding-top: 7.5rem;
}

.bottom10 {
  padding-bottom: 0.5rem;
}

.bottom15 {
  padding-bottom: 0.75rem;
}

.bottom20 {
  padding-bottom: 1rem;
}

.bottom30 {
  padding-bottom: 1.5rem;
}

.bottom35 {
  padding-bottom: 1.75rem;
}

.bottom40 {
  padding-bottom: 2rem;
}

.bottom45 {
  padding-bottom: 2.25rem;
}

.bottom50,
.bottom50-sp {
  padding-bottom: 2.5rem;
}

.bottom55 {
  padding-bottom: 2.75rem;
}

.bottom60 {
  padding-bottom: 3rem;
}

.bottom65 {
  padding-bottom: 3.25rem;
}

.bottom70 {
  padding-bottom: 3.5rem;
}

.bottom75 {
  padding-bottom: 3.75rem;
}

.bottom80 {
  padding-bottom: 4rem;
}

.bottom90 {
  padding-bottom: 4.5rem;
}

.bottom100 {
  padding-bottom: 5rem;
}

.bottom105 {
  padding-bottom: 5.25rem;
}

.bottom110 {
  padding-bottom: 5.5rem;
}

.bottom120 {
  padding-bottom: 6rem;
}

.bottom125 {
  padding-bottom: 6.25rem;
}

.bottom130 {
  padding-bottom: 6.5rem;
}

.bottom135 {
  padding-bottom: 6.75rem;
}

.bottom140 {
  padding-bottom: 7rem;
}

.bottom150 {
  padding-bottom: 7.5rem;
}

.bottom155 {
  padding-bottom: 7.75rem;
}

.pagetop-space01 {
  padding-top: 7rem;
}

.pagetop-space02 {
  padding-top: 8rem;
}

/*   行間,文字間
--------------------------------------- */
.line01 {
  line-height: 1;
}

.line02 {
  line-height: 2;
}

.line01_4 {
  line-height: 1.4;
}

.line01_6 {
  line-height: 1.6;
}

.line01_8 {
  line-height: 1.8;
}

.line02_2 {
  line-height: 1.8;
}

.line02_4 {
  line-height: 2;
}

.line02_8 {
  line-height: 2.8;
}

.line03_2 {
  line-height: 2.8;
}

.line03_6 {
  line-height: 3.6;
}

.line01_4-sp {
  line-height: 1.4;
}

.line01_6-sp {
  line-height: 1.6;
}

.line02-sp {
  line-height: 2;
}

.line-deduction {
  line-height: 1.4;
}

.text-space20 {
  letter-spacing: 0.005em;
}

.text-space30 {
  letter-spacing: 0.01em;
}

.text-space40 {
  letter-spacing: 0.015em;
}

.text-space50 {
  letter-spacing: 0.02em;
}

.text-space60 {
  letter-spacing: 0.024em;
}

.text-space80 {
  letter-spacing: 0.032em;
}

.text-space90 {
  letter-spacing: 0.036em;
}

.text-space100 {
  letter-spacing: 0.04em;
}

.text-space110 {
  letter-spacing: 0.048em;
}

.text-space130 {
  letter-spacing: 0.08em;
}

.text-space130 {
  letter-spacing: 0.064em;
}

.text-space150 {
  letter-spacing: 0.08em;
}

.text-space160 {
  letter-spacing: 0.042em;
}

.text-space170 {
  letter-spacing: 0.045em;
}

.text-space300 {
  letter-spacing: 0.075em;
}

.text-kerning,
.text-kerning-sp,
.text-kerning-nomal {
  font-feature-settings: "palt";
}

.text-space-minus {
  letter-spacing: -1px;
}

/*   button
--------------------------------------- */
.round05 {
  border-radius: 0.25rem;
}

.round10 {
  border-radius: 0.5rem;
}

.round20 {
  border-radius: 1rem;
}

.round30 {
  border-radius: 1.5rem;
}

.round40 {
  border-radius: 2rem;
}

.round50 {
  border-radius: 5rem;
}

.round-circle {
  border-radius: 50%;
}

/* button */
.button-text01 {
  font-size: 1.04rem;
}

.button-common {
  display: block;
  width: 55%;
  margin: 0 auto;
  padding: 0.9em 0.5em;
  transition: all 0.3s;
}

.button-left {
  width: 65%;
}

.button-brown01,
.button-brown01:visited {
  background-color: #5b4330;
  color: #ffffff;
  border: 1px solid #5b4330;
}

.button-brown01:hover {
  background-color: #ffffff;
  color: #5b4330;
}

.button-blue {
  width: 19em;
}

.button-blue,
.button-blue:visited {
  background-color: #75bfaf;
  color: #ffffff;
  border: 1px solid #75bfaf;
}

.button-blue:hover {
  background-color: #ffffff;
  color: #75bfaf;
}

/* round */
.title-color {
  width: 100%;
  padding: 0.7em 1em;
}

/*   flexbox
--------------------------------------- */

.flex-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-item-center-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-item-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.flex-column,
.flex-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-justify-around,
.flex-justify-around-between {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

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

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

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

.flex-align-strech {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.flex-align-start-strech,
.flex-align-start-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrap,
.flex-wrap-sp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-bottom {
  margin-top: auto;
}

.flex-50-50>div,
.flex-60-40>div,
.flex-40-60>div {
  width: 100%;
}

/*   list
--------------------------------------- */
.asterisk-list li {
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.circle-list li {
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-indent: -1em;
  padding-left: 1em;
}

.list-text {
  font-size: 1.2rem;
}

/*   header
--------------------------------------- */
/* 1ページ目 */
.header__space {
  padding-top: 2rem;
  /*padding-bottom: 8rem;*/
  padding-bottom: 9rem;
}

.hero__img {
  display: block;
  width: 70%;
  margin: 0 0 0 auto;
}

.hero__logo {
  display: block;
  width: 43%;
  position: absolute;
  top: 10%;
  left: 5%;
}

.hero__logo--sp {
  display: block;
  width: 100%;
  position: relative;
  z-index: 55;
}

.hero__logo--pc {
  display: none;
}

.hero__title--sp {
  position: absolute;
  top: 76%;
  left: 5%;
  z-index: 99;
}

.hero__title--pc {
  display: none;
}

.header__recruit img:hover {
  opacity: 0.7;
}

.recruit__icon {
  display: block;
  position: absolute;
  width: 11rem;
  right: 0;
  bottom: 1.5rem;
  z-index: 180;
}

/* 下層ページ */
.header__subpage {
  height: 8rem;
}

.headersub__space {
  padding-top: 2rem;
}

/* menu */
.menu {
  height: 5rem;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

.header__logo {
  display: block;
  width: 45%;
  padding-left: 5%;
}

.header__right {
  width: 55%;
}

.header__tel {
  padding: 0.15em 1em 0.5em 1em;
  margin: 1em 1em;
  white-space: nowrap;
  border-radius: 1.5rem;
}

.header__tel img {
  display: block;
  width: 1.1em;
  padding: 0 0.2em 0.1em 0;
}

.header__tel p {
  line-height: 1.2;
}

.header01 {
  font-size: 1rem;
}

.header02 {
  font-size: 0.8rem;
}

.btn-menu {
  appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  width: 50px;
  height: 30px;
  cursor: pointer;
  outline: none;
}

.btn-menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #333333;
  width: 35px;
  height: 1px;
  transform-origin: center;
  transition: background-color, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.btn-menu span:first-of-type {
  top: 0;
}

.btn-menu span:nth-of-type(2) {
  top: 10px;
}

.btn-menu span:nth-of-type(3) {
  top: 20px;
}

.btn-menu:hover span:first-of-type {
  transform: translateY(11px);
}

.btn-menu:hover span:nth-of-type(3) {
  transform: translateY(-11px);
}

/* .btn-menu:hover span{
    background-color: #ffffff;
    transition-delay: 1s;
}

.btn-menu:hover p {
    color: #ffffff;
    transition-delay: 1s;
} */

.btn-menu p {
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25px;
  letter-spacing: 0.1em;
}

.menu--open .btn-menu {
  background-color: transparent;
  margin-right: 13px;
}

.menu--open .btn-menu span {
  background-color: #ffffff;
}

.menu--open .btn-menu span:first-of-type {
  transform: rotate(45deg);
  top: 10px;
}

.menu--open .btn-menu span:nth-of-type(2) {
  background-color: transparent;
}

.menu--open .btn-menu span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.menu__nav {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0 auto;
  width: 100%;
}

.menu__nav a {
  display: block;
}

.header__menu {
  position: absolute;
  top: 15vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 100vh;
}

.header__menu a:visited,
.header__menu a:hover {
  color: #ffffff;
}

.header__text01 {
  font-size: 1.2rem;
}

.header__text02 {
  font-size: 1rem;
}

.header__text01,
.header__text02 {
  line-height: 2;
}

/* breadcrumb */

.breadcrumb li,
.breadcrumb span {
  font-size: 0.75rem;
}

.breadcrumb {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}

.bread-bottom {
  padding-bottom: 0;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #333333;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
}

/*   footer
--------------------------------------- */
.footer__h5 {
  font-size: 0.8rem;
  line-height: 2;
}

.footer__logo {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.footer__left {
  width: 90%;
  margin: 0 auto;
}

.footer__right {
  width: 90%;
  padding-top: 3rem;
  margin: 0 auto;
}

.footer__right table,
.footer__right table tr {
  width: 100%;
}

.footer__right table th {
  width: 5em;
}

.footer__text01 {
  font-size: 1rem;
}

.footer__text02 {
  font-size: 0.9rem;
}

.footer__menu {
  /*width: 90%;*/
  width: 100%;
  margin: 0 auto;
}

.footer__menu ul,
.footer__menu div {
  width: 45%;
}

.footer__menu .footer__text01,
.footer__menu .footer__text02 {
  line-height: 1.8;
}

.footer__menu a:visited,
.footer__menu a:hover {
  color: #ffffff;
}

.footer__logo__deco {
  display: block;
  width: 100%;
  position: absolute;
  top: -2rem;
  left: -1.5rem;
}

.footer__tel {
  padding: 0.15em 1em 0.5em 1em;
  margin: 1em 1em;
  white-space: nowrap;
  border-radius: 1.5rem;
  width: 60%;
  margin: 0 auto;
}

.footer__tel img {
  display: block;
  width: 1.4em;
  padding: 0 0.5em 0.1em 0;
}

.footer__tel p {
  line-height: 1.2;
}

.copy__text {
  font-size: 1.04rem;
  padding-bottom: 7em;
}

/*  blog
---------------------------------------*/
/*colmun*/
.arrow04,
.arrow05 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.arrow04::before {
  position: absolute;
  bottom: 0.6em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow04::before {
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #eb97a8;
  border-right: 2px solid #eb97a8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow05::before {
  position: absolute;
  top: 1.15em;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow05::before {
  width: 0.4em;
  height: 0.4em;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow04.arrow-open::before {
  bottom: 0.3em;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.arrow05.arrow-open::before {
  top: 1.35em;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.term-box {
  border: 3.0655px solid #f6dadf;
  width: 100%;
  margin-bottom: 1.5rem;
}

.term-box a {
  display: block;
  padding: 1.5em 0.5em;
}

.term-title {
  font-size: 1.35rem;
}

.child-term-title {
  font-size: 1.1rem;
}

.termdrop01 {
  position: absolute;
  top: 100%;
  left: -3.0655px;
  width: calc(100% + 6.131px);
  z-index: 99;
  display: none;
}

.termdrop02 {
  width: 100%;
  display: none;
}

.child-term {
  display: block;
  background-color: #eb97a8;
}

.grandchild-term {
  display: block;
  background-color: #e47289;
}

.child-term>a,
.grandchild-term>a {
  display: block;
  padding: 0.8em 0.8em;
}

/*news*/
.bg-post {
  background-color: #faeaed;
}

.border-post {
  border: 1px solid #a6dcda;
}

.round-post {
  padding: 2.5rem;
  margin-bottom: 3rem;
}

.post-box01>a,
.post-box01>img,
.post-box02>a {
  display: block;
  width: 100%;
  height: auto;
}

.post-title {
  padding: 0.5em 0;
}

.post-cat-title01 {
  display: block;
  padding: 0.5em 1em;
  width: 6.5em;
}

/* single */
.post-cat-title02 {
  display: block;
  padding: 0.5em 1em;
}

.border-single {
  border-bottom: 2px solid #a6dcda;
  padding-bottom: 1.4rem;
  margin-bottom: 3rem;
}

.post-img img {
  display: block;
  margin: 0 auto 3.5rem auto;
  width: 70%;
  height: auto;
}

.flex-cat li {
  margin-right: 1rem;
}

.cat-box {
  padding-top: 3rem;
}

.cat-box>p {
  width: 9em;
  background-color: #4d4d4d;
  padding: 0.5em 0;
}

.cat-box>ul {
  padding: 1rem 0 0 0;
}

.cat-box>ul>li {
  /* background-image: url("../img/99-tag.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain; */
  line-height: 1;
  padding-left: 1.5em;
  margin: 0 1em 0.25em 0;
}

.cat-box>ul>li img {
  display: inline-block;
  width: 1.5em;
}

.cat-box>ul>li a {
  color: #4d4d4d;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.25em;
}

.line-post>p {
  line-height: 2.4;
}

.line-post>p img {
  display: inline-block;
  height: auto;
}

/* sidebar */
.blog__main,
.blog__side {
  width: 100%;
}

.side__list,
.side__list li,
.side__list h2,
.side__list ul {
  position: relative;
}

.side__list h2 {
  border-bottom: 1px solid #808080;
  padding-bottom: 0.5em;
  margin-bottom: 1px;
  color: #75c4b4;
  font-size: 1.04rem;
}

.side__list h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5em;
  height: inherit;
  border-bottom: 1px solid #75c4b4;
}

.side__list ul {
  padding: 0.5rem 0 3rem 0;
}

.side__list a,
.side__list a:hover,
.side__list a:visited {
  color: #3c3c3c;
}

.side__list a {
  font-size: 1rem;
  display: block;
  padding: 0.5em 0.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*  content
--------------------------------------- */
.circle__title {
  display: block;
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title__logo {
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 3rem 0 1rem 0;
}

.nodisp {
  display: none;
}

/*   1ページ目
--------------------------------------- */
/* information */
.information__list {
  width: 75%;
  margin: 0 auto;
}

.information__list li {
  display: none;
}

.information__list li:first-child {
  display: block;
}

.information__pdf01 {
  display: inline-block;
  border-radius: 50%;
  line-height: 1.5;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
}

.information__pdf02 {
  display: inline-block;
  font-size: 0.7rem;
  padding-left: 0.5em;
}

.information__list__space {
  padding: 1em 0;
}

.information__list__text01 {
  font-size: 1.04rem;
}

.information__list__text02 {
  font-size: 1.04rem;
  padding: 0.2em 2.5em;
}

.information__img img {
  display: block;
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

/* features */
.bg-features {
  background-image: url(../img/01-bg-features-sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  z-index: 20;
}

.bg-features__deco {
  background-image: url(../img/01-bg-features-sp-deco.png);
  background-repeat: repeat;
  background-size: cover;
  z-index: 10;
}

.bg-features-sp {
  background-image: url(../img/01-bg-features-sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.features__deco__title {
  z-index: 30;
}

.features__title {
  width: 90%;
  margin: 0 auto;
  padding: 10rem 0 44rem 0;
}

.features__text {
  padding-top: 2rem;
}

/* medicalcontent */
.medicalcontent__list {
  width: 100%;
}

.medicalcontent__list li {
  width: 90%;
  margin: 0 auto;
}

.medicalcontent__list__link {
  display: block;
  width: 100%;
}

.medicalcontent__list li:nth-child(1) p,
.medicalcontent__list li:nth-child(2) p {
  min-height: 14em;
}

.medicalcontent__list li:nth-child(3) p,
.medicalcontent__list li:nth-child(4) p,
.medicalcontent__list li:nth-child(5) p,
.medicalcontent__list li:nth-child(6) p {
  min-height: 8em;
}

.medicalcontent__list li:nth-child(1) .medicalcontent__list__link,
.medicalcontent__list li:nth-child(2) .medicalcontent__list__link {
  margin-bottom: 20rem;
}

.medicalcontent__list li:nth-child(3) .medicalcontent__list__link,
.medicalcontent__list li:nth-child(4) .medicalcontent__list__link {
  margin-bottom: 14rem;
}

.medicalcontent__list li:nth-child(5) .medicalcontent__list__link,
.medicalcontent__list li:nth-child(6) .medicalcontent__list__link {
  margin-bottom: 16rem;
}

.medicalcontent__list__img {
  width: 100%;
  overflow: hidden;
}

.medicalcontent__list__link img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}

.bg-medicalcontent__text {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 1.75rem 2rem;
  width: 90%;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bg-medicalcontent__text:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.medicalcontent__title {
  font-size: 1.35rem;
  padding-bottom: 1em;
}

/*   2ページ目
--------------------------------------- */
/* doctor */
.doctor__name01 {
  font-size: 1.04rem;
}

.doctor__name02 {
  font-size: 1.5rem;
}

.doctor__name03 {
  font-size: 1.04rem;
}

.doctor__img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 4rem;
}

.doctor-career,
table.doctor-career tr {
  width: 100%;
}

table.doctor-career th {
  width: 25%;
  padding: 1px 0;
}

table.doctor-career td {
  width: 75%;
  padding: 1px 0;
}

ul.doctor-career li {
  padding: 1px 0;
}

.doctor-career__text {
  font-size: 1.04rem;
  vertical-align: top;
}

.doctor--deco {
  display: block;
  position: absolute;
  width: 80%;
  bottom: 40rem;
  right: 0;
}

/* alliance */
.alliance {
  padding: 3rem 2rem 2rem 2rem;
}

.alliance__text {
  font-size: 1rem;
}

.alliance__text img {
  display: inline-block;
  width: 1.2em;
  margin-right: 0.5em;
  padding-bottom: 0.2em;
}

.alliance__list {
  padding: 1.5rem 0;
}

.alliance__list li {
  padding: 0;
  line-height: 2.2;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

/* gallery */
.bg-gallery__deco {
  z-index: 10;
}

.gallery__deco__title {
  z-index: 30;
}

.gallery__swiper {
  padding: 18rem 0 5.75rem 0;
}

/*   3ページ目
--------------------------------------- */
.medicalcontent__link {
  width: 90%;
  margin: 0 auto;
}

.medicalcontent__link01,
.medicalcontent__link02 {
  width: 85%;
  margin: 0 auto 1.5rem auto;
  white-space: nowrap;
}

.medicalcontent__link01:hover,
.medicalcontent__link02:hover,
.medicalcontent__link01:visited,
.medicalcontent__link02:visited {
  color: #ffffff;
}

.medicalcontent__link__text {
  padding: 0.8rem;
}

.medicalcontent__link__text img {
  display: inline-block;
  width: 1.5em;
}

.medicalcontent__link__text span {
  display: inline-block;
  padding-left: 0.75rem;
}

.medicalcontent {
  padding: 3rem 2rem 2rem 2rem;
}

.medicalcontent__box01,
.medicalcontent__box02 {
  padding: 0 0.75rem;
}

.check-list li {
  padding: 0;
  line-height: 2.2;
}

.check-list img,
.check-list span {
  display: block;
}

.check-list img {
  width: 1.5em;
  padding-right: 0.5em;
}

.etc-text01,
.etc-text02 {
  line-height: 2.2;
  position: absolute;
  right: 1em;
  bottom: 0;
}

.medicalcontent__icon {
  display: block;
  width: 3.8rem;
  position: absolute;
  top: -1rem;
  right: 1rem;
}

/* internalmedicine */
.internalmedicine__title {
  font-size: 1.2rem;
  padding: 0.5em;
  width: 14em;
  margin: 0 auto;
}

.border-internalmedicine {
  border: 1px solid #ef8f81;
  padding: 2rem 2rem 2.5rem 2rem;
}

/* medicalexam */
.medicalexam__tel {
  width: 80%;
  margin: 0 auto;
}

/*   退避
--------------------------------------- */
/* recruit */
.recruit {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.recruit__logo {
  display: block;
  position: absolute;
  width: 25%;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.recruit__title {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0;
}

.recruit__table {
  padding: 2.5rem;
}

.recruit__table__title {
  font-size: 1.5rem;
  padding: 0.5em 1em;
}

.recruit__table table,
.recruit__table table tr {
  width: 100%;
}

.recruit__table table {
  margin-top: 3.25rem;
}

.recruit__table table tr {
  border-top: 1px solid #3c3c3c;
}

.recruit__table table th {
  width: 25%;
}

.recruit__table table td {
  width: 75%;
  padding: 1.8em 1em;
}

.recruit__table table td.recruit__table__td {
  padding: 2.5em 1em;
}

/*  動き
--------------------------- */
.fade-up {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 50px);
}

.fade-visible {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 50px);
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.fade-non {
  transform: none;
}

.fade-left01 {
  transition-duration: 1s;
  opacity: 0;
  transform: translate(-100px, 0);
}

.fade-left02 {
  transition-duration: 1s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translate(-100px, 0);
}

.fade-left03 {
  transition-duration: 1s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translate(-100px, 0);
}

.fade-left04 {
  transition-duration: 1s;
  transition-delay: 0.9s;
  opacity: 0;
  transform: translate(-100px, 0);
}

.fade-left05 {
  transition-duration: 1s;
  transition-delay: 1.2s;
  opacity: 0;
  transform: translate(-100px, 0);
}

.fade-left06 {
  transition-duration: 1s;
  transition-delay: 1.5s;
  opacity: 0;
  transform: translate(-100px, 0);
}

.isAnimate {
  opacity: 1;
  transform: translate(0, 0);
}

.isAnimate02 {
  opacity: 1;
  transform: scale(1, 1);
}

/* タイトル */
.title-slide {
  width: 0;
  margin: 0.3em 0;
  white-space: nowrap;
  overflow: hidden;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.hero__title--slide01 {
  animation-name: hero-slide01;
  animation-duration: 1s;
}

.hero__title--slide02_01 {
  animation-name: hero-slide02_01;
  animation-duration: 0.5s;
  animation-delay: 1s;
}

.hero__title--slide02_02 {
  animation-name: hero-slide02_02;

  animation-duration: 1.2s;
  animation-delay: 1.5s;
}

.hero__title--slide03 {
  animation-name: hero-slide03;
  animation-duration: 1.2s;
  animation-delay: 2.7s;
}

@keyframes hero-slide01 {
  0% {
    width: 0%;
  }

  100% {
    width: 8.5em;
  }
}

@keyframes hero-slide02_01 {
  0% {
    width: 0%;
  }

  100% {
    width: 8.5em;
  }
}

@keyframes hero-slide02_02 {
  0% {
    width: 0%;
  }

  100% {
    width: 7em;
  }
}

@keyframes hero-slide03 {
  0% {
    width: 0%;
  }

  100% {
    width: 15.5em;
  }
}

.doctor__title--slide01 {
  animation-name: doctor-slide01;
  animation-duration: 0.8s;
}

.doctor__title--slide02 {
  animation-name: doctor-slide02;
  animation-duration: 1.3s;
  animation-delay: 0.8s;
}

.doctor__title--slide03 {
  animation-name: doctor-slide03;
  animation-duration: 0.8s;
  animation-delay: 2.1s;
}

@keyframes doctor-slide01 {
  0% {
    width: 0%;
  }

  100% {
    width: 9.5em;
  }
}

@keyframes doctor-slide02 {
  0% {
    width: 0%;
  }

  100% {
    width: 15em;
  }
}

@keyframes doctor-slide03 {
  0% {
    width: 0%;
  }

  100% {
    width: 9em;
  }
}

.features__title--slide01 {
  animation-name: features-slide01;
  animation-duration: 1.2s;
}

.features__title--slide02 {
  animation-name: features-slide02;
  animation-duration: 1.4s;
  animation-delay: 1.2s;
}

@keyframes features-slide01 {
  0% {
    width: 0%;
  }

  100% {
    width: 15em;
  }
}

@keyframes features-slide02 {
  0% {
    width: 0%;
  }

  100% {
    width: 16.2em;
  }
}

/* menu */
.menu--close {
  opacity: 0;
}

.menu--open {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(91, 67, 48, 0.9);
  transition: all 1.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.menu__treatment {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-top: 4rem;
}

/* loading */
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading__img {
  display: block;
  width: 50%;
  margin: 0 auto;
  /* padding-top: 25vh; */
}

.loading__text {
  font-size: 1rem;
}

.eachTextAnime {
  opacity: 0;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext {
  opacity: 1;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.8s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scroll__text {
  position: absolute;
  width: 100%;
  bottom: 4rem;
  text-align: center;
  font-size: 0.7rem;
  display: inline-block;
  padding: 0 0 5rem;
  cursor: pointer;
  opacity: 0;
}

.scroll__text::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  left: 0;
  right: 0;
  bottom: 4.2rem;
  margin: auto;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

.scroll__text.appearbutton {
  opacity: 1;
}

/* @keyframes move {
    0% {
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        transform: rotate(45deg) translate(10px, 10px);
    }

    100% {
        transform: rotate(45deg) translate(0, 0);
    }
} */

.loading__area {
  width: 100vw;
  height: 100vh;
}

.loadingbody {
  overflow: hidden;
}

/*   swiper
--------------------------------------- */
.swiper-button-next,
.swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
}

.swiper-button-prev {
  background: none;
}

.swiper-button-next {
  background: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
}

.swiper-pagination-bullet {
  background: #ffffff;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.2rem !important;
}

.swiper-pagination-bullet-active {
  background: #a6dcda;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

/*   googlemap枠
---------------------------------- */

.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   pagetop設定
---------------------------------- */

.pagetop {
  position: fixed;
  bottom: 5px;
  right: 3%;
  width: 20%;
  z-index: 1000;
}

.pagetop a {
  display: block;
  text-decoration: none;
}

.pagetop a:hover {
  display: block;
  text-decoration: none;
}

table.t1 th {
  vertical-align: top;
}

.googlepolicy li {
  margin-left: 1em;
  text-indent: -1em;
}

.googlepolicy a {
  color: #222222;
  line-height: 1.8;
  text-decoration: underline;
}

@media only screen and (min-width: 520px) {
  html {
    font-size: 15px;
  }

  .grid-container01 {
    width: 85%;
  }

  .grid-container02 {
    width: 85%;
  }

  .grid-container03 {
    width: 90%;
  }

  .grid-container99 {
    width: 85%;
  }

  .anchor {
    /*  margin-top: -85px;
		padding-top: 85px;  */
    margin-top: -115px;
    padding-top: 115px;
  }

  /*   改行
--------------------------------------- */
  .br-ip::before {
    content: "";
  }

  .br-ip-tab::before {
    content: "";
  }

  /*   flexbox
--------------------------------------- */
  .flex-text02 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /*   header
--------------------------------------- */
  /* menu */
  .sp-header {
    /*  height: 85px;  */
    height: 115px;
  }

  .sp-home {
    height: 85px;
  }

  .sp-tel {
    width: 80px;
    height: 80px;
    padding: 12px 23px 12px 23px;
    right: 80px;
  }

  .sp-menu {
    width: 80px;
    height: 80px;
  }

  /* header */
  .header-img {
    margin-top: 80px;
  }

  /*   pagetop設定
---------------------------------- */
  .pagetop {
    bottom: 5px;
    right: 0;
    width: 105px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 13px;
  }

  .grid-container01 {
    width: 90%;
  }

  .grid-container02 {
    width: 85%;
  }

  .grid-container03 {
    width: 95%;
  }

  .grid-container99 {
    width: 90%;
  }

  .anchor {
    margin-top: -8rem;
    padding-top: 8rem;
  }

  .anchor02 {
    margin-top: -10rem;
    padding-top: 10rem;
  }

  .pc-mode {
    display: block;
  }

  .sp-mode {
    display: none;
  }

  .pc-inline {
    display: inline;
  }

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

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

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

  .text-kerning-sp {
    font-feature-settings: "zero";
  }

  .img-70-90 {
    width: 90%;
  }

  /*   text(768～)
--------------------------------------- */
  .cmn-title01 {
    font-size: 1.5rem;
  }

  .cmn-title02 {
    font-size: 1.75rem;
  }

  .cmn-title03 {
    font-size: 1.35rem;
  }

  .cmn-text01 {
    font-size: 0.9rem;
  }

  .cmn-text02 {
    font-size: 1.2835rem;
  }

  .cmn-text03 {
    font-size: 0.8665rem;
  }

  /*   改行
--------------------------------------- */
  .br-sp::before,
  .br-sp-space::before {
    content: "";
  }

  .br-tab::before {
    content: "\A";
    white-space: pre;
  }

  .br-ip-tab::before {
    content: "\A";
    white-space: pre;
  }

  .br-pc::before {
    content: "\A";
    white-space: pre;
  }

  /*   スペース
--------------------------------------- */
  .top20-sp,
  .top40-sp,
  .top50-sp,
  .top60-sp {
    padding-top: 0;
  }

  .top60-pc {
    padding-top: 3rem;
  }

  .top80-pc {
    padding-top: 4rem;
  }

  .pagetop-space01 {
    padding-top: 5rem;
  }

  .pagetop-space02 {
    padding-top: 6.75rem;
  }

  .bottom50-sp {
    padding-bottom: 0;
  }

  /*   行間,文字間
--------------------------------------- */
  .line02_2 {
    line-height: 2.2;
  }

  .line02_4 {
    line-height: 2.4;
  }

  .line03_2 {
    line-height: 3.2;
  }

  .line01_4-sp,
  .line01_6-sp,
  .line02-sp,
  .line-deduction {
    line-height: 1;
  }

  /*   button
--------------------------------------- */
  .round-50 {
    border-radius: 2.5rem;
  }

  /* button */
  .button-text01 {
    font-size: 0.9rem;
  }

  .button-common {
    width: 13.5em;
    padding: 1em 0.8em 1em 1em;
  }

  .button-right {
    margin: 0 0 0 auto;
  }

  .button-left {
    margin: 0 auto 0 0;
  }

  .button-blue {
    width: 19em;
  }

  .button-30 {
    width: 30%;
  }

  .button-60 {
    width: 60%;
  }

  .button-80 {
    width: 80%;
  }

  /* round */
  .title-color {
    padding: 0.8em 1em;
  }

  /*   flexbox
--------------------------------------- */
  .flex-item-center-sp {
    display: block;
  }

  .flex-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-column-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .flex-wrap-sp {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* box */
  .flex-50-50>div {
    width: 50%;
  }

  .flex-link {
    width: 48%;
  }

  .flex-60-40>div:nth-child(1) {
    width: 60%;
  }

  .flex-60-40>div:nth-child(2) {
    width: 40%;
  }

  .flex-40-60>div:nth-child(1) {
    width: 32%;
  }

  .flex-40-60>div:nth-child(2) {
    width: 68%;
  }

  .flex-30-70>div:nth-child(1) {
    width: 26%;
  }

  .flex-30-70>div:nth-child(2) {
    width: 74%;
  }

  .flex-button>div {
    margin-right: 1.5rem;
  }

  /* スペース */
  .flex-left30 {
    padding-left: 0.5rem;
  }

  .flex-left50 {
    padding-left: 0.83rem;
  }

  .flex-left60 {
    padding-left: 0.995rem;
  }

  .flex-left70 {
    padding-left: 1.16rem;
  }

  .flex-left100 {
    padding-left: 1.66rem;
  }

  .flex-right30 {
    padding-right: 0.5rem;
  }

  .flex-right50 {
    padding-right: 0.83rem;
  }

  .flex-right70 {
    padding-right: 1.16rem;
  }

  /*   list
--------------------------------------- */
  .list-text {
    font-size: 1rem;
  }

  /*  スライダー
---------------------------------------*/
  div.slider {
    margin: 0;
  }

  div.silderinner {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  ul.bxslider02 {
    width: 100%;
    margin: 2.5rem auto 0 auto;
  }

  ul.bxslider02 li {
    width: 15.5%;
  }

  /*   header
--------------------------------------- */
  /* 1ページ目 */
  .header__space {
    /*padding-top: 4rem;*/
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .hero__img {
    width: 65%;
    margin-left: 35%;
  }

  .hero__logo {
    width: 25%;
    top: 10%;
    left: 7%;
  }

  .hero__logo--sp {
    display: none;
  }

  .hero__logo--pc {
    display: block;
    width: 100%;
  }

  .hero__title--sp {
    display: none;
  }

  .hero__title--pc {
    display: block;
    display: block;
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
  }

  .recruit__icon {
    width: 15rem;
    right: 5%;
    bottom: 0;
  }

  /* 下層ページ */
  .header__subpage {
    height: 9.5rem;
  }

  .headersub__space {
    padding-top: 4rem;
  }

  /* menu */
  .menu {
    height: 5rem;
  }

  .header__logo {
    width: 30%;
    padding-left: 5%;
  }

  .header__right {
    padding-right: 5%;
  }

  .header__tel {
    padding: 0.3em 1em 0.7em 1em;
    margin: 1em 2em;
    border-radius: 1.5rem;
  }

  .header__tel img {
    width: 1.2em;
    padding: 0 0.2em 0.1em 0;
  }

  .btn-menu {
    width: 60px;
    height: 40px;
  }

  .btn-menu span {
    width: 40px;
    height: 1px;
  }

  .btn-menu span:first-of-type {
    top: -10px;
  }

  .btn-menu span:nth-of-type(2) {
    top: 2px;
  }

  .btn-menu span:nth-of-type(3) {
    top: 14px;
  }

  .btn-menu p {
    font-size: 0.55rem;
    top: 26px;
    letter-spacing: 0.1em;
  }

  .menu__nav {
    top: 30%;
    width: 50%;
  }

  .header01 {
    font-size: 1.1rem;
  }

  .header02 {
    font-size: 0.743rem;
  }

  .header__menu {
    top: 25vh;
    width: 75%;
  }

  .header__text01 {
    font-size: 1.5rem;
  }

  .header__text02 {
    font-size: 1.2rem;
  }

  /*   footer
---------------------------------- */
  .footer__h5 {
    font-size: 0.9rem;
    line-height: 1;
  }

  .footer__logo {
    width: 33%;
  }

  .footer__left {
    width: 50%;
    padding-left: 10%;
  }

  .footer__right {
    width: 50%;
    padding-left: 10%;
    padding-top: 0.25rem;
  }

  .footer__right table th {
    width: 6em;
  }

  .footer__text01 {
    font-size: 0.9rem;
  }

  .footer__text02 {
    font-size: 0.75rem;
  }

  .footer__logo__deco {
    width: 75%;
    top: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .footer__tel {
    padding: 0.1em 1em 0.5em 1em;
    margin: 3em 0 0 0;
    border-radius: 1.5rem;
    width: 100%;
  }

  .footer__tel img {
    width: 1.2em;
    padding: 0 0.2em 0.1em 0;
  }

  .footer__menu {
    width: 55%;
    margin: 0;
    padding-bottom: 2rem;
  }

  .footer__menu ul {
    width: auto;
  }

  .footer__menu .footer__text01,
  .footer__menu .footer__text02 {
    line-height: 2.2;
  }

  .footer__telbox {
    width: 30%;
  }

  .copy__text {
    font-size: 0.7rem;
    padding-bottom: 5em;
  }

  /*  blog
---------------------------------------*/
  /*column*/
  .term-box,
  .term-box-add {
    width: 30%;
  }

  .term-box>a {
    padding: 1.5em 0.5em;
  }

  .term-title {
    font-size: 1.15rem;
  }

  .child-term-title {
    font-size: 0.9rem;
  }

  /*news*/
  .post-box01>a {
    width: 65%;
    padding-right: 5%;
  }

  .post-box01>img {
    width: 35%;
  }

  /* single */
  .cat-box>ul {
    padding: 0 0 0 1rem;
  }

  .cat-box>ul>li {
    padding-left: 1.7em;
    margin: 0 2em 0 0;
  }

  /* sidebar */
  .blog__main {
    width: 67%;
  }

  .blog__side {
    width: 33%;
    padding-left: 9%;
  }

  .side__list h2 {
    font-size: 1rem;
  }

  /*  content
--------------------------------------- */
  .circle__title {
    width: 20rem;
    height: 20rem;
    top: -5.25rem;
  }

  .title__logo {
    padding: 4rem 0 1rem 0;
  }

  /*   1ページ目
--------------------------------------- */
  /* information */
  .information__pdf01 {
    font-size: 1rem;
  }

  .information__pdf02 {
    font-size: 0.8rem;
  }

  .information__list {
    width: 90%;
    margin: 0 auto;
  }

  .information__list li {
    display: block;
    width: 25%;
  }

  .information__list__text01 {
    font-size: 0.9em;
  }

  .information__list__text02 {
    font-size: 0.9em;
  }

  .information__img img {
    height: 10rem;
  }

  /* features */
  .bg-features {
    background-image: url(../img/01-bg-features.png);
  }

  .features__logo--deco {
    width: 30%;
  }

  .features__title {
    width: 40%;
    margin: 0 5% 0 55%;
    padding: 12rem 0 5.75rem 0;
  }

  .features__text {
    padding-top: 1rem;
  }

  /* medicalcontent */
  .medicalcontent__list li {
    width: 45.5%;
    margin: 0;
  }

  .medicalcontent__list li:nth-child(1) p,
  .medicalcontent__list li:nth-child(2) p {
    min-height: 12em;
  }

  .medicalcontent__list li:nth-child(3) p,
  .medicalcontent__list li:nth-child(4) p,
  .medicalcontent__list li:nth-child(5) p,
  .medicalcontent__list li:nth-child(6) p {
    min-height: 8em;
  }

  .medicalcontent__list li:nth-child(1) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(2) .medicalcontent__list__link {
    margin-bottom: 18rem;
  }

  .medicalcontent__list li:nth-child(3) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(4) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(5) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(6) .medicalcontent__list__link {
    margin-bottom: 15rem;
  }

  .bg-medicalcontent__text {
    padding: 1.75rem 2rem;
    width: 90%;
    top: 80%;
  }

  .medicalcontent__title {
    font-size: 1.35rem;
  }

  /*   2ページ目
--------------------------------------- */
  /* doctor */
  .doctor__name01 {
    font-size: 0.9rem;
  }

  .doctor__name02 {
    font-size: 1.5rem;
  }

  .doctor__name03 {
    font-size: 0.7rem;
  }

  .doctor__img {
    width: 100%;
    padding-top: 0;
  }

  table.doctor-career th {
    width: 18%;
  }

  table.doctor-career td {
    width: 82%;
  }

  .doctor-career__text {
    font-size: 0.8rem;
    vertical-align: middle;
  }

  .doctor--deco {
    width: 50%;
    bottom: -4rem;
    right: -8%;
  }

  /* alliance */
  .alliance {
    padding: 3rem 4.5rem 2rem 4.5rem;
  }

  .alliance__text {
    font-size: 1.2rem;
    white-space: nowrap;
  }

  /* facilities */
  .facilities__list {
    width: 32%;
  }

  /*   3ページ目
--------------------------------------- */
  .medicalcontent__link {
    width: 75%;
  }

  .medicalcontent__link01 {
    width: 30%;
    margin: 0 0 1.5rem 0;
  }

  .medicalcontent__link02 {
    width: 48%;
    margin: 0 0 1.5rem 0;
  }

  .medicalcontent__link01:hover,
  .medicalcontent__link02:hover,
  .medicalcontent__link01:visited,
  .medicalcontent__link02:visited {
    color: #ffffff;
  }

  .medicalcontent__link__text {
    padding: 0.5rem 0.8rem;
  }

  .medicalcontent {
    padding: 4.5rem 4.5rem 4rem 4.5rem;
  }

  .medicalcontent__box01,
  .medicalcontent__box02 {
    padding: 0 1rem;
  }

  .medicalcontent__box01 {
    width: 90%;
  }

  .check-list li {
    width: 50%;
  }

  .etc-text01 {
    right: 4em;
  }

  .etc-text02 {
    right: 2.75em;
  }

  /* internalmedicine */
  .internalmedicine__title {
    font-size: 1rem;
    padding: 1em;
    width: 18em;
    margin: 0;
  }

  .border-internalmedicine {
    padding: 2rem 3rem 2.5rem 3rem;
  }

  /* medicalexam */
  .medicalexam__tel {
    width: 70%;
    margin: 0 0 0 auto;
  }

  /*   退避
--------------------------------------- */
  /* recruit */
  .recruit {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .recruit__logo {
    width: 12%;
    top: 20%;
  }

  .recruit__title {
    position: absolute;
    width: 50%;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
  }

  .recruit__table__title {
    font-size: 1.5rem;
  }

  /*   動き
---------------------------------- */
  .delay01-pc {
    transition-delay: 0.3s;
  }

  .delay02-pc {
    transition-delay: 0.6s;
  }

  /* タイトル */
  .hero__title--slide01 {
    animation-name: hero-slide01;
    animation-duration: 1s;
  }

  .hero__title--slide02 {
    animation-name: hero-slide02;
    animation-duration: 1.7s;
    animation-delay: 1s;
  }

  .hero__title--slide03 {
    animation-name: hero-slide03;
    animation-duration: 1.2s;
    animation-delay: 2.7s;
  }

  @keyframes hero-slide01 {
    0% {
      width: 0%;
    }

    100% {
      width: 8.5em;
    }
  }

  @keyframes hero-slide02 {
    0% {
      width: 0%;
    }

    100% {
      width: 15.5em;
    }
  }

  @keyframes hero-slide03 {
    0% {
      width: 0%;
    }

    100% {
      width: 100%;
    }
  }

  /* loading */
  .loading__img {
    width: 20%;
    /* padding-top: 15vh; */
  }

  .loading__text {
    font-size: 1.25rem;
  }

  .scroll__text {
    font-size: 0.7rem;
    bottom: 2rem;
    padding: 0 0 3rem;
  }

  .scroll__text::before {
    bottom: 2.2rem;
  }

  /*   swiper
--------------------------------------- */
  .swiper-button-prev {
    background: url(../img/02-gallery-arrowprev.png) no-repeat center center / contain;
    left: 10%;
  }

  .swiper-button-next {
    background: url(../img/02-gallery-arrownext.png) no-repeat center center / contain;
    right: 10%;
  }

  /*   googlemap枠
---------------------------------- */
  .ggmap {
    padding-top: 39%;
  }

  /*   pagetop設定
---------------------------------- */
  .pagetop {
    display: none;
    bottom: 5px;
    right: 0;
    width: 80px;
  }
}

/*  Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.  */

@media only screen and (min-width: 1024px) {
  html {
    font-size: 15px;
  }

  .grid-container01 {
    width: 85%;
  }

  .grid-container02 {
    width: 75%;
  }

  .grid-container03 {
    width: 90%;
  }

  .grid-container99 {
    width: 85%;
  }

  /*   text
--------------------------------------- */
  .cmn-title01 {
    font-size: 1.7rem;
  }

  /*   改行 
--------------------------------------- */
  .br-pc02::before {
    content: "\A";
    white-space: pre;
  }

  .br-ip-tab::before {
    content: "";
  }

  /*   行間,文字間 
--------------------------------------- */
  .text-space20 {
    letter-spacing: 0.008em;
  }

  .text-space30 {
    letter-spacing: 0.015em;
  }

  .text-space40 {
    letter-spacing: 0.02em;
  }

  .text-space50 {
    letter-spacing: 0.025em;
  }

  .text-space60 {
    letter-spacing: 0.03em;
  }

  .text-space80 {
    letter-spacing: 0.04em;
  }

  .text-space90 {
    letter-spacing: 0.045em;
  }

  .text-space100 {
    letter-spacing: 0.05em;
  }

  .text-space110 {
    letter-spacing: 0.058em;
  }

  .text-space130 {
    letter-spacing: 0.08em;
  }

  .text-space150 {
    letter-spacing: 0.1em;
  }

  .text-space120 {
    letter-spacing: 0.06em;
  }

  .text-space160 {
    letter-spacing: 0.085em;
  }

  .text-space170 {
    letter-spacing: 0.09em;
  }

  .text-space300 {
    letter-spacing: 0.15em;
  }

  /*   flexbox
--------------------------------------- */
  /* box */
  .flex-60-40>div:nth-child(1) {
    width: 65%;
  }

  .flex-60-40>div:nth-child(2) {
    width: 35%;
  }

  .flex-40-60>div:nth-child(1) {
    width: 35%;
  }

  .flex-40-60>div:nth-child(2) {
    width: 65%;
  }

  .flex-30-70>div:nth-child(1) {
    width: 30%;
  }

  .flex-30-70>div:nth-child(2) {
    width: 70%;
  }

  /* スペース */
  .flex-left30 {
    padding-left: 1rem;
  }

  .flex-left50 {
    padding-left: 1.66rem;
  }

  .flex-left60 {
    padding-left: 1.99rem;
  }

  .flex-left70 {
    padding-left: 2.32rem;
  }

  .flex-left100 {
    padding-left: 3.32rem;
  }

  .flex-right30 {
    padding-right: 1rem;
  }

  .flex-right50 {
    padding-right: 1.66rem;
  }

  .flex-right70 {
    padding-right: 2.32rem;
  }

  /*   header
--------------------------------------- */
  .header01 {
    letter-spacing: 0.05em;
  }

  /*   1ページ目
--------------------------------------- */
  /* features */
  .bg-features__deco {
    background-image: url(../img/01-bg-features-deco.png);
  }

  .features__text {
    padding-top: 1rem;
  }

  /* medicalcontent */
  .medicalcontent__list li:nth-child(1) p,
  .medicalcontent__list li:nth-child(2) p {
    min-height: 10em;
  }

  .medicalcontent__list li:nth-child(3) p,
  .medicalcontent__list li:nth-child(4) p,
  .medicalcontent__list li:nth-child(5) p,
  .medicalcontent__list li:nth-child(6) p {
    min-height: 8em;
  }

  .medicalcontent__list li:nth-child(1) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(2) .medicalcontent__list__link {
    margin-bottom: 15.5rem;
  }

  .medicalcontent__list li:nth-child(3) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(4) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(5) .medicalcontent__list__link,
  .medicalcontent__list li:nth-child(6) .medicalcontent__list__link {
    margin-bottom: 14rem;
  }

  /* facilities */
  .facilities__list {
    width: 30%;
  }

  /*   3ページ目
--------------------------------------- */
  .medicalcontent__link {
    width: 72%;
  }

  .medicalcontent__box01 {
    width: 85%;
  }

  /*   pagetop設定
---------------------------------- */
  .pagetop {
    bottom: 5px;
    right: 65px;
    width: 85px;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 20px;
  }

  .grid-container01 {
    width: 80%;
  }

  .grid-container02 {
    width: 70%;
  }

  .grid-container03 {
    width: 85%;
  }

  .grid-container99 {
    width: 80%;
  }

  /*   header
--------------------------------------- */
  .hero__logo {
    width: 20%;
    top: 10%;
    left: 11%;
  }

  .hero__title--pc {
    top: 50%;
    left: 10%;
  }

  .header__menu {
    width: 70%;
  }

  /*   1ページ目
--------------------------------------- */
  /* features */
  .features__title {
    width: 38%;
    margin: 0 7% 0 55%;
    padding: 15rem 0 5.75rem 0;
  }

  /*   3ページ目
--------------------------------------- */
  .medicalcontent__link {
    width: 70%;
  }

  /*   pagetop設定
---------------------------------- */
  .pagetop {
    bottom: 5px;
    right: 90px;
    width: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .grid-container01 {
    width: 75%;
  }

  .grid-container02 {
    width: 68.75%;
  }

  .grid-container03 {
    width: 80%;
  }

  .grid-container99 {
    width: 75%;
  }

  .text-kerning-nomal {
    font-feature-settings: unset;
  }

  /*   flexbox
--------------------------------------- */
  /* box */
  .flex-60-40>div:nth-child(1) {
    width: 60%;
  }

  .flex-60-40>div:nth-child(2) {
    width: 40%;
  }

  .flex-40-60>div:nth-child(1) {
    width: 40%;
  }

  .flex-40-60>div:nth-child(2) {
    width: 60%;
  }

  /* スペース */
  .flex-left30 {
    padding-left: 1.5rem;
  }

  .flex-left50 {
    padding-left: 2.5rem;
  }

  .flex-left60 {
    padding-left: 3rem;
  }

  .flex-left70 {
    padding-left: 3.5rem;
  }

  .flex-left100 {
    padding-left: 5rem;
  }

  .flex-right30 {
    padding-right: 1.5rem;
  }

  .flex-right50 {
    padding-right: 2.5rem;
  }

  .flex-right70 {
    padding-right: 3.5rem;
  }

  /*   header
--------------------------------------- */
  .header__menu {
    top: 30vh;
    width: 62%;
  }

  /*   1ページ目
--------------------------------------- */
  /* features */
  .features__title {
    width: 35%;
    margin: 0 5% 0 55%;
    padding: 20rem 0 8rem 0;
  }

  .features__text {
    padding-top: 3rem;
  }

  /*   3ページ目
--------------------------------------- */
  .medicalcontent__link {
    width: 65%;
  }
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 26px;
  }

  .grid-container01 {
    width: 75%;
    max-width: 1500px;
  }

  .grid-container02 {
    width: 70%;
    max-width: 1680px;
  }

  .grid-container03 {
    width: 80%;
    max-width: 1600px;
  }

  .grid-container99 {
    width: 75%;
    max-width: 1500px;
  }

  /*   flexbox
--------------------------------------- */
  .flex-button>div {
    margin-right: 0.85rem;
  }

  /*   3ページ目
--------------------------------------- */
  .medicalcontent__link {
    width: 72%;
  }
}

@media only screen and (min-width: 2560px) {
  html {
    font-size: 30px;
  }

  /*   3ページ目
--------------------------------------- */
  .medicalcontent__link {
    width: 80%;
  }

  .medicalcontent__box01 {
    width: 95%;
  }
}