@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;
}

dl {
  margin: 0;
}

table th,
table td {
  padding: 0;
}

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,
.grid-container02,
.grid-container03,
.grid-container04,
.grid-container99 {
  width: 85%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-container991 {
  width: 95%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.anchor {
  margin-top: -65px;
  padding-top: 65px;
}

.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;
}

.texttop {
  vertical-align: text-top;
}

.middle {
  vertical-align: middle;
}

.baseline {
  vertical-align: baseline;
}

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

.img80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.upper {
  z-index: 990;
}

.upper02 {
  z-index: 999;
}

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

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

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

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

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

.color-blue01 {
  color: #1d4c7c;
}

.color-blue02 {
  color: #61acdf;
}

.color-blue03 {
  color: #51a3db;
}

.color-blue04 {
  color: #2f3a5d;
}

.color-blue05 {
  color: #6299ca;
}

.color-blue10 {
  color: #1c4977;
}

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

.color-green02 {
  color: #3aae65;
}

.color-orange01 {
  color: #e18042;
}

.color-red01 {
  color: #f2555b;
}

.color-red02 {
  color: #e44f2b;
}

.color-red03 {
  color: #eb5c01;
}

.color-red04 {
  color: #d94742;
}

.color-gray02 {
  color: #595757;
}

/* link color */
.color-blue01:hover,
.color-blue01:visited,
.news__link .color-blue01:hover,
.news__link .color-blue01:visited {
  color: #1d4c7c;
}

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

.color-red02:hover,
.color-red02:visited {
  color: #e44f2b;
}

.color-blue03:hover,
.color-blue03:visited {
  color: #51a3db;
}

.color-hover:hover,
.news__link .color-blue01:hover {
  opacity: 0.7;
}

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

.bg-blue01 {
  background-color: #1d4c7c;
}

.bg-blue02 {
  background-color: #61acdf;
}

.bg-blue03 {
  background-color: #51a3db;
}

.bg-blue05 {
  background-color: #6299ca;
}

.bg-blue07 {
  background-color: #e8f5f8;
}

.bg-blue08 {
  background-color: #f7fcfe;
}

.bg-blue09 {
  background-color: #e5f4f8;
}

.bg-blue10 {
  background-color: #1c4977;
}

.bg-blue11 {
  background-color: #f6fbfd;
}

.bg-blue12 {
  background-color: #f4f9fb;
}

.bg-blue13 {
  background-color: #e2f1f5;
}

.bg-green01 {
  background-color: #6bb055;
}

.bg-green02 {
  background-color: #3aae65;
}

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

.bg-gray01 {
  background-color: #fafafa;
}

.bg-header {
  background-image: url("../img/99-header-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-footer {
  background-image: url("../img/99-footer-bg-sp.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}

.bg-news {
  background-image: url("../img/01-news-bg-sp.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}

.bg-white__70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white__75 {
  background-color: rgba(255, 255, 255, 0.75);
}

/*   border
--------------------------------------- */

.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.7rem;
}

.title__line {
  padding-bottom: 1em;
}

.title__line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.5em;
  height: 1px;
  background-color: #b0c6db;
}

.cmn__title02 {
  font-size: 1.3rem;
}

.cmn__title03 {
  font-size: 1.2rem;
}

.cmn__title04 {
  font-size: 1rem;
}

.cmn__title05 {
  font-size: 1.2rem;
}

.cmn__title06 {
  font-size: 1.2rem;
}

.cmn__text01 {
  font-size: 1.1rem;
}

.cmn__text02 {
  font-size: 0.9rem;
}

.color__title01 {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-left: 6.7746px solid #1d4c7c;
}

.underline00 {
  text-decoration: underline;
}

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

.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-sp02::before,
.br-sp03::before {
  content: "\A";
  white-space: pre;
}

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

/*   スペース
--------------------------------------- */
.top05,
.top05--sp {
  padding-top: 0.25rem;
}

.top10 {
  padding-top: 0.5rem;
}

.top10--sp {
  padding-top: 0.55rem;
}

.top12 {
  padding-top: 0.6rem;
}

.top15 {
  padding-top: 0.75rem;
}

.top16 {
  padding-top: 0.8rem;
}

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

.top25 {
  padding-top: 1.25rem;
}

.top30 {
  padding-top: 1.5rem;
}

.top32 {
  padding-top: 1.6rem;
}

.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,
.top80--sp {
  padding-top: 4rem;
}

.top85 {
  padding-top: 4.25rem;
}

.top90 {
  padding-top: 4.5rem;
}

.top95 {
  padding-top: 4.75rem;
}

.top100 {
  padding-top: 5rem;
}

.top105 {
  padding-top: 5.25rem;
}

.top110 {
  padding-top: 5.5rem;
}

.top120 {
  padding-top: 6rem;
}

.top130 {
  padding-top: 6.5rem;
}

.top140 {
  padding-top: 7rem;
}

.top150 {
  padding-top: 7.5rem;
}

.top200 {
  padding-top: 10rem;
}

.bottom10 {
  padding-bottom: 0.5rem;
}

.bottom15 {
  padding-bottom: 0.75rem;
}

.bottom20 {
  padding-bottom: 1rem;
}

.bottom25 {
  padding-bottom: 1.25rem;
}

.bottom30 {
  padding-bottom: 1.5rem;
}

.bottom32 {
  padding-bottom: 1.6rem;
}

.bottom35 {
  padding-bottom: 1.75rem;
}

.bottom40,
.bottom40--sp {
  padding-bottom: 2rem;
}

.bottom45 {
  padding-bottom: 2.25rem;
}

.bottom50 {
  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;
}

.bottom95 {
  padding-bottom: 4.75rem;
}

.bottom100 {
  padding-bottom: 5rem;
}

.bottom110 {
  padding-bottom: 5.5rem;
}

.bottom120 {
  padding-bottom: 6rem;
}

.bottom125 {
  padding-bottom: 6.25rem;
}

.bottom130 {
  padding-bottom: 6.5rem;
}

.bottom140 {
  padding-bottom: 7rem;
}

.bottom150 {
  padding-bottom: 7.5rem;
}

.bottom200 {
  padding-bottom: 10rem;
}

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

.line01_2,
.line01_2--sp {
  line-height: 1.2;
}

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

.line01_5 {
  line-height: 1.5;
}

.line01_6,
.line01_6--sp,
.line01_6--sp02,
.line01_6--sp03 {
  line-height: 1.6;
}

.line01_8,
.line01_8--sp {
  line-height: 1.8;
}

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

.line02_2 {
  line-height: 1.8;
}

.line02_4 {
  line-height: 2;
}

.line02_6 {
  line-height: 2.2;
}

.line02_8 {
  line-height: 2.8;
}

.line03_2 {
  line-height: 2.8;
}

.line03_6 {
  line-height: 3.6;
}

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

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

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

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

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

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

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

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

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

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

.round10 {
  border-radius: 0.5rem;
}

.round15 {
  border-radius: 0.75rem;
}

.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.1rem;
}

.button__common {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #51a3db;
  height: 4.5em;
  padding: 0 1em 0 2em;
}

.button__common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #51a3db;
  z-index: -1;
  transition: 0.2s;
}

.button__common:hover::before {
  width: 100%;
  z-index: 1;
}

.button__text {
  display: block;
  color: #51a3db;
  z-index: 10;
}

.button__common:visited .button__text {
  color: #51a3db;
}

.button__common:hover .button__text {
  color: #ffffff;
}

.arrow__button02::before {
  border-top: 1px solid #51a3db;
  border-right: 1px solid #51a3db;
  z-index: 10;
}

.button__common:hover .arrow__button02::before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.button__common01 {
  width: 65%;
  margin: 0;
}
.button__fee {
  width: 80%;
  margin: 1.5rem auto 0;
}

.button__common02 {
  width: 80%;
  margin: 0 auto;
}

.button__common03 {
  width: 60%;
  margin: 0 auto;
}

.button__common04 {
  width: 100%;
  margin: 0;
}

.button__guide > div,
.button__box--0203 > div,
.button__box--0204 > div {
  width: 50%;
}

.button__medical02 > div {
  width: 80%;
  margin: 0 auto 1rem auto;
}

.button__medical03 {
  width: 80%;
  margin: 0 auto;
}

.button__guide > div:nth-child(2) .button__common,
.button__box--0203 > div:nth-child(2) .button__common,
.button__box--0204 > div:nth-child(2) .button__common,
.button__box--0204 > div:nth-child(4) .button__common,
.button__box--0204 > div:nth-child(6) .button__common {
  border-left: none;
}

.button__box--0203 > div:nth-child(3) .button__common,
.button__box--0204 > div:nth-child(3) .button__common,
.button__box--0204 > div:nth-child(4) .button__common,
.button__box--0204 > div:nth-child(5) .button__common,
.button__box--0204 > div:nth-child(6) .button__common {
  border-top: none;
}

.button__medical02 > div:first-child {
  margin-bottom: 0.8rem;
}

.button__left {
  margin: 0;
}

/* round */
.title__color01 {
  width: 100%;
  padding: 0.8em 1em;
}

.title__color02 {
  width: 100%;
  padding: 1em 1em;
}

.title__color03 {
  width: 100%;
  padding: 1.5em 1em;
}

.title__color04,
.title__color05 {
  width: 100%;
  padding: 1em 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-start,
.flex-align-center-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-end,
.flex-align-end-center {
  -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;
}

/* 4ページ目 */
.flex-deduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.check__list li {
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-indent: -1.1em;
  padding-left: 1.1em;
  width: 100%;
}

.list__text {
  font-size: 1rem;
}

.check__icon {
  width: 1.1em;
  margin-right: 0.5em;
}

.circle__list li {
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

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

.space__list li {
  padding-bottom: 0.7em;
}

.space__list li:last-child {
  padding-bottom: 0;
}

/*   drawer
--------------------------------------- */
.drawer-hamburger {
  width: 26px !important;
  padding: 15px 20px 38px 20px !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #1d4c7c !important;
  height: 1.5px !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: #ffffff !important;
}

.drawer-hamburger-icon:before {
  top: -9px !important;
}

.drawer-hamburger-icon:after {
  top: 9px !important;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0 !important;
}

.menu-title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 8px;
}

.drawer-open .sp__menu .menu-title::before {
  font-size: 8px;
  content: "CLOSE";
}

.drawer-open .sp__menu .menu-title {
  font-size: 0;
}

.drawer-nav {
  width: 100vw !important;
  background-color: #ffffff !important;
}

.drawer-navbar .drawer-nav {
  padding-top: 0 !important;
  margin-top: 65px !important;
  right: -100vw !important;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0 !important;
}

/* .drawer-menu {
    padding: 0 !important;
} */

.drawer-menu li a {
  color: #1c4977 !important;
  border-bottom: 1px solid #adc2d5 !important;
  padding: 1.2rem 3rem 1.2rem 3rem;
  font-size: 1.1rem;
  vertical-align: middle;
}

/* .drawer-menu>li:last-child a {
    border-bottom: none !important;
    padding: 1rem 2rem;
} */

.drawer-menu li a:hover {
  color: #1d4c7c !important;
}

.drawer-menu li.open ul {
  border-bottom: 1px solid #baa05f;
}

.drawer-dropdown-menu {
  background-color: #fefdfa !important;
}

.drawer-dropdown-menu li a {
  color: #78dbb5 !important;
  border-bottom: none !important;
  padding: 1.1rem 0 1.2rem 2rem;
  font-size: 1.2rem;
}

.drawer-dropdown-menu.box-drawer02 li a {
  padding: 1.1rem 0 0 2rem;
}

.drawer-dropdown-menu.box-drawer02 li:last-child a {
  padding: 1.1rem 0 1.2rem 2rem;
}

.drawer-dropdown.open > .drawer-dropdown-menu.box-drawer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.drawer-dropdown-menu {
  position: relative;
}

.drawer-dropdown-menu.box-drawer01 > li:first-child {
  width: 35% !important;
}

.drawer-dropdown-menu.box-drawer01 > li:last-child {
  width: 65% !important;
}

.drawer-dropdown-menu.box-drawer02 > li {
  width: 50% !important;
}

.drawer-dropdown-menu.box-drawer li a {
  font-size: 1.1rem;
}

.drawer-dropdown-menu-item {
  line-height: 1.4 !important;
}

.drawer-menu-item:hover {
  text-decoration: none !important;
}

/*   header
--------------------------------------- */
.sp__header {
  height: 65px;
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.sp__home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
}

/* .sp__tel {
    position: fixed;
    top: 0;
    right: 65px;
    display: block;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    border: 0;
    outline: 0;
    z-index: 9999;
    padding: 12px 20px 12px 20px;
} */

.sp__menu {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  box-sizing: content-box;
  width: 65px;
  height: 65px;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  z-index: 9999;
}

.header__logo {
  display: block;
  width: 50%;
  padding-left: 20px;
}

/* 1ページ目 */
.header__img {
  margin-top: 65px;
}

.header__img--pc {
  display: none;
}

.header__img--sp {
  display: block;
  width: 100%;
}

.header__message {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: calc(100% - 2rem);
  z-index: 999;
}

.header__title01 {
  font-size: 1.15rem;
  padding-left: 0.5em;
}

.header__title02 img {
  width: 56%;
  padding-top: 0.8rem;
}

/* 下層ページ */
.sub__title {
  height: 10rem;
}

.sub__title01 {
  font-size: 1.7rem;
}

.sub__title02 {
  font-size: 0.8rem;
  padding-top: 0.5em;
}

/* breadcrumb */
.breadcrumb li,
.breadcrumb span {
  font-size: 0.7rem;
}

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

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

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

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

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

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

/*   footer
--------------------------------------- */
/* footer01 */
.footer__left {
  width: 88%;
  margin: 0 auto;
}

.footer__text01 {
  font-size: 1.45rem;
}

.footer__box {
  height: 3.15rem;
  margin-bottom: 1rem;
}

.footer__box img {
  display: block;
  height: 1.3rem;
  padding-right: 0.4rem;
}

.footer__box span {
  display: block;
}

.footer__box:visited,
.footer__box:hover {
  color: #ffffff;
}

.footer__text02 {
  font-size: 1.2rem;
}

.footer__text03 {
  font-size: 1rem;
}

.footer__text05 {
  font-size: 0.75rem;
}

.footer__table01,
.footer__table01 tr,
.footer__table02,
.footer__table02 tr {
  width: 100%;
}

.footer__table01 td {
  padding-left: 1em;
  padding-bottom: 0.5em;
}

.footer__table02 {
  margin-top: 0.5rem;
}

.footer__table02 th {
  display: table-cell;
  padding: 0 0.8em 0 0;
}

.footer__table02 td {
  display: table-cell;
  padding: 0 0 0 0.8em;
}

.footer__table02 th {
  width: 46.5%;
  border-right: 0.9754px solid #b0c6db;
  border-top: 0.5rem solid #ffffff;
  border-bottom: 0.5rem solid #ffffff;
}

.footer__table02 td {
  width: 53.5%;
  border-top: 0.5rem solid #ffffff;
  border-bottom: 0.5rem solid #ffffff;
}

.booking__table th {
  border-top: 0.5rem solid #e8f5f8;
  border-bottom: 0.5rem solid #e8f5f8;
}

.booking__table td {
  border-top: 0.5rem solid #e8f5f8;
  border-bottom: 0.5rem solid #e8f5f8;
}

/* footer02 */
.menu__text02 {
  font-size: 1rem;
  display: block;
  padding-bottom: 1.7em;
}

.footer__menu ul {
  width: 40%;
  padding-left: 8%;
}

.footer__menu ul:nth-child(even) {
  width: 55%;
  padding-left: 8%;
}

.footer__menu ul li:last-child .menu__text02 {
  padding-bottom: 0;
}

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

.footer__border {
  border-right: 1.3842px solid #708eac;
}

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

/*  news
---------------------------------------*/
.border-post {
  border-top: 0.9754px solid #b0c6db;
  padding: 2rem 0.2rem;
}

.border-post:last-child {
  border-bottom: 0.9754px solid #b0c6db;
}

.post__title01 {
  font-size: 0.8rem;
}

.post__title02 {
  font-size: 0.65rem;
  margin: 0 1.5em;
}

.post__title03 {
  font-size: 0.9rem;
}

.post__cat {
  padding: 0.5em 1em;
  width: 6.5em;
  background-color: #6299ca;
}

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

.border-single {
  border-bottom: 2px solid #1d4c7c;
  padding-bottom: 1rem;
  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%;
}

.blog__side {
  padding-top: 4rem;
}

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

.side__list h2 {
  border-bottom: 1px solid #1d4c7c;
  padding-bottom: 0.5em;
  margin-bottom: 1px;
  color: #1d4c7c;
  font-size: 1.2rem;
  /*源ノ角ゴシック Medium*/
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

.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;
  /*源ノ角ゴシック Nomal*/
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*  content
--------------------------------------- */
/* arrow */
.arrow__menu01,
.arrow__pagetop,
.arrow__flow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
}

.arrow__news,
.arrow__button01,
.arrow__button02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: auto;
  margin-right: 1.5em;
}

.arrow__menu01::before,
.arrow__pagetop::before,
.arrow__news::before,
.arrow__news::after,
.arrow__button01::before,
.arrow__button01::after,
.arrow__button02::before,
.arrow__flow::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow__menu01::before {
  top: 1.4em;
  right: 3rem;
  width: 0.65rem;
  height: 0.65rem;
  border-top: 1.1px solid #1c4977;
  border-right: 1.1px solid #1c4977;
  transform: rotate(45deg);
}

.arrow__pagetop::before {
  width: 1.5rem;
  height: 1.5rem;
  border-top: 3px solid #1c4977;
  border-right: 3px solid #1c4977;
  transform: rotate(315deg);
  top: 1.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.arrow__news::before,
.arrow__button01::before {
  top: 0;
  right: -1.4rem;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1d4c7c;
}

.arrow__news::after,
.arrow__button01::after {
  top: 0.35rem;
  right: -0.95rem;
  width: 0.35rem;
  height: 0.35rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow__button02::before {
  top: -0.4em;
  right: -1.5em;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow__flow::before {
  bottom: 0.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #61acdf;
}

/* shadow */
.box-shadow {
  box-shadow: 0 0 20px rgba(1, 2, 0, 0.1);
}

/* flow */
.flow__title01 {
  font-size: 1.5rem;
}

.flow__title01 {
  font-size: 1.25rem;
}

.flow__box01 {
  padding: 2.5rem 2rem 2rem 2rem;
}

.flow__list > li {
  padding-bottom: 5rem;
}

.flow__list > li:last-child {
  padding-bottom: 0;
}

.flow__icon {
  display: block;
  width: 3rem;
  padding-right: 0.3rem;
}

.flow__box03 {
  padding: 1.9rem 1.5rem 2.35rem 1.5rem;
}

/* table */
.cost__table {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.25rem;
}

.cost__table tr {
  width: 100%;
}

.cost__table th,
.cost__table td {
  border: 0.9878px solid #adc3d8;
}

.cost__table th {
  padding: 1em 0;
  width: 23%;
}

.cost__table th.cost__title {
  width: 31%;
}

.cost__table td {
  padding: 2em 0.5em;
}

.cost__text01 {
  font-size: 0.9rem;
}

/*   1ページ目
--------------------------------------- */
/* news */
.news__box01 {
  padding: 3rem 1.5rem;
}

.news__box01 > div:first-child img {
  width: 60%;
  margin: 0 auto;
}

.news__title {
  border-bottom: 1px solid #b0c6db;
}

.news__title > div:first-child {
  padding-right: 2rem;
}

.news__title01 {
  font-size: 1.638rem;
}

.news__title02 {
  font-size: 1.083rem;
  padding: 0.3em 0;
  margin-top: 0.75em;
}

.news__title03 {
  font-size: 2.462rem;
}

.news__title04 {
  font-size: 1.7425rem;
}

.news__title05 {
  font-size: 1.179rem;
}

.news__title06 {
  font-size: 1.35rem;
}

.news__text01 {
  font-size: 1.1rem;
}

.news__text02 {
  font-size: 0.95rem;
}

.news__text03 {
  font-size: 1.05rem;
}

.news__text04 {
  font-size: 1rem;
  padding-right: 1.5em;
}

.news__text05 {
  font-size: 0.9rem;
  padding: 0.3em 0;
  width: 10em;
}

.border__news01 {
  border-bottom: 1px solid #1d4c7c;
  padding-bottom: 0.75rem;
}

.news__list02 a {
  display: block;
  border-bottom: 0.9754px solid #b0c6db;
  padding: 1rem 0 1.5rem 0;
}

.news__list02 a:last-child {
  border-bottom: none;
}

.news__icon {
  display: block;
  width: 2em;
  padding: 0.2em 0.5em 0 0;
}

.news__treatmnettime {
  padding: 1rem 0.5rem 1.5rem 0.5rem;
}

.news__table,
.news__table tr {
  width: 100%;
}

.news__table {
  margin-top: 0.5rem;
}

.news__table th {
  display: table-cell;
  padding: 0 0.5em 0 0;
}

.news__table td {
  display: table-cell;
  padding: 0 0 0 0.5em;
}

.news__table th {
  width: 45%;
  border-right: 0.9754px solid #b0c6db;
  border-top: 0.5rem solid #e8f5f8;
  border-bottom: 0.5rem solid #e8f5f8;
}

.news__table td {
  width: 55%;
  border-top: 0.5rem solid #e8f5f8;
  border-bottom: 0.5rem solid #e8f5f8;
}

/* medical */
.medical__box01 {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  margin-bottom: 2.4rem;
}

.medical__title div:first-child {
  width: 40%;
}

.medical__title div:last-child {
  width: 60%;
  padding-left: 1.2rem;
}

.medical__none {
  display: none;
}

.medical__box01--last {
  padding: 2rem 2rem;
}

.medical__box01--last p {
  padding-left: 2em;
}

.medical__title01 {
  font-size: 1rem;
}

/* doctor */
.doctor__text {
  padding-bottom: 3.5rem;
}

.doctor__img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.doctor__gallery {
  overflow: hidden;
}

/*   2ページ目
--------------------------------------- */
/* booking */
.booking__text {
  width: 90%;
  margin: 0 auto;
}

.booking__box {
  padding: 2.25rem 1.5rem 3rem 1.5rem;
}

.booking__icon {
  display: block;
  width: 1.8em;
  margin: 0 auto;
  padding-bottom: 0.2rem;
}

.booking__left {
  border-bottom: 1px solid #b0c6db;
  padding: 1.5rem 0 2rem 0;
}

.booking__right {
  padding: 1.5rem 0 0 0;
}

/*   3ページ目
--------------------------------------- */
/* features */
.features__list,
.features__list li {
  width: 100%;
}

.features__list li {
  margin-bottom: 4.5rem;
}

.features__img {
  display: block;
  width: 92%;
  margin: 0 0 0 auto;
}

.feautures__deco {

  width: 80%;
  height: 100%;
  position: absolute;
  top: 2rem;
  left: 0;
}

/* doctor */
.doctor__title01 {
  font-size: 1.35rem;
  padding: 0.2em 0 0 0;
}

.doctor__table th {
  width: 6em;
}

/* gallery */
.gallery__title01 {
  font-size: 1rem;
}

.gallery__title02 {
  font-size: 0.9rem;
}

.gallery__title03 {
  font-size: 0.8rem;
  line-height: 1;
}

.sp-padding {
  padding: 0;
}

.sp-image-container {
  padding-bottom: 5rem;
}

.slider-pro p.sp-layer {
  transform: none !important;
  bottom: 0 !important;
}

/*   4ページ目
--------------------------------------- */
.medical__icon {
  display: block;
  width: 3.6em;
  margin: 0 auto;
}

.medical__box03 {
  padding: 1.75rem 3rem 2.25rem 3rem;
}

/*   5ページ目
--------------------------------------- */
/* feature */
.feature__list li {
  margin-bottom: 4.5rem;
}

.feature__img {
  display: block;
  width: 92%;
  margin: 0 0 0 auto;
  padding-bottom: 2rem;
}

.feauture__deco {
  width: 92%;
  height: calc(100% - 2rem);
  position: absolute;
  top: 2rem;
  left: 0;
}

/* comparison */
.comparison__box {
  margin-bottom: 2rem;
}

.border__comparison01 {
  border: 0.9644px solid #3aae65;
}

.border__comparison02 {
  border: 0.9644px solid #e18042;
}

.comparison__title {
  padding: 0.5em;
}

.comparison__img {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1rem 0;
}

.comparison__table {
  width: 92%;
  margin: 0 auto;
}

.comparison__table tr {
  width: 100%;
  border-bottom: 0.967px solid #adc3d8;
}

.comparison__table tr:last-child {
  border-bottom: none;
}

.comparison__table th {
  width: 40%;
  padding-right: 1em;
  height: 5em;
}

.comparison__table td {
  width: 60%;
  padding-left: 0.5em;
  height: 5em;
}

/*   6ページ目
--------------------------------------- */

/*   7ページ目
--------------------------------------- */
/* homemedical */
.homemedical__box03 li {
  width: 100%;
  border: 1px solid #61abde;
  height: 6em;
  margin-bottom: 2rem;
}

.homemedical__box03 li:nth-child(7),
.homemedical__box03 li:last-child {
  margin-bottom: 1rem;
}

/*   8ページ目
--------------------------------------- */
/* career */
.career__table,
.career__table tr {
  width: 100%;
}

.career__table tr {
  border-bottom: 0.4945px solid #8a8a8a;
}

/*.career__table tr:last-child {
    border-bottom: none;
}*/

.career__table th {
  width: 25%;
  padding: 1.75rem 1rem;
}

.career__table td {
  width: 75%;
  padding: 1.75rem 0;
}

/*   9ページ目
--------------------------------------- */
.faq__question {
  padding: 1.5em 0.5em;
  cursor: pointer;
}

.faq__toggle {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.faq__toggle:before,
.faq__toggle:after {
  display: block;
  content: "";
  background-color: #1d4c7c;
  position: absolute;
  width: 1rem;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq__toggle:before {
  width: 2px;
  height: 1rem;
}

.faq__question.selected .faq__toggle:before {
  content: normal;
}

.faq__box dd {
  display: none;
}

.faq__answer {
  padding: 1.5em 1.5em;
}

.faq__title01 {
  font-size: 1.1rem;
}

.faq__text01 {
  font-size: 1.05rem;
}

/*   10ページ目
--------------------------------------- */
/* wholebody */
.wholebody__list li {
  width: 50%;
}

.periodontal__text {
  font-size: 1rem;
}

/* prevention */
.prevention__title {
  padding-bottom: 1.5rem;
}

/*   11ページ目
--------------------------------------- */
/* periodontaldisease */
.periodontaldisease__box {
  margin-bottom: 4rem;
}

/*   12ページ目
--------------------------------------- */
/* metalallergy */
.metalallergy__img--pc {
  display: none;
}

/* whitening */
.whitening__box > div {
  padding: 2rem 2rem;
}

.whitening__box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15rem;
}

.whitening__box02 {
  bottom: -18rem;
}

.bottom__whitening {
  padding-bottom: 20rem;
}

.white__height01 {
  height: 20rem;
}

.white__height02 {
  height: 25rem;
}

/*   13ページ目
--------------------------------------- */
/*   14ページ目
--------------------------------------- */
/* mft02 */
.mft__box {
  padding: 0;
}

.mft__box__inner {
  padding: 2rem;
}

/* orthodontic */
.bottom__orthodontic {
  padding-bottom: 25rem;
}

.orthodontic__box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15rem;
}

.orthodontic__box > div {
  padding: 2rem 2rem;
}

.white__height03 {
  height: 15rem;
}

/*  動き
--------------------------- */
.fade-up,
.fade-features {
  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: 10.5em;
  }
}

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

  100% {
    width: 6em;
  }
}

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

  100% {
    width: 13em;
  }
}

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

  100% {
    width: 13em;
  }
}

.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: 2rem;
  text-align: center;
  font-size: 0.7rem;
  display: inline-block;
  padding: 0 0 3rem;
  cursor: pointer;
}

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

/* @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-header .swiper-slide {
  overflow: hidden;
}

.swiper-header .swiper-slide img {
  opacity: 0;
}

.swiper-header .swiper-slide-prev img,
.swiper-header .swiper-slide-active img,
.swiper-header .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  opacity: 1;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

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

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

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

.swiper-facility {
  overflow: hidden;
}

/* ゆっくり */
.swiper-doctor {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*   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設定
---------------------------------- */
.fixed--sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.fixed__text {
  font-size: 1.1rem;
  border-right: 2px solid #ffffff;
  padding: 0.5rem 0;
}

.fixed__text img {
  display: block;
  margin: 0 auto;
  width: 2.2em;
}

.fixed__text span {
  display: block;
  padding-top: 0.5em;
}

.fixed__tel {
  width: 18%;
}

.fixed__web {
  width: 25%;
}

.fixed__map {
  width: 39%;
}

.fixed__tel:visited,
.fixed__tel:hover,
.fixed__web:visited,
.fixed__web:hover,
.fixed__map:visited,
.fixed__map:hover {
  color: #ffffff;
}

.fixed__pagetop {
  width: 18%;
  padding-right: 2px;
}

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

.pagetop {
  display: block;
}

/*   フォーム
---------------------------------- */
/* フォーム */
.form__title01 {
  font-size: 1.25rem;
}

.form__text01 {
  font-size: 1rem;
}

input,
textarea {
  /*源ノ角ゴシック Nomal*/
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
}

.form__table {
  width: 100%;
}

.form__table th {
  width: 27%;
  background-color: #e8f5f8;
  padding: 0.7rem;
  border: 0.5px solid #595757;
  vertical-align: middle;
}

.form__table td {
  width: 73%;
  vertical-align: middle;
  border: 0.5px solid #595757;
  padding: 0.7rem;
}

.form__radio {
  padding-left: 1em;
}

.form__radio input,
.form__check input {
  transform: scale(1.2);
}

.name9 {
  width: 60%;
  border: 0.5px solid #595757;
  height: 2.5rem;
}

.mail {
  height: 2.5rem;
  width: 80%;
  border: solid 1px #595757;
}

.syoujyou {
  width: 100%;
  height: 200px;
  border: solid 1px #595757;
}

.box-re {
  border: solid 1px #d9d9d9;
  height: 250px;
  overflow-y: scroll;
}

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

hr.sen2 {
  border-top: dotted 1px #b0c6db;
}

.button__form {
  width: 40%;
  margin: 0 auto;
}

.button__form > button {
  height: 4.5em;
}

/* 確認 */
#formWrap {
  width: 100%;
  margin: 0 auto;
  line-height: 120%;
  font-size: 90%;
  /*源ノ角ゴシック Nomal*/
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#formWrap h4 {
  list-style: 1.8;
}

table.form1 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.form1 td,
table.form1 th {
  border: 0.5px solid #595757;
  padding: 1.5rem;
  font-size: 0.9rem;
}

table.form1 th {
  width: 27%;
  font-weight: normal;
  background-color: #e8f5f8;
  text-align: left;
  /*源ノ角ゴシック Medium*/
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1d4c7c;
}

table.form1 td {
  width: 73%;
  background-color: #ffffff;
}

#formWrap input {
  background-color: #ffffff;
  border: 1px solid #51a3db;
  color: #51a3db;
  height: 3.5em;
  padding: 0 1em;
}

#formWrap input:hover {
  background-color: #51a3db;
  color: #ffffff;
}

.pc-on {
  display: none;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.bosyu {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  width: 130px;
  background-color: white;
  border-radius: 10px;
}

.bosyu img {
  width: 130px;
}

.bosyu img:hover {
  opacity: 0.8;
}

.color-red {
  color: rgb(221, 37, 37);
}

.jobsta {
  display: block;
  width: 90%;
  box-sizing: border-box;
  margin: 4rem auto 0rem;
}

.jobsta li {
  width: 100%;
  margin: 0rem auto 2rem;
}

.jobsta img {
  width: 100%;
}

a.a_tel {
  color: #3c3c3c;
}

a.a_tel:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 481px) {
  /*   1ページ
--------------------------------------- */
  /* medical */
  .medical__box01 {
    padding: 3rem 2rem;
  }

  /*   3ページ
---------------------------------- */
  .gallery__title03 {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 520px) {
  .pdd {
    width: 60%;
    margin: auto;
  }

  .sp-on {
    display: none;
  }

  .pc-on {
    display: block;
  }

  html {
    font-size: 15px;
  }

  .grid-container01 {
    width: 85%;
  }

  .grid-container02 {
    width: 90%;
  }

  .grid-container03 {
    width: 95%;
  }

  .grid-container04 {
    width: 75%;
  }

  .grid-container99 {
    width: 82.5%;
  }

  .grid-container991 {
    width: 82.5%;
  }

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

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

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

  /*   drawer
--------------------------------------- */
  .drawer-hamburger {
    width: 28px !important;
    padding: 25px 18px 38px 18px !important;
  }

  .drawer-navbar .drawer-nav {
    margin-top: 85px !important;
  }

  .menu-title {
    font-size: 10px;
  }

  .drawer-open .menu-title::before {
    font-size: 10px;
  }

  /*   header
--------------------------------------- */
  .sp__header {
    height: 85px;
  }

  .sp__home {
    height: 85px;
  }

  /* .sp__tel {
        width: 80px;
        height: 80px;
        padding: 12px 23px 12px 23px;
        right: 80px;
    } */

  .sp__menu {
    width: 80px;
    height: 80px;
  }

  .header__logo {
    width: 45%;
  }

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

  /* 下層ページ */
  .header__space01 {
    margin-top: 85px;
  }
}

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

  .grid-container01 {
    width: 85%;
  }

  .grid-container02 {
    width: 90%;
  }

  .grid-container03 {
    width: 95%;
  }

  .grid-container04 {
    width: 75%;
  }

  .grid-container99 {
    width: 82.5%;
  }

  .grid-container991 {
    width: 82.5%;
  }

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

  .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";
  }

  .text-kerning-pc {
    font-feature-settings: "palt";
  }

  /*   bg
--------------------------------------- */
  .bg-header {
    background-position: left top;
    background-size: 100%;
  }

  .bg-footer {
    background-image: url("../img/99-footer-bg.png");
  }

  .bg-news {
    background-image: url("../img/01-news-bg.png");
    background-size: 100% 100%;
  }

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

  .cmn__title02 {
    font-size: 1.1rem;
  }

  .cmn__title03 {
    font-size: 1.1rem;
  }

  .cmn__title04 {
    font-size: 0.8rem;
  }

  .cmn__title05 {
    font-size: 1rem;
  }

  .cmn__title06 {
    font-size: 1.05rem;
  }

  .cmn__text01 {
    font-size: 0.9rem;
  }

  .cmn__text02 {
    font-size: 0.85rem;
  }

  .color__title01 {
    font-size: 1.2rem;
  }

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

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

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

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

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

  .bottom55--pc {
    padding-bottom: 2.75rem;
  }

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

  .line02_4 {
    line-height: 2.4;
  }

  .line02_6 {
    line-height: 2.6;
  }

  .line03_2 {
    line-height: 3.2;
  }

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

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

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

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

  .button__common {
    padding: 0 1em 0 2em;
  }

  .button__common01,
  .button__common04 {
    width: 50%;
  }
  .button__fee {
    width: 33%;
    margin: 3rem auto 0;

  }

  .button__common02 {
    width: 33%;
  }

  .button__common03 {
    width: 25%;
  }

  .button__guide > div,
  .button__box--0203 > div,
  .button__box--0204 > div {
    width: 25%;
  }

  .button__medical02 > div {
    width: 30%;
    margin: 0 2%;
  }

  .button__medical03 {
    width: 30%;
  }

  .button__box--0203 > div:nth-child(3) .button__common,
  .button__box--0204 > div:nth-child(3) .button__common {
    border-left: none;
  }

  .button__box--0203 > div:nth-child(3) .button__common,
  .button__box--0204 > div:nth-child(3) .button__common,
  .button__box--0204 > div:nth-child(4) .button__common {
    border-top: 1px solid #51a3db;
  }

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

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

  .button-30 {
    width: 30%;
  }

  .button-60 {
    width: 60%;
  }

  .button-80 {
    width: 80%;
  }

  /* round */
  .title__color01 {
    padding: 0.6em 0;
  }

  .title__color02 {
    padding: 1em 0;
  }

  .title__color03 {
    padding: 1.5em 0;
  }

  .title__color04 {
    padding: 1em 1em;
  }

  .title__color05 {
    padding: 0.6em 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-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,
  .flex-align-end-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .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;
  }

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

  .flex-50 {
    width: 50%;
  }

  /*   list
--------------------------------------- */
  .check__list {
    width: 50%;
  }

  .list__text {
    font-size: 0.9rem;
  }

  /*   header
--------------------------------------- */
  /* menu */
  .sp__header {
    display: none;
  }

  .header__logo {
    display: block;
    width: 22%;
    padding: 0 5% 0.5rem 1.5rem;
  }

  .pc__header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 6rem;
    padding-top: 2rem;
  }

  .pc__menu {
    width: 78%;
    padding-bottom: 0.5rem;
  }

  .menu__text01 {
    font-size: 0.8rem;
    padding: 0 1em;
    padding-bottom: 2px;
    margin-bottom: -2px;
  }

  .menu__text01::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #51a3db;
    z-index: -1;
    transition: all 0.4s;
  }

  .menu__text01:hover::after {
    width: 100%;
  }

  .header__text01 {
    font-size: 1.0465rem;
  }

  .header__text02 {
    font-size: 0.8375rem;
  }

  .header__links {
    position: fixed;
    top: 0;
    right: 0;
  }

  .header__links img {
    display: block;
    height: 1.3rem;
    padding-right: 0.4rem;
  }

  .header__links span {
    display: block;
  }

  .header__tel,
  .header__web {
    border-right: 2px solid #ffffff;
    white-space: nowrap;
  }

  .header__tel {
    border-radius: 0 0 0 0.5rem;
    padding: 0.5rem 0.7rem;
  }

  .header__web {
    padding: 0.5rem 1.4rem;
  }

  .header__map {
    padding: 0.5rem 0.9rem;
  }

  .header__tel:visited,
  .header__tel.hover,
  .header__web:visited,
  .header__web:hover,
  .header__map:visited,
  .header__map:hover {
    color: #ffffff;
  }

  /* header */
  .header__img {
    margin-top: 6rem;
  }

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

  .header__img--sp {
    display: none;
  }

  .header__message {
    top: 2.5rem;
    left: 4rem;
    width: calc(100% - 4rem);
  }

  .header__title01 {
    font-size: 1.25rem;
    padding-left: 0.7rem;
  }

  .header__title02 img {
    width: 47%;
    padding-top: 0.8rem;
  }

  /* 下層ページ */
  .sub__title {
    height: 12rem;
  }

  .sub__title01 {
    font-size: 1.7rem;
  }

  .sub__title02 {
    font-size: 0.8rem;
  }

  /*   footer
---------------------------------- */
  /* footer01 */
  .footer__left {
    width: 38%;
    margin: 0;
  }

  .footer__right {
    width: 55%;
    padding-left: 5%;
  }

  .footer__text01 {
    font-size: 1.252rem;
  }

  .footer__text02 {
    font-size: 1.05rem;
  }

  .footer__text03 {
    font-size: 0.8rem;
  }

  .footer__text05 {
    font-size: 0.75rem;
  }

  .footer__table01 td {
    padding-left: 0.5em;
    padding-bottom: 0.5em;
  }

  /* footer02 */
  .menu__text02 {
    font-size: 0.9rem;
  }

  .footer__menu ul {
    width: auto;
    padding-left: 0;
  }

  .footer__menu ul:nth-child(even) {
    width: auto;
    padding-left: 0%;
  }

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

  /*  news
---------------------------------------*/
  .post__title01 {
    font-size: 0.8rem;
  }

  .post__title02 {
    font-size: 0.65rem;
  }

  .post__title03 {
    font-size: 0.9rem;
  }

  /* 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%;
    padding-top: 0;
  }

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

  /*  content
--------------------------------------- */
  /* flow */
  .flow__title01 {
    font-size: 1.5rem;
    padding-top: 0.2em;
  }

  .flow__title01 {
    font-size: 1.25rem;
  }

  .flow__box01 {
    padding: 2rem 2.75rem 2rem 2.75rem;
  }

  .flow__box02 > div:first-child {
    width: 28%;
  }

  .flow__box02 > div:last-child {
    width: 72%;
    padding: 0;
  }

  .flow__box03 {
    padding: 1.9rem 2rem 2.35rem 2rem;
  }

  .flow__icon {
    width: 1.8rem;
    padding-right: 0.3rem;
  }

  /* table */
  .cost__table {
    width: 80%;
  }

  .cost__table th {
    padding: 1em 0;
    width: 18%;
  }

  .cost__table th.cost__title {
    width: 44%;
  }

  .cost__table td {
    padding: 2em 1em;
  }

  .cost__table tr td:first-child {
    padding: 2em 1em 2em 1.5em;
  }

  .cost__text01 {
    font-size: 0.8rem;
  }

  /*   1ページ目
--------------------------------------- */
  /* news */
  .news__box01 {
    padding: 2.5rem 0.5rem 2.75rem 0;
  }

  .news__box01 > div:first-child {
    width: 30%;
  }

  .news__box01 > div:first-child img {
    width: 75%;
  }

  .news__box01 > div:last-child {
    width: 70%;
    padding-right: 1.5rem;
  }

  .news__title01 {
    font-size: 1.638rem;
  }

  .news__title02 {
    font-size: 1.083rem;
  }

  .news__title03 {
    font-size: 2.462rem;
  }

  .news__title04 {
    font-size: 1.7425rem;
  }

  .news__title05 {
    font-size: 1.179rem;
    padding-bottom: 0.2em;
  }

  .news__title06 {
    font-size: 1.35rem;
  }

  .news__text01 {
    font-size: 0.9rem;
  }

  .news__text02 {
    font-size: 0.75rem;
  }

  .news__text03 {
    font-size: 0.9rem;
  }

  .news__text04 {
    font-size: 0.8rem;
  }

  .news__text05 {
    font-size: 0.65rem;
  }

  .news__box02 > div {
    width: 49%;
  }

  .news__treatmnettime {
    padding: 1rem 1rem 1.5rem 1rem;
  }

  .news__table th {
    display: table-cell;
    padding: 0 0.8em 0 0;
  }

  .news__table td {
    display: table-cell;
    padding: 0 0 0 0.8em;
  }

  /* medical */
  .medical__box01 {
    width: 47%;
    padding: 1.5rem 2rem 2rem 2rem;
  }

  .medical__title div:first-child {
    width: 45%;
  }

  .medical__title div:last-child {
    width: 55%;
    padding-left: 1rem;
  }

  .medical__none {
    display: flex;
    width: 12%;
  }

  .medical__box01--last {
    width: 70%;
    padding: 2.75rem 2.25rem 2.5rem 2.25rem;
  }

  .medical__title01 {
    font-size: 0.866rem;
  }

  /* doctor */
  .doctor__text {
    width: 56%;
    padding-bottom: 0;
  }

  .doctor__img {
    position: absolute;
    top: 2.75rem;
    right: 0;
    width: 40%;
  }

  /*   2ページ目
--------------------------------------- */
  /* booking */
  .booking__text {
    width: 80%;
  }

  .booking__box {
    padding: 2.25rem 2rem 3rem 2rem;
  }

  .booking__left {
    width: 42%;
    border-bottom: none;
    border-right: 1px solid #b0c6db;
    padding: 0 1.5rem 0 0;
  }

  .booking__right {
    width: 58%;
    padding: 0 1.5rem 0 0;
  }

  /*   3ページ目
--------------------------------------- */
  /* features */
  .features__list li > div:first-child {
    width: 50%;
  }

  .features__list li > div:last-child {
    width: 45%;
  }

  .features__list li {
    margin-bottom: 6.5rem;
  }

  /* doctor */
  .doctor__box > div:first-child {
    width: 42%;
  }

  .doctor__box > div:last-child {
    width: 50%;
  }

  .doctor__title01 {
    font-size: 1.15rem;
    padding: 0 0.5em 0 0.5em;
  }

  /* gallery */
  .gallery__title01 {
    font-size: 1.05rem;
    white-space: pre-line;
  }

  .gallery__title02 {
    font-size: 0.9rem;
  }

  .gallery__title03 {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .sp-image-container {
    padding-bottom: 7rem;
  }

  .sp-image {
    width: 100% !important;
    height: auto !important;
  }

  .sp-bottom-thumbnails,
  .sp-thumbnails {
    width: 100% !important;
  }

  .sp-bottom-thumbnails {
    margin-top: 1rem;
  }

  .sp-bottom-thumbnails .sp-thumbnail-container {
    width: 15% !important;
    margin: 0 2% 1rem 0;
  }

  .sp-bottom-thumbnails .sp-thumbnail-container:nth-child(6) {
    margin-right: 0;
  }

  .slider-pro img.sp-thumbnail {
    margin: 0 !important;
  }

  /*   4ページ目
--------------------------------------- */
  .medical__box02 div:first-child {
    width: 45%;
  }

  .medical__box02 div:last-child {
    width: 50%;
  }

  .medical__box03 {
    padding: 1.75rem 2.5rem 2.25rem 2.5rem;
  }

  /*   5ページ目
--------------------------------------- */
  /* feature */
  .feature__list li {
    width: 45%;
  }

  /* comparison */
  .comparison__box {
    width: 45%;
    margin: 0;
  }

  .comparison__text {
    width: 80%;
    margin: 0 auto;
  }

  /*   6ページ目
--------------------------------------- */
  /* greeting */
  .staff__text01 {
    font-size: 0.75rem;
  }

  .staff__text02 {
    font-size: 0.8rem;
  }

  .staff__text03 {
    font-size: 0.75rem;
  }

  .greeting__doctor {
    width: 35%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 0;
  }

  .greeting__box {
    padding: 4rem 1rem 4rem 4rem;
    margin-top: 2rem;
    width: 68%;
    margin: 0 0 0 auto;
    z-index: 99;
  }

  .greeting__career {
    width: calc(68% - 4rem);
    margin: 0 0 0 auto;
  }

  .greeting__career th {
    width: 25%;
  }

  .greeting__career td {
    width: 75%;
  }

  /* staff */
  .staff__img {
    width: 70%;
  }

  /*   7ページ目
--------------------------------------- */
  /* homemedical */
  .homemedical__box01 > div:first-child {
    width: 40%;
  }

  .homemedical__box01 > div:last-child,
  .homemedical__box02 > div:last-child {
    width: 52%;
  }

  .homemedical__box02 > div:first-child {
    width: 30%;
  }

  .homemedical__box03 li {
    width: 48%;
  }

  /*   8ページ目
--------------------------------------- */
  /* career */
  .career__table th {
    width: 20%;
  }

  .career__table td {
    width: 80%;
  }

  /*   9ページ目
--------------------------------------- */
  .faq__question {
    padding: 1.5em;
  }

  .faq__toggle {
    right: 1.5em;
  }

  .faq__answer {
    padding: 1.5em 3.2em;
  }

  .faq__title01 {
    font-size: 1.1rem;
  }

  .faq__text01 {
    font-size: 0.9rem;
  }

  /*   10ページ目
--------------------------------------- */
  /* wholebody */
  .wholebody__list li {
    width: 25%;
  }

  .periodontal__text {
    font-size: 0.9rem;
  }

  /* prevention */
  .prevention__title {
    padding-bottom: 0.9rem;
  }

  /*   11ページ目
--------------------------------------- */

  /*   12ページ目
--------------------------------------- */
  /* metalallergy */
  .metalallergy__img--pc {
    display: block;
    width: calc(37% + 4rem);
    position: absolute;
    right: -4rem;
    top: 0.8rem;
  }

  /* whitening */
  .whitening__box > div {
    padding: 2rem 2rem;
    width: 50%;
  }

  .whitening__box {
    bottom: -5rem;
  }

  .bottom__whitening {
    padding-bottom: 11rem;
  }

  .white__height01 {
    height: 16.25rem;
  }

  .white__height02 {
    height: 17.5rem;
  }

  /*   13ページ目
--------------------------------------- */
  /*   14ページ目
--------------------------------------- */
  /* mft02 */
  .mft__box {
    padding: 0;
  }

  .mft__box > div > div:first-child {
    width: 39%;
  }

  .mft__box > div > div:nth-child(2) {
    width: 55%;
  }

  .mft__box__inner {
    padding: 2rem 0 0 4rem;
  }

  /* orthodontic */
  .bottom__orthodontic {
    padding-bottom: 11rem;
  }

  .orthodontic__box {
    bottom: -8rem;
  }

  .orthodontic__box > div {
    padding: 2rem 2rem;
    width: 50%;
  }

  .white__height03 {
    height: 7.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: 11em;
    }
  }

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

    100% {
      width: 100%;
    }
  }

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

    100% {
      width: 13.25em;
    }
  }

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

  .loading__text {
    font-size: 1.25rem;
  }

  .scroll__text {
    font-size: 0.7rem;
  }

  /*   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設定
---------------------------------- */
  .fixed--sp {
    display: none;
  }

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

  /*   フォーム
---------------------------------- */
  .form__title01 {
    font-size: 1.25rem;
  }

  .form__text01 {
    font-size: 0.852rem;
  }

  .form__table {
    width: 95%;
    margin: 0 auto;
  }

  .name9 {
    width: 35%;
  }

  .mail {
    width: 70%;
  }

  .syoujyou {
    width: 100%;
    height: 250px;
  }

  .jobsta {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*justify-content: space-between;*/
    justify-content: center;

    padding: 0rem;
    box-sizing: border-box;
  }

  .jobsta li {
    width: 32%;
    margin: 0rem 0 2rem;
  }

  .jobsta li:last-child {
    margin-left: 3rem;
  }

  .jobsta img {
    width: 100%;
  }
}

/*  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: 82.5%;
  }

  .grid-container02 {
    width: 85%;
  }

  .grid-container03 {
    width: 90%;
  }

  .grid-container04 {
    width: 75%;
  }

  .grid-container99 {
    width: 80%;
  }

  .grid-container991 {
    width: 80%;
  }

  /*   text
--------------------------------------- */
  .cmn__text02 {
    font-size: 0.9rem;
  }

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

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

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

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

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

  .text-space25 {
    letter-spacing: 0.0175em;
  }

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

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

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

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

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

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

  /*   list
--------------------------------------- */
  .check__list {
    width: 47%;
  }

  /*   header
--------------------------------------- */
  /* menu */
  .pc__header {
    padding-top: 1.5rem;
  }

  /*   1ページ目
--------------------------------------- */
  /* news */
  .news__box01 {
    padding: 2.5rem 1rem 2.75rem 0;
  }

  /*   2ページ目
--------------------------------------- */
  /* booking */
  .booking__box {
    padding: 2.25rem 2.5rem 3rem 2.5rem;
  }

  .booking__left {
    padding-right: 2rem;
  }

  .booking__right {
    padding-left: 2rem;
  }

  /*   4ページ目
--------------------------------------- */
  .medical__box03 {
    padding: 1.75rem 3rem 2.25rem 3rem;
  }

  /*   フォーム
---------------------------------- */
  .form__table {
    width: 85%;
  }

  .button__form {
    width: 40%;
  }

  .w80 {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .bosyu {
    right: 2rem;
    bottom: 2rem;
    z-index: 90;
    width: 180px;
    border-radius: 16px;
  }

  .bosyu img {
    width: 180px;
  }

  
  .jobsta {
    padding: 0rem;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 4rem;
  }

  .jobsta li {
    width: 30%;
    margin: 0rem 0 3rem;
  }

  .jobsta img {
    width: 100%;
  }
}

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

  .grid-container01 {
    width: 70%;
  }

  .grid-container02 {
    width: 75%;
  }

  .grid-container03 {
    width: 80%;
  }

  .grid-container04 {
    width: 60%;
  }

  .grid-container99 {
    width: 65%;
  }

  .grid-container991 {
    width: 65%;
  }

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

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

  /*   1ページ目
--------------------------------------- */
  /* news */
  .news__box01 {
    padding: 2.5rem 2rem 2.75rem 0;
  }

  .news__box02 > div {
    width: 48%;
  }

  .news__treatmnettime {
    padding: 1rem 1.2rem 1.5rem 1.2rem;
  }

  .bosyu {
    right: 3rem;
    bottom: 3rem;
    z-index: 90;
    width: 220px;
    border-radius: 20px;
  }

  
  .jobsta {
    padding: 0rem;
    box-sizing: border-box;
    width: 1100px;
    margin-bottom: 4rem;
  }

  .jobsta li {
    width: 448px;
    margin: 0rem auto 3rem;
  }

  .bosyu img {
    width: 220px;
  }

  /* medical */
  .medical__box01 {
    width: 45%;
    padding: 2rem;
  }
}

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

  .grid-container01 {
    width: 70%;
  }

  .grid-container02 {
    width: 75%;
  }

  .grid-container03 {
    width: 80%;
  }

  .grid-container04 {
    width: 60%;
  }

  .grid-container99 {
    width: 65%;
  }

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

  /*   フォーム
---------------------------------- */
  .form__table {
    width: 80%;
  }
}

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

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

  .grid-container02 {
    width: 80%;
    max-width: 1700px;
  }

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

  .grid-container04 {
    width: 65%;
    max-width: 1400px;
  }

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

  .grid-container991 {
    width: 70%;
    max-width: 1500px;
  }

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

  /*   1ページ目
--------------------------------------- */
  /* news */
  .news__box01 {
    padding: 2.5rem 1rem 2.75rem 0;
  }
}

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

  /*   1ページ目
--------------------------------------- */
  /* news */
  .news__box01 {
    padding: 2.5rem 0 2.75rem 0;
  }
}

.career__list {
  flex-wrap: wrap;
}

.career__list li {
  display: block;
  width: 100%;
  text-align: center;
}
